Proxmox 4 install fails (dvb modul issue)

XueSheng

Renowned Member
Feb 18, 2014
53
1
73
Just tried to install Proxmox 4.1 with official iso. When a dvb card is installed (L4M pcie dvb card) the installer fails (see attached screenshot).

It seems the installer tries to load the dvb modules and fails. Is there any possibility to prevent loading of those modules during installation?

proxmox_dvb.png
 
I did some more testing with proxmox 4 install as guest vm (proxmox 3.4 host). When I passthrough the dvb card, the install fails as mentioned previously (same error like on the host itself!).

I was able to blacklist the ddbridge module by passing the following parameter to grub:
Code:
modprobe.blacklist=ddbridge

So that the grub entry looks like this:
Bildschirmfoto vom 2016-02-21 17:14:02.png

Now the installation seems to start. Imho the kernel/installer should not load ddbrige if its a outdated or broken version!