23 lines
796 B
Plaintext
23 lines
796 B
Plaintext
--- grub.orig 2025-11-16 12:48:00.039601015 +0100
|
|
+++ grub 2025-11-16 18:27:55.973258293 +0100
|
|
@@ -6,8 +6,8 @@
|
|
GRUB_DEFAULT=0
|
|
GRUB_TIMEOUT=5
|
|
GRUB_DISTRIBUTOR=`( . /etc/os-release && echo ${NAME} )`
|
|
-GRUB_CMDLINE_LINUX_DEFAULT="quiet"
|
|
-GRUB_CMDLINE_LINUX=""
|
|
+GRUB_CMDLINE_LINUX_DEFAULT=""
|
|
+GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"
|
|
|
|
# If your computer has multiple operating systems installed, then you
|
|
# probably want to run os-prober. However, if your computer is a host
|
|
@@ -22,7 +22,7 @@
|
|
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
|
|
|
|
# Uncomment to disable graphical terminal
|
|
-#GRUB_TERMINAL=console
|
|
+GRUB_TERMINAL=console
|
|
|
|
# The resolution used on graphical terminal
|
|
# note that you can use only modes which your graphic card supports via VBE/GOP/UGA
|