Try different bootloader entries, there should be something like failsafe mode.
bizdelnick
Doesn't your browser take it all yet? Don't worry, web frameworks' developers are working on that.
Yes, it's kinda magic if you are unable to remove them in non-atomic distro.
There's no any magic that could reduce Silverblue size, it is based on the same packages as Workstation. Only the installed subset of packages can differ.
What distros are you talking about? Even if install all available DEs, any distro will take ~10 GiB or a bit more. Default installation is much smaller.
OMFG there are so many package managers but you made chocolatey instead...
You need to add class to this line:
echo "submenu '$(gettext_printf "Advanced options for %s" "${OS}" | grub_quote)' $menuentry_id_option 'gnulinux-advanced-$boot_device_id' {"
Insert ${CLASS}
before $menuentry_id_option
:
echo "submenu '$(gettext_printf "Advanced options for %s" "${OS}" | grub_quote)' ${CLASS} $menuentry_id_option 'gnulinux-advanced-$boot_device_id' {"
See if this entry generated by another script in this directory.
These files are not changed on updates. grub.cfg
will be changed, but it will contain what these scripts write into it, so if you add classes to them, they will appear in new grub.cfg
.
To test that everything works as expected, backup your current grub.cfg
and run sudo update-grub
.
Scripts that generate grub.cfg
are located in /etc/grub.d/
. You can edit them to specify classes. In my system (Debian) entries you ask about are added in /etc/grub.d/10_linux
and /etc/grub.d/30_uefi-firmware
.
I use keychain.