Hi,
I'm trying to get my feet wet with proxmox, but so far fail even with the very first step of installing it from an USB stick, using the lastest ISO available (proxmox-ve_5.1-3.iso).
No matter what I do, the installation process ends pretty early, just after the kernel has been booted, complaining that "no cdrom found" and throwing me out into a minimal shell:
Unfortunately, as a new user, I'm neither allowed to post images for "anti-spam measurement reasons" nor links to screenshots, so here's a specially crafted link to the screenshot (you'll certainly figure out how to make it work): hXXps:// i.imgur.com/qtfo0Ue.jpg (sidenode: this policy is extremely annoying, in particular for new, potential customers ...)
I've followed the instructions on the wiki, but to no avail: https://pve.proxmox.com/wiki/Install_from_USB_Stick
I've also tried with various USB sticks, completely wiped them using wipefs
... or even more low level using dd, zero'ing the first bytes of the block device
... and I've tried on various computers, but nothing worked so far.
Any further ideas?
I'm trying to get my feet wet with proxmox, but so far fail even with the very first step of installing it from an USB stick, using the lastest ISO available (proxmox-ve_5.1-3.iso).
No matter what I do, the installation process ends pretty early, just after the kernel has been booted, complaining that "no cdrom found" and throwing me out into a minimal shell:
Unfortunately, as a new user, I'm neither allowed to post images for "anti-spam measurement reasons" nor links to screenshots, so here's a specially crafted link to the screenshot (you'll certainly figure out how to make it work): hXXps:// i.imgur.com/qtfo0Ue.jpg (sidenode: this policy is extremely annoying, in particular for new, potential customers ...)
I've followed the instructions on the wiki, but to no avail: https://pve.proxmox.com/wiki/Install_from_USB_Stick
Code:
dd if=proxmox-ve_5.1-3.iso of=/dev/sdf bs=1M
I've also tried with various USB sticks, completely wiped them using wipefs
Code:
wipefs -a /dev/sdf
... or even more low level using dd, zero'ing the first bytes of the block device
Code:
dd if=/dev/zero of=/dev/sdf bs=512 count=1
... and I've tried on various computers, but nothing worked so far.
Any further ideas?