[SOLVED] [Install issue] Proxmox 4.1

yellow-cake

New Member
Feb 17, 2016
15
0
1
32
Hello everyone,

I want install Proxmox 4.1 on a server UCS C210 M2, the install is ok (no error during the install). I install Proxmox on a usb key (that key is connected on a usb port "in" the server) Unfortunately, when my server has rebooted, He don't start normally.

Indeed my server start in "initramfs".

When I do a lvscan, I can see that my three partitions are deactivated. I must do "vgchange -a y pve" in order to activate them.

After that, my Proxmox can start normally, but at next reboot, my three partition are still deactivate.

Someone have a idea ?

I think that's due at this error but I don't know fix it (in attached files)

I think the problem is due at "i8042 not found"
 

Attachments

  • img_content_proxmox_86564654654.jpg
    img_content_proxmox_86564654654.jpg
    803.2 KB · Views: 13
Last edited:
In order to resolv this issue. You must

vgchange -a y pve (like on the picture in the first post)
exit

Your node is start, now you must do this :

vi /etc/default/grub

And add a rootdelay at 36 lines.

GRUB_CMDLINE_LINUX_DEFAULT="quiet rootdelay=60"

Finish with update-grub.

That all.

BR