Pb with etc/scsi_id.config when updating kernel

I update regularly (each night) my opensuse 11.2 M6 since M4.
Each time kernel-default-base or kernel-default get updated (bu “zypper up”), I get Additional rpm output:

Kernel image: /boot/vmlinuz-2.6.31-rc7-4-default
Initrd image: /boot/initrd-2.6.31-rc7-4-default
cp: cannot stat `/etc/scsi_id.config’: No such file or directory
Root device: /dev/mapper/nvidia_abecafbd_part7 (mounted on / as ext3)
Resume device: /dev/disk/by-id/ata-SAMSUNG_HD502IJ_S13TJ9BQA17335-part6 (/dev/sda6)
modprobe: Module pata_jmicron not found.
WARNING: no dependencies for kernel module ‘pata_jmicron’ found.
modprobe: Module ata_generic not found.
WARNING: no dependencies for kernel module ‘ata_generic’ found.
modprobe: Module ide_pci_generic not found.
WARNING: no dependencies for kernel module ‘ide_pci_generic’ found.
modprobe: Module fan not found.
WARNING: no dependencies for kernel module ‘fan’ found.
modprobe: Module dm_mirror not found.
WARNING: no dependencies for kernel module ‘dm-mirror’ found.
modprobe: Module dm_snapshot not found.
WARNING: no dependencies for kernel module ‘dm-snapshot’ found.
Kernel Modules: edd dm-mod
Features: dm lvm2 block usb dmraid kpartx resume.userspace resume.kernel
Bootsplash: openSUSE (1280x1024), openSUSE (800x600)
23836 blocks

for kernel-default-base and

Kernel image: /boot/vmlinuz-2.6.31-rc7-4-default
Initrd image: /boot/initrd-2.6.31-rc7-4-default
cp: cannot stat `/etc/scsi_id.config’: No such file or directory
Root device: /dev/mapper/nvidia_abecafbd_part7 (mounted on / as ext3)
Resume device: /dev/disk/by-id/ata-SAMSUNG_HD502IJ_S13TJ9BQA17335-part6 (/dev/sda6)
Kernel Modules: pata_jmicron ata_generic ide-core ide-pci-generic edd thermal_sys fan dm-mod dm-log dm-region-hash dm-mirror dm-snapshot
Features: dm lvm2 block usb dmraid kpartx resume.userspace resume.kernel
Bootsplash: openSUSE (1280x1024), openSUSE (800x600)
24750 blocks

for kernel-default.
Furthermore, for grub, I get
“/var/tmp/rpm-tmp.9898: line 25: vol_id: command not found”
Each time I have to do some manual configuration at the following boot (including a “mount -a”).

I would like to know whether it is connected to the fact that I have a pseudo-hardware RAID 1 array (NVIDIA hardware RAID in an ASUS P5N7A-VM motherboard), and if there is a way to create this /etc/scsi_id.config file ???

EDIT: in fact no “mount -a” nor editing menu.lst this time! (only NVIDIA driver, VirtualBox and Vmware recompilation this time)