Proxmox 5.2 install error on HP Proliant BL685 G1

zhuma

New Member
Sep 18, 2018
3
0
1
45
Hi,
I am trying install Proxmox 5.2 on blade server HP Proliant BL685 G1, but it stops during booting from install source. I attached screen of error.

"ACPI Error: Field [CDW3] at bit offset/length 64/32 exceeds size of target buffer (64 bits)"

Does anybody solve problem like this? Please any suggestions.
 

Attachments

  • Error_Proxmox_install_on_bl685g1.jpeg
    Error_Proxmox_install_on_bl685g1.jpeg
    78 KB · Views: 10
I'm facing the same issue here https://forum.proxmox.com/threads/proxmox-fails-to-install.47184/#post-222543

xGqgsgy.jpg


In both our cases, it seems /dev/sdb is not a valid iso9660 partition.
Reading the init code, I'll try to either change init code to mount /dev/sdb1 as vfat or pack the promox.iso file inside the initrd.img file.

It's a hack, I don't like it but I really want to install proxmox ... hoping the updates will be less painfull
 
ticapix,
A lot of thanks. Packing the promox.iso file inside the initrd.img file works fine.
Now i installed Proxmox 5.2 on HP Proliant BL685 G1. ;)