Hi Jim and Steven, I'm trying to clone/restore image for VROC volume, too. Here is my flow to create VROC volume in ubuntu version of clonezilla live OS: $ yes | mdadm --create /dev/md/imsm0 /dev/sd{a,b} --raid-devices=2 --metadata=imsm $ mdadm --create /dev/md/md0 /dev/md/imsm0 --raid-devices=2 --level=1 After that, I can install ubuntu server 22.04 on md126 and boot to ubuntu live OS again. Based on output of lsblk command, I can ensure my OS is installed properly to md device. root@X12-4N-30-14:/home/user#...
Hi Jim and Steven, I'm trying to clone/restore image for VROC volume, too. Here is my flow to create VROC volume in ubuntu version of clonezilla live OS: $ yes | mdadm --create /dev/md/imsm0 /dev/sd{a,b} --raid-devices=2 --metadata=imsm $ mdadm --create /dev/md/md0 /dev/md/imsm0 --raid-devices=2 --level=1 After that, I can install ubuntu server 22.04 on md126 and boot to ubuntu live OS again. Based on output of lsblk command, I can ensure my OS is installed properly to md device. root@X12-4N-30-14:/home/user#...