New kernel/drivers for Proxmox VE 3.0 (pvetest)

martin

Proxmox Staff Member
Staff member
Apr 28, 2005
754
1,748
223
We just moved a new kernel to our pvetest repo, including updated drivers.

Release notes

- pve-kernel-2.6.32 (2.6.32-107)
  • fix bug #420: allow grub-efi-amd64
  • update to vzkernel-2.6.32-042stab078.28.src.rpm
  • update aacraid to aacraid-1.2.1-30200.src.rpm
  • update ixgbe to 3.16.1
  • update e1000e to 2.4.14
  • update igb to 4.3.0
Everybody is encouraged to test and give feedback!
__________________
Best regards,

Martin Maurer
Proxmox VE project leader
 
For those with new hetzner servers (EX40-SSD in my case) boot into the rescue system then:
mdadm --assemble --scan
vgscan
vgchange -ay
mount /dev/vg0/root /mnt
mount /dev/md0 /mnt/boot/
mount --bind /sys/ /mnt/sys/
mount --bind /proc/ /mnt/proc/
mount --bind /dev/ /mnt/dev/



chroot /mnt

nano /etc/apt/sources.list
{change to pvetest as per http://pve.proxmox.com/wiki/Package_repositories }
apt-get update
apt-get dist-upgrade

reboot then it should hopefully work.
 
Very thanks for the update. our backups on servers are working normaly after update. the io-bug was cleaned with this update and the newest drivers. very thanks for it @proxmox team.

regards