Im thinking how to make things easier, namely I would like to know if there is any possibility to make i.e rhel8.iso attached to VMware Workstation available to guest OS inside. I want use kvm inside guest OS (RHEL 8). I know about solution like i.e dd if=/dev/sr0 of=./rhel.iso and then using it as iso image, however it is doubled work. Thanks in advance!
Asked
Active
Viewed 80 times
0
-
Can I just check, please. You have VMware Workstation running a client, which is actually acting as host for another virtual machine...? – roaima Jul 20 '20 at 17:31
-
VMware Workstation is installed on my physicall host then on top of it sits RHEL8 guest OS to which is attached rhel8.iso. My question is how to make it available to nested vm inside RHEL8 – Bartosz Jul 20 '20 at 17:41
-
I presume the nested VM can simply use `/dev/cdrom`. – Artem S. Tashkinov Jul 20 '20 at 18:12
-
Map the physical drive through to your RHEL VM. Then on that VM-as-host map the "physical" drive through to the nested VM. What's the problem? – roaima Jul 20 '20 at 19:28
-
Dont know what do you mean by mapping. I dont have to map anything the .iso attached to VMware is available under /dev/sr0 which is /run/media/user/....; however its no longer iso but raw file(decompressed) different format, that indeed was my question. For this reason I need to use aforementioned command dd in the first place but wanted to avoid that. – Bartosz Jul 21 '20 at 13:12
-
@ArtemS.Tashkinov No it cannot use /dec/cdrom due to the above reason – Bartosz Jul 21 '20 at 13:15
-
https://imgur.com/zPW44Rw – Bartosz Jul 21 '20 at 13:29
-
1@Bartosz Looks like it's a RHEL limitation. Please ask their support how to deal with it and Google for: *RHEL driver host_cdrom is not whitelisted* – Artem S. Tashkinov Jul 21 '20 at 13:56