I have installed ubuntu under a new partition on my single hard drive. Here is the layout:
Kubuntu 9.04 lives on /dev/sda5 while Ubuntu lives on /dev/sda7. My current running system is Kubuntu 9.04 with Ubuntu installed after. I choose not to edit the grub loader at the "Advanced" button during the install process for Ubuntu because of fear of not getting back into Kubuntu.
I'm needing to add another entry to grub so that I'm able to boot Ubuntu. Since it's not on the same partition as Kubuntu, I'm at a loss on how to do it.
Here is my current simplified menu.list
Could someone please point me in the right direction?
Code:
root@dpich-M6400:/home/dpich# fdisk -l Disk /dev/sda: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xa42d04a3 Device Boot Start End Blocks Id System /dev/sda1 * 1 2086 16755763+ 7 HPFS/NTFS /dev/sda2 2087 19457 139532557+ 5 Extended /dev/sda5 2087 13028 87891583+ 83 Linux /dev/sda6 19057 19457 3221001 82 Linux swap / Solaris /dev/sda7 13029 19056 48419878+ 83 Linux
I'm needing to add another entry to grub so that I'm able to boot Ubuntu. Since it's not on the same partition as Kubuntu, I'm at a loss on how to do it.
Here is my current simplified menu.list
Code:
default 0 timeout 10 ## ## End Default Options ## title Kubuntu 9.04, kernel 2.6.28-13-generic kernel /boot/vmlinuz-2.6.28-13-generic root=UUID=7b7da474-86ec-43f7-8628-cf2533e81ec9 ro quiet splash initrd /boot/initrd.img-2.6.28-13-generic title Kubuntu 9.04, kernel 2.6.28-13-generic (recovery mode) kernel /boot/vmlinuz-2.6.28-13-generic root=UUID=7b7da474-86ec-43f7-8628-cf2533e81ec9 ro single initrd /boot/initrd.img-2.6.28-13-generic title Kubuntu 9.04, memtest86+ kernel /boot/memtest86+.bin ### END DEBIAN AUTOMAGIC KERNELS LIST title Other operating systems: root title Microsoft Windows XP Professional root (hd0,0) map (hd0) (hd1) map (hd1) (hd0) chainloader +1 savedefault makeactive
Comment