You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried both the ISO and the floppy image, and even added specific -net arguments, but…
$ qemu-system-i386 -fda netboot.xyz.dsk -m 1G -net nic -net user
All it shows me is “Network unreachable”. I dropped in a MirBSD ISO and had network. I also tried a Grml ISO (with qemu-system-x86_64) and also had network.
(I wanted to see whether MirBSD’s still in it, and what I had to do to re-enable it if it wasn’t, as the old diff, I’m not sure if it was ever merged?)
From 5efbc4ffa32ab9486cb785df5b2c4f6cb67db272 Mon Sep 17 00:00:00 2001
From: mirabilos <m@mirbsd.org>
Date: Mon, 25 Apr 2016 13:47:34 +0200
Subject: [PATCH] add MirBSD (MirOS BSD-current/i386 install/rescue boot)
without image signatures, for now (until someone tells me how to add them)
---
src/bsd.ipxe | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/bsd.ipxe b/src/bsd.ipxe
index 0d76609600..0c083afa16 100644
--- a/src/bsd.ipxe
+++ b/src/bsd.ipxe
@@ -11,6 +11,7 @@ iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
item --gap BSD Based Operating Systems
item freebsd ${space} FreeBSD
item openbsd ${space} OpenBSD
+item mirbsd ${space} MirBSD (i386 only)
# Options
item --gap Options:
@@ -37,3 +38,12 @@ exit 0
:changebits
iseq ${arch} x86_64 && set arch i386 || set arch x86_64
goto bsd_menu
+
+#XXX image signature verification missing, how to add?
+:mirbsd
+imgfree
+kernel https://www.mirbsd.org/MirOS/current/bsd4me.com
+module https://www.mirbsd.org/MirOS/current/bsd4me.rd
+module https://www.mirbsd.org/MirOS/webstuff/netboot.xyz/boot.cfg
+boot
+goto bsd_exit
(Note: needs TLSv1, not TLSv1.2, or s/https/http/g, or change the URLs to a different mirror.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I tried both the ISO and the floppy image, and even added specific
-netarguments, but…All it shows me is “Network unreachable”. I dropped in a MirBSD ISO and had network. I also tried a Grml ISO (with
qemu-system-x86_64) and also had network.(I wanted to see whether MirBSD’s still in it, and what I had to do to re-enable it if it wasn’t, as the old diff, I’m not sure if it was ever merged?)
(Note: needs TLSv1, not TLSv1.2, or
s/https/http/g, or change the URLs to a different mirror.)All reactions