Grub: Difference between revisions

From SlackWiki
Jump to navigation Jump to search
m (speling is dificult)
No edit summary
 
Line 1: Line 1:
[[Category:Tutorials]]
[[Category:Tutorials]]
GRUB2 is the latest version of GNU GRUB, the GRand Unified Bootloader. A bootloader is the first software program that runs when a computer starts. It is responsible for loading and transferring control to the operating system kernel.




Line 8: Line 10:
   grub-mkconfig -o /boot/grub/grub.cfg
   grub-mkconfig -o /boot/grub/grub.cfg


  after updating kernel dont forget to run
after updating kernel dont forget to update your initrd then run


   grub-mkconfig -o /boot/grub/grub.cfg
   grub-mkconfig -o /boot/grub/grub.cfg

Latest revision as of 14:36, 9 January 2025


GRUB2 is the latest version of GNU GRUB, the GRand Unified Bootloader. A bootloader is the first software program that runs when a computer starts. It is responsible for loading and transferring control to the operating system kernel.


installing grub on slackware

 grub-install /dev/XXX

 grub-mkconfig -o /boot/grub/grub.cfg

after updating kernel dont forget to update your initrd then run

 grub-mkconfig -o /boot/grub/grub.cfg