Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: broke boot manager trying to install, now always boots straight to windows 10

  1. #21
    Join Date
    Mar 2020
    Beans
    16

    Re: broke boot manager trying to install, now always boots straight to windows 10

    I did what you said, turned off the secure boot in the UEFI. I think maybe I didn't do that the first time, getting it confused with turning off bit-locker perhaps?\

    https://paste.ubuntu.com/p/JnQ75pgrkj/

    After getting everything set up again I ran boot repair and produced the previous report. I have not checked on the status of the boot-order yet.

    Looking at the boot-repair report, it looks like there are still errors coming out of the nvme drives. I looked around in my UEFI menu and I couldn't find any obvious way to disable them.

  2. #22
    Join Date
    Mar 2020
    Beans
    16

    Re: broke boot manager trying to install, now always boots straight to windows 10

    Update, I booted into ubuntu and out of curiosity opened gparted. The first thing it did was tell me that there was something wrong with one of my nvme drives, something about it not using all of its allocated space? I told it to fix this problem, and I ended up with a normal looking hard-drive but with two tiny unallocated sections, one is 1mb and the other is 2mb.

    I ran the boot repair report after doing this and I've noticed that those drives are no longer throwing errors the way they once were.

    G-parted is showing red exclamation warnings for the Microsoft Reserved Partition and the Basic Data Partition. Googling around tells me that is *not* normal (?)

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

    Re: broke boot manager trying to install, now always boots straight to windows 10

    Microsoft reserved is a required unformatted partition.
    Because it is unformatted gparted shows it as an error.

    Standard data partitions should not show errors. If you right click on the error what does it say.

    Partitions have to be aligned. Important for new 4K drives & SSD. Old drives you can ignore error.
    First, understand that most partitioning tools have moved to a policy of aligning partitions on 1 MiB (2048-sector) boundaries as a way of improving performance with some types of arrays and some types of new hard disks (those with 4096-byte physical sectors).
    https://developer.ibm.com/technologies/linux/
    http://www.ibm.com/developerworks/li...-sector-disks/
    Post on 8-sector boundaries alignment by srs5694
    http://ubuntuforums.org/showthread.php?t=1685666

    Other errors in report were from Windows fast start up being on.
    And this:
    The backup GPT table is not on the end of the device. This problem will be corrected by write.
    Not sure what tool you used to partition that drive, or if you tried to image copy a smaller drive to it.
    But as it says you need to do a write from various partitioning tools. Best to use gdisk with gpt partitioned drives.

    repair gpt:
    http://www.rodsbooks.com/gdisk/repairing.html

    gpt partition table in middle of drive
    sudo gdisk /dev/nvme1n1
    Command (? for help):
    To move backup to end of drive
    launch gdisk, then type x, then type e, then type w to save your changes
    Last edited by oldfred; April 5th, 2020 at 03:37 AM.
    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.

Page 3 of 3 FirstFirst 123

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
  •