Hello I am sending this because is asked on the site:
http://womble.decadent.org.uk/blog For short: The new kernel solves the problem. ---------------------------------------------- Installation with USB-disk Extra usb disk only for the SAS controller driver: Mount the extra usbstick Bash# ls -la /dev/sd* Bash# mount /dev/sda1 /mnt Bash# /mnt/hpsa /lib/modules/$(uname -r)/kernel/drivers/scsi Bash# depmod -a Bash# modprobe -r hpsa Bash# modprobe hpsa hpsa_allow_any=1 Bash# cd / Bash# umount /mnt Before the new kernel: server crashed after grub, no disks found. Root OS is on LVM volume Added to /etc/apt/sources: 'squeeze-proposed-updates' New kernel installed, Bash# apt-get update Bash# apt-get install linux-headers-2.6.32-5-all Bash# apt-get install linux-image-2.6.32-5-amd64 Server boots without problems... Information: Server HP proliant DL360 G8 (HP Smart Array P420 SAS controller ) OS debian 6.0.6 Bash# cat /etc/fstab /dev/mapper/VG0-root on / type ext4 (rw,errors=remount-ro) tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) udev on /dev type tmpfs (rw,mode=0755) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620) /dev/mapper/VG0-home on /home type ext4 (rw) /dev/mapper/VG0-tmp on /tmp type ext4 (rw) /dev/mapper/VG0-usr on /usr type ext4 (rw) /dev/mapper/VG0-var on /var type ext4 (rw) http://womble.decadent.org.uk/blog

