Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Can't get past grub.

  1. #11
    Join Date
    Apr 2007
    Location
    Tallahassee, Fl
    Beans
    119
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Can't get past grub.

    Quote Originally Posted by merlinus View Post
    What is on sdb1? Also, did you run those commands whilst booted into ubuntu, or using the live cd?
    sdb1 is my home directory. I can't boot into Ubuntu to do anything. I can only boot into the live CD.
    "Padre, nobody said war was fun now bowl!" - Sherman T Potter
    http://maxolasersquad.com/
    http://maxolasersquad.blogspot.com/

  2. #12
    Join Date
    Jun 2009
    Location
    California, US
    Beans
    864
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Can't get past grub.

    Maybe the livecd is trying to run it's own version of update-grub, try running the script in your /sbin/ folder. If that doesn't work try changing 'root' to hd0,0 instead of uuid in your menu.lst.

  3. #13
    Join Date
    Apr 2007
    Location
    Eldorado, NM
    Beans
    5,060
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Can't get past grub.

    If you are running from the live cd, then /boot/grub/menu.lst is NOT the one that exists in your ubuntu install.

    You can manually mount your ubuntu partition from a terminal, and get to its menu.lst that way.
    -merlin

  4. #14
    Join Date
    Jun 2009
    Location
    California, US
    Beans
    864
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Can't get past grub.

    I was assuming he knew that... sounds like he knows mostly what he's doing.

  5. #15
    Join Date
    Apr 2007
    Location
    Eldorado, NM
    Beans
    5,060
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Can't get past grub.

    No insult intended, but he did post menu.lst, and it appears to be the one from the live cd.....

    Of course, I could easily be totally mistaken!
    -merlin

  6. #16
    Join Date
    Jun 2009
    Location
    California, US
    Beans
    864
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Can't get past grub.

    no answer.... did you fix it?

  7. #17
    Join Date
    Apr 2007
    Location
    Tallahassee, Fl
    Beans
    119
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Can't get past grub.

    Quote Originally Posted by synapsys View Post
    no answer.... did you fix it?
    Sorry, ubuntuforums didn't e-mail me that there was an update to this post. My computer went belly up and so this issue has not been of much priority. My BIOS displays green speckles on the screen, and booting from a live CD gives me a hard freeze when it tries to go into graphics mode, so I'm working on that one.

    I did post the menu.lst from my hard drive at /media/.../boot/grub/menu.lst, not the live CD version at /boot/grub/menu.lst I'll let y'all know when my hardware is back in commission. Thanks for the help thus far.
    "Padre, nobody said war was fun now bowl!" - Sherman T Potter
    http://maxolasersquad.com/
    http://maxolasersquad.blogspot.com/

  8. #18
    Join Date
    Apr 2007
    Location
    Tallahassee, Fl
    Beans
    119
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Can't get past grub.

    Quote Originally Posted by synapsys View Post
    Maybe the livecd is trying to run it's own version of update-grub, try running the script in your /sbin/ folder. If that doesn't work try changing 'root' to hd0,0 instead of uuid in your menu.lst.
    I replaced my graphics card and now my computer can boot. I did run the update-grub from /media/disk/sbin and I am still in the same spot. I still cannot boot up.
    "Padre, nobody said war was fun now bowl!" - Sherman T Potter
    http://maxolasersquad.com/
    http://maxolasersquad.blogspot.com/

  9. #19
    Join Date
    Apr 2007
    Location
    Tallahassee, Fl
    Beans
    119
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Can't get past grub.

    Here's some more good information. When I boot up and get the grub menu I can boot by typing in the following.
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    kernel /vmlinuz root=/dev/sda1
    boot

    So I think it is definitely something crazy with this menu.lst, but I cannot figure out what. It is owned by root with rw_r__r__ permission.
    "Padre, nobody said war was fun now bowl!" - Sherman T Potter
    http://maxolasersquad.com/
    http://maxolasersquad.blogspot.com/

  10. #20
    Join Date
    Apr 2007
    Location
    Tallahassee, Fl
    Beans
    119
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Can't get past grub.

    I finally got this fixed!

    http://ubuntuforums.org/showthread.php?t=1104822 led me to http://wiki.archlinux.org/index.php/Ext4

    Code:
    mkdir /mnt/arch
    mount -t ext4 /dev/sda1 /mnt/arch
    mount -t proc proc /mnt/arch/proc
    mount -t sysfs sys /mnt/arch/sys
    mount -o bind /dev /mnt/arch/dev
    chroot /mnt/arch /bin/bash
    grub-install --recheck /dev/sda
    That got my grub working but the UUIDs all over menu.lst where fubared, which was weird to me because I don't think I changed anything about my partitions. Not sure. Either way the following fixed menu.lst

    Code:
    sudo update-grub
    Finally I added the Windwos 7 boot option back to menu.lst and I am 100% in business with sane booting. My wife will be quite happy she no longer has to manually specify kernels to boot the machine.
    "Padre, nobody said war was fun now bowl!" - Sherman T Potter
    http://maxolasersquad.com/
    http://maxolasersquad.blogspot.com/

Page 2 of 2 FirstFirst 12

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
  •