So, I have installed Proxmox VE without any trouble on two servers via a USB-stick. Then I tried it on an older server and got the dreaded
message. I thought this was weird since I used the exact same installation media which had previously worked flawlessly. I tried everything possible with the same disappointing results, virtual media through IPMI, virtual media through a KVM, several USB-sticks, a million different BIOS-settings...
I then tried to debug the installation script and found that if I tried the installation again from the command line after the "unable to continue" message by running
it found the "cdrom" and the installation started!
After some digging I found that in this server, a SAS-controller failed to start. This caused a 30 second timeout before other devices where initialized, and unfortunately the Proxmox installation script does a 4 x 5 second retry loop, which was about 10 seconds to little in this case.
So, if anyone else is having the same problem a simple
might do the trick, and perhaps you awesome guys at Proxmox could increase the number of retries in the installer a bit?
Code:
no cdrom found
unable to continue (type exit or CTRL-D to reboot)
/ #
I then tried to debug the installation script and found that if I tried the installation again from the command line after the "unable to continue" message by running
Code:
/ # ./init
After some digging I found that in this server, a SAS-controller failed to start. This caused a 30 second timeout before other devices where initialized, and unfortunately the Proxmox installation script does a 4 x 5 second retry loop, which was about 10 seconds to little in this case.
So, if anyone else is having the same problem a simple
Code:
./init