Can not install ProxMox 8 - Stuck at intel_rapl_common

BeastBurst

New Member
Aug 29, 2023
7
0
1
I am unable to install ProxMox 8.

Here is image of where it gets stuck:

1694198207311.png

Hardware:
MB: Supermicro H12SSL-i
CPU: AMD EPYC 7742

Installing it via USB.

Any idea why it stucks there and how can I solve this ?
 
Hi,

seeing as it also loads the nvidiafb driver, I assume there is a Nvidia GPU installed? These drivers are unfortunately problematic.

Anyway, in the bootloader, try instead selecting "Advanced Options" and the "Install Proxmox VE (Console Mode - nomodeset)" - this avoids loading any graphics drivers and thus you should be able to proceed with the installation.
 
Sorry to see that problem just by now.

If you still have this issue try to disable the problematic watchdogs by this kernel parameter:
Code:
modprobe.blacklist=rapl,intel_rapl_msr,intel_rapl_common,sp5100_tco,wmi,eeepc_wmi,asus_wmi
 
Hi,

seeing as it also loads the nvidiafb driver, I assume there is a Nvidia GPU installed? These drivers are unfortunately problematic.

Anyway, in the bootloader, try instead selecting "Advanced Options" and the "Install Proxmox VE (Console Mode - nomodeset)" - this avoids loading any graphics drivers and thus you should be able to proceed with the installation.
There is no "(Console Mode - nomodeset)" in the menus??