Howley

Members
  • Posts

    3
  • Joined

  • Last visited

Howley's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi, I cannot start my VM anymore. How can I fix it? See Logs below. I already tried the "New Permissions" Tool and even manually set the permission of the vdisk file to 777. 2019-01-19 23:43:03.435+0000: starting up libvirt version: 4.7.0, qemu version: 3.0.0, kernel: 4.18.20-unRAID, hostname: unRAID LC_ALL=C PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/ QEMU_AUDIO_DRV=none /usr/local/sbin/qemu -name 'guest=Windows Server 2016,debug-threads=on' -S -object 'secret,id=masterKey0,format=raw,file=/var/lib/libvirt/qemu/domain-5-Windows Server 2016/master-key.aes' -machine pc-q35-2.7,accel=kvm,usb=off,dump-guest-core=off,mem-merge=off -cpu qemu64,hv_time,hv_relaxed,hv_vapic,hv_spinlocks=0x1fff,hv_vendor_id=none -drive file=/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=/etc/libvirt/qemu/nvram/e15a4fbb-ef6f-9b3c-4276-d72fe54ab33a_VARS-pure-efi.fd,if=pflash,format=raw,unit=1 -m 8192 -realtime mlock=off -smp 3,sockets=1,cores=3,threads=1 -uuid e15a4fbb-ef6f-9b3c-4276-d72fe54ab33a -no-user-config -nodefaults -chardev socket,id=charmonitor,fd=25,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime -no-hpet -no-shutdown -boot strict=on -device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1e -device pci-bridge,chassis_nr=2,id=pc2019-01-19 23:43:03.435+0000: Domain id=5 is tainted: high-privileges 2019-01-19T23:43:03.576762Z qemu-system-x86_64: -chardev pty,id=charserial0: char device redirected to /dev/pts/1 (label charserial0) 2019-01-19T23:43:03.581157Z qemu-system-x86_64: -drive file=/mnt/disk5/Windows Server 2016/vdisk2.img,format=raw,if=none,id=drive-virtio-disk3,cache=writeback: Could not open '/mnt/disk5/Windows Server 2016/vdisk2.img': Permission denied 2019-01-19 23:43:03.610+0000: shutting down, reason=failed
  2. I did an HDD "passthrough" with ESXi in the past (to NAS4Free but FreeNAS would not be different in that regard). You need to create an RDM via SSH (or with a keyboard and Monitor but I don't think you want to type that shit). I did hours of research and getting it to work, but sadly I can't find the guide I followed anymore. But I found this (https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1017530) on the vmware KB, but I don't know if it is going to work because when I still used ESXi it didn't existed yet. But it was a real pain in the ass and there were problems all over the place, but eventually I got NAS4Free and pfSense running on the same machine for around a year before I switched to unRAID because I wanted to add more (redundant) storage and that is not easily possible with NAS4Free. Today I got pfSense going on unRAID and it works fine (although you need to make a few tweaks in the config, e.g. disabling Hardware Checksum Offloading and sadly it does not work with the unRAID trial because then you need an internet connection to start the array and the array has to be started for the pfSense VM to run and providing internet access to unRAID ).
  3. Hi, is it possible to Passthrough the iGPU of an AMD APU (A8-7600)? I tried it but I always got Error 43 in Windows 10 device manager. I installed Windows 10 with VNC as and after installing it and configuring Windows Remote Desktop I changed it to the APU. I have not tested the VGA/Displayport/etc out on the Motherboard yet. Would be awesome if somebody could help me! System Information: Model: MSI-A88X-G45 M/B: MSI - A88X-G45 GAMING (MS-7900) CPU: AMD A8-7600 Radeon R7, 10 Compute Cores 4C+6G @ 3100 HVM: Enabled IOMMU: Enabled Cache: 256 kB, 4096 kB Memory: 16 GB (max. installable capacity 16 GB) Network: bond0: IEEE 802.3ad Dynamic link aggregation, mtu 1500 eth0: 1000 Mb/s, full duplex, mtu 1500 eth1: 1000 Mb/s, full duplex, mtu 1500 eth2: 1000 Mb/s, full duplex, mtu 1500 eth3: 1000 Mb/s, full duplex, mtu 1500 eth4: 100 Mb/s, full duplex, mtu 1500 eth5: not connected Kernel: Linux 4.9.8-unRAID x86_64 OpenSSL: 1.0.2j Uptime: 34 days, 06:03:23 The VM config: <domain type='kvm'> <name>Windows 10</name> <uuid>8ff51215-0d13-8d25-eedf-98882efe2b27</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>6291456</memory> <currentMemory unit='KiB'>6291456</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>3</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-2.7'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/8ff51215-0d13-8d25-eedf-98882efe2b27_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <kvm> <hidden state='on'/> </kvm> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='3' threads='1'/> </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='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows10_en-us.iso'/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.126-2.iso'/> <target dev='hdb' bus='sata'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Windows 10/vdisk1.img'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <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'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:b7:5e:95'/> <source bridge='br0.1'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </memballoon> </devices> </domain>