Follow-up Comment #7, bug #34786 (project grub):

No joy so far. I got partial success with the below listed grub menu item,
what boots into Windows XP - but they are in the /dev/sda2, not /dev/sda3,
what confuses me a bit. Maybe some trickery with partition hiding and bootable
flag settings could help, however I am currently short of testing time.

If you can place some recommendation based on the information I posted so far,
it will be appreciated, otherwise I will continue try-and-mistake method
tomorrow or on Monday.

menuentry "Windows 7 (on /dev/sdb3)" --class windows --class os {
        insmod part_msdos
        insmod ntfs
        set root='(hd1,msdos3)'
        search --no-floppy --fs-uuid --set=root F200C4C400C49151
        drivemap -s (hd0) ${root}
        chainloader +1
}

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34786>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to