Displaying 1 result from an estimated 1 matches for "boot_hybrid".
2015 Aug 29
1
Chainload El Torito grub2 from syslinux from a partition table
...ted with all distros which were built to boot
with isolinux. It works because of the isohdppx.bin MBR (or the --partok
switch of isohybrid).
If the distro uses grub2 it fails because the "hybrid" grub2 images
lacks the support of booting from a partition table (right?), i.e. the
file boot_hybrid.img from grub2 *seems* not supporting booting from a
partition table. It hangs on "Booting".
There is a way to patch this behavior allowing chainloading a grub2
hybrid boot sector from a partition table using ext/syslinux? or the
solution can't be a syslinux patch and must be a ne...