Results 1 to 10 of 10

Thread: Unable to Boot Ubuntu 14.04 after Installation

  1. #1
    Join Date
    Nov 2014
    Beans
    5

    Unable to Boot Ubuntu 14.04 after Installation

    I installed Ubuntu 14.04 to replace my Windows 8 operating system. I did this via usb.
    It seemed successful, but for some reason won't boot. Instead, I am offered the options to either 1) Install Ubuntu or 2) Try Ubuntu.
    Before anyone suggests it, I know I am booting from the hard drive and not from the usb - I have already changed the boot order correctly.
    When I try to reinstall, it says Ubuntu 14.04 is already installed as the operating system, and asks if I want to partition.
    Other than that, I ran boot-repair, and was given this boot info: http://paste.ubuntu.com/8839181/

    I'm new to Ubuntu so any help would be greatly appreciated!

  2. #2
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Unable to Boot Ubuntu 14.04 after Installation

    Thread moved to Installation & Upgrades.

    As you're new here, we'll be gentle (won't we?), and you have a better chance of support here.

    Welcome. So you ran recommended repair in Boot Repair, it didn't work? The install USB is unplugged from the machine when you cold boot (switch it off, remove all USB dongles and boot)?
    Last edited by Bucky Ball; November 6th, 2014 at 01:55 PM.

  3. #3
    Join Date
    Nov 2014
    Beans
    5

    Re: Unable to Boot Ubuntu 14.04 after Installation

    Thanks for the welcome! Okay I unplugged the USB and now when I boot the computer it just says "Insert system disk in drive."

  4. #4
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Unable to Boot Ubuntu 14.04 after Installation

    So it is booting from the USB. I'd perhaps recheck the BIOS and leave the dongle out from now on and work out why it's not booting. Perhaps burn a Boot Repair USB or disk and boot from that and run it again.

    Your bootinfo tells us you have Ubuntu and a /swap installed and everything looks aok.

    Just another point: you don't need to use EFI. If you've only just begun you could scrap that and reinstall in regular BIOS mode. (CSM from memory).
    Last edited by Bucky Ball; November 6th, 2014 at 02:14 PM.

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

    Re: Unable to Boot Ubuntu 14.04 after Installation

    You show this:
    BootOrder: 0002,0000,0001
    Boot0000* USB Memory
    Boot0001* HDD/SSD
    Boot0002* ubuntu.

    So Ubuntu is installed and listed by UEFI.

    What brand, model computer?
    Some will only boot Windows by name and we have to have work arounds.

    Since only Ubuntu installed you can rename it to be Windows in UEFI and then UEFI thinks it is booting Windows.
    You have to boot live installer in UEFI boot mode to have efibootmgr.

    # from liveDVD or flash booted in UEFI mode and use efibootmgr, this is what Boot-Repair reported:
    modprobe efivars
    sudo efibootmgr -v

    This can be either grub or shim:
    If Description has to be Windows then change UEFI description.
    sudo efibootmgr -c -L "Windows Boot Manager" -l "\EFI\ubuntu\shimx64.efi"

    http://linux.dell.com/cgi-bin/gitweb...README;hb=HEAD
    http://software.intel.com/en-us/arti...and-scripting/

    Other work arounds:
    http://ubuntuforums.org/showthread.php?t=2234019
    Envy M6 Change boot order sudo efibootmgr-o 2,1 post #23
    http://ubuntuforums.org/showthread.php?t=2227889


    Sony Vaio Pro hard coded to only boot "Windows Boot Manager"
    http://ubuntuforums.org/showthread.php?t=2196415
    sudo efibootmgr -c -L "Windows Boot Manager" -l "\EFI\ubuntu\shimx64.efi"


    Last edited by oldfred; December 11th, 2014 at 05:57 AM. Reason: typo extra space removed in efibootmgr command
    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.

  6. #6
    Join Date
    Nov 2014
    Beans
    5

    Re: Unable to Boot Ubuntu 14.04 after Installation

    It's a Toshiba Satellite U920T.
    I typed sudo efibootmgr -v and it said command not found.
    Would that cause a problem? Should I install efibootmgr? Then, I assume, change the description to Windows?

  7. #7
    Join Date
    Nov 2014
    Beans
    5

    Re: Unable to Boot Ubuntu 14.04 after Installation

    I can't change the BIOS mode to CSM, it's on UEFI and doesn't give me an option to change.

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

    Re: Unable to Boot Ubuntu 14.04 after Installation

    You installed in UEFI mode, so you want UEFI mode.

    Do you have secure boot on? Usually better for now with it off, but still in UEFI boot mode.
    CSM mode is not available or does not have a secure boot mode.

    You have to boot Ubuntu installer in UEFI mode to have efibootmgr work.
    I thought it was installed by default, but it will not work if in BIOS boot mode.
    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.

  9. #9
    Join Date
    Nov 2014
    Beans
    5

    Re: Unable to Boot Ubuntu 14.04 after Installation

    Secure boot is off, and this is the result I get from sudo efibootmgr -v
    Code:
    BootCurrent: 0000
    Timeout: 1 seconds
    BootOrder: 0002,0003,0001,0000
    Boot0000* USB Memory    ACPI(a0341d0,0)PCI(14,0)USB(0,0)
    Boot0001* HDD/SSD    ACPI(a0341d0,0)PCI(1f,2)ATAPI(0,0,0)
    Boot0002* ubuntu    HD(1,800,100000,f35087f8-0cc1-4b86-afe6-2f9fce94578c)File(\EFI\ubuntu\shimx64.efi)
    Boot0003* Windows Boot Manager    HD(1,800,100000,f35087f8-0cc1-4b86-afe6-2f9fce94578c)File(\EFI\ubuntu\shimx64.efi)
    What do I do next?

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

    Re: Unable to Boot Ubuntu 14.04 after Installation

    If in your UEFI menu you now choose to boot "Windows" which now is really the same shim as the ubuntu entry, does it boot? And can you set that as the default?
    The vendors hard code the UEFI to only allow the default boot to be the "Windows" entry, but so far they do not check that it really is booting Windows.
    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.

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
  •