June 17, 20233 yr Can't seem to get past this part in the boot process it just hangs here. I tried disabling and enabling the IGPU but that had no effect on it. Don't see any posts about this code, does anyone have any suggestions? Obviously I have no logs because I've never booted to this disk. I used the official disk creation tool to make this with the latest stable drivers. Any help would be appreciated. Thanks!
June 17, 20233 yr Community Expert 7 minutes ago, Talisman2208 said: Can't seem to get past this part in the boot process it just hangs here. I tried disabling and enabling the IGPU but that had no effect on it. Don't see any posts about this code, does anyone have any suggestions? Obviously I have no logs because I've never booted to this disk. I used the official disk creation tool to make this with the latest stable drivers. Any help would be appreciated. Thanks! Which os vers and cpu vers? if intel 11 series you shou!d try. We are aware that some 11th gen Intel Rocket Lake systems are experiencing crashes related to the i915 iGPU. If your Rocket Lake system crashes under Unraid 6.12.0, open a web terminal and type this, then reboot: echo "options i915 enable_dc=0" >> /boot/config/modprobe.d/i915.conf Setting this option may result in higher power use but it may resolve this issue for these GPUs.
June 18, 20233 yr Author I'm running an intel 12th gen 12900K As far as OS it was Stable Unraid 6.12.0. It's a GPU issue? I'm confused at what this is.
June 18, 20233 yr Community Expert 4 hours ago, Talisman2208 said: I'm running an intel 12th gen 12900K As far as OS it was Stable Unraid 6.12.0. It's a GPU issue? I'm confused at what this is. I have not had any issues with my 12600K. Check vfio is not trying to bind a system device.
June 18, 20233 yr Community Expert Like mentioned check /boot/vfio-pci.cfg and you can also try to blacklist the iGPU: https://docs.unraid.net/unraid-os/release-notes/6.10.0#linux-kernel
June 18, 20233 yr Author 13 hours ago, JorgeB said: Like mentioned check /boot/vfio-pci.cfg and you can also try to blacklist the iGPU: https://docs.unraid.net/unraid-os/release-notes/6.10.0#linux-kernel The problem is - I'm not crashing, I can't even boot. There's nothing to type in the console because I can't even boot it. It hangs up on this part.
June 19, 20233 yr 10 minutes ago, Talisman2208 said: The problem is - I'm not crashing, I can't even boot. There's nothing to type in the console because I can't even boot it. It hangs up on this part. Likely it is crashing. It just does it in the middle of booting. On a different computer, manually create i915.conf (if it does not exist) in the config/modprode.d folder and add "blacklist i915" (without the quotes) to the file. This prevents the iGPU drivers from loading and will let you know that is the problem if the server then boots successfully.
June 19, 20233 yr @Talisman2208 Attached is an i915.conf file with the i915 blacklist if you have trouble creating your own. Just put it in /config/modprobe.d on your Unraid flash drive.i915.conf
June 20, 20233 yr im having the same issues with a 11600k - that config file doesn't seem to help at all, adding nomodeset to my boot options does, but then I can't use my igpu with a plex container.. Edited June 20, 20233 yr by dhsakjdhajk
June 20, 20233 yr 12 hours ago, dhsakjdhajk said: im having the same issues with a 11600k - that config file doesn't seem to help at all The i915.conf file above completely blacklists the i915 driver so it does not even load. You'll get no iGPU that way and is just to test if that driver loading is the cause of a crash in Unraid 6.12.0. It was crashing 6.12.0 for me. Adding the line "options i915 enable_dc=0" (instead of blacklisting it) to i915.conf fixed those crashes as it turns off low power mode in the iGPU but still allows it to load and function.
June 20, 20233 yr 1 hour ago, Hoopster said: The i915.conf file above completely blacklists the i915 driver so it does not even load. You'll get no iGPU that way and is just to test if that driver loading is the cause of a crash in Unraid 6.12.0. It was crashing 6.12.0 for me. Adding the line "options i915 enable_dc=0" (instead of blacklisting it) to i915.conf fixed those crashes as it turns off low power mode in the iGPU but still allows it to load and function. yeah - I decided to keep 6.11.5 for the low power mode.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.