Skip to content

Instantly share code, notes, and snippets.

@asuna
Forked from Sinyshnar/gist:8574684
Created March 15, 2018 07:41
Show Gist options
  • Save asuna/7e70d1b0ffa91fbf46de4b1c41ce1e8b to your computer and use it in GitHub Desktop.
Save asuna/7e70d1b0ffa91fbf46de4b1c41ce1e8b to your computer and use it in GitHub Desktop.
Proxmox USB install : no cdrom found
copy proxmox iso on usb stick
#fdisk -l
#mount /dev/sdb1 /mnt
#mount -o loop -t iso9660 /mnt/proxmox_1-7.iso /mnt
#cd /mnt
#chroot /mnt sbin/unconfigured.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment