From 6deb2587e3a8fde4fd653714ffa11ac93c1ec7bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Fri, 3 Feb 2023 22:28:14 -0500 Subject: [PATCH] document fix for the example --- howto/quintex.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/howto/quintex.md b/howto/quintex.md index d9abc5dc..5853d0b8 100644 --- a/howto/quintex.md +++ b/howto/quintex.md @@ -252,7 +252,8 @@ find its live filesystem and boot. If iPXE encounters a problem it will show you an error code which you can load in a web browser. For example, error code `3e1162` is available at <https://ipxe.org/err/3e1162> and is "Error: No DNS -servers available". +servers available". That was caused by a missing DNS server (fix: `set +dns 1.1.1.1`). Chucking the `.iso` into the initrd is kinda icky, but the alternative involves using [fetch=http-url](https://manpages.debian.org/testing/live-boot-doc/live-boot.7.fr.html#fetch) which does not support DNS and -- GitLab