[Bug 1441039] Re: os-prober fails with chainloader on win7 partition
Launchpad Bug Tracker
1441039 at bugs.launchpad.net
Sat Apr 11 20:21:10 UTC 2015
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: os-prober (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to os-prober in Ubuntu.
https://bugs.launchpad.net/bugs/1441039
Title:
os-prober fails with chainloader on win7 partition
Status in os-prober package in Ubuntu:
Confirmed
Bug description:
os-prober detects win7 partition and creates menuentry with chainloader+1 (see http://paste.ubuntu.com/10696096/),
but loading win7 ends in black screen without returning to GRUB2 menu.
modified separate menuentry "11_Win7-Loader" (see below) in /etc/grub.d/ using ntldr instead works pretty well,
after disabling OS_Prober in /etc/default/grub: GRUB_DISABLE_OS_PROBER="true"
menuentry "Windows7 (loader) on sda2" --class windows --class os {
savedefault
insmod part_msdos
insmod ntfs
insmod ntldr
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set=root DEF2805CF2803B33
ntldr /bootmgr
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1441039/+subscriptions
More information about the foundations-bugs
mailing list