Everything posted by david279
-
Windows VM quit working after update to Version: 6.10.0-rc1
Have you tried creating a new Windows VM but adding the old Vdisk to it to see if would boot?
-
New 6.10.0-rc1 Install - No User Shares (Solved)
Enable user shares in the shares settings. Its default is off for 6.10.
-
New Build with Nested Virtualization in MacOS VM
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.
-
Windows 11 System Requirements Announced - does it pose any issues?
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.
-
Windows 11 System Requirements Announced - does it pose any issues?
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.
-
Windows 11 System Requirements Announced - does it pose any issues?
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.
-
** Hackintosh ** Tips to make a bare metal MacOS
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.
-
** Hackintosh ** Tips to make a bare metal MacOS
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.
-
** Hackintosh ** Tips to make a bare metal MacOS
-
[Plugin] Nvidia-Driver
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
-
[Support] Linuxserver.io - Plex Media Server
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.
-
** Hackintosh ** Tips to make a bare metal MacOS
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.
-
** Hackintosh ** Tips to make a bare metal MacOS
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.
-
[Support] jasonbean - Apache Guacamole
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.
-
** Hackintosh ** Tips to make a bare metal MacOS
Be careful with tonymac if you mention VM stuff they might ban you. 🥴
-
[Support] SpaceinvaderOne - Macinabox
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.
-
[Support] SpaceinvaderOne - Macinabox
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.
-
[Support] SpaceinvaderOne - Macinabox
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.
-
** Hackintosh ** Tips to make a bare metal MacOS
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...
-
[Support] SpaceinvaderOne - Macinabox
iMacPro1,1
-
passthroug moderboard wi-fi + BT module
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.
-
** Hackintosh ** Tips to make a bare metal MacOS
I wouldn't add anything for en0 just the 10Gbe devices.
-
** Hackintosh ** Tips to make a bare metal MacOS
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.
-
** Hackintosh ** Tips to make a bare metal MacOS
The second one is something i never tried before with a mulitfunction on the 00 bus so it maybe a long shot.
-
** Hackintosh ** Tips to make a bare metal MacOS
<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.