<div dir="ltr">Greetings all<div><br></div><div>I am trying to run zipl on:</div><div><br></div><div> Linux version 5.4.0-125-generic (buildd@bos02-s390x-015) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)) #141-Ubuntu SMP </div><div><br></div><div>which is running under qemu (version 6.2.0 (Debian 1:6.2+dfsg-2ubuntu6.6)</div><div><br></div><div>Is running  zipl_helper.device-mapper under qemu possible ?</div><div><br></div><div>If it is, here are the details :</div><div><br></div><div>---------------------</div><div>sudo zipl</div><div><br></div><div>I am receiving the following errors </div><div>:</div><div>Using config file '/etc/zipl.conf'<br>Building bootmap in '/mnt/vdb/boot'<br>Adding IPL section 'ubuntu' (default)<br>Run /lib/s390-tools/zipl_helper.device-mapper /mnt/vdb/boot<br>Error: Could not retrieve device-mapper information for device 'vdb' <<<<<<<<<<<<<<<<<<<<<<<<<<<<br>Error: Could not add image file '/home/mike/kernel/hello-kernel': Script could not determine target parameters<br></div><div><br></div><div><br></div><div>------------ etc/zipl.conf</div><div>[defaultboot]<br>default=ubuntu<br><br>[ubuntu]<br>target=/mnt/vdb/boot<br>image=/home/mike/kernel/hello-kernel<br>ramdisk= /home/mike/kernel/initrd.img<br></div><div><br></div><div>-------------  lsblk ----------------<br></div><div>NAME                      MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT<br>loop0                       7:0    0 53.4M  1 loop /snap/core20/1613<br>loop1                       7:1    0 54.6M  1 loop /snap/core20/1853<br>loop2                       7:2    0   59M  1 loop /snap/lxd/22755<br>loop3                       7:3    0 46.4M  1 loop /snap/snapd/18599<br>loop4                       7:4    0 77.8M  1 loop /snap/lxd/24063<br>vda                       252:0    0    5G  0 disk<br>├─vda1                    252:1    0  1.8G  0 part<br>└─vda2                    252:2    0  3.3G  0 part<br>  └─ubuntu--vg-ubuntu--lv 253:0    0  3.3G  0 lvm  /</div><div><br>vdb                       252:16   0  100M  0 disk /mnt/vdb <<<<<<<<<<<<<<<<<br></div><div><br></div><div><br></div></div>