Error Install 6.0

gabrielg

New Member
Dec 4, 2017
5
1
3
44
Hi , I have a problem with instalation, at the finish of install, i had error.
Someone have any idea?
sorry my english.
Thanks
I used a USB .
 

Attachments

  • installFromUsb.jpg
    installFromUsb.jpg
    185.9 KB · Views: 11
Seems like the ISO download was not complete or not the full ISO got written to the USB drive.
Maybe it was pulled out before the data was fully synced over? Just a educated guess...
 
Hi, i trayed with other, it's ths same problem. I burned the iso with BalenaEtcher.
I chequed the checksum of iso and its correct.
 
could you try to simply 'dd' the iso to the usbdrive?:
`dd if=proxmox-ve_6.0-1.iso of=/dev/sdX bs=4M` (where /dev/sdX is your USB-drive)

That should work
 
could you try to simply 'dd' the iso to the usbdrive?:
`dd if=proxmox-ve_6.0-1.iso of=/dev/sdX bs=4M` (where /dev/sdX is your USB-drive)

That should work

ensure do either do a sync afterwards or add the "conv=sync" to the dd command, else not all data could be synced over at the moment you unplug the USB pen drive.