Skip to content

Instantly share code, notes, and snippets.

@mbbx6spp
Created March 21, 2015 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbbx6spp/d9c3d9a23e72d78ee736 to your computer and use it in GitHub Desktop.
Save mbbx6spp/d9c3d9a23e72d78ee736 to your computer and use it in GitHub Desktop.
NixOS 14.12 USB installer "fixes"

Choose interactive shell to fix "/dev/sdc: No medium found" errors in stage 1. Then the fix is the following:

  • find proper device by dmesg | grep 'logical blocks' to find device for your USB drive. Say it is /dev/sdb.

  • Now mount it at /mnt-root/iso: mount /dev/sbd1 /mnt-root/iso.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment