Announcement

Collapse
No announcement yet.

boot

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

    boot

    Hello,
    i've installed kubuntu and resized my hard disk so it has a linux partition. When the installation was finished, i was asked to reboot. After rebooting, my computer boots automaticaly into windows xp and doesn't even ask me what boot do i want.
    Wasn't it supposed to be a menu that i could choose kubuntu or windows?
    Thanks a lot for your help.

    #2
    Re: boot

    You need to re-install the bootloader GRUB. You do NOT have to re-install Kubuntu, though.


    Use SGD to boot into Kubuntu or use the Live Kubuntu CD, to re-install GRUB.
    Open Konsole
    sudo grub
    grub>find /boot/grub/stage1
    pick the partition (hdx,y) corresponding to your Kubuntu partition.
    Use that here:
    grub>root (hdx,y)
    grub>setup (hd0)
    grub>quit
    $exit
    re-boot to test it.


    How To GRUB Methods - Toolkit
    http://kubuntuforums.net/forums/inde...opic=3081671.0


    If you wish to boot into your Kubuntu (even though your bootloader is broken),
    try Super Grub Disk Live CD -- it should boot your Kubuntu.
    Super Grub Disk:
    http://www.supergrubdisk.org/
    An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

    Comment

    Working...
    X