From 5293592e5f2bd9c58bd5a0c2e844f991762130a1 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 23 Jan 2021 21:20:12 -0700 Subject: [PATCH] install vga=normal fb=none --- ipxe-install-debian-10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipxe-install-debian-10 b/ipxe-install-debian-10 index f8da8f3..0c05267 100644 --- a/ipxe-install-debian-10 +++ b/ipxe-install-debian-10 @@ -5,7 +5,7 @@ dhcp kernel http://145.40.77.103/deb.debian.org/debian/dists/buster/main/installer-amd64/current/images/netboot/debian-installer/amd64/linux initrd http://145.40.77.103/deb.debian.org/debian/dists/buster/main/installer-amd64/current/images/netboot/debian-installer/amd64/initrd.gz boot -append nomodeset debug auto=true priority=high preseed/url=http://145.40.77.103/eqx/preseed.cfg +append install vga=normal fb=none nomodeset debug auto=true priority=high preseed/url=http://145.40.77.103/eqx/preseed.cfg #append debug console=tty0 console=ttyS1,115200n8 auto=true priority=high preseed/url=http://145.40.77.103/eqx/preseed.cfg #append console=tty0 console=ttyS1,115200n8 auto=true priority=high preseed/url=http://145.40.77.103/eqx/preseed.cfg initrd=debian-installer/amd64/initrd.gz