paul1149 wrote: Sun Aug 09, 2020 9:45 pm
Hi guys,
I don't know if this is exactly germane to the discussion you're looking for, but here goes. The update here went fine, on MX 19 with KDE. But my heart sank when I saw the dialog, because I thought of the friends and customers I had installed MX for, and how not one of them would have a clue what to do with it. I wish there could be an option to leave the configuration as it is, and that it would be set as the default, with a note saying leave it there if you don't understand what the dialog is about. I don't know if that's feasible, or if the MX team even has input into that dialog, but those are my thoughts on it.
Be well,
Paul
This popup-dialog is part of the grub package. And yes, user can decide not generate and install a new grub-loader. If they click on "Next", without selecting the boot device, the have to confirm:
grub-continue-without-installing-bios.png
If you move the mouse over the line you get a nice explanation:
You chose not to install GRUB to any devices. If you continue, the boot
loader may not be properly configured, and when this computer next
starts up it will use whatever was previously in the boot sector. If
there is an earlier version of GRUB 2 in the boot sector, it may be
unable to load modules or handle the current configuration file.
If you are already using a different boot loader and want to carry on
doing so, or if this is a special environment where you do not need a
boot loader, then you should continue anyway. Otherwise, you should
install GRUB somewhere.
FWIW, you can always re-configure the grub-package to get the the popup-dialog, this way:
In any case, if something goes wrong, we have three fallbacks:
1: MX Boot Repair
2: boot from LiveUSB -> Switch to Grub Boot Loader -> Boot Rescue Menus -> Find Grub loader /menus
3: from LiveUSB -> Chroot Rescue Scan: To "chroot" into the installed system and run
sudo "grub-install /dev/sd[abc]" or alternatively, run as above "
sudo dpkg-reconfigure grub-pc"
EDIT: no need for sudo within the chroot on the installed system.
You do not have the required permissions to view the files attached to this post.