oh-tomo

Members
  • Posts

    146
  • Joined

  • Last visited

Community Answers

  1. oh-tomo's post in How long to let TianoCore and the spinning dots do their thing was marked as the answer   
    So what stopped the TianoCore hanging on boot was to switch VM USB controller settings from:
     
        <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>  
    to
     
        <controller type='usb' index='0' model='qemu-xhci' ports='15'>       <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>     </controller>  
     
     
     
  2. oh-tomo's post in new VM settings was marked as the answer   
    Also when I shut down I do hear a clicking in my speakers connected to the HDMI GPU audio device.  But still a black screen. Old VM setting gives me a UNRAID boot up screen instead of the old TianoCore and so passthrough GPU is working.  Audio is working as well but it was never 100% before as I hear occasional audio ticks so I have to work out my latency issues there.  Main difference between new VM setting and this old working one was QT35-7.2 vs QT35-5.1.  Anyway old VM setting works so I guess I'll stick with that.
     
  3. oh-tomo's post in VM paused and Krusader won’t delete was marked as the answer   
    I used command line instead ‘rm -rf Mac*’ and was able to make 48GB of space.  Still don’t know why Krusader wouldn’t do the same.