Last active
April 23, 2021 16:56
-
-
Save Sinyshnar/8574684 to your computer and use it in GitHub Desktop.
Proxmox USB install : no cdrom found
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
chroot /mnt sbin/unconfigured.sh
#no such file or directory
chroot /mnt sbin/unconfigured.sh
#no such file or directory
Same here. Anybody has an idea how to solve?
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
Running from installer shell, see http://c-nergy.be/blog/?p=897