install on debian - udev problem at boot with 3.10 kernel

whitewater

Member
Nov 26, 2012
107
0
16
france
Hello everybody,

On a supermicro server with 4 hards drives I have installed debian 7.8 with 3 raid.

md2 : ready for drbd
md3 : mounted on boot
md4 : PVE volume group with root, swap and data logical volumes.

I have follow install procedure from a debian install.

All is ok with 2.6 kernel.

I have installed 3.10-5 kernel.
If i boot with 3.10-5, i have the error in screenshot. But system load. I can open an ssh session.
Test with 3.10-7, same error.
Sometime, it's a little different error.

boot with 2.6 is ok.

I searched on the internet, without success.
Have you got an idea ?
Where i must looking for ?

Thank you :)

Code:
root@proxmox01:~# lvscan  ACTIVE            '/dev/pve/root' [65,19 GiB] inherit
  ACTIVE            '/dev/pve/swap' [59,60 GiB] inherit
  ACTIVE            '/dev/pve/data' [1,70 TiB] inherit

Code:
root@proxmox01:~# df -a
Sys. fich.            1K-blocks    Util. Disponible Uti% Monté sur
rootfs                 67153528  1573768   62145472   3% /
sysfs                         0        0          0    - /sys
proc                          0        0          0    - /proc
udev                      10240        0      10240   0% /dev
devpts                        0        0          0    - /dev/pts
tmpfs                   1639336      352    1638984   1% /run
/dev/mapper/pve-root   67153528  1573768   62145472   3% /
tmpfs                      5120        0       5120   0% /run/lock
tmpfs                   3278660    12432    3266228   1% /run/shm
fusectl                       0        0          0    - /sys/fs/fuse/connections
/dev/md3                 943544    83720     794676  10% /boot
/dev/mapper/pve-data 1792834824 19789632 1681951384   2% /var/lib/vz
rpc_pipefs                    0        0          0    - /var/lib/nfs/rpc_pipefs
/dev/fuse                 30720       12      30708   1% /etc/pve
 

Attachments

  • udev problem.jpg
    udev problem.jpg
    71.7 KB · Views: 15
Hello, for information, kernel v3.10.0-7-pve give the screenshot.
But kernel v3.10.0-8-pve is ok : the boot complete correctly.