2 Comments

  1. Bob Liebl Bob Liebl on July 5, 2014 at 1:06 PM

    What Happend? When I boot I get a Grub error and can’t get into my system.

    Before this happens to you, need to go to http://www.sysresccd.org/Download

    Download the latest ISO.

    Burn the ISO to a DVD or CD then boot and pick the (Boot Existing Linux System) next it will boot into your system.

    Once you are into your Linux System, open a Command Terminal and enter in the following commands:

    sudo grub-install /dev/sda (make sure the sda is your root drive. No numbers should me be used.)

    sudo update-grub

    Now take out your DVD or CD and reboot and it should boot into your system now.

    Good Luck



  2. Bob Liebl Bob Liebl on July 5, 2014 at 1:11 PM

    You installed a new distro to play with along side your other distro and now it defaults to to the new distro you just installed but you want it to boot to your older distro.

    Boot into the distro you want as the default distro

    Open a command terminal and enter the following 2 commands.

    sudo grub-install /dev/sda (make sure the sda is your root drive. No numbers should me be used.)

    sudo update-grub

    Now reboot and you should boot into your default distro.

    Good Luck