Results 1 to 2 of 2
Hi!
I'm setting up a dual boot with windows 2000 and ubuntu hardy heron but I now cannot boot into windows from grub. Windows was already installed and I set ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-01-2008 #1
dual booting with windows 2000
Hi!
I'm setting up a dual boot with windows 2000 and ubuntu hardy heron but I now cannot boot into windows from grub. Windows was already installed and I set up ubuntu afterwards. Ubuntu resized the windows partition while I was setting it up. Here is my menul.st:
and here is my fdisk:Code:Disk /dev/sda: 40.0 GB, 40020664320 bytes 255 heads, 63 sectors/track, 4865 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xa730e7dd Device Boot Start End Blocks Id System /dev/sda1 * 1 3113 25005141 7 HPFS/NTFS /dev/sda2 3114 4785 13430340 83 Linux /dev/sda3 4786 4865 642600 5 Extended /dev/sda5 4786 4865 642568+ 82 Linux swap / Solaris Disk /dev/sdb: 13.6 GB, 13676544000 bytes 255 heads, 63 sectors/track, 1662 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xf02c1be3 Device Boot Start End Blocks Id System /dev/sdb1 * 1 1661 13341951 c W95 FAT32 (LBA)
Code:title Ubuntu 8.04.1, kernel 2.6.24-19-generic root (hd0,1) kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=5cdf2aa0-4d8a-4afe-a428-a39559f7fb32 ro quiet splash initrd /boot/initrd.img-2.6.24-19-generic quiet title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode) root (hd0,1) kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=5cdf2aa0-4d8a-4afe-a428-a39559f7fb32 ro single initrd /boot/initrd.img-2.6.24-19-generic title Ubuntu 8.04.1, kernel 2.6.22-14-generic root (hd0,1) kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=5cdf2aa0-4d8a-4afe-a428-a39559f7fb32 ro quiet splash initrd /boot/initrd.img-2.6.22-14-generic quiet title Ubuntu 8.04.1, kernel 2.6.22-14-generic (recovery mode) root (hd0,1) kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=5cdf2aa0-4d8a-4afe-a428-a39559f7fb32 ro single initrd /boot/initrd.img-2.6.22-14-generic title Ubuntu 8.04.1, memtest86+ root (hd0,1) kernel /boot/memtest86+.bin quiet ### END DEBIAN AUTOMAGIC KERNELS LIST # This is a divider, added to separate the menu items below from the Debian # ones. title Other operating systems: root # This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda1 title Microsoft Windows 2000 Professional root (hd0,0) savedefault makeactive chainloader +1
- 09-01-2008 #2
Have you tried rootnoverify (hd0,0) rather than root (hd0,0) or chainloader (hd0,0)+1 ?


Reply With Quote
