Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26

Thread: Ubuntu install not booting normally after live boot ejected

  1. #11
    Join Date
    Dec 2023
    Beans
    12

    Unhappy Re: Ubuntu install not booting normally after live boot ejected

    I have installed boot repair, attached here is a log, what worries me is line 5

    => No boot loader is installed in the MBR of /dev/sda

    Is this why it is not booting?

    https://paste.ubuntu.com/p/43ZJCv62pC/

    Running: recommended repair:

    https://paste.ubuntu.com/p/8jrYPGbfrg/


    You can now reboot your computer
    "please do not forget to make your UEFI firmware boot on the The OS now in use- Ubuntu 22.04.3 LTS entry(sda1/efi/ubuntu/grubx64.efi file)!

    rebooting the computer
    and adding the UEFI boot as requested still does not boot though, even, deleting the boot file the the UEFI originally picked as the boot and leaving just new one also does no good, this PC just refuses to boot.....

    I am most definitely out of my depth here, for sure.

    Last edited by charles-namibia; December 14th, 2023 at 10:00 AM.

  2. #12
    Join Date
    Jun 2014
    Beans
    7,899

    Re: Ubuntu install not booting normally after live boot ejected

    No boot loader is installed in the MBR of /dev/sda
    No. You have an EFI install and no boot code is placed in the MBR but rather is on the EFI partition of the hard drive, the filesystem partition as well as minimal code on the system board. The problem is more likely related to the message below. If you navigate to that directory while booted using the Advanced option in Grub, check to see what directories are there. There should be one named 6.2.0-39. If not, what is there? Check also /usr/lib/modules to see what is there.

    modprobe: FATAL: Module efivars not found in directory /lib/modules/6.2.0-39-generic
    Your boot repair output shows this:

    (sda1/efi/ubuntu/grubx64.efi file)
    Line 125 of boot repair shows the efi entry for Ubuntu pointing to shimx64.ef rather than the grubx64.efi. Don't know why that is or if that is a problem. Seems more likely it is related to the NVidia graphics. You might try booting again and when you see the Grub menu, go down to the option under Advanced Menu and highlight the entry you use to boot but instead of hitting the Enter key to boot, hit the e key to edit. This should show the menuentry for that option. Look at the line bdginning with linux and see what the numbers are or the vmlinuz file. If it is the 6.2.0-39, your problem is likely the graphics card.

  3. #13
    Join Date
    Dec 2023
    Beans
    12

    Re: Ubuntu install not booting normally after live boot ejected

    Hi @yancek I do not know what is going on, I really do not, I can ONLY use ventoy to boot with, nothing else (Rufus or Etcher) will NOT work, I have no other VGA cards to use but the 2060, if I resume boot from recovery then ubuntu boots. I have installed, reinstalled and done all I can. If I try Ubuntu then my screen goes light blue and white and washes out completely and I can only see outlines of icons and nothing else, so, I would agree with a VGA issue, i do not know how to fix it, I have tried everything I can get my hands on and NOTHING works, barr what I have already said, Ubuntu fails to boot on it's own, I can delete the existing boot path and install my own, it does not work, when I boot back into bios, the old boot path is back and selected. The only way I can boot into ubuntu is via the recovery screen, no other way, I am, tired and frustrated, I have been at this for 3 whole days and I am tired.
    Last edited by charles-namibia; December 14th, 2023 at 02:01 PM.

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

    Re: Ubuntu install not booting normally after live boot ejected

    Are you booting flash drive with Safe mode?
    Then choosing to install optional restricted extras to get nVidia drivers?
    If UEFI Secure Boot on you have to add your own MOK key machine owner key to authorized it as secure.

    If you can boot to recovery mode, boot to command line & run this.
    sudo ubuntu-drivers autoinstall

    If you already installed an incorrect or want to reinstall a different version of nVidia driver, you must purge first.
    sudo apt-get remove --purge nvidia-*
    sudo ubuntu-drivers devices
    ubuntu-drivers devices | grep recommended
    sudo ubuntu-drivers autoinstall

    #What is installed
    dkms status

    https://ubuntuforums.org/showthread....6#post13649946 # 2017
    https://ubuntuforums.org/showthread.php?t=2380061
    https://ubuntuforums.org/showthread.php?t=2362351
    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.

  5. #15
    Join Date
    Dec 2023
    Beans
    12

    Re: Ubuntu install not booting normally after live boot ejected

    Hi @oldfred.

    There is an underlying issue at hand. No one seems to hear this..... I have had to resort to Ventoy to be able to run the install, Nothing else will work, all the rest just hang. After using Ventoy, I can run the install of ubuntu to an hdd, once the install is done and the live boot media must be removed so the Ubuntu can boot from the HDD then the proverbial paw paw hits the fan..... Ubuntu does not boot from the HDD, I have to then hold down the power button, force the system to power down, then I have to power on and hold either Shift or escape to get to the grub, once there I choose advanced options for ubuntu to get to the recovery menu and then i can choose resume and ONLY then will ubuntu boot, it will not boot any other way at all, I have tried so many lines of code that I do not know up from down any more, Ubuntu does not boot from a power on at all.

  6. #16
    Join Date
    Jun 2014
    Beans
    7,899

    Re: Ubuntu install not booting normally after live boot ejected

    The suggestions in post 14 by oldfred are meant to do that. You say you can boot in Recovery mode so do that then open a terminal and consecutively, run the commands suggested above in the third paragraph of that post.

  7. #17
    Join Date
    Dec 2023
    Beans
    12

    Re: Ubuntu install not booting normally after live boot ejected

    Yes, I will do that, just need a break now, will revert back when done...

  8. #18
    Join Date
    Dec 2023
    Beans
    12

    Re: Ubuntu install not booting normally after live boot ejected

    @oldfred

    I carried out the code you supplied.

    Unfortunately there is no change.

    Ubuntu boot problem remains.

    Regards

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

    Re: Ubuntu install not booting normally after live boot ejected

    Did you get to recovery mode?
    Did you get any error messages?
    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.

  10. #20
    Join Date
    Dec 2023
    Beans
    12

    Re: Ubuntu install not booting normally after live boot ejected

    Quote Originally Posted by oldfred View Post
    Did you get to recovery mode?
    I am going to try explain again, I was not able to boot the live usb with anything other than ventoy, grub2 does not boot at all, only grub, if I run "try ubuntu" then my screen washes out. Running "install ubuntu" then the install runs till the "remove live boot media and press enter to reboot" after that the reboot happens and the system hangs, I have to force a power cycle, hold down "shift key" or "esc key", to boot into grub, after that I choose "advanced settings for ubuntu" then I am able to get into the recorey menu. Getting into the revovery menu is not a problem, the booting is a big problem

    Did you get any error messages?
    Honestly? So much happened that my head is spinning, the dkms status did come up empty because it was not installed, so, I had to go and read how to do that. If you ask about errors would they be another color or be listed as an error? I am sorry, but I am in way over my head and have no idea what I am supposed to look at anymore.

    Sorry, this is all greek to me.

Page 2 of 3 FirstFirst 123 LastLast

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
  •