Grub: Difference between revisions

From SlackWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
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.


'''installing grub on sackware'''
 
'''installing grub on slackware'''


   grub-install /dev/XXX
   grub-install /dev/XXX
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