aguslr / multibootusb

A collection of GRUB files and scripts that will allow you to create a pendrive capable of booting different ISO files
https://mbusb.aguslr.com
GNU General Public License v3.0
575 stars 154 forks source link

Support for GNU Guix #255

Open 573 opened 5 years ago

573 commented 5 years ago

GNU Guix is a very interesting take on something similar to NixOS and should thereby definitly be supported.

For [NixOS] there already does exist an integration (#63) which involves only minimal manual effort (tested and works) and could possibly be used as a template for that?

mibori commented 5 years ago

(tested and works)

@573 could you please describe your steps to boot nixos? I would like to implement script to modify nixos.d/*.cfg's files after iso's copied. BUT I can't still boot with manual modifications from (#63) with errors:

waiting for device /dev/root to appear .....  /dev/sdc: open failed: No medium found
.  /dev/sdc: open failed: No medium found
.  /dev/sdc: open failed: No medium found
.  /dev/sdc: open failed: No medium found
...
...
Timed out waiting for device /dev/root, trying to mount anyway.
mounting /dev/root on /iso
mount: mounting /dev/root on /mnt-root/iso failed: No such file or directory
573 commented 5 years ago

@mibori sorry for answering that late.

Sure, you go https://github.com/aguslr/multibootusb/issues/63#issuecomment-525174823.