Grub: Difference between revisions

From SlackWiki
Jump to navigation Jump to search
(Created page with "'''installing grub on sackware''' grub-install /dev/XXX grub-mkconfig -o /boot/grub/grub.cfg after updating kernel dont forget to run grub-mkconfig -o /boot/grub/...")
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''installing grub on sackware'''
[[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 slackware'''


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