logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 4bc54d83cba09aefac53eb8714d48065f17afa5b
parent 34cb6758d241b92c3c59e61f0a1d62f86f0c36c1
Author: Gábor Stefanik <netrolller.3d@gmail.com>
Date:   Wed, 14 Feb 2024 16:02:28 +0100

Allow grub to autodetect screen resolution

With this, systems without a supported non-vesa FB driver in Linux
(such as Intel integrated graphics) get full resolution after reboot.

Diffstat:

Msteps/improve/make_bootable.sh1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/steps/improve/make_bootable.sh b/steps/improve/make_bootable.sh @@ -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