HomeSort by relevance Sort by last modified time
    Searched refs:grub (Results 1 - 4 of 4) sorted by null

  /external/syslinux/com32/chain/
options.h 57 bool grub; member in struct:options
options.c 153 " grub=<loader> Load GRUB Legacy stage2",
154 " grubcfg=<config> Set alternative config filename for GRUB Legacy",
270 } else if (!strncmp(argv[i], "grub=", 5)) {
275 opt.grub = true;
406 if (opt.grubcfg && !opt.grub) {
407 error("grubcfg=<filename> must be used together with grub=<loader>.");
mangle.c 122 * Legacy grub's stage2 chainloading
161 if (!(opt.file && opt.grub))
165 error("The file specified by grub=<loader> is too small to be stage2 of GRUB Legacy.");
176 error("The file specified by grub=<loader> is not a supported stage2 GRUB Legacy binary.");
181 * GRUB Legacy wants the partition number in the install_partition
183 * When GRUB Legacy is loaded, it is located at memory address 0x8208.
187 * http://www.gnu.org/software/grub/manual/multiboot/multiboot.html#Boot-information-format
194 * GRUB Legacy doesn't store the BIOS drive number at 0x20b, but a
    [all...]
  /external/f2fs-tools/scripts/
verify.sh 130 test_all from_sload ~/grub

Completed in 1709 milliseconds