Rovercar wrote: Wed Nov 20, 2024 5:17 pm
A general thanks to all who responded to my question. Responses were numerous and well reasoned, but the issue is due to the bios and how Windows 11 claims sole right to alter the EFI settings each time it starts. Many of the fixes suggested are good generic fixes, but are not effective with this new HP laptop, and it may be due to its AMD processor having its own bios.
However, I've been doing Linux since you had to load a dozen floppies just to be able to see the mouse move a little arrow around the screen (and that was a eureka moment). I don't need to waste my time with this particular issue, so the laptop's just going back to Amazon while my Acer 792 soldiers on.
Than you to everyone who responded.
Fair enough. OTHO, you missed the chance to let us know what system this is, b/c not providing the QSI "Quick System Info",
does not help others to identify a laptop which may provide some challenges, to prepare for Dual-boot.
Also I'm not convinced that there are no ways to have a peaceful coexistence setup, even after a full Windows update.
Couple of data points:
* always use a separate ESP dedicated for MX Linux to be used, this would prevent Windows from detecting the Windows -ESP was touched by something else.
* always use only free space on the drive for installing Linux which comes after any Windows prepared partitions, so windows would not see the Linux partions as a challenge to adjust, in case more space is needed for Windows
* do disable Intel Raid/RST ( or whatever those matkteting names are), b/c otherwise Windows might make it such that Linux boot partitions are not seen anymore by the EFI subsystem, and EFI might remove any UEFI boot option which appears invalid.
* if still UEFI Boot options do not list MX Linux efi-loader entries, after Windows boot or upgrade, do consider rEFInd setup into the Widows-ESP,
as it provides some robustness, when it comes to missing UEFI boot options, b/c rEFInd does actively scan for all efi-boot loaders on all detected ESP,
which would than provide a GRUB menu and further provides an alternative to GRUB kernel entries to boot directly into the detected linux kernels, so by this bypassing the GRUB menu.
* perhaps last point, there is a GRUB2WIN, which prepares a Windows boot menu, where you can select to boot into a GRUB (installed on WIndows),
which offers to add a chainloader entry to boot into a Linux GRUB menu.
Something similare what the MX LiveUSB boot menu is offering under Boot Rescue menu to scan for efi-loader / or GRUB menus, and have the found GRUB menu shown ready to boot into MX Linux.
***
ttfn