Grub: Difference between revisions

From DWIKI
Tony (talk | contribs)
Created page with "=Grub prompt= ==Shut down== halt poweroff"
Tag: wikieditor
 
Tony (talk | contribs)
Tag: wikieditor
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Links=
*[https://www.gnu.org/software/grub/manual/grub/html_node/index.html Grub 2 manual]
*https://wiki.debian.org/Grub
=Grub prompt=
=Grub prompt=
==Shut down==
==Shut down==
  halt
  halt
  poweroff
  poweroff
=HOWTO=
==Get into the grub boot dialog during boot==
Hold the '''shift''' key
=Relevant commands=
==grub-set-default==
=Relevant files and locations=
==/boot/grub==
==/etc/grub.d/==
==/etc/default/grub==
=FAQ=
==Which kernel will be booted by default==
The first one in '''/boot/grub/grub.cfg''' if in '''/etc/default/grub''' is defined
GRUB_DEFAULT=0
otherwise the last successfully booted kernel

Latest revision as of 09:05, 13 March 2026

Links

Grub prompt

Shut down

halt
poweroff

HOWTO

Get into the grub boot dialog during boot

Hold the shift key

Relevant commands

grub-set-default

Relevant files and locations

/boot/grub

/etc/grub.d/

/etc/default/grub

FAQ

Which kernel will be booted by default

The first one in /boot/grub/grub.cfg if in /etc/default/grub is defined

GRUB_DEFAULT=0

otherwise the last successfully booted kernel