Results 1 to 5 of 5

Thread: Grub issue in 13.04

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Location
    Whakatane, NZ
    Beans
    634
    Distro
    Ubuntu

    Angry Grub issue in 13.04

    I was experimenting with Gnome 3.6 13.04, when I decided to install 'ubuntu-gnome-desktop' and 'ubuntu-gnome-default-settings', to further enhance my experience. Using synaptic to do so, all went smoothly. Closed out of the app, then proceeded to reboot my PC.

    My PC screen went darker, and after a few moments I was re-offered the option to restart my PC. I chose yes, then waited a few more moments and nothing happened. So I did a manual switch off.

    Now, when I restart, I get this message:

    GNU GRUB version 2.00-13ubuntu2

    Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions.

    grub>


    What do I do next to get this booting properly again??

    Cheers.
    Windows free since '09 - never looked back!

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Grub issue in 13.04

    You may have switched off too soon. Always remember the elephants.

    Never force shutdown your laptop. Use Alt+SysRq R-E-I-S-U-B instead. (For newer laptops they don't bother adding the SysRq print to the key, but it's the same as the PrtScr key)

    Holding down Alt and SysRq (which is the Print Screen key) while slowly typing REISUB
    R-E-I-S-U-B to force shutdown
    A good way to remember it is.
    Raising Skinny Elephants Is Utterly Boring ...or
    Reboot System Even If Ultimately Broken ...LOL.
    http://kember.net/articles/reisub-th...linux-restart/
    http://ubuntuforums.org/showthread.p...4#post12543274

    You may need to run chkdsk.

    #From liveCD so everything is unmounted,swap off if necessary, change example shown with partition sdb1 to your partition(s)
    #e2fsck is used to check the ext2/ext3/ext4 family of file systems. -p trys fixes where response not required
    sudo e2fsck -C0 -p -f -v /dev/sdb1
    #if errors: -y auto answers yes for fixes needing response see man e2fsck
    sudo e2fsck -f -y -v /dev/sdb1

    Then try Boot-Repair or post link to BootInfo report.

    Post the link to the BootInfo report that this creates. Is part of Boot-Repair:
    https://help.ubuntu.com/community/Boot-Info
    Boot Repair -Also handles LVM, GPT, separate /boot and UEFI dual boot.:
    https://help.ubuntu.com/community/Boot-Repair
    You can repair many boot issues with this or 'Create BootInfo' report (Other Options) & post the link it creates, so we can see your exact configuration and diagnose advanced problems.
    Install in Ubuntu liveCD or USB or Full RepairCD with Boot-Repair (for newer computers)
    http://sourceforge.net/p/boot-repair/home/Home/
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #3
    Join Date
    Nov 2008
    Location
    Whakatane, NZ
    Beans
    634
    Distro
    Ubuntu

    Re: Grub issue in 13.04

    Thanks! Worked a treat.

    How does one mark the thread as solved now? The option seems to have been taken out of 'Thread Tools' now.
    Windows free since '09 - never looked back!

  4. #4
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Grub issue in 13.04

    Quote Originally Posted by Baldrick_NZ View Post
    Thanks! Worked a treat.

    How does one mark the thread as solved now? The option seems to have been taken out of 'Thread Tools' now.
    I marked the thread as solved for you, but in the future, just edit your first post, and change the prefix to solved.

  5. #5
    Join Date
    Nov 2008
    Location
    Whakatane, NZ
    Beans
    634
    Distro
    Ubuntu

    Re: Grub issue in 13.04

    Very cool. Thanks guys!
    Windows free since '09 - never looked back!

Tags for this Thread

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
  •