Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

david279

Members
  • Joined

  • Last visited

Everything posted by david279

  1. Have you tried creating a new Windows VM but adding the old Vdisk to it to see if would boot?
  2. Enable user shares in the shares settings. Its default is off for 6.10.
  3. I used skylake-server with my setup but did not try anything with nested virtualization. I went bare metal hackintosh so I cannot test anything right now.
  4. I will also say I was able to install windows 11 onto a older Intel laptop I have by copying the install.wim file from the windows 11 iso to a windows 10 iso and installing using the modified windows 10 iso. It's kinda hacky but worked. Now will Microsoft fix that loophole maybe...but I'm sure people will find ways around the tpm and secure boot requirements.
  5. Well the leak definitely required TMP and secure boot. I had to turn both on when installing on my ryzen desktop with a gigabyte b450 motherboard It was easier installing in a VM for sure.
  6. I had the leak windows 11 running in a unRAID VM with no issues. I didn't have to enable tpm or secure boot. I just installed it straight up from a iso. Works well too.
  7. I have -lilubetaall in the boot args thats the only thing i added there. The OC im using is 0.6.3 version for the VM. My laptop running Monterey is on 0.6.9 with pretty much the same boot args and all my kext were update as of the yesterday. I will say i have a bug where it boot loops on VNC for some reason. Passing thru a gpu maybe more stable.
  8. Simple install with any recently updated version of opencore. I hear bluetooth breaks boot on bare metal so i would avoid that. Im using virtio for the network and the disk type and it boots just fine. Now to see what does not work.
  9. Time to get it cooking again...Monterey dev 1
  10. Using nvidia persistence mode may keep the cards at idle. I run this command in a user script when the array starts up using the user scripts plugin. nvidia-smi --persistence-mode=1
  11. Try the official plex docker and see if it works there. You can use the same appdata folder as the one you are using now.
  12. No i didnt but i had never had any issues with the GPU for the last 2 years, so i never thought about it. Hella crash though i to rebuild the hard drive that was kicked out of the array but i got it back working. I was ready to kinda go bear metal as well.
  13. Sad day but i moved my Big Sur VM to bare metal. I had been wanting to play with Manjaro and as much as much rx 570 reboots mac os it would lock up my entire unRAID server when trying to reboot a Manjaro VM. It even took a hard drive offline. I went with a gigabyte arous b450m and a 3600. Since my big sur install was already on a nvme drive it was nothing to get it booted on the amd hardware. Now im dual booting big sur and manjaro, and i can select either OS right from the opencore boot menu.
  14. How does guacamole work thru mobile devices? I use chrome remote desktop thru my android phone and it works well for windows but can be glitchy with my mac os VM.
  15. Be careful with tonymac if you mention VM stuff they might ban you. 🥴
  16. I don't use the app but I do have a Big sur VM with a GPU,usb controllers, keyboard mouse etc passed through and I use just like a full desktop mac.
  17. Is the clover or opencore image updated? Do you atleast see the tianocore screen? If its goes black right after seeing the tianocore screen it could be a efi problem.
  18. I had this issue when I first got my rx 570. I had to stub the card for it to work. If you are on the newer versions of unRAID you can do it using the tools-system devices in the gui. Just check off the gpu and it's sound portion in there and reboot. I got nothing but black screens til I did that. I'm running big sur in a VM as well.
  19. I'm on opencore 0.6.4 and Big Sur 11.1. I'm not at home right now I can uploaded when I get home tommorow. But I had no issues when updating either way...
  20. Ok I pass through a pcie bluetooth/wifi card to my Big sur VM. I know it's not built-in but it has the usb device as well. For me to pass this thing through successfully I have to run the usb cord that is usually connected to a usb header on the motherboard and connect it to a passed through usb port. I use a usb header to usb port extension cord to get it done. Without doing this only the wifi would work on the card and the bluetooth would not work. I tried passing through the usb portion of the card but the bluetooth still would not show up.
  21. I wouldn't add anything for en0 just the 10Gbe devices.
  22. Download ioregexplorer and see if its loaded in there. If you see it then you could add it thru the DeviceProperties/Add section in opencore.
  23. The second one is something i never tried before with a mulitfunction on the 00 bus so it maybe a long shot.
  24. <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x07' slot='0x00' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x07' slot='0x00' function='0x1'/> </hostdev> Try this first. Since its one card this just both on the same bus with separate functions. We do this GPUs when we want to use the GPU audio. <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x1'/> </hostdev> This second try will but the device on bus 00 which should make it look like a "internal" device to Mac os but on the 9th slot with different functions.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.