Hi, this problem is very interesting…. I have a Mac Pro M1 and could not find virt-install (not sure it’s available on this distro) so I have to install my images by first creating the xml file describing
the hardware of the qemu VM, inside of there I specify the CDROM and point it to the image. I have been trying to get kali to work for a few weeks and I was running into a very similar issue. My installation would start and ask for the language and the keyboard and then say it was verifying the install media and then die, saying the media cannot be
found. I tried everything possible but could not get passed this. Finally I switched to the console during installation and noticed that the image was not mounted into /cdrom !! so looking deeper into it there are 2 partitions (and corresponding images one
is EFIboot, and the other is the full distro) that get mounted /dev/vdb1 on /media
This was there and working which is how I got the initial install menu etc. and then there was.. /dev/vdb2 on /cdrom
This was not mounted but totally available..strange! I manually mounted this and went back into the installer and just did a continue….and then just like magic…the
entire distro installed without any issues. I’m not sure if this is exactly what your problem is but it sounds very similar, and I just went through this on Sunday. Hope this may help you. -s From: libvirt-users <libvirt-users-bounces@xxxxxxxxxx>
On Behalf Of Kaushal Shriyan Hi, I am trying to install kali-linux-2022.4-installer-amd64.iso (https://www.kali.org/downloads/) using KVM virt-install tool #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 --os-type=linux --os-variant=debian9 --graphics none --location=/linuxkvmaddgbdisk/kali-linux-2022.4-installer-amd64.iso --extra-args="console=ttyS0 Starting install... #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 --os-type=linux --os-variant=debian9 --graphics none --cdrom=/linuxkvmaddgbdisk/kali-linux-2022.4-installer-amd64.iso --extra-args="console=ttyS0" # osinfo-query os | grep -i debian debian1.1 | Debian GNU/Linux 1.1 | 1.1 |
http://debian.org/debian/1.1 I did not find kali OS details to provide an option for --os-variant= When I ran osinfo-query os | grep kali. It did not return anything. Any help will be highly appreciated and I look forward to hearing from you. Thanks in advance. Best Regards, Kaushal The information contained in this email message is intended only for use of the individual or entity named above. If the reader of this message is not the intended recipient, or the employee or agent responsible to deliver it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify us by email, postmaster@xxxxxxxx, and destroy the original message. Thank you. |