Windows XP wrongly detected as Win 2000
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
os-prober (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: grub2
When updating from grub legacy it detected my Windows 7 RC loader as a vista one and the XP loader as Win2k
/boot/grub.cfg:
menuentry "Windows Vista (loader) (on /dev/sda1)" {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set e074f86a74f844b6
chainloader +1
}
menuentry "Microsoft Windows 2000 Professional (on /dev/sdc1)" {
insmod ntfs
set root=(hd2,1)
search --no-floppy --fs-uuid --set 48b8cef4b8cedf94
drivemap -s (hd0) ${root}
chainloader +1
}
ProblemType: Bug
Architecture: amd64
Date: Sun Sep 13 13:41:37 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelMo
Package: grub-pc 1.97~beta2-2ubuntu2
ProcEnviron:
LANG=pl_PL.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: grub2
Uname: Linux 2.6.31-10-generic x86_64
That Windows 7 is detected as Vista is already reported as bug 393565
Please attach or paste your boot.ini on /dev/sdc1
AFAISC os-prober just extracts the value from it as the OS name.
Mabye you just had 2000 installed or copied that file from a 2000 system?