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.

thor2002ro

Members
  • Joined

  • Last visited

Everything posted by thor2002ro

  1. I would but, problem is the last beta29 its missing the updated kernel patches, I don't wanna risk it just updating the version and causing and issues if they changed anything....
  2. 5.9.0RC7-20200929 release update to 5.9RC7 updated corefreq kernel module(added utils for corefreq module run corefreq-cli-run) updated paragon ntfs3 v6 updated dax virtio improvements update zfs to 2.0 rc2 fix zfs startup script fix amd gpu reset(still needs utility for vega reset) update nvidia driver to 455.23.04
  3. this plugin is missing suport for schedutil governor..... its useful for newer kernels....
  4. update to 5.9RC5 updated corefreq kernel module(added utils for corefreq module run corefreq-cli-run) updated paragon ntfs3 v5 updated dax virtio improvements corefreq-cli app
  5. release 5.9RC3-20200914(I know I know RC5 is out.....) same as 20200831 added nvidia driver 450.66(requires utils to function properly) includes nvidia docker and all requirements added zfs utils IMPORTAT NOTICE: *) utils need to be installed at boot I do it with the /boot/config/go file and placed the downloaded utils packages in a packages folder on root of the usb drive after that add "installpkg /boot/packages/*.tgz" in the go file first after "#!/bin/bash" in a new line *) dont try to install the utils packages on any modified rootfs .... they need to be installed on stock unraid rootfs
  6. I see you used "," between them you need to use space Like this "initrd=/bzroot modprobe.blacklist=k10temp acpi_enforce_resources=lax"
  7. you have 4 files in the archive.... bzimage, bzimage.sha256, bzmodules, bzmodules.sha256 you have the same 4 files on the unraid flash drive.... just move those files into a different folder if you ever want to undo the install and copy the 4 files that are in the zip into the root of the flash driver and reboot that's it.... don't forget to add modprobe.blacklist=k10temp to syslinux config into syslinux config on the flash drive depending on the motherboard sensors chip you might need to load it87 module you can use the Dynamix System Temp plugin to load the it87 modules every boot and how temps you have a picture of mine below you can check with command sensors whats detected... I'm not very good at explaining things so home you understand
  8. I'll add latest git zfs in the next version.... probably today release... 5.8.5 as for buildscript.... why do you need one there just some easy commands to build kernel copy current config to .config then make -j$(nproc) then make INSTALL_MOD_PATH=../modules modules_install to extract modules to a separate directory then mksquashfs modules/lib/modules/*/ bzmodules -keep-as-directory -noappend -root-owned -no-xattrs makes the bzmodules and bzimage is in arch/x86/boot/ this is all run on a linux system not on unraid itself.... but my advice if you are not familiar with kernel building and configuration to not do it and do some research first, you can get some funky results... your choice
  9. forgot to add this 5.6 supports the new AVIC for amd kvm for VM's enabled by adding at boot kvm-amd.avic=1 to cmdline
  10. Hi, I'm new around here made a kernel for myself thought I would share it.... that's it... here it is source included: https://github.com/thor2002ro/unraid_kernel/releases includes: based on 5.10rc4 kernel release unraid patches from 6.9b30 final (separate versions for stable and beta versions) zenpower 0.1.12 from https://github.com/ocerman/zenpower latest it87 from https://github.com/hannesha/it87 added support for CoreFreq from https://github.com/cyring/CoreFreq amdgpu driver(don't forget to blacklist if passing amd gpu to VM) updated linux firmware including dvb firmware(5.8.1-20200814 release) my own fix for JMB575 1 to 5 sata3 port multiplier(added a scr timeout timer) added DVB tuner support added realtek r8125 driver 9.003.05 added NCT6775 driver(OpenRGB patches) from manjaro git added navi v2 patch from https://forum.level1techs.com/t/navi-reset-kernel-patch/147547/47 added vega patch from https://forum.level1techs.com/t/vega-10-and-12-reset-application/145666 5.8 includes AMD onboard audio/usb controller flr patch added zfs v2.0.0-rc5 - https://github.com/openzfs/zfs added RR272x_1x driver https://highpoint-tech.com/BIOS_Driver/rr272x_1x/Linux/RR272x_1x_Linux_Src_v1.10.7_2020_08_07.tar added dax patches(very big improvements in virtio performance) from https://www.phoronix.com/scan.php?page=news_item&px=VirtIO-FS-FUSE-DAX-Linux-5.10 added builtin exfat driver added builtin paragon ntfs3 v12 driver https://lore.kernel.org/lkml/[email protected]/ added nvidia driver 455.45.01(requires utils to function properly) includes nvidia docker and all requirements added zfs utils updated corefreq kernel module(added utils for corefreq module run corefreq-cli-run) removed all old AMD GPU reset quirks add support for new AMD GPU reset module vendor_reset(auto resets all AMD GPUS when it needs to please dont run any other reset methods, to use add in /config/go file "modprobe vendor_reset") supports: AMD | Polaris 10 | AMD | Polaris 11 | AMD | Polaris 12 | AMD | Vega 10 | Vega 56/64 AMD | Vega 20 | Radeon VII AMD | Navi 10 | 5600XT, 5700, 5700XT AMD | Navi 12 | Pro 5600M AMD | Navi 14 | Pro 5300, RX 5300, 5500XT IMPORTAT NOTICE: *) utils need to be installed at boot I do it with the /boot/config/go file and placed the downloaded utils packages in a packages folder on root of the usb drive after that add "installpkg /boot/packages/*.tgz" in the go file first after "#!/bin/bash" in a new line *) dont try to install the utils packages on any modified rootfs .... they need to be installed on stock unraid rootfs There are 2 versions: version for 6.9beta30 or 6.8.x version removed cachy versions they have some issues I need to investigate for zenpower needs "modprobe.blacklist=k10temp" in syslinux file because of module conflict it87 needs to be loaded manually if needed no auto-detection any suggestions are accepted. PS: this is made for myself and running on my own server I'm not responsible if you kill your server with this!!!!
  11. small question does anyone know how to remove the acpi qemu0002 device? it seams it triggers 43 mode on nvidia card... only way to get rid of it that I found is to set pc-i440fx-1.4 <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 10</name> <uuid>d6446ff7-1d2a-dfd1-1c21-5f0d819ce30e</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='3'/> <vcpupin vcpu='2' cpuset='6'/> <vcpupin vcpu='3' cpuset='7'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-1.4'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/d6446ff7-1d2a-dfd1-1c21-5f0d819ce30e_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='off'/> <vapic state='off'/> <spinlocks state='off'/> <vendor_id state='on' value='ab1234567890'/> </hyperv> <kvm> <hidden state='on'/> </kvm> <vmport state='off'/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='4' threads='1'/> </cpu> <clock offset='localtime'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Windows 10/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <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> <controller type='pci' index='0' model='pci-root'/> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:41:0e:7c'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/gtx970.me.dump.rom'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> </domain>

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.