bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #34786] os-prober does not recognize Windows 7 partition


From: Pavel Mendl
Subject: [bug #34786] os-prober does not recognize Windows 7 partition
Date: Sat, 12 Nov 2011 18:07:35 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; FunWebProducts; GTB7.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET4.0C; .NET4.0E)

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]