I originally installed Windows Vista on the first hard drive. I then entered the live cd and installed 9.10 Kubuntu to the second hard drive. After installing Kubuntu, I am unable to boot to Vista. I have attempted to figure out what to do to the grub loader to detect the other install, but because they are not both on the same physical disk, grub isn't even seeing it. What would be the easiest way to get an item added to my GRUB menu??
/dev/sda2 has my Windows install.
sudo fdisk -l ::
Device Boot Start End Blocks Id System
/dev/sda1 * 1 12 96358+ 5 Extended
/dev/sda2 13 9730 78046208 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda5 1 12 96327 82 Linux swap / Solaris
Disk /dev/sdb: 160.0 GB, 160000000000 bytes
255 heads, 63 sectors/track, 19452 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x58fe0143
Device Boot Start End Blocks Id System
/dev/sdb1 1 19452 156247040 83 Linux
/dev/sda2 has my Windows install.
sudo fdisk -l ::
Device Boot Start End Blocks Id System
/dev/sda1 * 1 12 96358+ 5 Extended
/dev/sda2 13 9730 78046208 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda5 1 12 96327 82 Linux swap / Solaris
Disk /dev/sdb: 160.0 GB, 160000000000 bytes
255 heads, 63 sectors/track, 19452 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x58fe0143
Device Boot Start End Blocks Id System
/dev/sdb1 1 19452 156247040 83 Linux
Comment