From 37d4a6285cb7c6c1c04976e62e3fa9d8b0cddc80 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 23 Jan 2021 21:42:58 -0700 Subject: [PATCH] boots, see kernel --- ipxe-install-debian-10 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipxe-install-debian-10 b/ipxe-install-debian-10 index af4b249..e64f8e9 100644 --- a/ipxe-install-debian-10 +++ b/ipxe-install-debian-10 @@ -5,6 +5,8 @@ dhcp set base-url http://145.40.77.103/deb.debian.org/debian/dists/buster/main/installer-amd64/current/images/netboot/debian-installer/amd64 kernel ${base-url}/linux DEBIAN_FRONTEND=noninteractive console=tty0 console=ttyS1,115200n8 install vga=normal fb=none nomodeset debug auto=true priority=high preseed/url=http://145.40.77.103/eqx/preseed.cfg locale=en_US.UTF-8 keymap=us language=us country=US --- + initrd ${base-url}/initrd.gz + boot