Jump to content
XPEnology Community

gadreel

Member
  • Posts

    317
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by gadreel

  1. @haydibe since you know about this, this is my existing production xpenlology the SATAs look like that...never had an issue.

     

    image.thumb.png.224101ce30db3e9ee7b1e4fb990d31cb.png

     

    In the past on Unraid QEMU XML I think when I changed the controller to 0-0-0 it went to position 1.

    Then the other set of disks use controller 1-0-0, 1-0-1 went to position 7,8

    Then the other set of disks use controller 2-0-0, 2-0-1 are in position 13,14.

     

    image.thumb.png.9d3b110ce54c010ed5fb0bbd76134f84.png

     

    The questions are whether I can leave it as is when I change from Jun's loader to Red Pill and if I change the controllers from the XML and they take different numbers will that cause issues to the drives? 

     

  2. @ThorGroup as always thanks for taking the time to reply to all those posts and assist all of us.

     

    Now that the loader works for most (maybe all) users in order to make testing easier and efficient I have a stupid question to ask. When you add new commits to your repositories and we generate the new bootloader with haydbibe's docker solution in order to test properly do we have to format the disks/delete and recreate the virtio sata disks and start the installation procedure all over again or just boot with the newly generated bootloader from the previous installation and if it works then all is good?

  3. 42 minutes ago, Davide said:

    Hello all, i'm following this thread since its appareance

    Built redpill.ko on a centos 7 machine with gcc 4.8.5 ... all seems ok

    Built image on a centos 8 machine because on the centos 7 machine it fails with 

     

    include/patch.sh: line 52: @@@COMMON@@@/ramdisk-001-disable-root-pwd.patch: File o directory non esistente
    [!] One of the patches - @@@COMMON@@@/ramdisk-001-disable-root-pwd.patch - failed to apply

     

    So far, so good
     

    I'm trying to run the loader on a libvirt vm 

    It always fails on starting scemd

     

    :: Starting scemd
    [   12.708612] BUG: unable to handle kernel paging request at 0000000000004cf9
    [   12.709011] IP: [<ffffffff8138c567>] syno_mv_9235_disk_led_set+0x27/0xc0
    [   12.709011] PGD 175fbd067 PUD 175fff067 PMD 0 
    [   12.709011] Oops: 0000 [#1] SMP 
    [   12.709011] Modules linked in: bromolow_synobios(PO) nfsv3 nfs lockd sunrpc i40e(O) ixgbe(O) igb(O) i2c_algo_bit e1000e(O) dca vxlan ip_tunnel vfat fat sg virtio_scsi(OF) virtio_net(OF) virtio_blk(OF) virtio_pci(OF) virtio_ring(OF) virtio(OF) etxhci_hcd usb_storage xhci_hcd uhci_hcd ehci_pci ehci_hcd usbcore usb_common [last unloaded: bromolow_synobios]
    [   12.709011] CPU: 1 PID: 4595 Comm: scemd Tainted: PF          O 3.10.108 #41222
    [   12.709011] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.14.0-0-g155821a-rebuilt.opensuse.org 04/01/2014
     

    Someone could have some ideas?

    Many thanks in advance

     

    Since it shows that it's a bug if you do not mind post it at the RedPill github issues page. It's better there, because it's been a while since the ThorGroup logged in to reply to any post they might miss it at the end.

  4. 6 minutes ago, taiziccf said:

    when i build i got this, what did i do wrong?

     

    user_config.json

    
    
    
    {
      "extra_cmdline": {
        "vid": "0x46f4",
        "pid": "0x0001",
        "sn": "1750PDN123456",
        "mac1": "00:11:32:12:34:56"
      },
      "synoinfo": {},
      "ramdisk_copy": {}
    }

     

    image.thumb.png.0241839dcabb555c612005b79dfff85d.png

     

    All I can say for sure is that your mac1 is wrong. Enter the mac address without those ":" e.g. "001132123456". I do not know if that will fix your issue but definitely that is wrong.

  5. Spoiler

    2021-08-21T19:20:19+03:00 RedPill synocgid[7672]: noise.cpp:206 Failed [pkey.empty() && !get_device_info_from_store(account, did, pkey, state, rememberme)]

    2021-08-22T00:52:58+03:00 RedPill synocgid[7672]: session/timeout.cpp:70 gadreel has session timeout.

    2021-08-22T00:52:58+03:00 RedPill synocgid[7672]: noise.cpp:206 Failed [pkey.empty() && !get_device_info_from_store(account, did, pkey, state, rememberme)]

    2021-08-22T08:09:53+03:00 RedPill synocgid[7672]: session/timeout.cpp:70 gadreel has session timeout.

    2021-08-22T08:09:53+03:00 RedPill synocgid[7672]: AccessTokenWrapper.cpp:103 (AccessTokenWrapper.cpp:103)Failed [!szSid || !szSid[0]]

    2021-08-22T08:49:57+03:00 RedPill synocgid[7672]: noise.cpp:206 Failed [pkey.empty() && !get_device_info_from_store(account, did, pkey, state, rememberme)]

     

    I do not know if these failed messages have anything helpful... other than that I have been running Apollolake 7/0 for days without any issues.

  6. 1 hour ago, haydibe said:

     

    If layers end up in the buildcache, you can clean it with: docker builder purge -a

     

    If images stack up in the local image cache, you can clean them with: docker image purge (warning: this will remove all "dangling" images, where the image:tag got assigned to a new image).  Though, I typical remove the images by hand with `docker image rm imageid1 imageid2 image3` (you can delete one or more images at a time)

     

     

    docker builder prune -a reclaimed 15G :). I use the Pop! OS only for building the RedPill.

  7. 15 minutes ago, scoobdriver said:

    @haydibe Thanks for your work . Could you advise how I "Clean up" the docker tool . 

     

    I'm running this on a small VM , it works great first time , but if I try to generate a new image , I'm out of disk space (seems to grow every time I generate and image for the same Architecture) . 

    without removing everything and starting again , are there any locations I can remove files ? 

     

     

    I want to know about this too. 30GB pop os gone in a few days...

  8. 17 minutes ago, cferra said:

    @ThorGroup it’s true that virtualization has come a long way but for those that have server hardware dedicated for an xpenology setup like myself prefer baremetal, I thought that you guys said before that, support for that was in the cards, has that changed?  
     

    thanks!

    If they did so, I do not think they will take their word back.

    Regarding virtualisation the answer is yes. VM really came long way. I was also back to that era were Virtualisation was a really bad idea. Slow, unstable and everything was litterally virtual. Nowdays you can passthrough controllers, GPU, USBs, Ethernet cards I think anything in your Server/PC that has an IOMMU group you can pass it through. Now days the performance maybe due to the CPUs that we have now and the maturity of virtualisation is not noticable.

     

     It's not just me saying this, you can look at YouTube, Linus creating the "6 Editors 1 CPU project". IMHO this is the future. When nowdays you have 64 Core CPU you can create multiple virtual PCs and pass through independed GPUs to each Virtual PC and you can play games and stuff and you might loose 5 ~ 10 fps.

  9. @ThorGroup I think I wrote on another post or edited the on GH that with the latest docker I had no issue. Maybe I used a wrong repo which haydibe mentioned at his new release.

    Regarding the virtio if it's broken. No it's not. Is just a habit from Jun's era to use e1000e. On my production DS918+ I am passing through an Intel 350 ethernet. I did not know they were performance issues using the e1000e. Now I know.

    Again thank u for your hard work. I am a programmer for web applications... reading your posts is always so excitimg even I understand a small portion. Keep up the good work!!! Thank u.

    Sent from my SM-G930F using Tapatalk

  10. 19 minutes ago, s1oz said:

    @gadreel

    hi,

    Can you share your unRAID XML file?

    Definitely,

     

    find attached...

     

    The key areas for me are, change bios to sea bios, machine (Q35 ~ if u choose i440fx I do not think there is difference), USB Controller to 3.0 (XHCI), the 1st disk is red pill image as usb and 2nd disk as a SATA, edit the virtio ethernet to e1000e and you can add 2 aditional serials (total 3) like mine to monitor the console using "virsh console (name of VM) serial2"

    redpill.xml

  11. 1 hour ago, Julio0825 said:

    i tried this boot in phycis machine ,using j1900 cpu ,it can success booting ,but i can't find ip address ! my motherborde Gigabit Ethernet is intel i211,i think this boot can't drive my drive,how to add drivers to this booting img?

     

    Right now the redpill loader is not ready for baremetal and is still under development. Their are people that successfully installed it on Baremetal configuration but, ThorGroup has to implement/support more drivers for your i211 to work like Jun's Loader... You have to wait for the time being. :

  12. Spoiler

    Aug 17 22:17:26 synocodesign: BLAKE2b-256 (ha_dummy_ocf/PromoteBegin) = 5bfd7437657591952f30360fed3accc059187c322f50ec3f17dedf026b908796
    Aug 17 22:17:26 synocodesign: ha_dummy_ocf/PromoteBegin: OK
    Aug 17 22:17:26 synocodesign: BLAKE2b-256 (synohamessaged-update) = ce9ca8d7e0fc492f73218a297ad0f6769acd7bdc597e5568644df55927d347b9
    Aug 17 22:17:26 synocodesign: synohamessaged-update: OK
    Aug 17 22:17:26 install.cgi: RemoveUpgradeFile: Remove /tmpData/upd@te.pat...
    Aug 17 22:17:26 install.cgi: Verify checksum of [/tmpData/upd@te]...
    Aug 17 22:17:27 install.cgi: Pass checksum of /tmpData/upd@te...
    Aug 17 22:17:27 updater: updater.c:6751 Start of the updater...
    Aug 17 22:17:27 updater: updater.c:3211 orgBuildNumber = 41890, newBuildNumber=41890
    Aug 17 22:17:27 updater: util/updater_util.cpp:86 fail to read company in /tmpRoot//etc.defaults/synoinfo.conf
    Aug 17 22:17:27 updater: updater.c:7029 ==== Start flash update ====
    Aug 17 22:17:27 updater: updater.c:7033 This is X86 platform
    Aug 17 22:17:27 kernel: [  162.861105] ext2: synoboot2 mounted, process=updater
    Aug 17 22:17:27 kernel: [  162.864426] synoboot2 unmounted, process=updater
    Aug 17 22:17:27 kernel: [  162.873126] ext2: synoboot2 mounted, process=updater
    Aug 17 22:17:27 kernel: [  162.875378] synoboot2 unmounted, process=updater
    Aug 17 22:17:27 kernel: [  162.885159] ext2: synoboot2 mounted, process=updater
    Aug 17 22:17:27 kernel: [  162.888309] synoboot2 unmounted, process=updater
    Aug 17 22:17:27 updater: updater.c:7049 The SynoBoot partitions exist.
    Aug 17 22:17:27 updater: updater.c:4056 SYNORedBootUpdCheckAndApply(4056): Skip bootloader update, no uboot_do_upd.sh exists
    Aug 17 22:17:27 kernel: [  162.897682] ext2: synoboot2 mounted, process=updater
    Aug 17 22:17:27 updater: updater.c:539 fail to backup images. cp -f /tmp/bootmnt/zImage /tmpData/synob@ckup
    Aug 17 22:17:27 updater: updater.c:607 checksum generated by [/bin/grep -i zImage checksum.syno >> /tmp/checksum.syno.tmp]
    Aug 17 22:17:27 updater: updater.c:636 file [zImage] is being copied to [/tmp/bootmnt]
    Aug 17 22:17:27 updater: updater.c:644 file [/tmp/bootmnt/zImage] process done.
    Aug 17 22:17:27 updater: updater.c:607 checksum generated by [/bin/grep -i rd.gz checksum.syno >> /tmp/checksum.syno.tmp]
    Aug 17 22:17:27 updater: updater.c:636 file [rd.gz] is being copied to [/tmp/bootmnt]
    Aug 17 22:17:27 updater: updater.c:644 file [/tmp/bootmnt/rd.gz] process done.
    Aug 17 22:17:27 updater: updater.c:607 checksum generated by [/bin/grep -i grub_cksum.syno checksum.syno >> /tmp/checksum.syno.tmp]
    Aug 17 22:17:27 updater: updater.c:636 file [grub_cksum.syno] is being copied to [/tmp/bootmnt]
    Aug 17 22:17:27 updater: updater.c:644 file [/tmp/bootmnt/grub_cksum.syno] process done.
    Aug 17 22:17:27 updater: updater.c:627 file [/tmp/bootmnt/hda1.tgz] is being removed
    Aug 17 22:17:27 updater: updater.c:644 file [/tmp/bootmnt/hda1.tgz] process done.
    Aug 17 22:17:27 updater: updater.c:627 file [/tmp/bootmnt/updater] is being removed
    Aug 17 22:17:27 updater: updater.c:644 file [/tmp/bootmnt/updater] process done.
    Aug 17 22:17:27 updater: updater.c:627 file [/tmp/bootmnt/VERSION] is being removed
    Aug 17 22:17:27 updater: updater.c:644 file [/tmp/bootmnt/VERSION] process done.
    Aug 17 22:17:27 updater: updater.c:654 checksum file updated by [/bin/cp -f /tmp/checksum.syno.tmp /tmp/bootmnt/checksum.syno]
    Aug 17 22:17:27 kernel: [  163.326742] synoboot2 unmounted, process=updater
    Aug 17 22:17:32 kernel: [  168.338105] ext2: synoboot2 mounted, process=updater
    Aug 17 22:17:33 kernel: [  168.389988] synoboot2 unmounted, process=updater
    Aug 17 22:17:33 kernel: [  168.400498] ext2: synoboot1 mounted, process=updater
    Aug 17 22:17:33 kernel: [  168.401868] vfat: synoboot1 mounted, process=updater
    Aug 17 22:17:33 updater: updater.c:913 open /tmp/bootmnt/EFI/boot//SynoBootLoader.conf failed
    Aug 17 22:17:33 updater: updater.c:968 This model does not contain KPTI config and skip conversion
    Aug 17 22:17:33 updater: updater.c:1177 Failed to update KPTI config
    Aug 17 22:17:33 updater: updater.c:6557 failed to update factory partition, retry 0

    @ThorGroup

    I do not see the error anymore. Your fix did work for me but during installation it does not post any message that it failed. It will stuck at 99% with the error log I am posting that opening SynoBootLoader.conf failed and failed to update KPTI config. (Apollolake 7.0)

     

    EDIT2:

    I tried with Apollolake 6.2.4 and it was a success.

     

    EDIT3:

    I tried with Bromolow 7.0.41222, it was a success.

  13. Same behavior on Apollolake DSM 6.2.4...

    Spoiler

    root@Unraid:~# virsh console RedPill serial2
    Connected to domain RedPill
    Escape character is ^] (Ctrl + ])
    [    1.633230] console [ttyS2] enabled
    [    1.634807] bootconsole [uart0] disabled
    [    1.661397] serial8250: ttyS2 at I/O 0x3e8 (irq = 4, base_baud = 115200) is a 16550A
    [    1.662897] Linux agpgart interface v0.103
    [    1.672211] brd: module loaded
    [    1.672932] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized
    [    1.674113] Loading iSCSI transport class v2.0-870.
    [    1.683444] ahci 0000:00:1f.2: version 3.0
    [    1.684427] ACPI: PCI Interrupt Link [GSIA] enabled at IRQ 16
    [    1.686203] ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
    [    1.687916] ahci 0000:00:1f.2: flags: 64bit ncq only
    [    1.702188] scsi host0: ahci
    [    1.712720] scsi host1: ahci
    [    1.720131] scsi host2: ahci
    [    1.723956] scsi host3: ahci
    [    1.727476] scsi host4: ahci
    [    1.733264] scsi host5: ahci
    [    1.733860] ata1: SATA max UDMA/133 abar m4096@0xfc81a000 port 0xfc81a100 irq 28
    [    1.735228] ata2: SATA max UDMA/133 abar m4096@0xfc81a000 port 0xfc81a180 irq 28
    [    1.736876] ata3: SATA max UDMA/133 abar m4096@0xfc81a000 port 0xfc81a200 irq 28
    [    1.738431] ata4: SATA max UDMA/133 abar m4096@0xfc81a000 port 0xfc81a280 irq 28
    [    1.739841] ata5: SATA max UDMA/133 abar m4096@0xfc81a000 port 0xfc81a300 irq 28
    [    1.741157] ata6: SATA max UDMA/133 abar m4096@0xfc81a000 port 0xfc81a380 irq 28
    [    2.047259] ata1: SATA link down (SStatus 0 SControl 300)
    [    2.048922] ata1: Disk is present for SATA link down event
    [    2.355198] ata2: SATA link down (SStatus 0 SControl 300)
    [    2.356459] ata2: No present pin info for SATA link down event
    [    2.663250] ata3: SATA link down (SStatus 0 SControl 300)
    [    2.664777] ata3: No present pin info for SATA link down event
    [    2.970297] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    2.972314] ata4.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    2.973658] ata4.00: 41943040 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [    2.974700] ata4.00: SN:QM00007
    [    2.975249] ata4.00: applying bridge limits
    [    2.976159] ata4.00: configured for UDMA/100
    [    2.976958] ata4.00: Find SSD disks. [QEMU HARDDISK]
    [    2.978923] I/O scheduler elevator not found
    [    2.980385] scsi 3:0:0:0: Direct-Access     QEMU     HARDDISK                 2.5+ PQ: 0 ANSI: 5
    [    2.981901] sd 3:0:0:0: [sdd] 41943040 512-byte logical blocks: (21.5 GB/20.0 GiB)
    [    2.983173] sd 3:0:0:0: [sdd] Write Protect is off
    [    2.984483] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
    [    2.985453] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    2.987762] sd 3:0:0:0: [sdd] Attached SCSI disk
    [    3.288201] ata5: SATA link down (SStatus 0 SControl 300)
    [    3.289467] ata5: No present pin info for SATA link down event
    [    3.596287] ata6: SATA link down (SStatus 0 SControl 300)
    [    3.598064] ata6: No present pin info for SATA link down event
    [    3.610171] i2c /dev entries driver
    [    3.611573] i801_smbus 0000:00:1f.3: SMBus using polling
    [    3.613995] md: linear personality registered for level -1
    [    3.615040] md: raid0 personality registered for level 0
    [    3.615981] md: raid1 personality registered for level 1
    [    3.616990] md: raid10 personality registered for level 10
    [    3.618864] md: raid6 personality registered for level 6
    [    3.619805] md: raid5 personality registered for level 5
    [    3.621051] md: raid4 personality registered for level 4
    [    3.622218] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
    [    3.623785] NET: Registered protocol family 17
    [    3.624705] Key type dns_resolver registered
    [    3.625461] mce: Unable to init device /dev/mcelog (rc: -5)
    [    3.626893] registered taskstats version 1
    [    3.627666] Loading compiled-in untrusted X.509 certificates
    [    3.628717] Loading compiled-in X.509 certificates
    [    3.629612] Loaded X.509 cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329'
    [    3.631912] Loaded X.509 cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'
    [    3.633538] Loaded X.509 cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'
    [    3.635405] Loaded X.509 cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
    [    3.636908] page_owner is disabled
    [    3.637472] AppArmor: AppArmor sha1 policy hashing enabled
    [    3.638911] hctosys: unable to open rtc device (rtc0)
    [    3.640867] Freeing unused kernel memory: 828K (ffffffff81879000 - ffffffff81948000)
    [    3.642177] Write protecting the kernel read-only data: 8192k
    [    3.643539] Freeing unused kernel memory: 516K (ffff88000157f000 - ffff880001600000)
    [    3.645122] Freeing unused kernel memory: 204K (ffff8800017cd000 - ffff880001800000)
    START /linuxrc.syno
    [    3.650697] redpill: module verification failed: signature and/or required key missing - tainting kernel
    [    3.652585] <redpill/redpill_main.c:24> ================================================================================================
    [    3.654929] <redpill/redpill_main.c:25> RedPill loading...
    [    3.656858] <redpill/call_protected.c:65> Got addr ffffffff811a6030 for cmdline_proc_show
    [    3.658289] <redpill/cmdline_delegate.c:310> Cmdline count: 345
    [    3.659320] <redpill/cmdline_delegate.c:354> Cmdline: BOOT_IMAGE=/zImage mac1=00505623F398 netif_num=1 earlycon=uart8250,io,0x3f8,115200n8 syno_hdd_powerup_seq=1 vid=0x46f4 syno_hdd_detect=0 pid=0x0001 console=ttyS2,115200n8 elevator=elevator sn=1780PDN123456 root=/dev/md0 earlyprintk loglevel=15 log_buf_len=32M syno_port_thaw=1 HddHotplug=0 withefi syno_hw_version=DS918+ vender_format_version=2
    [    3.659320]
    [    3.665745] <redpill/cmdline_delegate.c:365> Param #0: |BOOT_IMAGE=/zImage|
    [    3.666939] <redpill/cmdline_delegate.c:292> Option "BOOT_IMAGE=/zImage" not recognized - ignoring
    [    3.668754] <redpill/cmdline_delegate.c:365> Param #1: |mac1=00505623F398|
    [    3.669937] <redpill/cmdline_delegate.c:280> Set MAC #1: 00505623F398
    [    3.671103] <redpill/cmdline_delegate.c:365> Param #2: |netif_num=1|
    [    3.672182] <redpill/cmdline_delegate.c:235> Declared network ifaces # as 1
    [    3.673299] <redpill/cmdline_delegate.c:365> Param #3: |earlycon=uart8250,io,0x3f8,115200n8|
    [    3.674683] <redpill/cmdline_delegate.c:292> Option "earlycon=uart8250,io,0x3f8,115200n8" not recognized - ignoring
    [    3.676617] <redpill/cmdline_delegate.c:365> Param #4: |syno_hdd_powerup_seq=1|
    [    3.677800] <redpill/cmdline_delegate.c:292> Option "syno_hdd_powerup_seq=1" not recognized - ignoring
    [    3.679311] <redpill/cmdline_delegate.c:365> Param #5: |vid=0x46f4|
    [    3.680346] <redpill/cmdline_delegate.c:100> VID override: 0x46f4
    [    3.681344] <redpill/cmdline_delegate.c:365> Param #6: |syno_hdd_detect=0|
    [    3.682484] <redpill/cmdline_delegate.c:292> Option "syno_hdd_detect=0" not recognized - ignoring
    [    3.684233] <redpill/cmdline_delegate.c:365> Param #7: |pid=0x0001|
    [    3.685277] <redpill/cmdline_delegate.c:135> PID override: 0x0001
    [    3.686305] <redpill/cmdline_delegate.c:365> Param #8: |console=ttyS2,115200n8|
    [    3.687514] <redpill/cmdline_delegate.c:292> Option "console=ttyS2,115200n8" not recognized - ignoring
    [    3.689021] <redpill/cmdline_delegate.c:365> Param #9: |elevator=elevator|
    [    3.690208] <redpill/cmdline_delegate.c:292> Option "elevator=elevator" not recognized - ignoring
    [    3.691858] <redpill/cmdline_delegate.c:365> Param #10: |sn=1780PDN123456|
    [    3.693029] <redpill/cmdline_delegate.c:43> S/N set to: 1780PDN123456
    [    3.694136] <redpill/cmdline_delegate.c:365> Param #11: |root=/dev/md0|
    [    3.695236] <redpill/cmdline_delegate.c:292> Option "root=/dev/md0" not recognized - ignoring
    [    3.696654] <redpill/cmdline_delegate.c:365> Param #12: |earlyprintk|
    [    3.697698] <redpill/cmdline_delegate.c:292> Option "earlyprintk" not recognized - ignoring
    [    3.699349] <redpill/cmdline_delegate.c:365> Param #13: |loglevel=15|
    [    3.700464] <redpill/cmdline_delegate.c:292> Option "loglevel=15" not recognized - ignoring
    [    3.701822] <redpill/cmdline_delegate.c:365> Param #14: |log_buf_len=32M|
    [    3.702879] <redpill/cmdline_delegate.c:292> Option "log_buf_len=32M" not recognized - ignoring
    [    3.704216] <redpill/cmdline_delegate.c:365> Param #15: |syno_port_thaw=1|
    [    3.705382] <redpill/cmdline_delegate.c:206> Port thaw set to: 1
    [    3.706653] <redpill/cmdline_delegate.c:365> Param #16: |HddHotplug=0|
    [    3.707718] <redpill/cmdline_delegate.c:292> Option "HddHotplug=0" not recognized - ignoring
    [    3.709112] <redpill/cmdline_delegate.c:365> Param #17: |withefi|
    [    3.710097] <redpill/cmdline_delegate.c:292> Option "withefi" not recognized - ignoring
    [    3.711440] <redpill/cmdline_delegate.c:365> Param #18: |syno_hw_version=DS918+|
    [    3.712656] <redpill/cmdline_delegate.c:23> HW version set to: DS918+
    [    3.713969] <redpill/cmdline_delegate.c:365> Param #19: |vender_format_version=2|
    [    3.715263] <redpill/cmdline_delegate.c:292> Option "vender_format_version=2" not recognized - ignoring
    [    3.716800] <redpill/cmdline_delegate.c:329> Add cmdline blacklist "vid=" @ 0
    [    3.717965] <redpill/cmdline_delegate.c:330> Add cmdline blacklist "pid=" @ 1
    [    3.719169] <redpill/cmdline_delegate.c:331> Add cmdline blacklist "mfg" @ 2
    [    3.720379] <redpill/cmdline_delegate.c:332> Add cmdline blacklist "loglevel=" @ 3
    [    3.721899] <redpill/cmdline_delegate.c:333> Add cmdline blacklist "elevator=" @ 4
    [    3.723146] <redpill/cmdline_delegate.c:334> Add cmdline blacklist "earlyprintk" @ 5
    [    3.724394] <redpill/cmdline_delegate.c:335> Add cmdline blacklist "syno_port_thaw=" @ 6
    [    3.725722] <redpill/cmdline_delegate.c:384> CmdLine processed successfully, tokens=20
    [    3.727022] <redpill/runtime_config.c:152> Found platform definition for "DS918+"
    [    3.728472] <redpill/runtime_config.c:163> Validating runtime config...
    [    3.729615] <redpill/runtime_config.c:49> Configured boot device type to USB
    [    3.730927] <redpill/runtime_config.c:172> Config validation resulted in OK
    [    3.732071] <redpill/runtime_config.c:189> Runtime config populated
    [    3.733174] <redpill/uart_fixer.c:147> UART fixer registered
    [    3.734286] <redpill/usb_boot_shim.c:201> Registered usbcore module notifier
    [    3.735443] <redpill/usb_boot_shim.c:252> USB boot shim registered
    [    3.736472] <redpill/boot_device_shim.c:64> Boot shim registered (type=0)
    [    3.737564] <redpill/override_symbol.c:243> Overriding syscall #59 with f()<ffffffffa0000a90>
    [    3.741295] <redpill/override_symbol.c:181> Failed to locate vaddr for sys_call_table using kallsyms - falling back to memory search
    [    3.745137] <redpill/override_symbol.c:220> Scanning memory for sys_call_table starting at ffffffff81131830
    [    3.747784] <redpill/override_symbol.c:230> Found sys_call_table @ ffffffff81600180
    [    3.749289] <redpill/override_symbol.c:165> Printing syscall table 54-64 @ ffffffff81600180 containing 428 elements
    [    3.751060] <redpill/override_symbol.c:167> #054     SyS_setsockopt+0x0/0xc0
    [    3.752154] <redpill/override_symbol.c:167> #055     SyS_getsockopt+0x0/0xc0
    [    3.753270] <redpill/override_symbol.c:167> #056     stub_clone+0x0/0x30
    [    3.754314] <redpill/override_symbol.c:167> #057     stub_fork+0x0/0x30
    [    3.755371] <redpill/override_symbol.c:167> #058     stub_vfork+0x0/0x30
    [    3.756694] <redpill/override_symbol.c:167> #059     stub_execve+0x0/0x5
    [    3.757755] <redpill/override_symbol.c:167> #060     SyS_exit+0x0/0x20
    [    3.758776] <redpill/override_symbol.c:167> #061     SyS_wait4+0x0/0xc0
    [    3.759807] <redpill/override_symbol.c:167> #062     SyS_kill+0x0/0x10
    [    3.760876] <redpill/override_symbol.c:167> #063     SyS_newuname+0x0/0xd0
    [    3.762032] <redpill/override_symbol.c:68> Disabling memory protection for page at ffffffff81600358 (<<ffffffff81601000)
    [    3.764334] <redpill/call_protected.c:70> Got addr ffffffff81040870 for set_memory_rw
    [    3.766334] <redpill/override_symbol.c:275> syscall #59 originally stub_execve<ffffffff81578e80> will now be shim_sys_execve [redpill]<ffffffffa0000a90>
    [    3.768725] <redpill/override_symbol.c:88> Enabling memory protection for page at ffffffff81600358 (<<ffffffff81601000)
    [    3.770876] <redpill/call_protected.c:69> Got addr ffffffff81040840 for set_memory_ro
    [    3.772284] <redpill/override_symbol.c:165> Printing syscall table 54-64 @ ffffffff81600180 containing 428 elements
    [    3.774000] <redpill/override_symbol.c:167> #054     SyS_setsockopt+0x0/0xc0
    [    3.775156] <redpill/override_symbol.c:167> #055     SyS_getsockopt+0x0/0xc0
    [    3.776367] <redpill/override_symbol.c:167> #056     stub_clone+0x0/0x30
    [    3.777517] <redpill/override_symbol.c:167> #057     stub_fork+0x0/0x30
    [    3.778759] <redpill/override_symbol.c:167> #058     stub_vfork+0x0/0x30
    [    3.779967] <redpill/override_symbol.c:167> #059     shim_sys_execve+0x0/0x90 [redpill]
    [    3.781231] <redpill/override_symbol.c:167> #060     SyS_exit+0x0/0x20
    [    3.782230] <redpill/override_symbol.c:167> #061     SyS_wait4+0x0/0xc0
    [    3.783291] <redpill/override_symbol.c:167> #062     SyS_kill+0x0/0x10
    [    3.784335] <redpill/override_symbol.c:167> #063     SyS_newuname+0x0/0xd0
    [    3.785602] <redpill/intercept_execve.c:108> execve() interceptor registered
    [    3.786906] <redpill/override_symbol.c:102> Overriding apply_relocate_add() with f()<ffffffffa0006640>
    [    3.788586] <redpill/override_symbol.c:109> Found apply_relocate_add() @ <ffffffff810394c0>
    [    3.789927] <redpill/override_symbol.c:118> Generated jump to f()<ffffffffa0006640> for apply_relocate_add()<ffffffff810394c0>: 48b8 406600a0ffffffff ffe0
    [    3.792284] <redpill/override_symbol.c:68> Disabling memory protection for page at ffffffff810394c0 (<<ffffffff8103a000)
    [    3.794182] <redpill/override_symbol.c:126> Writing jump code to <ffffffff810394c0>
    [    3.795457] <redpill/override_symbol.c:88> Enabling memory protection for page at ffffffff810394c0 (<<ffffffff8103a000)
    [    3.797208] <redpill/override_symbol.c:130> Override for apply_relocate_add set up with ffffffffa0006640
    [    3.798764] <redpill/bios_shim.c:158> Registered bios module notifier
    [    3.799797] <redpill/bios_shim.c:239> mfgBIOS shim registered
    [    3.800839] <redpill/intercept_execve.c:64> Filename uboot_do_upd.sh will be blocked from execution
    [    3.802295] <redpill/intercept_execve.c:64> Filename ./uboot_do_upd.sh will be blocked from execution
    [    3.803801] <redpill/intercept_execve.c:64> Filename /usr/syno/bin/syno_pstore_collect will be blocked from execution
    [    3.805642] <redpill/intercept_execve.c:64> Filename /tmpData/upd@te/sas_fw_upgrade_tool will be blocked from execution
    [    3.807438] <redpill/intercept_execve.c:64> Filename ./H2OFFT-Lx64 will be blocked from execution
    [    3.809045] <redpill/block_fw_update_shim.c:42> Saved backup DMI: Standard PC (Q35 + ICH9, 2009)
    [    3.810549] <redpill/block_fw_update_shim.c:70> Firmware updater blocker registered
    [    3.811801] <redpill/pci_shim.c:189> Creating vPCI devices for DS918+
    [    3.812895] <redpill/pci_shim.c:198> Calling vdev_add_MARVELL_88SE9215 [redpill] with B:D:F=01:00:00 mf=0
    [    3.814518] <redpill/virtual_pci.c:418> Attempting to add vPCI device [printed below] @ bus=01 dev=00 fn=00
    [    3.816080] <redpill/virtual_pci.c:260> Printing PCI descriptor @ ffff880176ebd3c0
    [    3.817310]
    [    3.817310] 31***********0***ADDR*******************
    [    3.818374] 92 15   1b 4b  | 0x00
    [    3.818992] 00 00   00 00  | 0x04
    [    3.819653] 01 06   01 11  | 0x08
    [    3.820331] 00 00   00 00  | 0x0C
    [    3.821041] 00 00   00 00  | 0x10
    [    3.821678] 00 00   00 00  | 0x14
    [    3.822302] 00 00   00 00  | 0x18
    [    3.822934] 00 00   00 00  | 0x1C
    [    3.823640] 00 00   00 00  | 0x20
    [    3.824296] 00 00   00 00  | 0x24
    [    3.824927] 00 00   00 00  | 0x28
    [    3.825611] 00 00   00 00  | 0x2C
    [    3.826266] 00 00   00 00  | 0x30
    [    3.826896] 00 00   00 00  | 0x34
    [    3.827565] 00 00   00 00  | 0x38
    [    3.828300] ff ff   00 ff  | 0x3C
    [    3.829048] ACPI: \: failed to evaluate _DSM (0x1001)
    [    3.829918] BUG: unable to handle kernel paging request at 00000000020fde90
    [    3.829938] IP: [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    3.829940] PGD 177598067 PUD 176d6a067 PMD 176fdc067 PTE 8000000176290067
    [    3.829942] Oops: 0001 [#1] PREEMPT SMP
    [    3.829944] Modules linked in: redpill(OE+)
    [    3.829947] CPU: 1 PID: 3277 Comm: hotplug Tainted: G           OE   4.4.59+ #25556
    [    3.829948] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-48-gd9c812dda519-prebuilt.qemu.org 04/01/2014
    [    3.829949] task: ffff880174dea4c0 ti: ffff8801778f0000 task.ti: ffff8801778f0000
    [    3.829952] RIP: 0010:[<ffffffff812c3bd2>]  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    3.829953] RSP: 0018:ffff8801778f3f18  EFLAGS: 00010286
    [    3.829954] RAX: ffffffffa0000a90 RBX: ffffffffa000e680 RCX: 000000000000058b
    [    3.829955] RDX: 00000000020fe020 RSI: ffff880035d2bea1 RDI: 00000000020fde91
    [    3.829955] RBP: ffff8801778f3f18 R08: 00000000020fdf40 R09: 0000000000000000
    [    3.829956] R10: 000000000000058b R11: 0000000000000206 R12: 00000000020fde90
    [    3.829956] R13: 00000000020fdfe8 R14: 00000000020fe020 R15: 0000000000000000
    [    3.829960] FS:  00007facaaec4700(0000) GS:ffff88017dc80000(0000) knlGS:0000000000000000
    [    3.829961] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [    3.829961] CR2: 00000000020fde90 CR3: 00000001764e6000 CR4: 00000000003406b0
    [    3.829964] Stack:
    [    3.829966]  ffff8801778f3f48 ffffffffa0000abc 00000000020fde90 00000000020fdfe8
    [    3.829967]  0000000000000000 00000000020fe020 00000000020fe020 ffffffff81578b8a
    [    3.829969]  00000000fc2c9fc5 00007facaa6cd070 0000000000000001 00007facaaec69e0
    [    3.829969] Call Trace:
    [    3.829977]  [<ffffffffa0000abc>] shim_sys_execve+0x2c/0x90 [redpill]
    [    3.829981]  [<ffffffff81578b8a>] entry_SYSCALL_64_fastpath+0x1e/0x92
    [    3.829994] Code: f7 48 8d 76 01 48 8d 52 01 0f b6 4e ff 84 c9 88 4a ff 75 ed 5d c3 0f 1f 00 55 48 89 e5 eb 04 84 c0 74 18 48 8d 7f 01 48 8d 76 01 <0f> b6 47 ff 3a 46 ff 74 eb 19 c0 83 c8 01 5d c3 31 c0 5d c3 66
    [    3.829997] RIP  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    3.830004]  RSP <ffff8801778f3f18>
    [    3.830005] CR2: 00000000020fde90
    [    3.830007] ---[ end trace 1193d64bd1dc0d62 ]---
    [    3.863584] PCI host bridge to bus 0001:01
    [    3.864243] pci_bus 0001:01: root bus resource [io  0x0000-0xffff]
    [    3.865275] pci_bus 0001:01: root bus resource [mem 0x00000000-0xffffffffff]
    [    3.866523] pci_bus 0001:01: root bus resource [bus 00-ff]
    [    3.867432] pci 0001:01:00.0: [1b4b:9215] type 00 class 0x010601
    [    3.868436] <redpill/virtual_pci.c:484> Linux >=v4.1 quirk: calling pci_bus_add_devices(bus) manually
    [    3.869142] BUG: unable to handle kernel paging request at 0000000001d40fb0
    [    3.869143] IP: [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    3.869144] PGD 35fba067 PUD 3608b067 PMD 35d26067 PTE 8000000175a7f067
    [    3.869145] Oops: 0001 [#2] PREEMPT SMP
    [    3.869146] Modules linked in: redpill(OE+)
    [    3.869147] CPU: 1 PID: 3279 Comm: hotplug Tainted: G      D    OE   4.4.59+ #25556
    [    3.869147] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-48-gd9c812dda519-prebuilt.qemu.org 04/01/2014
    [    3.869152] task: ffff880177451100 ti: ffff8801778f0000 task.ti: ffff8801778f0000
    [    3.869153] RIP: 0010:[<ffffffff812c3bd2>]  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    3.869153] RSP: 0018:ffff8801778f3f18  EFLAGS: 00010286
    [    3.869154] RAX: ffffffffa0000a90 RBX: ffffffffa000e680 RCX: 000000000000058b
    [    3.869154] RDX: 0000000001d41140 RSI: ffff880035d2bea1 RDI: 0000000001d40fb1
    [    3.869154] RBP: ffff8801778f3f18 R08: 0000000001d41060 R09: 0000000000000000
    [    3.869155] R10: 000000000000058b R11: 0000000000000202 R12: 0000000001d40fb0
    [    3.869155] R13: 0000000001d41108 R14: 0000000001d41140 R15: 0000000000000000
    [    3.869156] FS:  00007f507ce34700(0000) GS:ffff88017dc80000(0000) knlGS:0000000000000000
    [    3.869156] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [    3.869157] CR2: 0000000001d40fb0 CR3: 0000000035b68000 CR4: 00000000003406b0
    [    3.869158] Stack:
    [    3.869159]  ffff8801778f3f48 ffffffffa0000abc 0000000001d40fb0 0000000001d41108
    [    3.869159]  0000000000000000 0000000001d41140 0000000001d41140 ffffffff81578b8a
    [    3.869160]  00000000fc2c9fc5 00007f507c63d070 0000000000000001 00007f507ce369e0
    [    3.869160] Call Trace:
    [    3.869163]  [<ffffffffa0000abc>] shim_sys_execve+0x2c/0x90 [redpill]
    [    3.869164]  [<ffffffff81578b8a>] entry_SYSCALL_64_fastpath+0x1e/0x92
    [    3.869170] Code: f7 48 8d 76 01 48 8d 52 01 0f b6 4e ff 84 c9 88 4a ff 75 ed 5d c3 0f 1f 00 55 48 89 e5 eb 04 84 c0 74 18 48 8d 7f 01 48 8d 76 01 <0f> b6 47 ff 3a 46 ff 74 eb 19 c0 83 c8 01 5d c3 31 c0 5d c3 66
    [    3.869171] RIP  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    3.869171]  RSP <ffff8801778f3f18>
    [    3.869171] CR2: 0000000001d40fb0
    [    3.869171] ---[ end trace 1193d64bd1dc0d63 ]---
    [    3.904593] pci 0001:01:00.0: Can't map mv9235 registers
    [    3.905581] ahci: probe of 0001:01:00.0 failed with error -22
    [    3.906648] <redpill/virtual_pci.c:488> Added device with new bus @ bus=01 dev=00 fn=00
    [    3.908222] <redpill/pci_shim.c:209> vPCI device created successfully
    [    3.909320] <redpill/pci_shim.c:198> Calling vdev_add_INTEL_I211 [redpill] with B:D:F=02:00:00 mf=0
    [    3.910780] <redpill/virtual_pci.c:418> Attempting to add vPCI device [printed below] @ bus=02 dev=00 fn=00
    [    3.912313] <redpill/virtual_pci.c:260> Printing PCI descriptor @ ffff8801767e90c0
    [    3.913548]
    [    3.913548] 31***********0***ADDR*******************
    [    3.914582] 15 39   80 86  | 0x00
    [    3.915286] 00 00   00 00  | 0x04
    [    3.915966] 02 00   00 03  | 0x08
    [    3.916639] 00 00   00 00  | 0x0C
    [    3.917344] 00 00   00 00  | 0x10
    [    3.917986] 00 00   00 00  | 0x14
    [    3.918692] 00 00   00 00  | 0x18
    [    3.919366] 00 00   00 00  | 0x1C
    [    3.920047] 00 00   00 00  | 0x20
    [    3.920718] 00 00   00 00  | 0x24
    [    3.921422] 00 00   00 00  | 0x28
    [    3.922124] 00 00   00 00  | 0x2C
    [    3.922868] 00 00   00 00  | 0x30
    [    3.923564] 00 00   00 00  | 0x34
    [    3.924210] 00 00   00 00  | 0x38
    [    3.924830] ff ff   00 ff  | 0x3C
    [    3.925499] ACPI: \: failed to evaluate _DSM (0x1001)
    [    3.926341] BUG: unable to handle kernel paging request at 00000000008c4e90
    [    3.926344] IP: [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    3.926346] PGD 362ea067 PUD 35526067 PMD 35e61067 PTE 800000007987c067
    [    3.926348] Oops: 0001 [#3] PREEMPT SMP
    [    3.926349] Modules linked in: redpill(OE+)
    [    3.926351] CPU: 1 PID: 3281 Comm: hotplug Tainted: G      D    OE   4.4.59+ #25556
    [    3.926352] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-48-gd9c812dda519-prebuilt.qemu.org 04/01/2014
    [    3.926353] task: ffff88003631ee40 ti: ffff8800359d8000 task.ti: ffff8800359d8000
    [    3.926356] RIP: 0010:[<ffffffff812c3bd2>]  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    3.926356] RSP: 0018:ffff8800359dbf18  EFLAGS: 00010286
    [    3.926357] RAX: ffffffffa0000a90 RBX: ffffffffa000e680 RCX: 000000000000058b
    [    3.926358] RDX: 00000000008c5020 RSI: ffff880035d2bea1 RDI: 00000000008c4e91
    [    3.926365] RBP: ffff8800359dbf18 R08: 00000000008c4f40 R09: 0000000000000000
    [    3.926366] R10: 000000000000058b R11: 0000000000000202 R12: 00000000008c4e90
    [    3.926367] R13: 00000000008c4fe8 R14: 00000000008c5020 R15: 0000000000000000
    [    3.926370] FS:  00007f2e95b1d700(0000) GS:ffff88017dc80000(0000) knlGS:0000000000000000
    [    3.926371] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [    3.926371] CR2: 00000000008c4e90 CR3: 00000000362f8000 CR4: 00000000003406b0
    [    3.926374] Stack:
    [    3.926375]  ffff8800359dbf48 ffffffffa0000abc 00000000008c4e90 00000000008c4fe8
    [    3.926376]  0000000000000000 00000000008c5020 00000000008c5020 ffffffff81578b8a
    [    3.926378]  00000000fc2c9fc5 00007f2e95326070 0000000000000001 00007f2e95b1f9e0
    [    3.926378] Call Trace:
    [    3.926384]  [<ffffffffa0000abc>] shim_sys_execve+0x2c/0x90 [redpill]
    [    3.926387]  [<ffffffff81578b8a>] entry_SYSCALL_64_fastpath+0x1e/0x92
    [    3.926400] Code: f7 48 8d 76 01 48 8d 52 01 0f b6 4e ff 84 c9 88 4a ff 75 ed 5d c3 0f 1f 00 55 48 89 e5 eb 04 84 c0 74 18 48 8d 7f 01 48 8d 76 01 <0f> b6 47 ff 3a 46 ff 74 eb 19 c0 83 c8 01 5d c3 31 c0 5d c3 66
    [    3.926402] RIP  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    3.926402]  RSP <ffff8800359dbf18>
    [    3.926403] CR2: 00000000008c4e90
    [    3.926404] ---[ end trace 1193d64bd1dc0d64 ]---
    [    3.960758] PCI host bridge to bus 0001:02
    [    3.961431] pci_bus 0001:02: root bus resource [io  0x0000-0xffff]
    [    3.962877] pci_bus 0001:02: root bus resource [mem 0x00000000-0xffffffffff]
    [    3.963960] pci_bus 0001:02: busn_res: can not insert [bus 02-ff] under domain [bus 00-ff] (conflicts with (null) [bus 01-ff])
    [    3.966118] pci_bus 0001:02: root bus resource [bus 00-ff]
    [    3.966993] pci 0001:02:00.0: [8086:1539] type 00 class 0x020000
    [    3.967993] <redpill/virtual_pci.c:484> Linux >=v4.1 quirk: calling pci_bus_add_devices(bus) manually
    [    3.968739] BUG: unable to handle kernel paging request at 000000000170efb0
    [    3.968741] IP: [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    3.968743] PGD 3543a067 PUD 356f7067 PMD 362ac067 PTE 80000000351ca067
    [    3.968744] Oops: 0001 [#4] PREEMPT SMP
    [    3.968745] Modules linked in: redpill(OE+)
    [    3.968746] CPU: 1 PID: 3283 Comm: hotplug Tainted: G      D    OE   4.4.59+ #25556
    [    3.968747] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-48-gd9c812dda519-prebuilt.qemu.org 04/01/2014
    [    3.968747] task: ffff8801779ee3c0 ti: ffff8800359d8000 task.ti: ffff8800359d8000
    [    3.968749] RIP: 0010:[<ffffffff812c3bd2>]  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    3.968750] RSP: 0018:ffff8800359dbf18  EFLAGS: 00010286
    [    3.968750] RAX: ffffffffa0000a90 RBX: ffffffffa000e680 RCX: 000000000000058b
    [    3.968750] RDX: 000000000170f140 RSI: ffff880035d2bea1 RDI: 000000000170efb1
    [    3.968751] RBP: ffff8800359dbf18 R08: 000000000170f060 R09: 0000000000000000
    [    3.968751] R10: 000000000000058b R11: 0000000000000206 R12: 000000000170efb0
    [    3.968752] R13: 000000000170f108 R14: 000000000170f140 R15: 0000000000000000
    [    3.968755] FS:  00007f3b64448700(0000) GS:ffff88017dc80000(0000) knlGS:0000000000000000
    [    3.968755] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [    3.968756] CR2: 000000000170efb0 CR3: 0000000035883000 CR4: 00000000003406b0
    [    3.968757] Stack:
    [    3.968758]  ffff8800359dbf48 ffffffffa0000abc 000000000170efb0 000000000170f108
    [    3.968759]  0000000000000000 000000000170f140 000000000170f140 ffffffff81578b8a
    [    3.968760]  00000000fc2c9fc5 00007f3b63c51070 0000000000000001 00007f3b6444a9e0
    [    3.968760] Call Trace:
    [    3.968764]  [<ffffffffa0000abc>] shim_sys_execve+0x2c/0x90 [redpill]
    [    3.968766]  [<ffffffff81578b8a>] entry_SYSCALL_64_fastpath+0x1e/0x92
    [    3.968780] Code: f7 48 8d 76 01 48 8d 52 01 0f b6 4e ff 84 c9 88 4a ff 75 ed 5d c3 0f 1f 00 55 48 89 e5 eb 04 84 c0 74 18 48 8d 7f 01 48 8d 76 01 <0f> b6 47 ff 3a 46 ff 74 eb 19 c0 83 c8 01 5d c3 31 c0 5d c3 66
    [    3.968781] RIP  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    3.968782]  RSP <ffff8800359dbf18>
    [    3.968782] CR2: 000000000170efb0
    [    3.968783] ---[ end trace 1193d64bd1dc0d65 ]---
    [    4.006899] <redpill/virtual_pci.c:488> Added device with new bus @ bus=02 dev=00 fn=00
    [    4.008290] <redpill/pci_shim.c:209> vPCI device created successfully
    [    4.009427] <redpill/pci_shim.c:198> Calling vdev_add_INTEL_I211 [redpill] with B:D:F=03:00:00 mf=0
    [    4.011202] <redpill/virtual_pci.c:418> Attempting to add vPCI device [printed below] @ bus=03 dev=00 fn=00
    [    4.012756] <redpill/virtual_pci.c:260> Printing PCI descriptor @ ffff880177913e80
    [    4.013966]
    [    4.013966] 31***********0***ADDR*******************
    [    4.015102] 15 39   80 86  | 0x00
    [    4.015734] 00 00   00 00  | 0x04
    [    4.016385] 02 00   00 03  | 0x08
    [    4.017032] 00 00   00 00  | 0x0C
    [    4.017811] 00 00   00 00  | 0x10
    [    4.018585] 00 00   00 00  | 0x14
    [    4.019223] 00 00   00 00  | 0x18
    [    4.020083] 00 00   00 00  | 0x1C
    [    4.020899] 00 00   00 00  | 0x20
    [    4.021761] 00 00   00 00  | 0x24
    [    4.022613] 00 00   00 00  | 0x28
    [    4.023416] 00 00   00 00  | 0x2C
    [    4.024064] 00 00   00 00  | 0x30
    [    4.024684] 00 00   00 00  | 0x34
    [    4.025320] 00 00   00 00  | 0x38
    [    4.025924] ff ff   00 ff  | 0x3C
    [    4.026560] ACPI: \: failed to evaluate _DSM (0x1001)
    [    4.027580] BUG: unable to handle kernel paging request at 0000000001629e90
    [    4.027583] IP: [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    4.027584] PGD 1774df067 PUD 177efe067 PMD 177fb8067 PTE 80000000368ef067
    [    4.027585] Oops: 0001 [#5] PREEMPT SMP
    [    4.027587] Modules linked in: redpill(OE+)
    [    4.027588] CPU: 0 PID: 3285 Comm: hotplug Tainted: G      D    OE   4.4.59+ #25556
    [    4.027589] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-48-gd9c812dda519-prebuilt.qemu.org 04/01/2014
    [    4.027589] task: ffff880179280080 ti: ffff8800359d8000 task.ti: ffff8800359d8000
    [    4.027591] RIP: 0010:[<ffffffff812c3bd2>]  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    4.027592] RSP: 0018:ffff8800359dbf18  EFLAGS: 00010286
    [    4.027592] RAX: ffffffffa0000a90 RBX: ffffffffa000e680 RCX: 000000000000058b
    [    4.027593] RDX: 000000000162a020 RSI: ffff880035d2bea1 RDI: 0000000001629e91
    [    4.027593] RBP: ffff8800359dbf18 R08: 0000000001629f40 R09: 0000000000000000
    [    4.027594] R10: 000000000000058b R11: 0000000000000202 R12: 0000000001629e90
    [    4.027594] R13: 0000000001629fe8 R14: 000000000162a020 R15: 0000000000000000
    [    4.027597] FS:  00007f6a4b364700(0000) GS:ffff88017dc00000(0000) knlGS:0000000000000000
    [    4.027597] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [    4.027598] CR2: 0000000001629e90 CR3: 0000000177f65000 CR4: 00000000003406b0
    [    4.027599] Stack:
    [    4.027601]  ffff8800359dbf48 ffffffffa0000abc 0000000001629e90 0000000001629fe8
    [    4.027601]  0000000000000000 000000000162a020 000000000162a020 ffffffff81578b8a
    [    4.027602]  00000000fc2c9fc5 00007f6a4ab6d070 0000000000000001 00007f6a4b3669e0
    [    4.027602] Call Trace:
    [    4.027607]  [<ffffffffa0000abc>] shim_sys_execve+0x2c/0x90 [redpill]
    [    4.027609]  [<ffffffff81578b8a>] entry_SYSCALL_64_fastpath+0x1e/0x92
    [    4.027618] Code: f7 48 8d 76 01 48 8d 52 01 0f b6 4e ff 84 c9 88 4a ff 75 ed 5d c3 0f 1f 00 55 48 89 e5 eb 04 84 c0 74 18 48 8d 7f 01 48 8d 76 01 <0f> b6 47 ff 3a 46 ff 74 eb 19 c0 83 c8 01 5d c3 31 c0 5d c3 66
    [    4.027619] RIP  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    4.027619]  RSP <ffff8800359dbf18>
    [    4.027619] CR2: 0000000001629e90
    [    4.027620] ---[ end trace 1193d64bd1dc0d66 ]---
    [    4.063124] PCI host bridge to bus 0001:03
    [    4.063789] pci_bus 0001:03: root bus resource [io  0x0000-0xffff]
    [    4.064873] pci_bus 0001:03: root bus resource [mem 0x00000000-0xffffffffff]
    [    4.066008] pci_bus 0001:03: busn_res: can not insert [bus 03-ff] under domain [bus 00-ff] (conflicts with (null) [bus 01-ff])
    [    4.068145] pci_bus 0001:03: root bus resource [bus 00-ff]
    [    4.069181] pci 0001:03:00.0: [8086:1539] type 00 class 0x020000
    [    4.070536] <redpill/virtual_pci.c:484> Linux >=v4.1 quirk: calling pci_bus_add_devices(bus) manually
    [    4.071543] BUG: unable to handle kernel paging request at 0000000001c4dfb0
    [    4.071547] IP: [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    4.071549] PGD 177981067 PUD 177742067 PMD 17669c067 PTE 8000000179563067
    [    4.071551] Oops: 0001 [#6] PREEMPT SMP
    [    4.071552] Modules linked in: redpill(OE+)
    [    4.071555] CPU: 0 PID: 3287 Comm: hotplug Tainted: G      D    OE   4.4.59+ #25556
    [    4.071555] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-48-gd9c812dda519-prebuilt.qemu.org 04/01/2014
    [    4.071556] task: ffff8801765a8040 ti: ffff880177ed0000 task.ti: ffff880177ed0000
    [    4.071559] RIP: 0010:[<ffffffff812c3bd2>]  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    4.071560] RSP: 0018:ffff880177ed3f18  EFLAGS: 00010286
    [    4.071560] RAX: ffffffffa0000a90 RBX: ffffffffa000e680 RCX: 000000000000058b
    [    4.071561] RDX: 0000000001c4e140 RSI: ffff880035d2bea1 RDI: 0000000001c4dfb1
    [    4.071562] RBP: ffff880177ed3f18 R08: 0000000001c4e060 R09: 0000000000000000
    [    4.071562] R10: 000000000000058b R11: 0000000000000206 R12: 0000000001c4dfb0
    [    4.071563] R13: 0000000001c4e108 R14: 0000000001c4e140 R15: 0000000000000000
    [    4.071566] FS:  00007fe89fc7b700(0000) GS:ffff88017dc00000(0000) knlGS:0000000000000000
    [    4.071567] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [    4.071568] CR2: 0000000001c4dfb0 CR3: 0000000176fb3000 CR4: 00000000003406b0
    [    4.071570] Stack:
    [    4.071572]  ffff880177ed3f48 ffffffffa0000abc 0000000001c4dfb0 0000000001c4e108
    [    4.071573]  0000000000000000 0000000001c4e140 0000000001c4e140 ffffffff81578b8a
    [    4.071574]  00000000fc2c9fc5 00007fe89f484070 0000000000000001 00007fe89fc7d9e0
    [    4.071575] Call Trace:
    [    4.071581]  [<ffffffffa0000abc>] shim_sys_execve+0x2c/0x90 [redpill]
    [    4.071583]  [<ffffffff81578b8a>] entry_SYSCALL_64_fastpath+0x1e/0x92
    [    4.071596] Code: f7 48 8d 76 01 48 8d 52 01 0f b6 4e ff 84 c9 88 4a ff 75 ed 5d c3 0f 1f 00 55 48 89 e5 eb 04 84 c0 74 18 48 8d 7f 01 48 8d 76 01 <0f> b6 47 ff 3a 46 ff 74 eb 19 c0 83 c8 01 5d c3 31 c0 5d c3 66
    [    4.071598] RIP  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    4.071598]  RSP <ffff880177ed3f18>
    [    4.071599] CR2: 0000000001c4dfb0
    [    4.071600] ---[ end trace 1193d64bd1dc0d67 ]---
    [    4.110309] <redpill/virtual_pci.c:488> Added device with new bus @ bus=03 dev=00 fn=00
    [    4.111620] <redpill/pci_shim.c:209> vPCI device created successfully
    [    4.112638] <redpill/pci_shim.c:198> Calling vdev_add_INTEL_CPU_AHCI_CTRL [redpill] with B:D:F=00:12:00 mf=0
    [    4.114164] <redpill/virtual_pci.c:418> Attempting to add vPCI device [printed below] @ bus=00 dev=12 fn=00
    [    4.115807] <redpill/virtual_pci.c:260> Printing PCI descriptor @ ffff8801774890c0
    [    4.117203]
    [    4.117203] 31***********0***ADDR*******************
    [    4.118396] 5a e3   80 86  | 0x00
    [    4.119058] 00 00   00 00  | 0x04
    [    4.119703] 01 06   01 00  | 0x08
    [    4.120338] 00 00   00 00  | 0x0C
    [    4.121266] 00 00   00 00  | 0x10
    [    4.122233] 00 00   00 00  | 0x14
    [    4.123105] 00 00   00 00  | 0x18
    [    4.123922] 00 00   00 00  | 0x1C
    [    4.124822] 00 00   00 00  | 0x20
    [    4.125639] 00 00   00 00  | 0x24
    [    4.126285] 00 00   00 00  | 0x28
    [    4.127192] 00 00   00 00  | 0x2C
    [    4.128152] 00 00   00 00  | 0x30
    [    4.129080] 00 00   00 00  | 0x34
    [    4.130143] 00 00   00 00  | 0x38
    [    4.131102] ff ff   00 ff  | 0x3C
    [    4.132143] ACPI: \: failed to evaluate _DSM (0x1001)
    [    4.133252] PCI host bridge to bus 0001:00
    [    4.133281] BUG: unable to handle kernel paging request at 0000000001ccbe90
    [    4.133285] IP: [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    4.133287] PGD 176fdf067 PUD 1775ff067 PMD 17740f067 PTE 80000001770cd067
    [    4.133288] Oops: 0001 [#7] PREEMPT SMP
    [    4.133290] Modules linked in: redpill(OE+)
    [    4.133291] CPU: 0 PID: 3289 Comm: hotplug Tainted: G      D    OE   4.4.59+ #25556
    [    4.133292] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-48-gd9c812dda519-prebuilt.qemu.org 04/01/2014
    [    4.133293] task: ffff88007a4ab240 ti: ffff880177ed0000 task.ti: ffff880177ed0000
    [    4.133295] RIP: 0010:[<ffffffff812c3bd2>]  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    4.133296] RSP: 0018:ffff880177ed3f18  EFLAGS: 00010286
    [    4.133296] RAX: ffffffffa0000a90 RBX: ffffffffa000e680 RCX: 000000000000058b
    [    4.133297] RDX: 0000000001ccc020 RSI: ffff880035d2bea1 RDI: 0000000001ccbe91
    [    4.133297] RBP: ffff880177ed3f18 R08: 0000000001ccbf40 R09: 0000000000000000
    [    4.133298] R10: 000000000000058b R11: 0000000000000202 R12: 0000000001ccbe90
    [    4.133298] R13: 0000000001ccbfe8 R14: 0000000001ccc020 R15: 0000000000000000
    [    4.133301] FS:  00007fc01b5c2700(0000) GS:ffff88017dc00000(0000) knlGS:0000000000000000
    [    4.133302] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [    4.133302] CR2: 0000000001ccbe90 CR3: 0000000174cae000 CR4: 00000000003406b0
    [    4.133305] Stack:
    [    4.133306]  ffff880177ed3f48 ffffffffa0000abc 0000000001ccbe90 0000000001ccbfe8
    [    4.133307]  0000000000000000 0000000001ccc020 0000000001ccc020 ffffffff81578b8a
    [    4.133308]  00000000fc2c9fc5 00007fc01adcb070 0000000000000001 00007fc01b5c49e0
    [    4.133308] Call Trace:
    [    4.133313]  [<ffffffffa0000abc>] shim_sys_execve+0x2c/0x90 [redpill]
    [    4.133315]  [<ffffffff81578b8a>] entry_SYSCALL_64_fastpath+0x1e/0x92
    [    4.133327] Code: f7 48 8d 76 01 48 8d 52 01 0f b6 4e ff 84 c9 88 4a ff 75 ed 5d c3 0f 1f 00 55 48 89 e5 eb 04 84 c0 74 18 48 8d 7f 01 48 8d 76 01 <0f> b6 47 ff 3a 46 ff 74 eb 19 c0 83 c8 01 5d c3 31 c0 5d c3 66
    [    4.133328] RIP  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    4.133329]  RSP <ffff880177ed3f18>
    [    4.133329] CR2: 0000000001ccbe90
    [    4.133330] ---[ end trace 1193d64bd1dc0d68 ]---
    [    4.168857] pci_bus 0001:00: root bus resource [io  0x0000-0xffff]
    [    4.169976] pci_bus 0001:00: root bus resource [mem 0x00000000-0xffffffffff]
    [    4.171195] pci_bus 0001:00: busn_res: can not insert [bus 00-ff] under domain [bus 00-ff] (conflicts with (null) [bus 01-ff])
    [    4.173194] pci_bus 0001:00: root bus resource [bus 00-ff]
    [    4.174136] pci 0001:00:12.0: [8086:5ae3] type 00 class 0x010601
    [    4.175451] <redpill/virtual_pci.c:484> Linux >=v4.1 quirk: calling pci_bus_add_devices(bus) manually
    [    4.176333] BUG: unable to handle kernel paging request at 0000000000823fb0
    [    4.176336] IP: [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    4.176337] PGD 177898067 PUD 176788067 PMD 177834067 PTE 80000001753ec067
    [    4.176338] Oops: 0001 [#8] PREEMPT SMP
    [    4.176339] Modules linked in: redpill(OE+)
    [    4.176340] CPU: 0 PID: 3291 Comm: hotplug Tainted: G      D    OE   4.4.59+ #25556
    [    4.176341] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-48-gd9c812dda519-prebuilt.qemu.org 04/01/2014
    [    4.176342] task: ffff88007a54eec0 ti: ffff880177ed0000 task.ti: ffff880177ed0000
    [    4.176343] RIP: 0010:[<ffffffff812c3bd2>]  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    4.176344] RSP: 0018:ffff880177ed3f18  EFLAGS: 00010286
    [    4.176344] RAX: ffffffffa0000a90 RBX: ffffffffa000e680 RCX: 000000000000058b
    [    4.176345] RDX: 0000000000824140 RSI: ffff880035d2bea1 RDI: 0000000000823fb1
    [    4.176345] RBP: ffff880177ed3f18 R08: 0000000000824060 R09: 0000000000000000
    [    4.176350] R10: 000000000000058b R11: 0000000000000202 R12: 0000000000823fb0
    [    4.176351] R13: 0000000000824108 R14: 0000000000824140 R15: 0000000000000000
    [    4.176353] FS:  00007f86d6b39700(0000) GS:ffff88017dc00000(0000) knlGS:0000000000000000
    [    4.176354] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [    4.176354] CR2: 0000000000823fb0 CR3: 0000000177ff4000 CR4: 00000000003406b0
    [    4.176356] Stack:
    [    4.176357]  ffff880177ed3f48 ffffffffa0000abc 0000000000823fb0 0000000000824108
    [    4.176357]  0000000000000000 0000000000824140 0000000000824140 ffffffff81578b8a
    [    4.176358]  00000000fc2c9fc5 00007f86d6342070 0000000000000001 00007f86d6b3b9e0
    [    4.176358] Call Trace:
    [    4.176362]  [<ffffffffa0000abc>] shim_sys_execve+0x2c/0x90 [redpill]
    [    4.176364]  [<ffffffff81578b8a>] entry_SYSCALL_64_fastpath+0x1e/0x92
    [    4.176373] Code: f7 48 8d 76 01 48 8d 52 01 0f b6 4e ff 84 c9 88 4a ff 75 ed 5d c3 0f 1f 00 55 48 89 e5 eb 04 84 c0 74 18 48 8d 7f 01 48 8d 76 01 <0f> b6 47 ff 3a 46 ff 74 eb 19 c0 83 c8 01 5d c3 31 c0 5d c3 66
    [    4.176374] RIP  [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    4.176374]  RSP <ffff880177ed3f18>
    [    4.176375] CR2: 0000000000823fb0
    [    4.176375] ---[ end trace 1193d64bd1dc0d69 ]---
    [    4.214551] ahci: probe of 0001:00:12.0 failed with error -22
    [    4.215516] <redpill/virtual_pci.c:488> Added device with new bus @ bus=00 dev=12 fn=00
    [    4.216984] <redpill/pci_shim.c:209> vPCI device created successfully
    [    4.218094] <redpill/pci_shim.c:198> Calling vdev_add_INTEL_CPU_PCIE_PA [redpill] with B:D:F=00:13:00 mf=0
    [    4.219996] <redpill/virtual_pci.c:418> Attempting to add vPCI device [printed below] @ bus=00 dev=13 fn=00
    [    4.221574] <redpill/virtual_pci.c:260> Printing PCI descriptor @ ffff880176726ac0
    [    4.222818]
    [    4.222818] 31***********0***ADDR*******************
    [    4.223895] 5a d8   80 86  | 0x00
    [    4.224647] 00 00   00 00  | 0x04
    [    4.225304] 06 04   00 00  | 0x08
    [    4.225936] 00 00   00 00  | 0x0C
    [    4.226723] 00 00   00 00  | 0x10
    [    4.227512] 00 00   00 00  | 0x14
    [    4.228165] 00 00   00 00  | 0x18
    [    4.228814] 00 00   00 00  | 0x1C
    [    4.229639] 00 00   00 00  | 0x20
    [    4.230392] 00 00   00 00  | 0x24
    [    4.231040] 00 00   00 00  | 0x28
    [    4.231772] 00 00   00 00  | 0x2C
    [    4.232458] 00 00   00 00  | 0x30
    [    4.233121] 00 00   00 00  | 0x34
    [    4.233763] 00 00   00 00  | 0x38
    [    4.234546] ff ff   00 ff  | 0x3C
    [    4.235323] <redpill/virtual_pci.c:406> Found existing bus_no=0 @ bidx=3
    [    4.236389] pci 0001:00:13.0: [8086:5ad8] type 00 class 0x060400
    [    4.237497] pci 0001:00:13.0: ignoring class 0x060400 (doesn't match header type 00)
    [    4.238763] <redpill/virtual_pci.c:441> Added device with existing bus @ bus=00 dev=13 fn=00
    [    4.240283] BUG: unable to handle kernel paging request at 0000000000856fb0
    [    4.240285] IP: [<ffffffff812c3bd2>] strcmp+0x12/0x30
    [    4.240287] PGD 354cc067 PUD 7b8a8067 PMD 36197067 PTE 8000000001b1e067
    [    4.240288] Oops: 0001 [#9] PREEMPT SMP
    [    4.240288] Modules li
    root@Unraid:~#

     

  14. 1 minute ago, ThorGroup said:

    This is a known problem: https://github.com/RedPill-TTG/redpill-lkm/issues/3

    Can you say something more about the platform (hardware, hypervisor, when this happens/post more log before, how did you built the LKM, which version of LKM and DSM are you using) on which this is happening?

     

    Hardware: AMD 3900X, Unraid 6.9.2, QEMU/KVM

     

    I built the loader using haydiibe's docker. I built Apollolake 7.0

     

    I posted another log when the redpill is loaded I do not know if that helps.

  15. @ThorGroup

     

    Previously I had the issue with the ttsy0 reinit

     

    now that is disabled I get the following I do not know if it should be expected if you still try to access serial 2...

    Spoiler

    0[    8.921i219] BUG:l unable tlo handle ekernel dpaging request at 0
     0000000092ff98
    [    8.922181] IP: [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    8.922181] PGD 26ee0c067 PUD 273a57067 PMD 272b61067 PTE 800000026d196067
    [    8.922181] Oops: 0001 [#142] SMP 
    [    8.922181] Modules linked in: redpill(OE)
    [    8.922181] CPU: 3 PID: 4045 Comm: linuxrc.syno.im Tainted: G      D    OE   4.4.180+ #41890
    [    8.922181] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-48-gd9c812dda519-prebuilt.qemu.org 04/01/2014
    [    8.922181] task: ffff880273a05940 ti: ffff880274050000 task.ti: ffff880274050000
    [    8.922181] RIP: 0010:[<ffffffff812f71f2>]  [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    8.922181] RSP: 0018:ffff880274053f10  EFLAGS: 00010286
    [    8.922181] RAX: ffffffffa0000010 RBX: ffffffffa000e8e0 RCX: 00000000000005b8
    [    8.922181] RDX: 000000000092ff30 RSI: ffff880276aff3c1 RDI: 000000000092ff99
    [    8.922181] RBP: ffff880274053f10 R08: 00007ffdf2a4bb68 R09: 00007fa97b204300
    [    8.922181] R10: 00000000000005b8 R11: 0000000000000202 R12: 000000000092ff98
    [    8.922181] R13: ffffffffa000e930 R14: 000000000092ff18 R15: 000000000092ff30
    [    8.922181] FS:  00007fa97b8db740(0000) GS:ffff88027fd80000(0000) knlGS:0000000000000000
    [    8.922181] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [    8.922181] CR2: 000000000092ff98 CR3: 0000000273a08000 CR4: 00000000003406b0
    [    8.922181] Stack:
    [    8.922181]  ffff880274053f48 ffffffffa0000045 000000000092ff18 000000000092ff30
    [    8.922181]  00000000ffffffff 000000000092ff30 000000000092ff18 000000000092ff98
    [    8.922181]  ffffffff8157998a 00007ffdf2a4b6d4 00000000fc2c9fc5 0000000000000001
    [    8.922181] Call Trace:
    [    8.922181]  [<ffffffffa0000045>] shim_sys_execve+0x35/0x70 [redpill]
    [    8.922181]  [<ffffffff8157998a>] entry_SYSCALL_64_fastpath+0x1e/0x8e
    [    8.922181] Code: f7 48 8d 76 01 48 8d 52 01 0f b6 4e ff 84 c9 88 4a ff 75 ed 5d c3 0f 1f 00 55 48 89 e5 eb 04 84 c0 74 18 48 8d 7f 01 48 8d 76 01 <0f> b6 47 ff 3a 46 ff 74 eb 19 c0 83 c8 01 5d c3 31 c0 5d c3 66 
    [    8.922181] RIP  [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    8.922181]  RSP <ffff880274053f10>
    [    8.922181] CR2: 000000000092ff98
    [    8.922181] ---[ end trace 6f4877d69409fc1e ]---
    Killed
    [    8.956337] BUG: unable to handle kernel paging request at 000000000092fec0
    [    8.957036] IP: [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    8.957036] PGD 27499d067 PUD 274e84067 PMD 272356067 PTE 8000000271e66067
    [    8.957036] Oops: 0001 [#143] SMP 
    [    8.957036] Modules linked in: redpill(OE)
    [    8.957036] CPU: 0 PID: 4046 Comm: linuxrc.syno.im Tainted: G      D    OE   4.4.180+ #41890
    [    8.957036] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-48-gd9c812dda519-prebuilt.qemu.org 04/01/2014
    [    8.957036] task: ffff880273a06600 ti: ffff8802701b0000 task.ti: ffff8802701b0000
    [    8.957036] RIP: 0010:[<ffffffff812f71f2>]  [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    8.957036] RSP: 0018:ffff8802701b3f10  EFLAGS: 00010286
    [    8.957036] RAX: ffffffffa0000010 RBX: ffffffffa000e8e0 RCX: 00000000000005b8
    [    8.957036] RDX: 000000000092ff00 RSI: ffff880276aff3c1 RDI: 000000000092fec1
    [    8.957036] RBP: ffff8802701b3f10 R08: 00007ffdf2a4bba8 R09: 00007fa97b204800
    [    8.957036] R10: 00000000000005b8 R11: 0000000000000206 R12: 000000000092fec0
    [    8.957036] R13: ffffffffa000e930 R14: 000000000092fef0 R15: 000000000092ff00
    [    8.957036] FS:  00007fa97b8db740(0000) GS:ffff88027fc00000(0000) knlGS:0000000000000000
    [    8.957036] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [    8.957036] CR2: 000000000092fec0 CR3: 000000027499c000 CR4: 00000000003406b0
    [    8.957036] Stack:
    [    8.957036]  ffff8802701b3f48 ffffffffa0000045 000000000092fef0 000000000092ff00
    [    8.957036]  00000000ffffffff 000000000092ff00 000000000092fef0 000000000092fec0
    [    8.957036]  ffffffff8157998a 00007ffdf2a4b714 00000000fc2c9fc5 0000000000000001
    [    8.957036] Call Trace:
    [    8.957036]  [<ffffffffa0000045>] shim_sys_execve+0x35/0x70 [redpill]
    [    8.957036]  [<ffffffff8157998a>] entry_SYSCALL_64_fastpath+0x1e/0x8e
    [    8.957036] Code: f7 48 8d 76 01 48 8d 52 01 0f b6 4e ff 84 c9 88 4a ff 75 ed 5d c3 0f 1f 00 55 48 89 e5 eb 04 84 c0 74 18 48 8d 7f 01 48 8d 76 01 <0f> b6 47 ff 3a 46 ff 74 eb 19 c0 83 c8 01 5d c3 31 c0 5d c3 66 
    [    8.957036] RIP  [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    8.957036]  RSP <ffff8802701b3f10>
    [    8.957036] CR2: 000000000092fec0
    [    8.957036] ---[ end trace 6f4877d69409fc1f ]---
    ti[    l8.991l070] eBUG: dunable 
     o handle kernel paging request at 000000000092ff98
    [    8.992025] IP: [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    8.992025] PGD 2742bb067 PUD 273bc2067 PMD 271acf067 PTE 800000027243a067
    [    8.992025] Oops: 0001 [#144] SMP 
    [    8.992025] Modules linked in: redpill(OE)
    [    8.992025] CPU: 1 PID: 4047 Comm: linuxrc.syno.im Tainted: G      D    OE   4.4.180+ #41890
    [    8.992025] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-48-gd9c812dda519-prebuilt.qemu.org 04/01/2014
    [    8.992025] task: ffff880273a03fc0 ti: ffff88027123c000 task.ti: ffff88027123c000
    [    8.992025] RIP: 0010:[<ffffffff812f71f2>]  [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    9.000051] RSP: 0018:ffff88027123ff10  EFLAGS: 00010286
    [    9.000051] RAX: ffffffffa0000010 RBX: ffffffffa000e8e0 RCX: 00000000000005b8
    [    9.000051] RDX: 000000000092ff30 RSI: ffff880276aff3c1 RDI: 000000000092ff99
    [    9.000051] RBP: ffff88027123ff10 R08: 00007ffdf2a4bc28 R09: 00007fa97b204300
    [    9.000051] R10: 00000000000005b8 R11: 0000000000000202 R12: 000000000092ff98
    [    9.000051] R13: ffffffffa000e930 R14: 000000000092ff18 R15: 000000000092ff30
    [    9.000051] FS:  00007fa97b8db740(0000) GS:ffff88027fc80000(0000) knlGS:0000000000000000
    [    9.000051] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [    9.000051] CR2: 000000000092ff98 CR3: 00000002742ba000 CR4: 00000000003406b0
    [    9.000051] Stack:
    [    9.000051]  ffff88027123ff48 ffffffffa0000045 000000000092ff18 000000000092ff30
    [    9.000051]  00000000ffffffff 000000000092ff30 000000000092ff18 000000000092ff98
    [    9.000051]  ffffffff8157998a 00007ffdf2a4b794 00000000fc2c9fc5 0000000000000001
    [    9.000051] Call Trace:
    [    9.000051]  [<ffffffffa0000045>] shim_sys_execve+0x35/0x70 [redpill]
    [    9.000051]  [<ffffffff8157998a>] entry_SYSCALL_64_fastpath+0x1e/0x8e
    [    9.000051] Code: f7 48 8d 76 01 48 8d 52 01 0f b6 4e ff 84 c9 88 4a ff 75 ed 5d c3 0f 1f 00 55 48 89 e5 eb 04 84 c0 74 18 48 8d 7f 01 48 8d 76 01 <0f> b6 47 ff 3a 46 ff 74 eb 19 c0 83 c8 01 5d c3 31 c0 5d c3 66 
    [    9.000051] RIP  [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    9.000051]  RSP <ffff88027123ff10>
    [    9.000051] CR2: 000000000092ff98
    [    9.000051] ---[ end trace 6f4877d69409fc20 ]---

     

    Spoiler

    START /linuxrc.syno
    START /linuxrc.syno.[    3.569104] redpill: loading out-of-tree module taints kernel.
    i[    3.570293] redpill: module verification failed: signature and/or required key missing - tainting kernel
    mpl[    3.572357] <redpill/redpill_main.c:24> ================================================================================================
    [    3.575475] <redpill/redpill_main.c:25> RedPill loading...

    [    3.577471] <redpill/call_protected.c:65> Got addr ffffffff812041e0 for cmdline_proc_show
    [    3.578990] <redpill/cmdline_delegate.c:310> Cmdline count: 329
    [    3.579966] <redpill/cmdline_delegate.c:354> Cmdline: BOOT_IMAGE=/zImage HddHotplug=0 withefi console=ttyS2,115200n8 netif_num=1 syno_hdd_detect=0 syno_port_thaw=1 vender_format_version=2 earlyprintk mac1=00505623F398 syno_hdd_powerup_seq=1 pid=0x0001 syno_hw_version=DS918+ vid=0x46f4 earlycon=uart8250,io,0x3f8,115200n8 sn=1780PDN123456 elevator=elevator root=/dev/md0 loglevel=15
    [    3.579966]
    [    3.586380] <redpill/cmdline_delegate.c:365> Param #0: |BOOT_IMAGE=/zImage|
    [    3.587552] <redpill/cmdline_delegate.c:292> Option "BOOT_IMAGE=/zImage" not recognized - ignoring
    [    3.589500] <redpill/cmdline_delegate.c:365> Param #1: |HddHotplug=0|
    [    3.590783] <redpill/cmdline_delegate.c:292> Option "HddHotplug=0" not recognized - ignoring
    [    3.592340] <redpill/cmdline_delegate.c:365> Param #2: |withefi|
    [    3.593418] <redpill/cmdline_delegate.c:292> Option "withefi" not recognized - ignoring
    [    3.595349] <redpill/cmdline_delegate.c:365> Param #3: |console=ttyS2,115200n8|
    [    3.596832] <redpill/cmdline_delegate.c:292> Option "console=ttyS2,115200n8" not recognized - ignoring
    [    3.598541] <redpill/cmdline_delegate.c:365> Param #4: |netif_num=1|
    [    3.599550] <redpill/cmdline_delegate.c:235> Declared network ifaces # as 1
    [    3.600834] <redpill/cmdline_delegate.c:365> Param #5: |syno_hdd_detect=0|
    [    3.602242] <redpill/cmdline_delegate.c:292> Option "syno_hdd_detect=0" not recognized - ignoring
    [    3.603707] <redpill/cmdline_delegate.c:365> Param #6: |syno_port_thaw=1|
    [    3.605039] <redpill/cmdline_delegate.c:206> Port thaw set to: 1
    [    3.606213] <redpill/cmdline_delegate.c:365> Param #7: |vender_format_version=2|
    [    3.607749] <redpill/cmdline_delegate.c:292> Option "vender_format_version=2" not recognized - ignoring
    [    3.609839] <redpill/cmdline_delegate.c:365> Param #8: |earlyprintk|
    [    3.611302] <redpill/cmdline_delegate.c:292> Option "earlyprintk" not recognized - ignoring
    [    3.612641] <redpill/cmdline_delegate.c:365> Param #9: |mac1=00505623F398|
    [    3.613992] <redpill/cmdline_delegate.c:280> Set MAC #1: 00505623F398
    [    3.615291] <redpill/cmdline_delegate.c:365> Param #10: |syno_hdd_powerup_seq=1|
    [    3.616660] <redpill/cmdline_delegate.c:292> Option "syno_hdd_powerup_seq=1" not recognized - ignoring
    [    3.618552] <redpill/cmdline_delegate.c:365> Param #11: |pid=0x0001|
    [    3.619727] <redpill/cmdline_delegate.c:135> PID override: 0x0001
    [    3.620774] <redpill/cmdline_delegate.c:365> Param #12: |syno_hw_version=DS918+|
    [    3.622189] <redpill/cmdline_delegate.c:23> HW version set to: DS918+
    [    3.623236] <redpill/cmdline_delegate.c:365> Param #13: |vid=0x46f4|
    [    3.624736] <redpill/cmdline_delegate.c:100> VID override: 0x46f4
    [    3.625839] <redpill/cmdline_delegate.c:365> Param #14: |earlycon=uart8250,io,0x3f8,115200n8|
    [    3.627612] <redpill/cmdline_delegate.c:292> Option "earlycon=uart8250,io,0x3f8,115200n8" not recognized - ignoring
    [    3.629602] <redpill/cmdline_delegate.c:365> Param #15: |sn=1780PDN123456|
    [    3.630854] <redpill/cmdline_delegate.c:43> S/N set to: 1780PDN123456
    [    3.632296] <redpill/cmdline_delegate.c:365> Param #16: |elevator=elevator|
    [    3.633627] <redpill/cmdline_delegate.c:292> Option "elevator=elevator" not recognized - ignoring
    [    3.635386] <redpill/cmdline_delegate.c:365> Param #17: |root=/dev/md0|
    [    3.636909] <redpill/cmdline_delegate.c:292> Option "root=/dev/md0" not recognized - ignoring
    [    3.638277] <redpill/cmdline_delegate.c:365> Param #18: |loglevel=15|
    [    3.639550] <redpill/cmdline_delegate.c:292> Option "loglevel=15" not recognized - ignoring
    [    3.641075] <redpill/cmdline_delegate.c:329> Add cmdline blacklist "vid=" @ 0
    [    3.642326] <redpill/cmdline_delegate.c:330> Add cmdline blacklist "pid=" @ 1
    [    3.643488] <redpill/cmdline_delegate.c:331> Add cmdline blacklist "mfg" @ 2
    [    3.644851] <redpill/cmdline_delegate.c:332> Add cmdline blacklist "loglevel=" @ 3
    [    3.646339] <redpill/cmdline_delegate.c:333> Add cmdline blacklist "elevator=" @ 4
    [    3.647763] <redpill/cmdline_delegate.c:334> Add cmdline blacklist "earlyprintk" @ 5
    [    3.649198] <redpill/cmdline_delegate.c:335> Add cmdline blacklist "syno_port_thaw=" @ 6
    [    3.650550] <redpill/cmdline_delegate.c:384> CmdLine processed successfully, tokens=19
    [    3.652079] <redpill/runtime_config.c:152> Found platform definition for "DS918+"
    [    3.653394] <redpill/runtime_config.c:163> Validating runtime config...
    [    3.654840] <redpill/runtime_config.c:49> Configured boot device type to USB
    [    3.656094] <redpill/runtime_config.c:172> Config validation resulted in OK
    [    3.657347] <redpill/runtime_config.c:189> Runtime config populated
    [    3.658441] <redpill/uart_fixer.c:147> UART fixer registered
    [    3.659707] <redpill/usb_boot_shim.c:201> Registered usbcore module notifier
    [    3.660890] <redpill/usb_boot_shim.c:252> USB boot shim registered
    [    3.662287] <redpill/boot_device_shim.c:64> Boot shim registered (type=0)
    [    3.663567] <redpill/override_symbol.c:243> Overriding syscall #59 with f()<ffffffffa0000010>
    [    3.667397] <redpill/override_symbol.c:181> Failed to locate vaddr for sys_call_table using kallsyms - falling back to memory search
    [    3.671943] <redpill/override_symbol.c:220> Scanning memory for sys_call_table starting at ffffffff81189bb0
    [    3.674568] <redpill/override_symbol.c:230> Found sys_call_table @ ffffffff816000e0
    [    3.676072] <redpill/override_symbol.c:165> Printing syscall table 54-64 @ ffffffff816000e0 containing 828 elements
    [    3.678304] <redpill/override_symbol.c:167> #054     SyS_setsockopt+0x0/0xd0
    [    3.679727] <redpill/override_symbol.c:167> #055     SyS_getsockopt+0x0/0xc0
    [    3.680916] <redpill/override_symbol.c:167> #056     stub_clone+0x0/0x30
    [    3.682278] <redpill/override_symbol.c:167> #057     stub_fork+0x0/0x30
    [    3.683460] <redpill/override_symbol.c:167> #058     stub_vfork+0x0/0x30
    [    3.684706] <redpill/override_symbol.c:167> #059     stub_execve+0x0/0x5
    [    3.685816] <redpill/override_symbol.c:167> #060     SyS_exit+0x0/0x20
    [    3.686988] <redpill/override_symbol.c:167> #061     SyS_wait4+0x0/0xe0
    [    3.688355] <redpill/override_symbol.c:167> #062     SyS_kill+0x0/0x10
    [    3.689763] <redpill/override_symbol.c:167> #063     SyS_newuname+0x0/0x10
    [    3.690967] <redpill/override_symbol.c:68> Disabling memory protection for page at ffffffff816002b8 (<<ffffffff81601000)
    [    3.693341] <redpill/call_protected.c:70> Got addr ffffffff81046660 for set_memory_rw
    [    3.695013] <redpill/override_symbol.c:275> syscall #59 originally stub_execve<ffffffff81579c70> will now be shim_sys_execve [redpill]<ffffffffa0000010>
    [    3.697736] <redpill/override_symbol.c:88> Enabling memory protection for page at ffffffff816002b8 (<<ffffffff81601000)
    [    3.699750] <redpill/call_protected.c:69> Got addr ffffffff81046630 for set_memory_ro
    [    3.701262] <redpill/override_symbol.c:165> Printing syscall table 54-64 @ ffffffff816000e0 containing 828 elements
    [    3.703066] <redpill/override_symbol.c:167> #054     SyS_setsockopt+0x0/0xd0
    [    3.704717] <redpill/override_symbol.c:167> #055     SyS_getsockopt+0x0/0xc0
    [    3.705879] <redpill/override_symbol.c:167> #056     stub_clone+0x0/0x30
    [    3.706910] <redpill/override_symbol.c:167> #057     stub_fork+0x0/0x30
    [    3.707916] <redpill/override_symbol.c:167> #058     stub_vfork+0x0/0x30
    [    3.709017] <redpill/override_symbol.c:167> #059     shim_sys_execve+0x0/0x70 [redpill]
    [    3.710339] <redpill/override_symbol.c:167> #060     SyS_exit+0x0/0x20
    [    3.711807] <redpill/override_symbol.c:167> #061     SyS_wait4+0x0/0xe0
    [    3.713314] <redpill/override_symbol.c:167> #062     SyS_kill+0x0/0x10
    [    3.714440] <redpill/override_symbol.c:167> #063     SyS_newuname+0x0/0x10
    [    3.715786] <redpill/intercept_execve.c:108> execve() interceptor registered
    [    3.717133] <redpill/override_symbol.c:102> Overriding apply_relocate_add() with f()<ffffffffa0001770>
    [    3.719174] <redpill/override_symbol.c:109> Found apply_relocate_add() @ <ffffffff8103dfb0>
    [    3.720695] <redpill/override_symbol.c:118> Generated jump to f()<ffffffffa0001770> for apply_relocate_add()<ffffffff8103dfb0>: 48b8 701700a0ffffffff ffe0
    [    3.723190] <redpill/override_symbol.c:68> Disabling memory protection for page at ffffffff8103dfb0 (<<ffffffff8103e000)
    [    3.725141] <redpill/override_symbol.c:126> Writing jump code to <ffffffff8103dfb0>
    [    3.726638] <redpill/override_symbol.c:88> Enabling memory protection for page at ffffffff8103dfb0 (<<ffffffff8103e000)
    [    3.728650] <redpill/override_symbol.c:130> Override for apply_relocate_add set up with ffffffffa0001770
    [    3.730506] <redpill/bios_shim.c:158> Registered bios module notifier
    [    3.732153] <redpill/bios_shim.c:239> mfgBIOS shim registered
    [    3.733630] <redpill/intercept_execve.c:64> Filename uboot_do_upd.sh will be blocked from execution
    [    3.735964] <redpill/intercept_execve.c:64> Filename ./uboot_do_upd.sh will be blocked from execution
    [    3.738125] <redpill/intercept_execve.c:64> Filename /usr/syno/bin/syno_pstore_collect will be blocked from execution
    [    3.741680] <redpill/intercept_execve.c:64> Filename /tmpData/upd@te/sas_fw_upgrade_tool will be blocked from execution
    [    3.744181] <redpill/intercept_execve.c:64> Filename ./H2OFFT-Lx64 will be blocked from execution
    [    3.746573] <redpill/block_fw_update_shim.c:42> Saved backup DMI: Standard PC (Q35 + ICH9, 2009)
    [    3.749330] <redpill/block_fw_update_shim.c:70> Firmware updater blocker registered
    [    3.751590] <redpill/pci_shim.c:189> Creating vPCI devices for DS918+
    [    3.753481] <redpill/pci_shim.c:198> Calling vdev_add_MARVELL_88SE9215 [redpill] with B:D:F=01:00:00 mf=0
    [    3.756444] <redpill/virtual_pci.c:418> Attempting to add vPCI device [printed below] @ bus=01 dev=00 fn=00
    [    3.759150] <redpill/virtual_pci.c:260> Printing PCI descriptor @ ffff8802753ef640
    [    3.760699]
    [    3.760699] 31***********0***ADDR*******************
    [    3.761995] 92 15   1b 4b  | 0x00
    [    3.762732] 00 00   00 00  | 0x04
    [    3.763436] 01 06   01 11  | 0x08
    [    3.764200] 00 00   00 00  | 0x0C
    [    3.764875] 00 00   00 00  | 0x10
    [    3.765919] 00 00   00 00  | 0x14
    [    3.766878] 00 00   00 00  | 0x18
    [    3.767647] 00 00   00 00  | 0x1C
    [    3.768486] 00 00   00 00  | 0x20
    [    3.769471] 00 00   00 00  | 0x24
    [    3.770359] 00 00   00 00  | 0x28
    [    3.770967] 00 00   00 00  | 0x2C
    [    3.771849] 00 00   00 00  | 0x30
    [    3.772577] 00 00   00 00  | 0x34
    [    3.773421] 00 00   00 00  | 0x38
    [    3.774088] ff ff   00 ff  | 0x3C
    [    3.774948] PCI host bridge to bus 0001:01
    [    3.775788] BUG: unable to handle kernel paging request at 000000000223a600
    [    3.775791] IP: [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    3.775792] PGD 272346067 PUD 274639067 PMD 27484f067 PTE 800000026f207067
    [    3.775793] Oops: 0001 [#1] SMP
    [    3.775794] Modules linked in: redpill(OE+)
    [    3.775796] CPU: 1 PID: 3843 Comm: hotplug Tainted: G           OE   4.4.180+ #41890
    [    3.775796] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-48-gd9c812dda519-prebuilt.qemu.org 04/01/2014
    [    3.775797] task: ffff880276bd8cc0 ti: ffff880274f0c000 task.ti: ffff880274f0c000
    [    3.775798] RIP: 0010:[<ffffffff812f71f2>]  [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    3.775799] RSP: 0018:ffff880274f0ff10  EFLAGS: 00010282
    [    3.775799] RAX: ffffffffa0000010 RBX: ffffffffa000e8e0 RCX: 00000000000005b8
    [    3.775799] RDX: 000000000223a728 RSI: ffff88027331e641 RDI: 000000000223a601
    [    3.775800] RBP: ffff880274f0ff10 R08: 0000000000000000 R09: 0000000000000000
    [    3.775800] R10: 00000000000005b8 R11: 0000000000000202 R12: 000000000223a600
    [    3.775800] R13: ffffffffa000e930 R14: 000000000223a660 R15: 000000000223a728
    [    3.775802] FS:  00007ff018cbe740(0000) GS:ffff88027fc80000(0000) knlGS:0000000000000000
    [    3.775802] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [    3.775803] CR2: 000000000223a600 CR3: 0000000274be8000 CR4: 00000000003406b0
    [    3.775804] Stack:
    [    3.775805]  ffff880274f0ff48 ffffffffa0000045 000000000223a660 000000000223a728
    [    3.775806]  00000000ffffffff 000000000223a728 000000000223a660 000000000223a600
    [    3.775806]  ffffffff8157998a 00007ffca52665d4 00000000fc2c9fc5 0000000000000001
    [    3.775806] Call Trace:
    [    3.775809]  [<ffffffffa0000045>] shim_sys_execve+0x35/0x70 [redpill]
    [    3.775810]  [<ffffffff8157998a>] entry_SYSCALL_64_fastpath+0x1e/0x8e
    [    3.775819] Code: f7 48 8d 76 01 48 8d 52 01 0f b6 4e ff 84 c9 88 4a ff 75 ed 5d c3 0f 1f 00 55 48 89 e5 eb 04 84 c0 74 18 48 8d 7f 01 48 8d 76 01 <0f> b6 47 ff 3a 46 ff 74 eb 19 c0 83 c8 01 5d c3 31 c0 5d c3 66
    [    3.775820] RIP  [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    3.775820]  RSP <ffff880274f0ff10>
    [    3.775820] CR2: 000000000223a600
    [    3.775823] ---[ end trace 38f63642a75c7ae1 ]---
    [    3.813528] pci_bus 0001:01: root bus resource [io  0x0000-0xffff]
    [    3.814718] pci_bus 0001:01: root bus resource [mem 0x00000000-0xffffffffff]
    [    3.815861] pci_bus 0001:01: root bus resource [bus 00-ff]
    [    3.816816] pci 0001:01:00.0: [1b4b:9215] type 00 class 0x010601
    [    3.817922] <redpill/virtual_pci.c:484> Linux >=v4.1 quirk: calling pci_bus_add_devices(bus) manually
    [    3.818806] BUG: unable to handle kernel paging request at 00000000013f3720
    [    3.818808] IP: [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    3.818809] PGD 274a28067 PUD 274e1c067 PMD 270c61067 PTE 800000026e959067
    [    3.818810] Oops: 0001 [#2] SMP
    [    3.818811] Modules linked in: redpill(OE+)
    [    3.818813] CPU: 3 PID: 3845 Comm: hotplug Tainted: G      D    OE   4.4.180+ #41890
    [    3.818813] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-48-gd9c812dda519-prebuilt.qemu.org 04/01/2014
    [    3.818814] task: ffff880276bdcc80 ti: ffff880276ac8000 task.ti: ffff880276ac8000
    [    3.818815] RIP: 0010:[<ffffffff812f71f2>]  [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    3.818816] RSP: 0018:ffff880276acbf10  EFLAGS: 00010282
    [    3.818816] RAX: ffffffffa0000010 RBX: ffffffffa000e8e0 RCX: 00000000000005b8
    [    3.818816] RDX: 00000000013f3848 RSI: ffff88027331e641 RDI: 00000000013f3721
    [    3.818817] RBP: ffff880276acbf10 R08: 0000000000000000 R09: 0000000000000000
    [    3.818817] R10: 00000000000005b8 R11: 0000000000000206 R12: 00000000013f3720
    [    3.818818] R13: ffffffffa000e930 R14: 00000000013f3780 R15: 00000000013f3848
    [    3.818820] FS:  00007f36c1957740(0000) GS:ffff88027fd80000(0000) knlGS:0000000000000000
    [    3.818820] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [    3.818821] CR2: 00000000013f3720 CR3: 000000026cb3e000 CR4: 00000000003406b0
    [    3.818822] Stack:
    [    3.818823]  ffff880276acbf48 ffffffffa0000045 00000000013f3780 00000000013f3848
    [    3.818824]  00000000ffffffff 00000000013f3848 00000000013f3780 00000000013f3720
    [    3.818825]  ffffffff8157998a 00007ffeeb62fa14 00000000fc2c9fc5 0000000000000001
    [    3.818825] Call Trace:
    [    3.818829]  [<ffffffffa0000045>] shim_sys_execve+0x35/0x70 [redpill]
    [    3.818830]  [<ffffffff8157998a>] entry_SYSCALL_64_fastpath+0x1e/0x8e
    [    3.818838] Code: f7 48 8d 76 01 48 8d 52 01 0f b6 4e ff 84 c9 88 4a ff 75 ed 5d c3 0f 1f 00 55 48 89 e5 eb 04 84 c0 74 18 48 8d 7f 01 48 8d 76 01 <0f> b6 47 ff 3a 46 ff 74 eb 19 c0 83 c8 01 5d c3 31 c0 5d c3 66
    [    3.818839] RIP  [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    3.818840]  RSP <ffff880276acbf10>
    [    3.818840] CR2: 00000000013f3720
    [    3.818841] ---[ end trace 38f63642a75c7ae2 ]---
    [    3.855101] pci 0001:01:00.0: Can't map mv9235 registers
    [    3.856170] ahci: probe of 0001:01:00.0 failed with error -22
    [    3.857200] <redpill/virtual_pci.c:488> Added device with new bus @ bus=01 dev=00 fn=00
    [    3.858533] <redpill/pci_shim.c:209> vPCI device created successfully
    [    3.859618] <redpill/pci_shim.c:198> Calling vdev_add_INTEL_I211 [redpill] with B:D:F=02:00:00 mf=0
    [    3.861283] <redpill/virtual_pci.c:418> Attempting to add vPCI device [printed below] @ bus=02 dev=00 fn=00
    [    3.862851] <redpill/virtual_pci.c:260> Printing PCI descriptor @ ffff8802753ef5c0
    [    3.864255]
    [    3.864255] 31***********0***ADDR*******************
    [    3.865362] 15 39   80 86  | 0x00
    [    3.865993] 00 00   00 00  | 0x04
    [    3.866695] 02 00   00 03  | 0x08
    [    3.867452] 00 00   00 00  | 0x0C
    [    3.868232] 00 00   00 00  | 0x10
    [    3.868885] 00 00   00 00  | 0x14
    [    3.869616] 00 00   00 00  | 0x18
    [    3.870264] 00 00   00 00  | 0x1C
    [    3.871138] 00 00   00 00  | 0x20
    [    3.871897] 00 00   00 00  | 0x24
    [    3.872596] 00 00   00 00  | 0x28
    [    3.873254] 00 00   00 00  | 0x2C
    [    3.873895] 00 00   00 00  | 0x30
    [    3.874561] 00 00   00 00  | 0x34
    [    3.875251] 00 00   00 00  | 0x38
    [    3.875980] ff ff   00 ff  | 0x3C
    [    3.876700] PCI host bridge to bus 0001:02
    [    3.877540] pci_bus 0001:02: root bus resource [io  0x0000-0xffff]
    [    3.877557] BUG: unable to handle kernel paging request at 000000000210f600
    [    3.877560] IP: [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    3.877562] PGD 274960067 PUD 270c1f067 PMD 272001067 PTE 800000026cd08067
    [    3.877563] Oops: 0001 [#3] SMP
    [    3.877565] Modules linked in: redpill(OE+)
    [    3.877566] CPU: 1 PID: 3847 Comm: hotplug Tainted: G      D    OE   4.4.180+ #41890
    [    3.877567] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-48-gd9c812dda519-prebuilt.qemu.org 04/01/2014
    [    3.877568] task: ffff880276bdb300 ti: ffff880274320000 task.ti: ffff880274320000
    [    3.877570] RIP: 0010:[<ffffffff812f71f2>]  [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    3.877571] RSP: 0018:ffff880274323f10  EFLAGS: 00010282
    [    3.877571] RAX: ffffffffa0000010 RBX: ffffffffa000e8e0 RCX: 00000000000005b8
    [    3.877572] RDX: 000000000210f728 RSI: ffff88027331e641 RDI: 000000000210f601
    [    3.877572] RBP: ffff880274323f10 R08: 0000000000000000 R09: 0000000000000000
    [    3.877573] R10: 00000000000005b8 R11: 0000000000000206 R12: 000000000210f600
    [    3.877573] R13: ffffffffa000e930 R14: 000000000210f660 R15: 000000000210f728
    [    3.877587] FS:  00007f9edb9db740(0000) GS:ffff88027fc80000(0000) knlGS:0000000000000000
    [    3.877588] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [    3.877589] CR2: 000000000210f600 CR3: 0000000274012000 CR4: 00000000003406b0
    [    3.877591] Stack:
    [    3.877592]  ffff880274323f48 ffffffffa0000045 000000000210f660 000000000210f728
    [    3.877593]  00000000ffffffff 000000000210f728 000000000210f660 000000000210f600
    [    3.877594]  ffffffff8157998a 00007ffc04a70f54 00000000fc2c9fc5 0000000000000001
    [    3.877594] Call Trace:
    [    3.877599]  [<ffffffffa0000045>] shim_sys_execve+0x35/0x70 [redpill]
    [    3.877601]  [<ffffffff8157998a>] entry_SYSCALL_64_fastpath+0x1e/0x8e
    [    3.877611] Code: f7 48 8d 76 01 48 8d 52 01 0f b6 4e ff 84 c9 88 4a ff 75 ed 5d c3 0f 1f 00 55 48 89 e5 eb 04 84 c0 74 18 48 8d 7f 01 48 8d 76 01 <0f> b6 47 ff 3a 46 ff 74 eb 19 c0 83 c8 01 5d c3 31 c0 5d c3 66
    [    3.877613] RIP  [<ffffffff812f71f2>] strcmp+0x12/0x30
    [    3.877613]  RSP <ffff880274323f10>
    [    3.877614] CR2: 000000000210f600
    [    3.877615] ---[ end trace 38f63642a75c7ae3 ]---

     

  16. 28 minutes ago, mrandyburns said:

    This is a great bit of work, thank you and well done !! \o/

     

    has anybody come across this 'failed to format disk'?

     

      image.thumb.png.a0de570ecc4006370321b39da62e3aaa.png

     

    I feel sooo close ... built redpill on 18.4.0 using the step by step above .... running on Unraid VM with .img as SATA drive and clean raw/qcow2 drive setup sa SATA on controller 1

     

    Cheers for any help .... Andy

     

    I personally tried so many times on Unraid and it does not work... I think the reason it does not work is because of this issue here https://github.com/RedPill-TTG/redpill-lkm/issues/10

     

    But if you are trying to install it on DS3615xs or DS3617xs which have Kernel 3.x I think it might work fine...

     

    This are similar settings that I also have on Jun's Loader. As you can see the Primary vDisk should be USB and the secondary a SATA. I did not test them with DS3615xs or DS3617xs but you can test it...

    image.png.b1bf7ab98e1dbba0f5f80c2b07c1f6ee.png

  17. 9 minutes ago, nemesis122 said:

    Hi all

    Thank you for all your hardwork.

    Maybe im stupid :-) im not a developer.

    Could you help me how can i create/use this loader/with the docker file from haydibe ?

    Import in docker (How) ?? install Linux and then with ssh ?? 

    thank you for a small guide for a noob.

    thanks

     

    Mayne @haydibe if he is kind enough he can edit his post and write a few samples with the exact arguments... :)

  18. 14 minutes ago, jarugut said:

    Hi Thorgroup, on the /var/log not exist any install log sorry, I've checke in the USB too but not exist this file.

     

    I think the file they mention in the var/log is the message file. The output of the dmesg is that message file that you have in your var/log. If you look inside you will find the records during the update. But the dmesg outpout is still fine.

  19. 5 hours ago, mcdull said:

    you are right, nothing with boot_device_shim.

    but I am using proxmox, and this should not be an expected behaviour, right?  Although I am using AMD CPU and qmeu64 as machine type.

     

    
    
    [    5.762165] usb-storage 2-1:1.0: USB Mass Storage device detected
    [    5.764347] scsi host12: usb-storage 2-1:1.0

    However, the DSM itself should see the usb mass storage. 

     

    @mcdull I looked into Jun's loader console and both loaders they mention that "I am running an Intel Kernel on AMD"... but like your last post also my DS918+ has been running Rock Solid under Unraid for years now. Never crashed etc... I do not know if it will be a big issue in the new loader... I do not want to bother ThorGroup for clarification for the time being since the loader is still under development and not so relevant...

×
×
  • Create New...