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 got this error upon booting an ISO: `mount: mounting /dev/loop0 on /mnt-root/nix/.ro-store failed: invalid argument`.
I used this to flash the ISO: sudo dd if=/nix/store/vp1kpyhgmsfrai26rxjl5m8nld2rv4ji-nixos-24.11.20240918.1b8c065-aarch64-linux.iso-aarch64-unknown-linux-gnu/iso/nixos-24.11.20240918.1b8c065-aarch64-linux.iso of=/dev/sdb status=progress bs=4M
Ok, I managed to get the NixOS installer to boot.... with a usb a drive connected to a usb a -> c adapter. I also had to press i during boot to type mount /dev/sda1 /mnt-root/iso && exit.
Now, wpa_supplicant.service says it has no ExecStart, execstop or successaction however iwctl seems to be installed.
I used this to flash the ISO:
sudo dd if=/nix/store/vp1kpyhgmsfrai26rxjl5m8nld2rv4ji-nixos-24.11.20240918.1b8c065-aarch64-linux.iso-aarch64-unknown-linux-gnu/iso/nixos-24.11.20240918.1b8c065-aarch64-linux.iso of=/dev/sdb status=progress bs=4M
Originally posted by @theoparis in #60 (comment)
The text was updated successfully, but these errors were encountered: