RandomUser345

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by RandomUser345

  1. Hey all, I am trying to replicate the br0 bridge interface that unraid creates, on Ubuntu 20.04. When i create a bridge on ubuntu my guest does not have access to the internet, but the host does. On UnrRaid the br0 interface works really well since each of my VMs get their own ip. I would like something similar on ubuntu. Does anyone know how UnRaid creates this bridge network?
  2. I tried using clover as suggested in the video above and managed to show show the windows EFI bootloader. However when it click it it just errors and goes to a blue error screen saying i need to repair my windows system Update: I followed what he said in the video. Installed it to a virtual disk then clone it onto the SSD. Then i used clover to try and boot the cloned SSD passed into the VM. But in clover there are no entries for the windows disk, there is nothing to boot
  3. I am not able to boot my windows 10 install after installing on a M2 SATA drive passed through to the VM. I have an M2 slot where i have plugged in a 2TB M2 SATA drive. IOMMU group 6: [8086:a282] 00:17.0 SATA controller: Intel Corporation 200 Series PCH SATA controller [AHCI mode] This is passed into the VM with <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x17' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x06' slot='0x01' function='0x0'/> </hostdev> What happens: PC boots Goes to installer Installs successfully Reboot EFI shell -> type exit Try to boot from different device, but SATA device is not listed in OVMF BIOS The same is experienced in Ubuntu 20.04 Note: Setting boot order does nothing Rebooting the server and booting from the SATA drive works just fine. Passing this through to an existing install works just fine as well.
  4. @SuperW2 I didn't think the GPU rom mattered if the GPU itself support UEFI. In my case it does. However I will give it a try and see what happens. Update: no change Mind dumping your XML? Feel free to remove any information you think is sensitive Update: I figured it out
  5. Hey, @SuperW2 How did you get it working with the Nvidia passthrough? Let me explain a little. I have a working OSXHS 10.12.6 that I want to boot on unraid. The install is done. The nvidia drivers are installed (GTX 970), networking works. This is on Ubuntu 18.04.1 and using qemu command line and not libvirt. How ever when I try to mimic (including the chipset type - 2.11) the setup on unRaid 6.6.6, the machine keeps rebooting. I tried to do a clean install of a brand new OS X HS but once again the machine keeps rebooting after the apple logo popups. Running clover with the -v option shows that it just reboots after the plus signs. Any help would be appreciated since this is the last VM I am trying to set up and would love to have everything working with libvirt as per the video posted. I have been stuck on this for 3-4 days and don't know how to fix it.
  6. Hey, I am trying to set this up via GPU passthrough how ever I cannot boot the installer. The VM just reboots after a row a plus signs. Thanks
  7. I got it working without any VMDK conversion on libvirt using QEMU 2.12 and q35/i440FX chipsets. Since the android 8.1 x64 rc2 is built with kernel 4.18, I decided to pass in a physical Nvidia GPU, GTX 970, this works for a little bit then the VM just freezes completely or reboots. It would be nice to have this working with hardware decoding support, could serve as a very nice media player.