SystemCrafters / guix-installer

A GNU Guix installer image with the full Linux kernel!
GNU General Public License v3.0
217 stars 30 forks source link

Burn image to usb and boot #2

Closed jgarte closed 3 years ago

jgarte commented 3 years ago

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.

daviwil commented 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
gi-yt commented 3 years ago

there is a flag to get iso format

jgarte commented 3 years ago

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.

gi-yt commented 3 years ago

`guix system image -t iso9660 gnu/system/install.scm yes @jgarte this is the command i was talking about

gi-yt commented 3 years ago

The New release @daviwil published works for the same

daviwil commented 3 years ago

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!