search for: grub2dir

Displaying 1 result from an estimated 1 matches for "grub2dir".

2010 Dec 21
2
[PATCH] chain.c32: support chainloading GRUB2 core.img
...ution at offset 0x200 (0x8200 in memory) GRUB2 allows to specify another "GRUB home dir" than the standard /boot/grub GRUB2 doesn't allow to change the configfile 'grub.cfg' name itself (I can't find it uncompressed). Usage with GRUB2: chain.c32 grub=/boot/grub2/core.img grub2dir=/boot/grub2 hd1,6 Usage with GRUB Legacy: chain.c32 grub=/boot/grub/stage2 grubcfg=/boot/grub/grub.lst hd0,2 Remarks are welcome. Testers too. diff is also attached. - Gert Hulselmans diff -urp syslinux-4.03/com32/modules/chain.c syslinux-4.03-chain-grub2/com32/modules/chain.c --- syslinux-4....