Results 1 to 8 of 8

Thread: I Had to mess with it!

  1. #1
    Join Date
    Aug 2009
    Location
    Pocono's in PA
    Beans
    33
    Distro
    Ubuntu 10.04 Lucid Lynx

    Exclamation I Had to mess with it!

    Hey all, I installed the grub2 package from synaptic and did a reboot. All seemed well. It showed the proper grub screen with my option of chain-loading.

    I selected chain-load but recieved an error. The one thing I noticed was it no longer showed my Ubuntu versions, but rather, Debian versions in the grub menu.

    Now I can't get back into Jaunty 9.04 at this point and used the live cd to get access to this forum. Is their a way to recover my old grub or do I have to reinstall everything.

    I use a second hard drive for Ubuntu. The 1st for XP.

    Any ideas?

    Thanks

  2. #2
    Join Date
    Aug 2009
    Location
    Pocono's in PA
    Beans
    33
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: I Had to mess with it!

    OK, just a follow up. I discovered that the synaptic install of Grub2 removes grub. That may be why it doesn't see my original generics.

  3. #3
    Join Date
    Sep 2008
    Location
    Philadelphia, PA
    Beans
    5,193
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: I Had to mess with it!

    I would try this: boot into recovery mode. Be patient as all the text scrolls on your screen, let it finish. Then scroll down the menu and choose command prompt with networking. Run
    Code:
    sudo apt-get remove grub2
    When complete run
    Code:
    sudo apt-get install grub
    When complete type exit or quit then choose resume normal boot and see what happens.

    or you can try those commands from terminal from the Live CD desktop
    Multi-boot: Arch linux, Ubuntu 12.04, Windows 7 & Windows 8

  4. #4
    Join Date
    Aug 2009
    Location
    Pocono's in PA
    Beans
    33
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: I Had to mess with it!

    Thanks for the comeback. I tried a reboot and the recovery option, but still get the error: " ERROR 11 Unrecognized device string" I get that response on all generics listed. The Windows loader still works.

    Here is the string that doesn't work.

    Debian GNU/Linux,Kernel 2.6.28-15 It looks like the correct Kernel, but wont load.

    Does the Live CD have a recovery option in the install mode?

    Thanks

  5. #5
    Join Date
    Sep 2008
    Location
    Philadelphia, PA
    Beans
    5,193
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: I Had to mess with it!

    Quote Originally Posted by OnlyTim View Post
    Thanks for the comeback. I tried a reboot and the recovery option, but still get the error: " ERROR 11 Unrecognized device string" I get that response on all generics listed. The Windows loader still works.

    Here is the string that doesn't work.

    Debian GNU/Linux,Kernel 2.6.28-15 It looks like the correct Kernel, but wont load.

    Does the Live CD have a recovery option in the install mode?

    Thanks
    Boot the Live Cd and when desktop loads use terminal to run those commands in post #3
    Multi-boot: Arch linux, Ubuntu 12.04, Windows 7 & Windows 8

  6. #6
    Join Date
    Aug 2009
    Location
    Pocono's in PA
    Beans
    33
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: I Had to mess with it!

    Okay, I tried that, and I got this message: "Grub2 not installed, so not removed." I did find the grub edit command when I did a reboot without the live CD. Can I some how make changes there?

    As you can see, I'm really new to Linux and appreaciate your help.

  7. #7
    Join Date
    Aug 2009
    Location
    Pocono's in PA
    Beans
    33
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: I Had to mess with it!

    I found this thread in the forum that focused on my problem.

    https://wiki.ubuntu.com/KernelTeam/Grub2Testing

    I was able to edit the chain loader changing the boot line from Root to UUID. That did it as I was able to load Ubuntu. I removed grub2 and re-installed grub but find I still have to edit the grub from root to uuid to access at startup.
    Last edited by OnlyTim; August 19th, 2009 at 06:19 PM.

  8. #8
    Join Date
    Aug 2009
    Location
    Pocono's in PA
    Beans
    33
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: I Had to mess with grub! Solved

    [ubuntu] Grub 2 Error 11 - Page 3 - Ubuntu Forums

    sudo update-grub2

    sudo upgrade-from-grub-legacy

    sudo update-grub

    I found the three above cmds on a thread addressing error 11 on grub2. It did the trick.
    Grub2 now works and it recognized my generics.
    Last edited by OnlyTim; August 19th, 2009 at 07:42 PM.

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
  •