Skip to content

Instantly share code, notes, and snippets.

@Sinyshnar
Last active April 23, 2021 16:56
Show Gist options
  • Save Sinyshnar/8574684 to your computer and use it in GitHub Desktop.
Save Sinyshnar/8574684 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
@tolibinarif
Copy link

why i cannot run chroot /mnt sbin/unconfigured.sh

@MakiseKurisu
Copy link

Running from installer shell, see http://c-nergy.be/blog/?p=897

@kutuloncatjauh
Copy link

chroot /mnt sbin/unconfigured.sh
#no such file or directory

@roskogabor
Copy link

chroot /mnt sbin/unconfigured.sh
#no such file or directory

Same here. Anybody has an idea how to solve?

@biridim
Copy link

biridim commented Apr 23, 2021

If anyone still having this issue it worked after I burned the stick with win32disk imager.

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