May 1, 20224 yr Hi, I just got an issue where one of my VMs wont start after it got an update. I applied the update from within the VM (ws_2019_1) and it prompted a restart, afterwards it just lands in UEFI shell and it looks to me like the drive isn't registered, at all. Prior to the restart(months before) i did a cleanup of folders and files and the windows installation ISO and the VirtIO ISO was mapped to a place that doesn't exist anymore (was "/mnt/user/isos/template/iso/" and is now "/mnt/user/isos/") and i did get some error pop up regarding something like that, being an idiot i didn't take note so i cannot tell what the error said before i clicked away. I removed the paths to the mentioned ISOs (i also did this for another VM (ws_2019-_2) which seems fine but the config is a bit different). I see the 'old' path to the windows installation ISO in the qemu diagnostic file for this VM /qemu/ws_2019_1.txt Also, i may have screwed around with the disk settings for the vdisk1.img trying to resolve this myself. Is this recoverable? Thanks for any ideas 😃 <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='5'> <name>ws_2019_1</name> <uuid>20524a83-cbbe-b4d2-cf94-55d1a7a58267</uuid> <description>ws-dc-p</description> <metadata> <vmtemplate xmlns="unraid" name="Windows Server 2016" icon="windows.png" os="windows2016"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='1'/> <vcpupin vcpu='1' cpuset='21'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='22'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-5.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/20524a83-cbbe-b4d2-cf94-55d1a7a58267_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='2' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/ws_2019_1/vdisk1.img' index='1'/> <backingStore/> <target dev='hdc' bus='scsi'/> <boot order='1'/> <alias name='scsi0-0-0-2'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <controller type='scsi' index='0' model='virtio-scsi'> <alias name='scsi0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <alias name='pci.1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <alias name='pci.2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <alias name='pci.3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x1b'/> <alias name='pci.4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x14'/> <alias name='pci.5'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <interface type='bridge'> <mac address='52:54:00:47:7a:b5'/> <source bridge='br0'/> <target dev='vnet2'/> <model type='virtio-net'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/2'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/2'> <source path='/dev/pts/2'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-5-ws_2019_1/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <graphics type='vnc' port='5902' autoport='yes' websocket='5702' listen='0.0.0.0' keymap='sv'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </memballoon> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain> tower-diagnostics-20220501-1800.zip Edited May 1, 20224 yr by Cael817
May 3, 20224 yr It seems that you don't have any map on the disk, and this is not a good thing.. Check if the .img has any partition on it with this command and report the output: fdisk -l /mnt/user/domains/ws_2019_1/vdisk1.img In the same terminal windows, also check that the img is raw and not qcow2, report the output of this command: qemu-img info /mnt/user/domains/ws_2019_1/vdisk1.img
May 3, 20224 yr Author Thank you @ghost82, Looks like qcow2... root@Tower:~# fdisk -l /mnt/user/domains/ws_2019_1/vdisk1.img Disk /mnt/user/domains/ws_2019_1/vdisk1.img: 21.04 GiB, 22596419584 bytes, 44133632 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes root@Tower:~# qemu-img info /mnt/user/domains/ws_2019_1/vdisk1.img image: /mnt/user/domains/ws_2019_1/vdisk1.img file format: qcow2 virtual size: 30 GiB (32212254720 bytes) disk size: 21 GiB cluster_size: 65536 Format specific information: compat: 1.1 compression type: zlib lazy refcounts: false refcount bits: 16 corrupt: false root@Tower:~#
May 3, 20224 yr Solution Change from this: <driver name='qemu' type='raw' cache='writeback'/> To this: <driver name='qemu' type='qcow2' cache='writeback'/> Edited May 3, 20224 yr by ghost82
May 3, 20224 yr Author Wrote a long thank you and i pressed "Mark as solution" to your post and all my text vanished =). Anyway. Thank you again, Funny thing is that after i made the change to cqow2 i got the same result and landed in UEFI Interactive Shell and "No mapping found". On a hunch i also changed bus form SCSI to VirtIO which led to a boot into 'Windows recovery" something something, and an inaccessible boot device. I shut it down and changed it back to SCSI and thought why not try another start and behold, it booted normally I've done 5-6 restart and everything seems to work fine with no abnormal errors so far. Thanks, you probably saved me a lot of time recreating this machine, don't know why the shift between SCSI and VirtIO did anything, i was probably just impatient.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.