evenkeel wrote: Tue Jan 09, 2024 9:26 pm
@fehlix, I just answered your question but it disappeared. Probably operator (me) error. I think I closed the browser too quickly.
Sometimes it helps to copy/paste your formulated text temporary into featherpad or geany text editor,
so you won't loose the text written, when the message did not made onto the server, so you would be able to send again.
evenkeel wrote: Tue Jan 09, 2024 9:26 pm
I will try to be brief: the error message that seemed to go very quickly was the: ‘Failed to open EFI/BOOT: Invalid parameter. Failed to load image (??): Invalid parameter. Start image returned invalid parameter. Falling back to default loader.’ I was mistaken in my initial posting, it did NOT appear after Welcome. It appeared after Dell logo,--F12 to boot sequence and exit,--but BEFORE Welcome. The first menu I see on live-session is the same as page 27 of the manual. With the cursor landed on Language - Keyboard, there was a 59 second countdown (but I had played with settings); when I moved the cursor up to MX-23.1_ahs and pressed enter, there was a five second countdown. But the 'Failed to open EFI/BOOT: Invalid parameter, etc' message was the very brief one. Now that I know what it says of course it looks like a billboard. Anyway, I did not see this error msg after booting with the dis_ucode_ldr edit. Quiz me further if I misunderstood you or failed to answer your question. I will continue to work on this. But now must sleep.
OK, what I would now do,
* First add the "dis_ucode_ldr" boot parameter to disable µcode-loading to the GRUB menu,
by opening MX Boot Options and add to the boot parameter line space separated: dis_ucode_ldr.
* Maybe before you add the new kernel, remove some packages
which are not used like those RAID related and luks encryption related:
Code: Select all
sudo apt purge cryptsetup-initramfs mdadm
and also any of the wireless Realtek driver not used by your system:
This would make installing / upgrading kernels "faster":
* Next install latest liquorix kernel.: Open MX Package Installer (MXPI)
and select within the first tab Pop. Apps.. -> Kernels -> latest Liquorix kernel
to install.
Now reboot and check whether the new kernel would boot,
you can test/check µcode loading by removing the µcode boot parameter dis_ucode_ldr
which is now with the grub menu:
On GRUB menu entry: Press [E] -> arrow keys down to the linux line
and remove from end of line the µcode boot parameter. F10 or [Ctrl]+x to boot.
If this will bring you a black screen again, keep the µcode parameter,
otherwise if that works you can remove parameter with help of MX Boot Options.