andreil1@starlett.lv wrote:
Hi,
I had a problem with non-bootable Leap 42.2 system after dd clone from 1TB disk to hardware RAID 5 (HP P410i with backup battery). Initially, this HD taken from HP DL160 G6 and moved to HP DL360 G7 where it was cloned to RAID5. This 1TB HD boots on HP DL360 G7 without any problem.
Thanks to the OpenSuSE community, I'm sure for 90% that reason of non-bootable system is missing HP P410i RAID driver module (hpsa ?) in initrd.
Yes, the driver is hpsa.
This is running server, so I can take it offline for minimum amount of time. Plan is following.
Boot from SuSE Argon LiveDVD (which is based on Leap). http://download.opensuse.org/repositories/KDE:/Medias/images/iso/
For this kind of thing, I usually just boot the install system with usessh=1.
mount /dev/sdX# /mnt Let the installed system be aware of the available hardware
My personal favourite, but it does exactly the same: cd /mnt mount --bind /dev dev mount --bind /proc proc mount --bind /sys sys chroot /mnt
Add "hpsa" to the list of modules in initrd ( /etc/sysconfig/kernel -> INITRD_MODULES="...") and run "mkinitrd".
That is most probably not necessary, but it won't hurt. -- Per Jessen, Zürich (4.9°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org