netmaestro wrote: Mon Jan 27, 2025 3:31 am
2. My welcome screen was unusable. No icons on it, nothing. And the text was super tiny. After much research, I learned how to edit the grub file and add the "nomodeset" flag where it says "quiet splash". Once I did that, everything went perfectly.
You can copy ready -made themes for GRUB2. I use my own "
Green Land"
Code: Select all
set theme=/boot/grub/themes/greenland/theme.txt
netmaestro wrote: Mon Jan 27, 2025 3:31 am
And the text was super tiny.
You can
compile the font with a given size. You can download
my large font. If there are problems using the font, then just rename the unicode.pf2 file and replace mine instead and it will be used.
You can use the
Qemu emulator to see how the boot screen will look like. On Linux, try my
gui_qemu program.
video
If you want to try installing multiple Linuxs, then specify not the physical disk as the boot disk, but the disk on which you install the OS, then when updating Grub2, the configuration file will not be rewritten when updating each OS. One OS will update the file, not every one.
netmaestro wrote: Mon Jan 27, 2025 3:31 am
1. My bootable media wouldn't boot. It always booted to the hard disk and wouldn't boot from my usb thumbdrive. I went into BIOS and chose "USB Key" as the first boot, no luck. "USB Floppy" didn't work either. The one item I was ignoring was "usb hard disk" so I put that at the top and presto! It boots.
You should have a hot key that causes a boot menu (F2, F9, F10, F12). During loading at the bottom of the screen, the inscription "Boot F9" means that you need to click F9 to go to the menu. Theoretically, you will see a flash drive as one of the boot options. You can find a hotkey on the Internet to enter the boot menu for your laptop model.