No more boot partition

When you run into problems installing MX Linux XFCE
Message
Author
User avatar
lachelp
Posts: 22
Joined: Mon Feb 10, 2020 7:23 pm

Re: No more boot partition

#11 Post by lachelp »

Holly Buzzfart fehlix!!

It worked! You're a freakin' genius and I thank you for your time!!
Changing the world for the better by reducing vehicle pollution
https://facebook.com/EngineEco
http://carbon-cutter.com

User avatar
fehlix
Developer
Posts: 12608
Joined: Wed Apr 11, 2018 5:09 pm

Re: No more boot partition

#12 Post by fehlix »

lachelp wrote: Sun Nov 10, 2024 7:47 pm It worked!
Glad you made it. Perhaps tidy up the NVRAM and remove the non-funtional boot entry
shown with "efibootmgr -v" as

Code: Select all

Boot0001* MX Linux	VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)
and remove on CLI with

Code: Select all

sudo efibootmgr -v --delete-bootnum --bootnum 1
or with short options

Code: Select all

sudo efibootmgr -v -B -b 1
or using GUI do remove with "Manage UEFI Boot Options" found within the tool "MX Boot Options"

User avatar
lachelp
Posts: 22
Joined: Mon Feb 10, 2020 7:23 pm

Re: No more boot partition

#13 Post by lachelp »

Thanks fehlix,

I've remove the non=functional boot entry, but how do I go about tidying up the NVRAM?
Changing the world for the better by reducing vehicle pollution
https://facebook.com/EngineEco
http://carbon-cutter.com

User avatar
fehlix
Developer
Posts: 12608
Joined: Wed Apr 11, 2018 5:09 pm

Re: No more boot partition

#14 Post by fehlix »

lachelp wrote: Mon Nov 11, 2024 8:27 am Thanks fehlix,

I've remove the non=functional boot entry, but how do I go about tidying up the NVRAM?
efibootmgr can read and write entries stored into the UEFI-NVRAM storage.
So if you removed the entry with efibootmgr or with MX "Manage Uefi Boot Options" you already
sorted the NVRAM. Some UEFI-firmware interface allow directly to remove those orphaned boot options.
Some other UEFI-firmware tidy up those by themself overtime.

User avatar
lachelp
Posts: 22
Joined: Mon Feb 10, 2020 7:23 pm

Re: No more boot partition

#15 Post by lachelp »

Thank you for that, I did check both ways but cannot find the entry for the BlissOS installation that I deleted. I do see one labelled simply "UEFI OS" as option 3 but I am assuming that is the 'failsafe' (IRC) MX boot option but none for the BlissOS which is the last option still. Am I being blind or is it hiding?
Changing the world for the better by reducing vehicle pollution
https://facebook.com/EngineEco
http://carbon-cutter.com

User avatar
fehlix
Developer
Posts: 12608
Joined: Wed Apr 11, 2018 5:09 pm

Re: No more boot partition

#16 Post by fehlix »

lachelp wrote: Mon Nov 11, 2024 6:34 pm Thank you for that, I did check both ways but cannot find the entry for the BlissOS installation that I deleted. I do see one labelled simply "UEFI OS" as option 3 but I am assuming that is the 'failsafe' (IRC) MX boot option but none for the BlissOS which is the last option still. Am I being blind or is it hiding?
I don't know what you see, so I cannot comment on that.
In case the entry is not listed with "efibootmgr -v", than this is not visible from Linux,
so you may try to remove the entry from with the UEFI firmaware software (aks as BIOS setup).
A "Fallback" entry os sometjhing else, thats's the entry sown with UEFI boot option
list to "boot from the drive", where UEFI would search for the first ESP found
and within the ESP the efi-bootloader /EFI/BOOT/BOOTx64.efi
In case of "MX Linux" or the way you have resetted/regenerated the MX23 boot option,
it will also create the entry /EFI/BOOT/BOOTx64.efi to be identical
to /EFI/MX23/grubx64.efi. Which means you can either select "MX23" or
the fallback bootentry (the drive or whatever the label is used may be "UEFI OS" maybe
something else like the vendor name of the drive.)

Post Reply

Return to “Installation”