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. 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/ and follow this instruction written by Knurpht https://forums.opensuse.org/content.php/146-Using-a-LiveCD-to-take-over-repa... su mount /dev/sdX# /mnt Let the installed system be aware of the available hardware mount --bind /dev /mnt/dev Change root to the installed system, mount /proc and /sys to make it complete chroot /mnt mount /proc mount /sys Add "hpsa" to the list of modules in initrd ( /etc/sysconfig/kernel -> INITRD_MODULES="...") and run "mkinitrd". Is this correct or I missing something ? Thanks in advance. On 11/19/2017 01:37 AM, andreil1@starlett.lv wrote:
I have cloned 1TB hard drive to 3TB hardware RAID 5 with dd if=/dev/sda of=/dev/sdb bs=64K conv=noerror,sync status=progress
For whatever reason system don't start after boot prompt, its seems root partition can't be mounted.
I checked in partition manager UUID of new cloned system - it remained the same and listed in /etc/fstab correctly.
What I missed there ?
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org