Results 1 to 10 of 10

Thread: Install Grub!

  1. #1
    Join Date
    Dec 2009
    Beans
    10

    [SOLVED] Install Grub!

    Hi!

    I have a big problem. I have Windows XP and Xubuntu.

    Today, I start my computer and the grub is not show!!

    My computer show a characters rare and colours.

    I start my live cd with xubuntu, and I need to configure the GRUB!

    In /boot/grub/ dont exists menu.lst!!

    I need help!!

    Thanks you!
    Last edited by juanmafreelance; December 21st, 2009 at 04:39 PM. Reason: solved

  2. #2
    Join Date
    Aug 2007
    Location
    Budapest, Hungary
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Install Grub!

    Which version of xubuntu are you running?

  3. #3
    Join Date
    Jun 2009
    Location
    Open Linux Forums
    Beans
    2,710

    Re: Install Grub!

    could you post the output of:
    Code:
    $sudo fdisk -l

  4. #4
    Join Date
    Dec 2009
    Beans
    10

    Re: Install Grub!

    Quote Originally Posted by Puck7 View Post
    Which version of xubuntu are you running?
    Xubuntu 9.10 (Karmic Koala)

  5. #5
    Join Date
    Dec 2009
    Beans
    10

    Re: Install Grub!

    Quote Originally Posted by Leppie View Post
    could you post the output of:
    Code:
    $sudo fdisk -l
    Disposit. Inicio Comienzo Fin Bloques Id Sistema
    /dev/sda1 * 1 3837 30820671 7 HPFS/NTFS
    /dev/sda2 3838 4864 8249377+ 5 Extendida
    /dev/sda5 3838 4814 7847721 83 Linux
    /dev/sda6 4815 4864 401593+ 82 Linux swap / Solaris

  6. #6
    Join Date
    Jun 2009
    Location
    Open Linux Forums
    Beans
    2,710

    Re: Install Grub!

    try the following:
    Code:
    $sudo mount /dev/sda5 /mnt
    sudo grub-install --root-directory=/mnt /dev/sda
    and reboot

  7. #7
    Join Date
    Aug 2007
    Location
    Budapest, Hungary
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Install Grub!

    Quote Originally Posted by juanmafreelance View Post
    Xubuntu 9.10 (Karmic Koala)
    Here is how you can restore your Grub:
    https://wiki.ubuntu.com/Grub2#Recove...20via%20LiveCD

  8. #8
    Join Date
    Dec 2009
    Beans
    10

    Re: Install Grub!

    Quote Originally Posted by Leppie View Post
    try the following:
    Code:
    $sudo mount /dev/sda5 /mnt
    sudo grub-install --root-directory=/mnt /dev/sda
    and reboot

    Oh Thanks you!! The grub shows now!!

  9. #9
    Join Date
    Dec 2009
    Beans
    10

    Re: Install Grub!

    Quote Originally Posted by Puck7 View Post
    Here is how you can restore your Grub:
    https://wiki.ubuntu.com/Grub2#Recove...20via%20LiveCD
    Thanks you!
    I followed the steps that Leppie writed and the grub works now!

  10. #10
    Join Date
    Jun 2009
    Location
    Open Linux Forums
    Beans
    2,710

    Re: Install Grub!

    you're welcome
    glad it worked out

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •