Lines Matching refs:grub
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 at
209 * Grub Legacy reserves 89 bytes (from 0x8217 to 0x826f) for the
211 * the default config filename "/boot/grub/menu.lst".