[Bug 1073281] Re: Invalid Windows entry in GRUB2.00
Launchpad Bug Tracker
1073281 at bugs.launchpad.net
Tue Oct 30 19:57:29 UTC 2012
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: grub2 (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/1073281
Title:
Invalid Windows entry in GRUB2.00
Status in “grub2” package in Ubuntu:
Confirmed
Bug description:
Ubuntu12.10 and Windows7 dualboot.
Default Windows entry in GRUB menu fails to load Windows
Code:
menuentry 'Windows 7 (loader) (sur /dev/sda3)' --class windows --class os $menuentry_id_option 'osprober-chain-CC0CC8FE0CC8E494' {
insmod ldm
insmod ntfs
set root='ldm/f4f4081f-1997-11e0-809d-0022fb714c30/Volume1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0 --hint-efi=hd0 --hint-baremetal=ahci0 --hint='ldm/f4f4081f-1997-11e0-809d-0022fb714c30/Volume1' CC0CC8FE0CC8E494
else
search --no-floppy --fs-uuid --set=root CC0CC8FE0CC8E494
fi
chainloader +1
}
The following custom entry is able to boot Windows:
Code:
menuentry 'Windows 7 on /dev/sda3 MANUAL' {
insmod part_msdos
insmod ntfs
set root=(hd0,3)
chainloader +1
}
Original thread: http://ubuntuforums.org/showthread.php?t=2077278
ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: grub2 (not installed)
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Tue Oct 30 19:39:26 2012
InstallationDate: Installed on 2011-05-03 (546 days ago)
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
MarkForUpload: True
SourcePackage: grub2
UpgradeStatus: Upgraded to quantal on 2012-10-27 (3 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1073281/+subscriptions
More information about the foundations-bugs
mailing list