Blame
| f5c841 | Anonymous | 2026-01-31 03:07:21 | 1 | # Grub |
| 2 | ||||
| 3 | =====installing grub on slackware===== |
|||
| 4 | first remove elilo |
|||
| 5 | ||||
| 6 | <code>slackpkg remove elilo</code> |
|||
| 7 | ||||
| 8 | then remove the elilo files from /boot |
|||
| 9 | ||||
| 10 | <code>rm -rf /boot/efi/EFI/Slackware</code> |
|||
| 11 | ||||
| 12 | <code>grub-install /dev/XXX</code> |
|||
| 13 | ||||
| 14 | <code>grub-mkconfig -o /boot/grub/grub.cfg</code> |
|||
| 15 | ||||
| 16 | after updating kernel dont forget to run |
|||
| 17 | ||||
| 18 | <code>grub-mkconfig -o /boot/grub/grub.cfg</code> |
|||
| 19 | ||||
| 20 | ||||
| 21 | splashscreen section |
|||
| 22 | GRUB_PRELOAD_MODULES="all_video" |
|||
| 23 | ||||
| 24 | GRUB_BACKGROUND=/boot/grub/themes/slackware/background.png |
