Этот коммит содержится в:
Ihar Hancharenka 2024-04-09 11:14:43 +03:00
родитель 0c482c8573
Коммит 7f761ffa8b
2 изменённых файлов: 14 добавлений и 10 удалений

Просмотреть файл

@ -1,6 +1,7 @@
https://www.gnu.org/software/grub/manual/grub/html_node/Simple-configuration.html
https://wiki.archlinux.org/title/GRUB
# For full documentation of the options in this file, see:
info -f grub -n 'Simple configuration'
???
@ -15,13 +16,6 @@ exec tail -n +3 $0
/etc/default/grub
GRUB_THEME="/usr/share/grub/themes/starfield/theme.txt"
https://microsin.net/adminstuff/xnix/nomodeset-quiet-splash-kernel-parameters.html
https://microsin.net/adminstuff/xnix/linux-kernel-parameters.html
https://microsin.net/adminstuff/xnix/ubuntu-nomodeset-boot-mode.html
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
GRUB_TIMEOUT=5
# - quiet splash
ubuntu:
sudo update-grub
@ -33,5 +27,15 @@ generated (do not edit):
cat /usr/sbin/grub-mkconfig
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
https://microsin.net/adminstuff/xnix/nomodeset-quiet-splash-kernel-parameters.html
https://microsin.net/adminstuff/xnix/linux-kernel-parameters.html
https://microsin.net/adminstuff/xnix/ubuntu-nomodeset-boot-mode.html
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
# - quiet splash
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu`
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
GRUB_CMDLINE_LINUX=""

Просмотреть файл

@ -1,4 +1,4 @@
# my
# misc
## links