Wpis z mikrobloga

@DESZCZE:

# If you change this file, run 'update-grub' afterwards to update


# /boot/grub/grub.cfg.

# For full documentation of the options in this file, see:

# info -f grub -n 'Simple configuration'

GRUBDEFAULT=0

#grub
HIDDENTIMEOUT=0

GRUB
HIDDENTIMEOUTQUIET=true

GRUBTIMEOUT=10

GRUB
DISTRIBUTOR=

lsb_release -i -s 2> /dev/null || echo Debian
GRUBCMDLINELINUXDEFAULT="quiet splash"

GRUBCMDLINELINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
A jak zmienić kolejność wybierania i system domyslny?


@vesterr: Możesz zmienić domyślnie wybrany wpis poprzez ustawienie wartości GRUBDEFAULT w /etc/default/grub

Kolejność jest generowana automatycznie ze skryptów w /etc/grub.d, jedyne co możesz to pozmieniać kolejność uruchamiania skryptów poprzez zmianę numeracji w nazewnictwie...

Aha, po edycji /etc/default/grub lub skryptów wygeneruj konfigurację grub'a przez

sudo update-grub