Announcement

Collapse
No announcement yet.

How To Dual Boot

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How To Dual Boot

    I just installed PCLinuxOS TR2 on my computer. The computer has several hard drives. I already had Kubuntu installed. After installing PCLinuxOS I no longer get an option to boot Kubuntu. I can see the drive and the files on it. I guess I don't have the boot loader setup properly. Any hints on what i need to do to get the ability to dualBoot?

    Eric

    #2
    Re: How To Dual Boot

    Providing you didn't overwrite Kubuntu you could open a konsole and type:

    sudo fdisk -l

    This will show where Kubuntu is(on which drive).
    You can then add it to the grub menu list.

    alt-F2 to get a run command
    kdesu kate /boot/grub/menu.lst

    sample:title Ubuntu, kernel 2.6.15-28-386
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.15-28-386 root=/dev/hda1 ro quiet splash
    initrd /boot/initrd.img-2.6.15-28-386
    savedefault
    boot
    ~$sudo make me a sandwich

    Comment

    Working...
    X