AdrianTM / mx-boot-options

Program for controlling boot options in MX Linux
GNU General Public License v3.0
2 stars 5 forks source link

MX boot options don't save my boot choice! #1

Open onlineapps-cloud opened 2 weeks ago

onlineapps-cloud commented 2 weeks ago

hi, i created persistent USB drive using MX live USB maker, and all work fine, but i want to boot to systemd image i tried to configure boot mode using MX boot options i selected systemd, click save, reboot, but after reboot, i boot again in to: image If on boot splash screen i type init=/lib/systemd/systemd i able to boot in to systemd: image how to made to always boot in to systemd? i think that MX boot options tool have some issue on this mode Video demonstration of my actions:

https://github.com/user-attachments/assets/91bc7c2c-9858-48e9-9935-30e91c7abdac

onlineapps-cloud commented 2 weeks ago

USB persistence proof:

https://github.com/user-attachments/assets/e3fb15fe-4472-46e8-957d-da67cbd9b6b2

AdrianTM commented 2 weeks ago

Yeah, unfortunately this Boot Options tools was not designed for the Live environment, it was designed for changing the settings for the installed system, then I extended it to work in Live environment to change the options of the installed system (using chroot) not for setting up the Live environment options -- that was not a priority.

I will have to think how to handle that and actually to understand better how Live environment differs from the installed -- Live environment can actually use 2 ways to boot: GRUB or syslinux, I wonder if you use that "Switch to Grub Bootloader" if it actually works -- I didn't specifically tested in Live but GRUB might work. Please let me know...

onlineapps-cloud commented 2 weeks ago

hi, i changed to grub bootloader, press e, type boot options, then F10, and all work fine. image image

AdrianTM commented 2 weeks ago

Perfect, thanks, so GRUB works, I guess I will have to test for LIve and change syslinux option too.