I’m using OpenSuse 42.1 with three partitions: /boot, swap, /
Because I have single disk in server, I’m trying to convert this this into soft RAID 1 with, other same empty HDD. I tried this tutorial https://wiki.archlinux.org/index.php/Convert_a_single_drive_system_to_RAID, but result on the end after grub I’m getting back screen. Also I was try to use raider application, but result is the same, after GRUB, I’m getting black screen.
Is there any other way how to convert single HDD OpenSuse system to soft RAID1 OpenSuse?
Regarding raider,
For starters, always read the documentation, eg
The README describes a number of dependencies and requirements. http://raider.sourceforge.net/readme.txt
Note that BTRFS is not listed as a supported file system, so what do you have on your system?
You can contact the author of raider to ask when/if btrfs support might be available if that’s your file system.
Otherwise,
All the guides I know about including the Arch Linux wiki you reference are about the same…
So, if you’re having problems, you’ll have to be excruciatingly descriptive if you’re not running into errors until the very end, list each and every step you’ve done (and include actual commands in the CODE blocks which is created by the hash button in your editor).