Closed jgarte closed 3 years ago
I haven't yet, but the Guix manual says that this is how you do it:
$ dd if=guix-installer.iso of=/dev/sdX status=progress
$ sync
there is a flag to get iso format
there is a flag to get iso format
@gi-yt Are you referring to this command?
guix system image -t iso9660 gnu/system/install.scm
@daviwil
Last time I tried dd'ing
a custom iso image onto my thumbdrive that the above command produced into it didn't boot.
The iso image that it built was in /gnu/store/...
I'll try again soon.
I'm trying to make an iso image of the guix system server that is running these services:
https://mumble.libremiami.org https://donotshake.libremiami.org
I'll publish the configs for those at https://git.sr.ht/~libremiami in the next few days.
`guix system image -t iso9660 gnu/system/install.scm yes @jgarte this is the command i was talking about
The New release @daviwil published works for the same
I've been using the .iso image this CI workflow produces burned to USB sticks and it works great, haven't had any trouble with it. Let me know if you have any issues with it @jgarte!
Hi!
Were you able to
dd
this image onto a usb and run it?I've been trying to figure out how to get that to work but I've had no luck.