User Tools

Site Tools


grub

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
grub [2023/07/23 19:19] – created wigumsgrub [2025/02/13 03:39] (current) wigums
Line 1: Line 1:
 =====installing grub on slackware===== =====installing grub on slackware=====
 +first remove elilo
 +
 +<code>slackpkg remove elilo</code>
 +
 +then remove the elilo files from /boot
 +
 +<code>rm -rf /boot/efi/EFI/Slackware</code>
  
 <code>grub-install /dev/XXX</code> <code>grub-install /dev/XXX</code>
Line 8: Line 15:
  
 <code>grub-mkconfig -o /boot/grub/grub.cfg</code> <code>grub-mkconfig -o /boot/grub/grub.cfg</code>
 +
 +
 +splashscreen section
 +GRUB_PRELOAD_MODULES="all_video"
 +
 +GRUB_BACKGROUND=/boot/grub/themes/slackware/background.png
 +
  
grub.1690139981.txt.gz · Last modified: 2024/07/23 16:19 (external edit)