Windows 2008 not bootable after install
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
grub-installer (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: casper
I have two hard drives.
The first has Windows 2008 installed on it.
I booted the Ubuntu 8.04.1 amd64 CD and installed Ubunto on the second drive (by selectecing "Use entire drive" option in the partitioner).
After installation, on boot I get a boot menu with 3 entries for Ubuntu (regular, recovery and memtest) followed by a "Boot Vista/Longhorn" entry.
When selecting the Vista entry I get this error :
Error 13: Invalid or unsupported executable format
Press any key to continue...
After pressing any key, I am back in the boot menu.
The entries for Ubuntu work.
$ grep -v '^#' /boot/grub/menu.lst | uniq
default 0
timeout 10
title Ubuntu 8.04.1, kernel 2.6.24-19-generic
root (hd1,0)
kernel /boot/vmlinuz-
initrd /boot/initrd.
quiet
title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-
initrd /boot/initrd.
title Ubuntu 8.04.1, memtest86+
root (hd1,0)
kernel /boot/memtest86
quiet
title Other operating systems:
root
title Windows Vista/Longhorn (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1
I discovered that this grub command successfully boot Windows:
rootnoverify (hd0,1)
chainloader +1
(boot)