Merge pull request #441 from Googulator/grub-resolution

Allow grub to autodetect screen resolution
This commit is contained in:
Andrius Štikonas 2024-02-14 22:52:06 +00:00 committed by GitHub
commit cfa178e8b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ set default=0
menuentry 'Linux live-bootstrap (4.9.10)' {
insmod part_msdos
set root='$(grub-probe -d /dev/${DISK} -t bios_hints | sed -e 's/ //g')'
set gfxpayload=auto
linux /boot/linux-4.9.10 root=/dev/${DISK} rw $(cat /proc/cmdline)
}
EOF