Jump to content
XPEnology Community

RedPill - the new loader for 6.2.4 - Discussion


Recommended Posts

16 hours ago, tcs said:

 

After you do redpill run, you go into redpill-load and edit bundled-exts.json to add whatever extensions you need.  If you need more guidance than that, you should probably hold off running this until it's in a more stable state.

I'll have to wait then, because i only used haydibe's toolchain and i can't seem to find bundled-exts.json in there. So i guess it doesn't work with his toolchain

Link to comment
Share on other sites

1 hour ago, xPalito93 said:

I'll have to wait then, because i only used haydibe's toolchain and i can't seem to find bundled-exts.json in there. So i guess it doesn't work with his toolchain

 

you can find it in redpill-load folder inside the container.

Link to comment
Share on other sites

Hi Guys , i got a error when i used command  make -C /opt/ build_all  to build image.
 

/opt/redpill-load /opt
[#] Checking runtime for required tools... [OK]
include/json.sh: line 16: 2: unbound variable
Makefile:29: recipe for target 'build_redpill_load' failed
make: *** [build_redpill_load] Error 1
make: Leaving directory '/opt'
root@redpill-tool-chain:/opt/redpill-load#

 

what's wrong with that?

Link to comment
Share on other sites

1 hour ago, dreamtek said:

@jumkeyYour power button ext cant work on DS918-7.0.1-42218 with proxmox7.

I have add it and replace the new image but still cant power off via the web manager of proxmox7.

Manually execute install-acpid.sh, I'm not sure if on_os_load can work properly

#!/bin/sh

# download files
curl -L https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/acpid.tar.gz -o /tmp/acpid.tar.gz

# copy file
tar -zxvf /tmp/acpid.tar.gz -C /

# enable
systemctl enable acpid.service

# start
systemctl start acpid.service
Link to comment
Share on other sites

2 hours ago, pigr8 said:

 

you can find it in redpill-load folder inside the container.

Awesome I figured it out lol, now i just have to find out which extension i have to add for my SAS card.

Pocopico has mpt2sas, mpt3sas and mptsas. Is there a list somewhere?

And thank you for your input

Link to comment
Share on other sites

48 minutes ago, Brunox said:

Hi Guys , i got a error when i used command  make -C /opt/ build_all  to build image.
 

/opt/redpill-load /opt
[#] Checking runtime for required tools... [OK]
include/json.sh: line 16: 2: unbound variable
Makefile:29: recipe for target 'build_redpill_load' failed
make: *** [build_redpill_load] Error 1
make: Leaving directory '/opt'
root@redpill-tool-chain:/opt/redpill-load#

 

what's wrong with that?

Check the syntax of your JSON config files, there's an error somewhere.

Link to comment
Share on other sites

1 hour ago, xPalito93 said:

Awesome I figured it out lol, now i just have to find out which extension i have to add for my SAS card.

Pocopico has mpt2sas, mpt3sas and mptsas. Is there a list somewhere?

And thank you for your input

 

try the sas-activator extension, should autodetect the card and load the correct one from the stock dsm modules

Link to comment
Share on other sites

10 minutes ago, pigr8 said:

 

try the sas-activator extension, should autodetect the card and load the correct one from the stock dsm modules

I'm getting really close but i'm missing something and i don't know what.

 

I use ./redpill_tool_chain build xxx

./redpill_tool_chain run xxx

 

then i browse to /opt/redpill-load

./ext-manager.sh add 'https://raw.githubusercontent.com/RedPill-TTG/redpill-sas-activator/master/rpext-index.json'

 

what comes after?

if i exit and do ./redpill_tool_chain auto xxx the extension doesn't get added

if i stay in the image and do ./build-loader.sh 'DS3615xs' '7.0-41222' i get an error saying "Failed to copy /opt/redpill-load/ext/rp-lkm/redpill-linux-v3.10.108.ko to xxx"

Link to comment
Share on other sites

43 minutes ago, xPalito93 said:

I'm getting really close but i'm missing something and i don't know what.

 

I use ./redpill_tool_chain build xxx

./redpill_tool_chain run xxx

 

then i browse to /opt/redpill-load

./ext-manager.sh add 'https://raw.githubusercontent.com/RedPill-TTG/redpill-sas-activator/master/rpext-index.json'

 

what comes after?

if i exit and do ./redpill_tool_chain auto xxx the extension doesn't get added

if i stay in the image and do ./build-loader.sh 'DS3615xs' '7.0-41222' i get an error saying "Failed to copy /opt/redpill-load/ext/rp-lkm/redpill-linux-v3.10.108.ko to xxx"

 

inside the container add the extension ( ./ext-manager.sh add 'https://raw.githubusercontent.com/RedPill-TTG/redpill-sas-activator/master/rpext-index.json' ) and then do "make -C /opt/ build_all"

 

if you exit the container it's normal that any mod you did is lost, so build from inside

Link to comment
Share on other sites

44 minutes ago, pigr8 said:

 

inside the container add the extension ( ./ext-manager.sh add 'https://raw.githubusercontent.com/RedPill-TTG/redpill-sas-activator/master/rpext-index.json' ) and then do "make -C /opt/ build_all"

 

if you exit the container it's normal that any mod you did is lost, so build from inside

I built 3 different images now.

One with TTG SaS activator; one with pocopico mpt2sas and one with mpt2sas+mpt3sas+mptsas.

None of them detect any drives. I still get no drives found.

Link to comment
Share on other sites

Hello,

I think my problem doesn't come from redpill but my ressource monitor doesn't work anymore :

 

systemctl status synosnmpcd.service
Oct 19 15:11:10 NAS_DS918 synosnmpcd[10498]: parse_data.cpp:26 Failed to get CPU data
Oct 19 15:11:10 NAS_DS918 synosnmpcd[10498]: snmp_get_client_data.cpp:72 Failed to parse reply data

 

J3455 with DS918 installed in 7.0.1 with redpill.

 

Do you have any idea ?

Thanks.

 

Edited by rdidier75
Link to comment
Share on other sites

7 minutes ago, xPalito93 said:

I built 3 different images now.

One with TTG SaS activator; one with pocopico mpt2sas and one with mpt2sas+mpt3sas+mptsas.

None of them detect any drives. I still get no drives found.

 No drives found means nothing.

 

lspci -k

fdisk -l

 

give the result of these commands.

Link to comment
Share on other sites

20 minutes ago, Orphée said:

 No drives found means nothing.

 

lspci -k

fdisk -l

 

give the result of these commands.

I'll probably have to stop here because i don't even know where to input those commands lol.

 

Do i simply boot any linux OS on it an input those commands?

 

I'm running DSM Baremetal if it's any help

Edited by xPalito93
Typo
Link to comment
Share on other sites

3 hours ago, jumkey said:

Manually execute install-acpid.sh, I'm not sure if on_os_load can work properly


#!/bin/sh

# download files
curl -L https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/acpid.tar.gz -o /tmp/acpid.tar.gz

# copy file
tar -zxvf /tmp/acpid.tar.gz -C /

# enable
systemctl enable acpid.service

# start
systemctl start acpid.service

https://github.com/jumkey/redpill-load/commit/8b4b2cae1be7abaf7f05509c2fb96633e77574aa It should be ready to use out of the box now

Link to comment
Share on other sites

2 hours ago, xPalito93 said:

I'll probably have to stop here because i don't even know where to input those commands lol.

 

Do i simply boot any linux OS on it an input those commands?

 

I'm running DSM Baremetal if it's any help

Come back when redpill is out of beta. 
 

(Spoiler: it’s not even considered to be *in* beta yet)

  • Like 2
Link to comment
Share on other sites

try to run on baremetall, but freez and not found in local net

MB Asus P7F7-E WS

CPU i7-870

RAM 8Gb

RedPill 0.11 Iso compilled on this HW and DSM6.2.3 loaded by Jun as 3615

 

 

Скрытый текст

[    2.137544] <redpill/pci_shim.c:212> PCI shim registered
[    2.142858] <redpill/pmu_shim.c:358> Registering PMU emulator on line=1...
[    2.149730] <redpill/virtual_uart.c:1003> Adding vUART ttyS1
[    2.155389] <redpill/virtual_uart.c:654> Initializing ttyS1 vUART
[    2.161483] <redpill/virtual_uart.c:674> Initialized ttyS1 vUART
[    2.167487] <redpill/virtual_uart.c:812> Registering ttyS1 (io=0x2f8) in the driver
[    2.175142] <redpill/virtual_uart.c:766> serial8250 driver is not ready - the port addition will be delayed until the driver loads
[    2.186867] <redpill/intercept_driver_register.c:221> Registered driver_register watcher for serial8250 (coming=0, live=1)
[    2.197900] <redpill/intercept_driver_register.c:224> Registered the first driver_register watcher - starting watching
[    2.208586] <redpill/intercept_driver_register.c:160> Starting intercept of driver_register()
[    2.217108] <redpill/override_symbol.c:325> Overriding driver_register() with driver_register_shim [redpill]()<ffffffffa0001f40>
[    2.230443] <redpill/override_symbol.c:242> Saved driver_register() ptr <ffffffff81326de0>
[    2.238704] <redpill/override_symbol.c:264> Generating trampoline
[    2.244799] <redpill/override_symbol.c:270> Generated trampoline to driver_register_shim+0x0/0x2a0 [redpill]<ffffffffa0001f40> for driver_register<ffffffff81326de0>:
[    2.259643] <redpill/override_symbol.c:138> Disabling memory protection for page(s) at ffffffff81326de0+12/1 (<<ffffffff81326000)
[    2.271291] <redpill/override_symbol.c:291> Obtaining lock for <ffffffff81326de0>
[    2.278769] <redpill/override_symbol.c:291> Writing trampoline code to <ffffffff81326de0>
[    2.286942] <redpill/override_symbol.c:291> Released lock for <ffffffff81326de0>
[    2.294335] <redpill/override_symbol.c:138> Disabling memory protection for page(s) at ffffffff81326de0+12/1 (<<ffffffff81326000)
[    2.305985] <redpill/override_symbol.c:337> Successfully overrode driver_register with trampoline to driver_register_shim+0x0/0x2a0 [redpill]<ffffffffa0001f40>
[    2.320223] <redpill/intercept_driver_register.c:167> Intercepted driver_register()
[    2.327875] <redpill/virtual_uart.c:822> The serial8250 driver is not ready - vUART port ttyS1 (io=0x2f8) will be activated later
[    2.339515] <redpill/vuart_virtual_irq.c:66> Enabling vIRQ for ttyS1
[    2.345896] <redpill/vuart_virtual_irq.c:101> vIRQ fully enabled for for ttyS1
[    2.353113] <redpill/virtual_uart.c:1020> Added vUART at ttyS1
[    2.358945] <redpill/virtual_uart.c:942> Setting TX callback for for ttyS1 (line=1)
[    2.366598] <redpill/virtual_uart.c:961> Added TX callback for ttyS1 (line=1)
[    2.373731] <redpill/pmu_shim.c:375> PMU emulator registered
[    2.379394] <redpill/sanitize_cmdline.c:94> Cmdline param "vid=0x556B" blacklisted - skipping
[    2.387910] <redpill/sanitize_cmdline.c:94> Cmdline param "pid=0x0781" blacklisted - skipping
[    2.396428] <redpill/sanitize_cmdline.c:94> Cmdline param "elevator=elevator" blacklisted - skipping
[    2.405556] <redpill/sanitize_cmdline.c:94> Cmdline param "earlyprintk" blacklisted - skipping
[    2.414161] <redpill/sanitize_cmdline.c:94> Cmdline param "loglevel=15" blacklisted - skipping
[    2.422766] <redpill/sanitize_cmdline.c:94> Cmdline param "log_buf_len=32M" blacklisted - skipping
[    2.431719] <redpill/sanitize_cmdline.c:94> Cmdline param "syno_port_thaw=1" blacklisted - skipping
[    2.440760] <redpill/sanitize_cmdline.c:107> Sanitized cmdline to: BOOT_IMAGE=/zImage mac2=001132A12366 mac1=001132A12365 netif_num=2 earlycon=uart8250,io,0x3f8,115200n8 syno_hdd_powerup_seq=0 syno_hdd_detect=0 console=ttyS0,115200n8 sn=18B0ODN091800 root=/dev/md0 HddHotplug=0 withefi syno_hw_version=DS3615xs vender_format_version=2
[    2.470168] <redpill/override_symbol.c:173> Overriding cmdline_proc_show() with cmdline_proc_show_filtered [redpill]()<ffffffffa0002220>
[    2.483345] <redpill/override_symbol.c:180> Found cmdline_proc_show() @ <ffffffff8119d370>
[    2.491598] <redpill/override_symbol.c:189> Generated jump to f()<ffffffffa0002220> for cmdline_proc_show()<ffffffff8119d370>: 48b8 202200a0ffffffff ffe0
[    2.505318] <redpill/override_symbol.c:138> Disabling memory protection for page(s) at ffffffff8119d370+12/1 (<<ffffffff8119d000)
[    2.516966] <redpill/override_symbol.c:194> Writing jump code to <ffffffff8119d370>
[    2.524619] <redpill/override_symbol.c:159> Enabling memory protection for page(s) at ffffffff8119d370+12/1 (<<ffffffff8119d000)
[    2.536180] <redpill/override_symbol.c:198> Override for cmdline_proc_show set up with ffffffffa0002220
[    2.545565] <redpill/sanitize_cmdline.c:145> /proc/cmdline sanitized
[    2.551919] <redpill/redpill_main.c:59> RedPill v0.5-git-23578eb loaded successfully (stealth=1)
[    2.561983] DMAR: No ATSR found
[    2.565151] IOMMU 0 0xfed90000: using Queued invalidation
[    2.570553] IOMMU passthrough mode = 1
[    2.574316] IOMMU: hardware identity mapping for device 0000:00:00.0
[    2.580668] IOMMU: hardware identity mapping for device 0000:00:03.0
[    2.587019] IOMMU: hardware identity mapping for device 0000:00:08.0
[    2.593373] IOMMU: hardware identity mapping for device 0000:00:08.1
[    2.599724] IOMMU: hardware identity mapping for device 0000:00:08.2
[    2.606076] IOMMU: hardware identity mapping for device 0000:00:08.3
[    2.612431] IOMMU: hardware identity mapping for device 0000:00:10.0
[    2.618783] IOMMU: hardware identity mapping for device 0000:00:10.1
[    2.625135] IOMMU: hardware identity mapping for device 0000:00:16.0
[    2.631489] IOMMU: hardware identity mapping for device 0000:00:1a.0
[    2.637843] IOMMU: hardware identity mapping for device 0000:00:1c.0
[    2.644195] IOMMU: hardware identity mapping for device 0000:00:1c.4
[    2.650546] IOMMU: hardware identity mapping for device 0000:00:1c.6
[    2.656900] IOMMU: hardware identity mapping for device 0000:00:1c.7
[    2.663252] IOMMU: hardware identity mapping for device 0000:00:1d.0
[    2.669607] IOMMU: hardware identity mapping for device 0000:00:1f.0
[    2.675959] IOMMU: hardware identity mapping for device 0000:00:1f.2
[    2.682312] IOMMU: hardware identity mapping for device 0000:00:1f.3
[    2.688663] IOMMU: hardware identity mapping for device 0000:01:00.0
[    2.695016] IOMMU: hardware identity mapping for device 0000:02:00.0
[    2.701368] IOMMU: hardware identity mapping for device 0000:02:02.0
[    2.707721] IOMMU: hardware identity mapping for device 0000:03:00.0
[    2.714074] IOMMU: hardware identity mapping for device 0000:03:00.1
[    2.720427] IOMMU: hardware identity mapping for device 0000:04:00.0
[    2.726779] IOMMU: hardware identity mapping for device 0000:08:00.0
[    2.733132] IOMMU: hardware identity mapping for device 0000:09:01.0
[    2.739485] IOMMU: hardware identity mapping for device 0000:09:05.0
[    2.745839] IOMMU: hardware identity mapping for device 0000:09:07.0
[    2.752191] IOMMU: hardware identity mapping for device 0000:09:09.0
[    2.758543] IOMMU: hardware identity mapping for device 0000:0a:00.0
[    2.764896] IOMMU: hardware identity mapping for device 0000:06:00.0
[    2.771248] IOMMU: hardware identity mapping for device 0000:05:00.0
[    2.777601] IOMMU: hardware identity mapping for device 0000:3f:00.0
[    2.783954] IOMMU: hardware identity mapping for device 0000:3f:00.1
[    2.790307] IOMMU: hardware identity mapping for device 0000:3f:02.0
[    2.796659] IOMMU: hardware identity mapping for device 0000:3f:02.1
[    2.803013] IOMMU: hardware identity mapping for device 0000:3f:03.0
[    2.809364] IOMMU: hardware identity mapping for device 0000:3f:03.1
[    2.815719] IOMMU: hardware identity mapping for device 0000:3f:03.4
[    2.822070] IOMMU: hardware identity mapping for device 0000:3f:04.0
[    2.828423] IOMMU: hardware identity mapping for device 0000:3f:04.1
[    2.834777] IOMMU: hardware identity mapping for device 0000:3f:04.2
[    2.841128] IOMMU: hardware identity mapping for device 0000:3f:04.3
[    2.847483] IOMMU: hardware identity mapping for device 0000:3f:05.0
[    2.853834] IOMMU: hardware identity mapping for device 0000:3f:05.1
[    2.860187] IOMMU: hardware identity mapping for device 0000:3f:05.2
[    2.866538] IOMMU: hardware identity mapping for device 0000:3f:05.3
[    2.872892] IOMMU: Setting RMRR:
[    2.876126] Ignoring identity map for HW passthrough device 0000:00:1a.0 [0xddeec000 - 0xddefffff]
[    2.885076] Ignoring identity map for HW passthrough device 0000:00:1d.0 [0xddeec000 - 0xddefffff]
[    2.894030] Ignoring identity map for HW passthrough device 0000:00:1a.0 [0xe4000 - 0xe7fff]
[    2.902464] Ignoring identity map for HW passthrough device 0000:00:1d.0 [0xe4000 - 0xe7fff]
[    2.910898] IOMMU: Prepare 0-16MiB unity mapping for LPC
[    2.916209] Ignoring identity map for HW passthrough device 0000:00:1f.0 [0x0 - 0xffffff]
[    2.924410] PCI-DMA: Intel(R) Virtualization Technology for Directed I/O
[    2.939825] <redpill/intercept_driver_register.c:93> driver_register interception active - no handler observing "alarmtimer" found
[    2.951557] <redpill/override_symbol.c:138> Disabling memory protection for page(s) at ffffffff81326de0+12/1 (<<ffffffff81326000)
[    2.963222] <redpill/override_symbol.c:308> Obtaining lock for <ffffffff81326de0>
[    2.970699] <redpill/override_symbol.c:308> Writing original code to <ffffffff81326de0>
[    2.978695] <redpill/override_symbol.c:308> Released lock for <ffffffff81326de0>
[    2.986180] <redpill/override_symbol.c:291> Obtaining lock for <ffffffff81326de0>
[    2.993656] <redpill/override_symbol.c:291> Writing trampoline code to <ffffffff81326de0>
[    3.001829] <redpill/override_symbol.c:291> Released lock for <ffffffff81326de0>
[    3.009292] Initialise module verification
[    3.013428] audit: initializing netlink socket (disabled)
[    3.018831] type=2000 audit(1631041373.804:1): initialized
[    3.038267] bounce pool size: 64 pages
[    3.042254] VFS: Disk quotas dquot_6.5.2
[    3.046209] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.052882] msgmni has been set to 15975
[    3.057025] Key type asymmetric registered
[    3.061127] Asymmetric key parser 'x509' registered
[    3.066093] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    3.073484] io scheduler noop registered
[    3.077410] io scheduler deadline registered
[    3.081718] io scheduler cfq registered
[    3.085673] <redpill/intercept_driver_register.c:93> driver_register interception active - no handler observing "pcieport" found
[    3.097221] <redpill/override_symbol.c:308> Obtaining lock for <ffffffff81326de0>
[    3.104700] <redpill/override_symbol.c:308> Writing original code to <ffffffff81326de0>
[    3.112700] <redpill/override_symbol.c:308> Released lock for <ffffffff81326de0>
[    3.120329] pcieport 0000:08:00.0: irq 47 for MSI/MSI-X
[    3.125684] pcieport 0000:09:01.0: irq 48 for MSI/MSI-X
[    3.131041] pcieport 0000:09:05.0: irq 49 for MSI/MSI-X
[    3.136405] pcieport 0000:09:07.0: irq 50 for MSI/MSI-X
[    3.141756] pcieport 0000:09:09.0: irq 51 for MSI/MSI-X
[    3.147143] <redpill/override_symbol.c:291> Obtaining lock for <ffffffff81326de0>
[    3.154624] <redpill/override_symbol.c:291> Writing trampoline code to <ffffffff81326de0>
[    3.162793] <redpill/override_symbol.c:291> Released lock for <ffffffff81326de0>
[    3.170188] <redpill/intercept_driver_register.c:93> driver_register interception active - no handler observing "aer" found
[    3.181305] <redpill/override_symbol.c:308> Obtaining lock for <ffffffff81326de0>
[    3.188776] <redpill/override_symbol.c:308> Writing original code to <ffffffff81326de0>
[    3.196777] <redpill/override_symbol.c:308> Released lock for <ffffffff81326de0>
[    3.204227] <redpill/override_symbol.c:291> Obtaining lock for <ffffffff81326de0>
[    3.211701] <redpill/override_symbol.c:291> Writing trampoline code to <ffffffff81326de0>
[    3.219874] <redpill/override_symbol.c:291> Released lock for <ffffffff81326de0>
[    3.227266] <redpill/intercept_driver_register.c:93> driver_register interception active - no handler observing "ioapic" found
[    3.238644] <redpill/override_symbol.c:308> Obtaining lock for <ffffffff81326de0>
[    3.246117] <redpill/override_symbol.c:308> Writing original code to <ffffffff81326de0>
[    3.254115] <redpill/override_symbol.c:308> Released lock for <ffffffff81326de0>
[    3.261571] <redpill/override_symbol.c:291> Obtaining lock for <ffffffff81326de0>
[    3.269048] <redpill/override_symbol.c:291> Writing trampoline code to <ffffffff81326de0>
[    3.277220] <redpill/override_symbol.c:291> Released lock for <ffffffff81326de0>
[    3.485447] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    3.512476] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    3.518932] <redpill/intercept_driver_register.c:98> driver_register interception active - calling handler serial8250_ready_watcher+0x0/0x100 [redpill]<ffffffffa0004f00> for "serial8250"
[    3.535511] <redpill/override_symbol.c:308> Obtaining lock for <ffffffff81326de0>
[    3.542988] <redpill/override_symbol.c:308> Writing original code to <ffffffff81326de0>
[    3.550987] <redpill/override_symbol.c:308> Released lock for <ffffffff81326de0>
[    3.558461] <redpill/override_symbol.c:291> Obtaining lock for <ffffffff81326de0>
[    3.565939] <redpill/override_symbol.c:291> Writing trampoline code to <ffffffff81326de0>
[    3.574109] <redpill/override_symbol.c:291> Released lock for <ffffffff81326de0>
[    3.581501] <redpill/intercept_driver_register.c:140> Calling for DWATCH_STATE_LIVE
[    3.589154] <redpill/virtual_uart.c:710> serial8250 driver loaded - adding queued ports
[    3.597155] <redpill/virtual_uart.c:719> Processing enqueued port 1
[    3.603421] <redpill/virtual_uart.c:812> Registering ttyS1 (io=0x2f8) in the driver
[    3.631244] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    3.637343] <redpill/virtual_uart.c:864> ttyS1 registered with driver (line=1)
[    3.644561] <redpill/virtual_uart.c:727> Finished processing enqueued ports
[    3.651526] <redpill/intercept_driver_register.c:248> Removed serial8250_ready_watcher+0x0/0x100 [redpill]<ffffffffa0004f00> watcher for serial8250 driver
[    3.665327] <redpill/intercept_driver_register.c:253> Removed last driver_register watcher - stopping watching
[    3.675320] <redpill/intercept_driver_register.c:184> Stopping intercept of driver_register()
[    3.683839] <redpill/override_symbol.c:347> Restoring driver_register<ffffffff81326de0> to original code
[    3.693311] <redpill/override_symbol.c:308> Obtaining lock for <ffffffff81326de0>
[    3.700790] <redpill/override_symbol.c:308> Writing original code to <ffffffff81326de0>
[    3.708783] <redpill/override_symbol.c:308> Released lock for <ffffffff81326de0>
[    3.716175] <redpill/override_symbol.c:138> Disabling memory protection for page(s) at ffffffff81326de0+12/1 (<<ffffffff81326000)
[    3.727825] <redpill/override_symbol.c:355> Successfully restored original code of driver_register
[    3.736785] <redpill/intercept_driver_register.c:190> Intercept of driver_register() stopped
[    3.762834] brd: module loaded
[    3.766973] ACPI Warning: 0x0000000000000828-0x000000000000082F SystemIO conflicts with Region \PMRG 1 (20130328/utaddress-249)
[    3.778511] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.788674] Unknown LPC device 3b16
[    3.792166] ACPI Warning: 0x0000000000000530-0x000000000000053F SystemIO conflicts with Region \GPS1 1 (20130328/utaddress-249)
[    3.803674] ACPI Warning: 0x0000000000000530-0x000000000000053F SystemIO conflicts with Region \GPS0 2 (20130328/utaddress-249)
[    3.815192] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.825360] ACPI Warning: 0x0000000000000500-0x000000000000052F SystemIO conflicts with Region \GPS1 1 (20130328/utaddress-249)
[    3.836868] ACPI Warning: 0x0000000000000500-0x000000000000052F SystemIO conflicts with Region \GPS0 2 (20130328/utaddress-249)
[    3.848400] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.858651] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    3.864986] Loading iSCSI transport class v2.0-870.
[    3.871761] rdac: device handler registered
[    3.876343] ahci 0000:00:1f.2: version 3.0
[    3.880560] ahci 0000:00:1f.2: irq 52 for MSI/MSI-X
[    3.885479] ahci: SSS flag set, parallel bus scan disabled
[    3.901412] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    3.909589] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ems sxs apst
[    3.918714] ahci 0000:00:1f.2: setting latency timer to 64
[    3.934382] tsc: Refined TSC clocksource calibration: 2942.464 MHz
[    3.940569] Switching to clocksource tsc
[    3.940729] scsi0 : ahci
[    3.944721] scsi1 : ahci
[    3.944943] scsi2 : ahci
[    3.945143] scsi3 : ahci
[    3.948172] scsi4 : ahci
[    3.948502] scsi5 : ahci
[    3.948719] ata1: SATA max UDMA/133 abar m2048@0xf5ffb000 port 0xf5ffb100 irq 52
[    3.948720] ata2: SATA max UDMA/133 abar m2048@0xf5ffb000 port 0xf5ffb180 irq 52
[    3.948722] ata3: SATA max UDMA/133 abar m2048@0xf5ffb000 port 0xf5ffb200 irq 52
[    3.948724] ata4: SATA max UDMA/133 abar m2048@0xf5ffb000 port 0xf5ffb280 irq 52
[    3.948727] ata5: SATA max UDMA/133 abar m2048@0xf5ffb000 port 0xf5ffb300 irq 52
[    3.948729] ata6: SATA max UDMA/133 abar m2048@0xf5ffb000 port 0xf5ffb380 irq 52
[    3.948769] ahci: probe of 0001:07:00.0 failed with error -22
[    3.948776] ahci: probe of 0001:08:00.0 failed with error -22
[    3.948781] ahci: probe of 0001:09:00.0 failed with error -22
[    3.948786] ahci: probe of 0001:0a:00.0 failed with error -22
[    3.949959] rtc_cmos 00:02: RTC can wake from S4
[    3.950184] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    3.950222] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    3.950304] i2c /dev entries driver
[    3.954703] md: raid1 personality registered for level 1
[    3.954704] cpuidle: using governor ladder
[    3.954705] cpuidle: using governor menu
[    3.957260] TCP: cubic registered
[    3.957261] NET: Registered protocol family 17
[    3.957272] Key type dns_resolver registered
[    4.254367] ata1: SATA link down (SStatus 0 SControl 300)
[    4.564358] ata2: SATA link down (SStatus 0 SControl 300)
[    4.874351] ata3: SATA link down (SStatus 0 SControl 300)
[    5.184346] ata4: SATA link down (SStatus 0 SControl 300)
[    5.494339] ata5: SATA link down (SStatus 0 SControl 300)
[    5.804331] ata6: SATA link down (SStatus 0 SControl 300)
[    5.809751] Loading module verification blacklist certificates
[    5.815598] Loading module verification certificates
[    5.820575] MODSIGN: Loaded cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329'
[    5.831851] MODSIGN: Loaded cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'
[    5.842198] MODSIGN: Loaded cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'
[    5.854021] MODSIGN: Loaded cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
[    5.864109] registered taskstats version 1
[    5.868669] rtc_cmos 00:02: setting system clock to 2021-09-07 19:02:57 UTC (1631041377)
[    5.877505] Freeing unused kernel memory: 828k freed
[    5.882551] Write protecting the kernel read-only data: 8192k
[    5.888392] Freeing unused kernel memory: 1312k freed
[    5.894236] Freeing unused kernel memory: 480k freed
START /linuxrc.syno
START /linuxrc.syno.impl
Insert basic USB modules...
:: Loading module usb-common ... [  OK  ]
:: Loading module usbcore[    5.939214] ACPI: bus type USB registered
[    5.943379] usbcore: registered new interface driver usbfs
[    5.948936] usbcore: registered new interface driver hub
[    5.954354] usbcore: registered new interface driver ethub
[    5.959941] usbcore: registered new device driver usb
[    5.964991] <redpill/usb_boot_shim.c:173> usbcore registered, adding device watcher
[    5.972645] <redpill/call_protected.c:93> Got ptr ffffffffa0037980 for usb_register_notify
[    5.980904] <redpill/usb_boot_shim.c:134> Registered USB device notifier
 ... [  OK  ]
:: Loading module eh[    5.994065] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ci-hcd ... [  OK  ]
:: Loading module ehc[    6.004028] ehci-pci: EHCI PCI platform driver
i-pci[    6.009553] ehci-pci 0000:00:1a.0: setting latency timer to 64
[    6.015734] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    6.020962] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    6.028361] ehci-pci 0000:00:1a.0: debug port 2
[    6.032903] 32bit 0000:00:1a.0 uses non-identity mapping
[    6.042130] ehci-pci 0000:00:1a.0: cache line size of 32 is not supported
[    6.048922] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf5ffe000
[    6.060319] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    6.066251] hub 1-0:1.0: USB hub found
[    6.070007] hub 1-0:1.0: 2 ports detected
[    6.074046] <redpill/usb_boot_shim.c:72> Found new device <vid=1d6b, pid=0002> - didn't match expected <vid=556b, pid=0781>
[    6.085248] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    6.091081] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    6.096303] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    6.103700] ehci-pci 0000:00:1d.0: debug port 2
[    6.108242] 32bit 0000:00:1d.0 uses non-identity mapping
[    6.117477] ehci-pci 0000:00:1d.0: cache line size of 32 is not supported
[    6.124269] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf5ffd000
[    6.135321] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    6.141272] hub 2-0:1.0: USB hub found
[    6.145030] hub 2-0:1.0: 2 ports detected
[    6.149066] <redpill/usb_boot_shim.c:72> Found new device <vid=1d6b, pid=0002> - didn't match expected <vid=556b, pid=0781>
 ... [  OK  ]
:: Loading module u[    6.164463] uhci_hcd: USB Universal Host Controller Interface driver
hci-hcd ... [  OK  ]
:: Loading module xh[    6.175359] xhci_hcd 0000:0a:00.0: xHCI Host Controller
ci-hcd[    6.180674] xhci_hcd 0000:0a:00.0: new USB bus registered, assigned bus number 3
[    6.188666] 32bit 0000:0a:00.0 uses non-identity mapping
[    6.194069] xhci_hcd 0000:0a:00.0: irq 53 for MSI/MSI-X
[    6.199299] xhci_hcd 0000:0a:00.0: irq 54 for MSI/MSI-X
[    6.204525] xhci_hcd 0000:0a:00.0: irq 55 for MSI/MSI-X
[    6.209750] xhci_hcd 0000:0a:00.0: irq 56 for MSI/MSI-X
[    6.214977] xhci_hcd 0000:0a:00.0: irq 57 for MSI/MSI-X
[    6.220202] xhci_hcd 0000:0a:00.0: irq 58 for MSI/MSI-X
[    6.225428] xhci_hcd 0000:0a:00.0: irq 59 for MSI/MSI-X
[    6.230654] xhci_hcd 0000:0a:00.0: irq 60 for MSI/MSI-X
[    6.236107] xHCI xhci_add_endpoint called for root hub
[    6.241246] xHCI xhci_check_bandwidth called for root hub
[    6.246721] hub 3-0:1.0: USB hub found
[    6.250479] hub 3-0:1.0: 2 ports detected
[    6.254511] <redpill/usb_boot_shim.c:72> Found new device <vid=1d6b, pid=0002> - didn't match expected <vid=556b, pid=0781>
[    6.265656] xhci_hcd 0000:0a:00.0: xHCI Host Controller
[    6.270884] xhci_hcd 0000:0a:00.0: new USB bus registered, assigned bus number 4
[    6.278408] xHCI xhci_add_endpoint called for root hub
[    6.283548] xHCI xhci_check_bandwidth called for root hub
[    6.289016] hub 4-0:1.0: USB hub found
[    6.292774] hub 4-0:1.0: 2 ports detected
[    6.296825] <redpill/usb_boot_shim.c:72> Found new device <vid=1d6b, pid=0003> - didn't match expected <vid=556b, pid=0781>
 ... [  OK  ]
:: Loading module usb-storage[    6.331197] usbcore: registered new interface driver usb-storage
 ... [  OK  ]
Insert net driver(Mi[    6.346733] bromolow_synobios: module license 'Synology Inc.' taints kernel.
ndspeed only)...[    6.354097] Disabling lock debugging due to kernel taint

[    6.360864] <redpill/bios_shim.c:198> Symbol section <ffffc90004161a28> @ vaddr<18446744072099930112> size[9024]
[    6.371116] <redpill/bios_shim.c:207> Symbol #0 in mfgBIOS "bromolow_synobios" {}<          (null)>
[    6.380154] <redpill/bios_shim.c:207> Symbol #1 in mfgBIOS "bromolow_synobios" {}<ffffffffa00df000>
[    6.389194] <redpill/bios_shim.c:207> Symbol #2 in mfgBIOS "bromolow_synobios" {}<ffffffffa00e5da0>
[    6.398232] <redpill/bios_shim.c:207> Symbol #3 in mfgBIOS "bromolow_synobios" {}<ffffffffa00e639e>
[    6.401305] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    6.413810] <redpill/bios_shim.c:207> Symbol #4 in mfgBIOS "bromolow_synobios" {}<ffffffffa00e7378>
[    6.422855] <redpill/bios_shim.c:207> Symbol #5 in mfgBIOS "bromolow_synobios" {}<ffffffffa00e7f02>
[    6.431894] <redpill/bios_shim.c:207> Symbol #6 in mfgBIOS "bromolow_synobios" {}<ffffffffa00e7fc0>
[    6.440932] <redpill/bios_shim.c:207> Symbol #7 in mfgBIOS "bromolow_synobios" {}<ffffffffa00ed140>
[    6.449983] <redpill/bios_shim.c:207> Symbol #8 in mfgBIOS "bromolow_synobios" {synobios_ttyS_wait_read}<ffffffffa00df000>
[    6.461015] <redpill/bios_shim.c:207> Symbol #9 in mfgBIOS "bromolow_synobios" {state.20841}<ffffffffa00ed20c>
[    6.471008] <redpill/bios_shim.c:207> Symbol #10 in mfgBIOS "bromolow_synobios" {save_bytes.20840}<ffffffffa00ed208>
[    6.481528] <redpill/bios_shim.c:207> Symbol #11 in mfgBIOS "bromolow_synobios" {state.20858}<ffffffffa00ed204>
[    6.491607] <redpill/bios_shim.c:207> Symbol #12 in mfgBIOS "bromolow_synobios" {syno_ttyS_write}<ffffffffa00df450>
[    6.502035] <redpill/bios_shim.c:207> Symbol #13 in mfgBIOS "bromolow_synobios" {__key.20875}<ffffffffa00ed204>
[    6.512114] <redpill/bios_shim.c:207> Symbol #14 in mfgBIOS "bromolow_synobios" {__ksymtab_synobios_lock_ttyS_current}<ffffffffa00e5d80>
[    6.524360] <redpill/bios_shim.c:207> Symbol #15 in mfgBIOS "bromolow_synobios" {__kstrtab_synobios_lock_ttyS_current}<ffffffffa00e7f02>
[    6.536608] <redpill/bios_shim.c:207> Symbol #16 in mfgBIOS "bromolow_synobios" {__ksymtab_synobios_lock_ttyS_protection}<ffffffffa00e5d90>
[    6.537624] Got empty serial number. Generate serial number from product.
[    6.537952] hub 1-1:1.0: USB hub found
[    6.537999] hub 1-1:1.0: 6 ports detected
[    6.539136] <redpill/usb_boot_shim.c:72> Found new device <vid=8087, pid=0020> - didn't match expected <vid=556b, pid=0781>
[    6.574775] <redpill/bios_shim.c:207> Symbol #17 in mfgBIOS "bromolow_synobios" {__kstrtab_synobios_lock_ttyS_protection}<ffffffffa00e7f1d>
[    6.587283] <redpill/bios_shim.c:207> Symbol #18 in mfgBIOS "bromolow_synobios" {__ksymtab_save_current_data_from_uart}<ffffffffa00e5d70>
[    6.599614] <redpill/bios_shim.c:207> Symbol #19 in mfgBIOS "bromolow_synobios" {__kstrtab_save_current_data_from_uart}<ffffffffa00e7f3b>
[    6.611964] <redpill/bios_shim.c:207> Symbol #20 in mfgBIOS "bromolow_synobios" {__ksymtab_save_char_from_uart}<ffffffffa00e5d60>
[    6.623611] <redpill/bios_shim.c:207> Symbol #21 in mfgBIOS "bromolow_synobios" {__kstrtab_save_char_from_uart}<ffffffffa00e7f57>
[    6.635251] <redpill/bios_shim.c:207> Symbol #22 in mfgBIOS "bromolow_synobios" {synobios_read_proc_cpu_arch_open}<ffffffffa00dfbc0>
[    6.647149] <redpill/bios_shim.c:207> Symbol #23 in mfgBIOS "bromolow_synobios" {synobios_read_proc_cpu_arch}<ffffffffa00dfc20>
[    6.658618] <redpill/bios_shim.c:207> Symbol #24 in mfgBIOS "bromolow_synobios" {synobios_read_proc_crypto_hw_open}<ffffffffa00dfbe0>
[    6.670604] <redpill/bios_shim.c:207> Symbol #25 in mfgBIOS "bromolow_synobios" {synobios_read_proc_crypto_hw}<ffffffffa00dfc90>
[    6.682155] <redpill/bios_shim.c:207> Symbol #26 in mfgBIOS "bromolow_synobios" {synobios_read_proc_platform_open}<ffffffffa00dfc00>
[    6.694055] <redpill/bios_shim.c:207> Symbol #27 in mfgBIOS "bromolow_synobios" {synobios_read_proc_platform_name}<ffffffffa00dfd00>
[    6.705955] <redpill/bios_shim.c:207> Symbol #28 in mfgBIOS "bromolow_synobios" {gSynoCPUMapping}<ffffffffa00e8d40>
[    6.716397] <redpill/bios_shim.c:207> Symbol #29 in mfgBIOS "bromolow_synobios" {gSynoCRYPTOMapping}<ffffffffa00e8c80>
[    6.727092] <redpill/bios_shim.c:207> Symbol #30 in mfgBIOS "bromolow_synobios" {synobios_record_event_new.isra.0.part.1}<ffffffffa00dfd20>
[    6.739608] <redpill/bios_shim.c:207> Symbol #31 in mfgBIOS "bromolow_synobios" {scSynoBios}<ffffffffa00ed4a0>
[    6.749618] <redpill/bios_shim.c:207> Symbol #32 in mfgBIOS "bromolow_synobios" {synobios_record_scsi_error_event}<ffffffffa00dfdc0>
[    6.761516] <redpill/bios_shim.c:207> Symbol #33 in mfgBIOS "bromolow_synobios" {synobios_disk_power_short_break_report}<ffffffffa00dfe20>
[    6.773937] <redpill/bios_shim.c:207> Symbol #34 in mfgBIOS "bromolow_synobios" {synobios_wake_from_deep_sleep}<ffffffffa00dfe70>
[    6.785576] <redpill/bios_shim.c:207> Symbol #35 in mfgBIOS "bromolow_synobios" {synobios_disk_reset_fail_report}<ffffffffa00dfec0>
[    6.797389] <redpill/bios_shim.c:207> Symbol #36 in mfgBIOS "bromolow_synobios" {synobios_disk_timeout_report}<ffffffffa00dff20>
[    6.808942] <redpill/bios_shim.c:207> Symbol #37 in mfgBIOS "bromolow_synobios" {synobios_disk_retry_report}<ffffffffa00dff80>
[    6.820321] <redpill/bios_shim.c:207> Symbol #38 in mfgBIOS "bromolow_synobios" {synobios_sata_error_report}<ffffffffa00dffd0>
[    6.831699] <redpill/bios_shim.c:207> Symbol #39 in mfgBIOS "bromolow_synobios" {synobios_record_ebox_refresh_event}<ffffffffa00e0030>
[    6.843782] <redpill/bios_shim.c:207> Symbol #40 in mfgBIOS "bromolow_synobios" {synobios_disk_port_lost_report}<ffffffffa00e0080>
[    6.855516] <redpill/bios_shim.c:207> Symbol #41 in mfgBIOS "bromolow_synobios" {synobios_record_disk_port_disabled_event}<ffffffffa00e00d0>
[    6.868117] <redpill/bios_shim.c:207> Symbol #42 in mfgBIOS "bromolow_synobios" {synobios_record_disk_pwr_reset_event}<ffffffffa00e0120>
[    6.880364] <redpill/bios_shim.c:207> Symbol #43 in mfgBIOS "bromolow_synobios" {synobios_error_fs_btrfs_event}<ffffffffa00e0170>
[    6.892003] <redpill/bios_shim.c:207> Symbol #44 in mfgBIOS "bromolow_synobios" {synobios_error_fs_event}<ffffffffa00e01c0>
[    6.903121] <redpill/bios_shim.c:207> Symbol #45 in mfgBIOS "bromolow_synobios" {synobios_autoremap_raid_event}<ffffffffa00e0230>
[    6.914756] <redpill/bios_shim.c:207> Symbol #46 in mfgBIOS "bromolow_synobios" {synobios_record_raid_event}<ffffffffa00e0280>
[    6.926142] <redpill/bios_shim.c:207> Symbol #47 in mfgBIOS "bromolow_synobios" {synobios_event_ecc_notification}<ffffffffa00e02d0>
[    6.937953] <redpill/bios_shim.c:207> Symbol #48 in mfgBIOS "bromolow_synobios" {synobios_raid_sync_event}<ffffffffa00e0330>
[    6.949159] <redpill/bios_shim.c:207> Symbol #49 in mfgBIOS "bromolow_synobios" {synobios_error_oom_event}<ffffffffa00e0440>
[    6.960367] <redpill/bios_shim.c:207> Symbol #50 in mfgBIOS "bromolow_synobios" {synobios_poll}<ffffffffa00e05b0>
[    6.970619] <redpill/bios_shim.c:207> Symbol #51 in mfgBIOS "bromolow_synobios" {synobios_ops}<ffffffffa00ee8c8>
[    6.980784] <redpill/bios_shim.c:207> Symbol #52 in mfgBIOS "bromolow_synobios" {last_jiffies.35793}<ffffffffa00e7fc0>
[    6.991464] <redpill/bios_shim.c:207> Symbol #53 in mfgBIOS "bromolow_synobios" {buzzer_press_count.35794}<ffffffffa00ed374>
[    7.002669] <redpill/bios_shim.c:207> Symbol #54 in mfgBIOS "bromolow_synobios" {syno_microp_get_event}<ffffffffa00e06b0>
[    7.013614] <redpill/bios_shim.c:207> Symbol #55 in mfgBIOS "bromolow_synobios" {micropLogSwitch}<ffffffffa00ee8d0>
[    7.024051] <redpill/bios_shim.c:207> Symbol #56 in mfgBIOS "bromolow_synobios" {syno_console_prohibit_event}<ffffffffa00e0700>
[    7.035515] <redpill/bios_shim.c:207> Symbol #57 in mfgBIOS "bromolow_synobios" {syno_usb_prohibit_event}<ffffffffa00e0720>
[    7.046654] <redpill/bios_shim.c:207> Symbol #58 in mfgBIOS "bromolow_synobios" {card_detect_proc_fops}<ffffffffa00ed380>
[    7.057607] <redpill/bios_shim.c:207> Symbol #59 in mfgBIOS "bromolow_synobios" {synobios_ioctl}<ffffffffa00e0a30>
[    7.067964] <redpill/bios_shim.c:207> Symbol #60 in mfgBIOS "bromolow_synobios" {sys_status_lock}<ffffffffa00e91c0>
[    7.078389] <redpill/bios_shim.c:207> Symbol #61 in mfgBIOS "bromolow_synobios" {pgSysStatus}<ffffffffa00ed498>
[    7.088470] <redpill/bios_shim.c:207> Symbol #62 in mfgBIOS "bromolow_synobios" {LedSetLock}<ffffffffa00e91b4>
[    7.098463] <redpill/bios_shim.c:207> Symbol #63 in mfgBIOS "bromolow_synobios" {check_fan}<ffffffffa00e91b0>
[    7.108370] <redpill/bios_shim.c:207> Symbol #64 in mfgBIOS "bromolow_synobios" {__func__.35844}<ffffffffa00e5da0>
[    7.118708] <redpill/bios_shim.c:207> Symbol #65 in mfgBIOS "bromolow_synobios" {__key.36110}<ffffffffa00ed374>
[    7.128787] <redpill/bios_shim.c:207> Symbol #66 in mfgBIOS "bromolow_synobios" {gSynoModelMapping}<ffffffffa00e7fe0>
[    7.139387] <redpill/bios_shim.c:207> Symbol #67 in mfgBIOS "bromolow_synobios" {synobios_read_proc_cpu_arch_fops}<ffffffffa00e6000>
[    7.151286] <redpill/bios_shim.c:207> Symbol #68 in mfgBIOS "bromolow_synobios" {synobios_read_proc_crypto_hw_fops}<ffffffffa00e5ee0>
[    7.163272] <redpill/bios_shim.c:207> Symbol #69 in mfgBIOS "bromolow_synobios" {synobios_read_proc_platform_fops}<ffffffffa00e5dc0>
[    7.175180] <redpill/bios_shim.c:207> Symbol #70 in mfgBIOS "bromolow_synobios" {system_mode}<ffffffffa00ee8d4>
[    7.185269] <redpill/bios_shim.c:207> Symbol #71 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_license6}<ffffc9000414dfd0>
[    7.196137] <redpill/bios_shim.c:207> Symbol #72 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_description5}<ffffc9000414dfe6>
[    7.207351] <redpill/bios_shim.c:207> Symbol #73 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_author4}<ffffc9000414dffc>
[    7.218126] <redpill/bios_shim.c:207> Symbol #74 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_system_mode3}<ffffc9000414e00d>
[    7.229332] <redpill/bios_shim.c:207> Symbol #75 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_system_modetype2}<ffffc9000414e048>
[    7.240884] <redpill/bios_shim.c:207> Symbol #76 in mfgBIOS "bromolow_synobios" {__param_system_mode}<ffffffffa00e7f70>
[    7.251656] <redpill/bios_shim.c:207> Symbol #77 in mfgBIOS "bromolow_synobios" {__param_str_system_mode}<ffffffffa00e6118>
[    7.262775] <redpill/bios_shim.c:207> Symbol #78 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_check_fan1}<ffffc9000414e061>
[    7.273808] <redpill/bios_shim.c:207> Symbol #79 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_check_fantype0}<ffffc9000414e09b>
[    7.285187] <redpill/bios_shim.c:207> Symbol #80 in mfgBIOS "bromolow_synobios" {__param_check_fan}<ffffffffa00e7f90>
[    7.295788] <redpill/bios_shim.c:207> Symbol #81 in mfgBIOS "bromolow_synobios" {__param_str_check_fan}<ffffffffa00e6128>
[    7.306734] <redpill/bios_shim.c:207> Symbol #82 in mfgBIOS "bromolow_synobios" {RS3412rpxsInitModuleType}<ffffffffa00e2e80>
[    7.317948] <redpill/bios_shim.c:207> Symbol #83 in mfgBIOS "bromolow_synobios" {RS3412xsInitModuleType}<ffffffffa00e2ee0>
[    7.328980] <redpill/bios_shim.c:207> Symbol #84 in mfgBIOS "bromolow_synobios" {DS3612xsInitModuleType}<ffffffffa00e2f40>
[    7.340023] <redpill/bios_shim.c:207> Symbol #85 in mfgBIOS "bromolow_synobios" {DS3615xsInitModuleType}<ffffffffa00e2f70>
[    7.351081] <redpill/bios_shim.c:207> Symbol #86 in mfgBIOS "bromolow_synobios" {RS3411rpxsInitModuleType}<ffffffffa00e2fa0>
[    7.362297] <redpill/bios_shim.c:207> Symbol #87 in mfgBIOS "bromolow_synobios" {RS3411xsInitModuleType}<ffffffffa00e3000>
[    7.373338] <redpill/bios_shim.c:207> Symbol #88 in mfgBIOS "bromolow_synobios" {DS3611xsInitModuleType}<ffffffffa00e3060>
[    7.384379] <redpill/bios_shim.c:207> Symbol #89 in mfgBIOS "bromolow_synobios" {RS10613xspInitModuleType}<ffffffffa00e3090>
[    7.395586] <redpill/bios_shim.c:207> Symbol #90 in mfgBIOS "bromolow_synobios" {RS3413xspInitModuleType}<ffffffffa00e30f0>
[    7.406714] <redpill/bios_shim.c:207> Symbol #91 in mfgBIOS "bromolow_synobios" {RS3614xsInitModuleType}<ffffffffa00e3150>
[    7.417755] <redpill/bios_shim.c:207> Symbol #92 in mfgBIOS "bromolow_synobios" {RS3614rpxsInitModuleType}<ffffffffa00e3180>
[    7.428960] <redpill/bios_shim.c:207> Symbol #93 in mfgBIOS "bromolow_synobios" {RS3614xspInitModuleType}<ffffffffa00e31b0>
[    7.440080] <redpill/bios_shim.c:207> Symbol #94 in mfgBIOS "bromolow_synobios" {DS2414xsInitModuleType}<ffffffffa00e31e0>
[    7.451112] <redpill/bios_shim.c:207> Symbol #95 in mfgBIOS "bromolow_synobios" {RS3415xspInitModuleType}<ffffffffa00e3210>
[    7.462232] <redpill/bios_shim.c:207> Symbol #96 in mfgBIOS "bromolow_synobios" {RC18015xspInitModuleType}<ffffffffa00e3240>
[    7.473438] <redpill/bios_shim.c:207> Symbol #97 in mfgBIOS "bromolow_synobios" {RS18016xspInitModuleType}<ffffffffa00e32a0>
[    7.484644] <redpill/bios_shim.c:207> Symbol #98 in mfgBIOS "bromolow_synobios" {RS3617xsInitModuleType}<ffffffffa00e3300>
[    7.495677] <redpill/bios_shim.c:207> Symbol #99 in mfgBIOS "bromolow_synobios" {MpId.21705}<ffffffffa00ecc80>
[    7.505671] <redpill/bios_shim.c:207> Symbol #100 in mfgBIOS "bromolow_synobios" {days_since_epoch}<ffffffffa00e6260>
[    7.516269] <redpill/bios_shim.c:207> Symbol #101 in mfgBIOS "bromolow_synobios" {days_since_leapyear}<ffffffffa00e62f0>
[    7.527130] <redpill/bios_shim.c:207> Symbol #102 in mfgBIOS "bromolow_synobios" {days_since_year}<ffffffffa00e6310>
[    7.537640] <redpill/bios_shim.c:207> Symbol #103 in mfgBIOS "bromolow_synobios" {rtc_correct_wday}<ffffffffa00e3f70>
[    7.548241] <redpill/bios_shim.c:207> Symbol #104 in mfgBIOS "bromolow_synobios" {days_in_mo}<ffffffffa00e6328>
[    7.558320] <redpill/bios_shim.c:207> Symbol #105 in mfgBIOS "bromolow_synobios" {GetBrand}<ffffffffa00e47c0>
[    7.568226] <redpill/bios_shim.c:207> Symbol #106 in mfgBIOS "bromolow_synobios" {InitModuleType}<ffffffffa00e47d0>
[    7.578654] <redpill/bios_shim.c:207> Symbol #107 in mfgBIOS "bromolow_synobios" {model_ops}<ffffffffa00ee8f8>
[    7.588646] <redpill/bios_shim.c:207> Symbol #108 in mfgBIOS "bromolow_synobios" {SetBuzzerClear}<ffffffffa00e4800>
[    7.599072] <redpill/bios_shim.c:207> Symbol #109 in mfgBIOS "bromolow_synobios" {GetBuzzerCleared}<ffffffffa00e4830>
[    7.609671] <redpill/bios_shim.c:207> Symbol #110 in mfgBIOS "bromolow_synobios" {GetPowerStatus}<ffffffffa00e4860>
[    7.620097] <redpill/bios_shim.c:207> Symbol #111 in mfgBIOS "bromolow_synobios" {SetSCSIHostLedStatusBySataMvGPIO}<ffffffffa00e49a0>
[    7.632084] <redpill/bios_shim.c:207> Symbol #112 in mfgBIOS "bromolow_synobios" {SetHALedByGPIO}<ffffffffa00e49e0>
[    7.642510] <redpill/bios_shim.c:207> Symbol #113 in mfgBIOS "bromolow_synobios" {giHALedGreenPin}<ffffffffa00ecf0c>
[    7.653023] <redpill/bios_shim.c:207> Symbol #114 in mfgBIOS "bromolow_synobios" {giHALedOrangePin}<ffffffffa00ecf08>
[    7.663622] <redpill/bios_shim.c:207> Symbol #115 in mfgBIOS "bromolow_synobios" {SetSCSIHostLedStatusByAHCIGPIO}<ffffffffa00e4ac0>
[    7.675434] <redpill/bios_shim.c:207> Symbol #116 in mfgBIOS "bromolow_synobios" {SetSCSIHostLedStatusBySataMvandAHCISGPIO}<ffffffffa00e4b20>
[    7.688123] <redpill/bios_shim.c:207> Symbol #117 in mfgBIOS "bromolow_synobios" {diskLedEnabled.34700}<ffffffffa00ee8e8>
[    7.699069] <redpill/bios_shim.c:207> Symbol #118 in mfgBIOS "bromolow_synobios" {giDiskLedController}<ffffffffa00ece40>
[    7.709929] <redpill/bios_shim.c:207> Symbol #119 in mfgBIOS "bromolow_synobios" {SetSCSIHostLedStatusBy9235GPIO}<ffffffffa00e4bf0>
[    7.721757] <redpill/bios_shim.c:207> Symbol #120 in mfgBIOS "bromolow_synobios" {diskLedEnabled.34649}<ffffffffa00ee8e4>
[    7.732713] <redpill/bios_shim.c:207> Symbol #121 in mfgBIOS "bromolow_synobios" {HWMONGetThermalSensorFromADT}<ffffffffa00e4cb0>
[    7.744361] <redpill/bios_shim.c:207> Symbol #122 in mfgBIOS "bromolow_synobios" {hwmon_sensor_list}<ffffffffa00ee8f0>
[    7.755046] <redpill/bios_shim.c:207> Symbol #123 in mfgBIOS "bromolow_synobios" {HWMONGetVoltageSensorFromADT}<ffffffffa00e4d10>
[    7.766694] <redpill/bios_shim.c:207> Symbol #124 in mfgBIOS "bromolow_synobios" {HWMONGetFanSpeedRPMFromADT}<ffffffffa00e4d70>
[    7.778160] <redpill/bios_shim.c:207> Symbol #125 in mfgBIOS "bromolow_synobios" {Uninitialize}<ffffffffa00e4dd0>
[    7.788414] <redpill/bios_shim.c:207> Symbol #126 in mfgBIOS "bromolow_synobios" {SetCpuFanStatus}<ffffffffa00e4df0>
[    7.798926] <redpill/bios_shim.c:207> Symbol #127 in mfgBIOS "bromolow_synobios" {SetAlarmLed}<ffffffffa00e4ee0>
[    7.809092] <redpill/bios_shim.c:207> Symbol #128 in mfgBIOS "bromolow_synobios" {SetFanStatus}<ffffffffa00e4f00>
[    7.819345] <redpill/bios_shim.c:207> Symbol #129 in mfgBIOS "bromolow_synobios" {GetSysTemperature}<ffffffffa00e4fe0>
[    7.830040] <redpill/bios_shim.c:207> Symbol #130 in mfgBIOS "bromolow_synobios" {GetFanStatusMircopWithGPIO}<ffffffffa00e5000>
[    7.841507] <redpill/bios_shim.c:207> Symbol #131 in mfgBIOS "bromolow_synobios" {SetSCSIHostLedStatusBy9235GPIOandAHCISGPIO}<ffffffffa00e5320>
[    7.854377] <redpill/bios_shim.c:207> Symbol #132 in mfgBIOS "bromolow_synobios" {diskLedEnabled.34680}<ffffffffa00ee8e0>
[    7.865323] <redpill/bios_shim.c:207> Symbol #133 in mfgBIOS "bromolow_synobios" {SetDiskLedStatusBySataMvGPIO}<ffffffffa00e5430>
[    7.876961] <redpill/bios_shim.c:207> Symbol #134 in mfgBIOS "bromolow_synobios" {CSWTCH.54}<ffffffffa00e6340>
[    7.886955] <redpill/bios_shim.c:207> Symbol #135 in mfgBIOS "bromolow_synobios" {gblDiskNumNeedTran}<ffffffffa00ee900>
[    7.897728] <redpill/bios_shim.c:207> Symbol #136 in mfgBIOS "bromolow_synobios" {giDiskMapTable}<ffffffffa00ee920>
[    7.908155] <redpill/bios_shim.c:207> Symbol #137 in mfgBIOS "bromolow_synobios" {SetDiskLedStatusBySataMvandAHCISGPIO}<ffffffffa00e5490>
[    7.920488] <redpill/bios_shim.c:207> Symbol #138 in mfgBIOS "bromolow_synobios" {SetDiskLedStatusBy9235GPIO}<ffffffffa00e54e0>
[    7.931955] <redpill/bios_shim.c:207> Symbol #139 in mfgBIOS "bromolow_synobios" {SetDiskLedStatusBy9235GPIOandAHCISGPIO}<ffffffffa00e5530>
[    7.944460] <redpill/bios_shim.c:207> Symbol #140 in mfgBIOS "bromolow_synobios" {GetCpuTemperatureDenlowI3Transfer}<ffffffffa00e5580>
[    7.956558] <redpill/bios_shim.c:207> Symbol #141 in mfgBIOS "bromolow_synobios" {GetCpuTemperatureI3Transfer}<ffffffffa00e5600>
[    7.968121] <redpill/bios_shim.c:207> Symbol #142 in mfgBIOS "bromolow_synobios" {synobios_ops}<ffffffffa00ecca0>
[    7.978381] <redpill/bios_shim.c:211> Found vtable - size 416
[    7.984126] <redpill/bios_shim.c:226> Found "synobios_ops" in "bromolow_synobios" @ <ffffffffa00ecca0 =416=> ffffffffa00ed9a0>
[    7.995510] <redpill/override_symbol.c:364> Restoring symbol @ apply_relocate_add()<ffffffff81027670>
[    8.004728] <redpill/override_symbol.c:138> Disabling memory protection for page(s) at ffffffff81027670+12/1 (<<ffffffff81027000)
[    8.016379] <redpill/override_symbol.c:367> Writing original code to <ffffffff81027670>
[    8.024385] <redpill/override_symbol.c:159> Enabling memory protection for page(s) at ffffffff81027670+12/1 (<<ffffffff81027000)
[    8.035940] <redpill/override_symbol.c:370> Symbol restored @ apply_relocate_add()<ffffffff81027670>
[    8.045184] <redpill/bios_shims_collection.c:51> Will print 416 bytes of memory from ffffffffa00ecca0
[    8.054399] 20 cf 0e a0 ff ff ff ff  [00] 0x000      ffffffffa00ecf20        __this_module+0x0/0xffffffffffff8e13 [bromolow_synobios]
[    8.065603] c0 47 0e a0 ff ff ff ff  [01] 0x008      ffffffffa00e47c0        GetBrand+0x0/0x10 [bromolow_synobios]
[    8.075161] c0 50 0e a0 ff ff ff ff  [02] 0x010      ffffffffa00e50c0        GetModel+0x0/0x260 [bromolow_synobios]
[    8.084783] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[    8.092504] d0 41 0e a0 ff ff ff ff  [04] 0x020      ffffffffa00e41d0        rtc_bandon_get_time+0x0/0x1a0 [bromolow_synobios]
[    8.103094] 20 44 0e a0 ff ff ff ff  [05] 0x028      ffffffffa00e4420        rtc_bandon_set_time+0x0/0x370 [bromolow_synobios]
[    8.113677] 00 50 0e a0 ff ff ff ff  [06] 0x030      ffffffffa00e5000        GetFanStatusMircopWithGPIO+0x0/0xc0 [bromolow_synobios]
[    8.124806] 00 4f 0e a0 ff ff ff ff  [07] 0x038      ffffffffa00e4f00        SetFanStatus+0x0/0xe0 [bromolow_synobios]
[    8.134694] e0 4f 0e a0 ff ff ff ff  [08] 0x040      ffffffffa00e4fe0        GetSysTemperature+0x0/0x20 [bromolow_synobios]
[    8.145006] 00 56 0e a0 ff ff ff ff  [09] 0x048      ffffffffa00e5600        GetCpuTemperatureI3Transfer+0x0/0x80 [bromolow_synobios]
[    8.156189] 30 54 0e a0 ff ff ff ff  [10] 0x050      ffffffffa00e5430        SetDiskLedStatusBySataMvGPIO+0x0/0x60 [bromolow_synobios]
[    8.167272] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    8.173971] 00 00 00 00 00 00 00 00  [11] 0x058                (null)                  (null)
[    8.181684] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[    8.189389] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[    8.197095] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[    8.204806] 90 48 0e a0 ff ff ff ff  [15] 0x078      ffffffffa00e4890        SetGpioPin+0x0/0x50 [bromolow_synobios]
[    8.214505] e0 48 0e a0 ff ff ff ff  [16] 0x080      ffffffffa00e48e0        GetGpioPin+0x0/0x50 [bromolow_synobios]
[    8.224203] 00 00 00 00 00 00 00 00  [17] 0x088                (null)                  (null)
[    8.231926] 70 43 0e a0 ff ff ff ff  [18] 0x090      ffffffffa00e4370        rtc_bandon_set_auto_poweron+0x0/0xb0 [bromolow_synobios]
[    8.243106] 20 3f 0e a0 ff ff ff ff  [19] 0x098      ffffffffa00e3f20        rtc_get_auto_poweron+0x0/0x50 [bromolow_synobios]
[    8.253672] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[    8.261384] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[    8.269098] e0 4e 0e a0 ff ff ff ff  [22] 0x0b0      ffffffffa00e4ee0        SetAlarmLed+0x0/0x20 [bromolow_synobios]
[    8.278917] 30 48 0e a0 ff ff ff ff  [23] 0x0b8      ffffffffa00e4830        GetBuzzerCleared+0x0/0x30 [bromolow_synobios]
[    8.289160] 00 48 0e a0 ff ff ff ff  [24] 0x0c0      ffffffffa00e4800        SetBuzzerClear+0x0/0x30 [bromolow_synobios]
[    8.299215] 60 48 0e a0 ff ff ff ff  [25] 0x0c8      ffffffffa00e4860        GetPowerStatus+0x0/0x30 [bromolow_synobios]
[    8.303636] Got empty serial number. Generate serial number from product.
[    8.303640] drivers/usb/core/hub.c (2696) Same device found. Change serial to ffffffd1ffffffb2ffffffdbffffffa0
[    8.303955] hub 2-1:1.0: USB hub found
[    8.304012] hub 2-1:1.0: 8 ports detected
[    8.305402] <redpill/usb_boot_shim.c:72> Found new device <vid=8087, pid=0020> - didn't match expected <vid=556b, pid=0781>
[    8.345036] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[    8.352757] d0 47 0e a0 ff ff ff ff  [27] 0x0d8      ffffffffa00e47d0        InitModuleType+0x0/0x30 [bromolow_synobios]
[    8.362811] d0 4d 0e a0 ff ff ff ff  [28] 0x0e0      ffffffffa00e4dd0        Uninitialize+0x0/0x20 [bromolow_synobios]
[    8.372690] f0 4d 0e a0 ff ff ff ff  [29] 0x0e8      ffffffffa00e4df0        SetCpuFanStatus+0x0/0xf0 [bromolow_synobios]
[    8.382814] 00 00 00 00 00 00 00 00  [30] 0x0f0                (null)                  (null)
[    8.390510] 00 00 00 00 00 00 00 00  [31] 0x0f8                (null)                  (null)
[    8.398223] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[    8.405936] 20 35 0e a0 ff ff ff ff  [33] 0x108      ffffffffa00e3520        CheckMicropId+0x0/0x90 [bromolow_synobios]
[    8.415908] a0 34 0e a0 ff ff ff ff  [34] 0x110      ffffffffa00e34a0        SetMicropId+0x0/0x80 [bromolow_synobios]
[    8.425697] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[    8.433419] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[    8.441159] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[    8.448863] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[    8.456587] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[    8.464307] 30 49 0e a0 ff ff ff ff  [40] 0x140      ffffffffa00e4930        GetCPUInfo+0x0/0x70 [bromolow_synobios]
[    8.474023] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[    8.481736] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[    8.489449] 00 00 00 00 00 00 00 00  [43] 0x158                (null)                  (null)
[    8.497155] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[    8.504859] 00 00 00 00 00 00 00 00  [45] 0x168                (null)                  (null)
[    8.512573] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[    8.520287] 00 00 00 00 00 00 00 00  [47] 0x178                (null)                  (null)
[    8.527999] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[    8.535713] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[    8.543443] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[    8.551175] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[    8.558880]
[    8.560378] <redpill/bios_shims_collection.c:64> Finished printing memory at ffffffffa00ece40
[    8.568898] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [6] originally GetFanStatusMircopWithGPIO [bromolow_synobios]<ffffffffa00e5000> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[    8.587044] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [7] originally SetFanStatus [bromolow_synobios]<ffffffffa00e4f00> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[    8.589390] usb 2-1.6: new low-speed USB device number 3 using ehci-pci
[    8.610581] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [10] originally SetDiskLedStatusBySataMvGPIO [bromolow_synobios]<ffffffffa00e5430> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[    8.628978] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [11] originally           (null)<          (null)> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[    8.644609] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [15] originally SetGpioPin [bromolow_synobios]<ffffffffa00e4890> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[    8.661455] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [16] originally GetGpioPin [bromolow_synobios]<ffffffffa00e48e0> will now be shim_get_gpio_pin_usable [redpill]<ffffffffa0008a20>
[    8.678640] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [17] originally           (null)<          (null)> will now be shim_null_zero_ulong_trace [redpill]<ffffffffa0008ce0>
[    8.692890] Got empty serial number. Generate serial number from product.
[    8.696614] <redpill/usb_boot_shim.c:72> Found new device <vid=046d, pid=c31d> - didn't match expected <vid=556b, pid=0781>
[    8.712716] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [22] originally SetAlarmLed [bromolow_synobios]<ffffffffa00e4ee0> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[    8.729663] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [23] originally GetBuzzerCleared [bromolow_synobios]<ffffffffa00e4830> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[    8.747024] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [24] originally SetBuzzerClear [bromolow_synobios]<ffffffffa00e4800> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[    8.764209] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [29] originally SetCpuFanStatus [bromolow_synobios]<ffffffffa00e4df0> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[    8.779393] usb 2-1.7: new high-speed USB device number 4 using ehci-pci
[    8.788187] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [30] originally           (null)<          (null)> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[    8.803824] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [31] originally           (null)<          (null)> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[    8.819467] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [33] originally CheckMicropId [bromolow_synobios]<ffffffffa00e3520> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[    8.836571] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [34] originally SetMicropId [bromolow_synobios]<ffffffffa00e34a0> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[    8.853497] <redpill/bios_shims_collection.c:108> Native RTC supported - not enabling proxy (emulate_rtc=0)
[    8.863230] <redpill/bios_shims_collection.c:51> Will print 416 bytes of memory from ffffffffa00ecca0
[    8.872452] 20 cf 0e a0 ff ff ff [    8.875467] usb-storage 2-1.7:1.0: USB Mass Storage device detected
[    8.875514] scsi6 : usb-storage 2-1.7:1.0
[    8.875698] <redpill/usb_boot_shim.c:72> Found new device <vid=0781, pid=556b> - didn't match expected <vid=556b, pid=0781>
ff  [00] 0x000  ffffffffa00ecf20        __this_module+0x0/0xffffffffffff8e13 [bromolow_synobios]
[    8.905039] c0 47 0e a0 ff ff ff ff  [01] 0x008      ffffffffa00e47c0        GetBrand+0x0/0x10 [bromolow_synobios]
[    8.914581] c0 50 0e a0 ff ff ff ff  [02] 0x010      ffffffffa00e50c0        GetModel+0x0/0x260 [bromolow_synobios]
[    8.924209] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[    8.931930] d0 41 0e a0 ff ff ff ff  [04] 0x020      ffffffffa00e41d0        rtc_bandon_get_time+0x0/0x1a0 [bromolow_synobios]
[    8.942505] 20 44 0e a0 ff ff ff ff  [05] 0x028      ffffffffa00e4420        rtc_bandon_set_time+0x0/0x370 [bromolow_synobios]
[    8.953070] 10 8a 00 a0 ff ff ff ff  [06] 0x030      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    8.962784] 10 8a 00 a0 ff ff ff ff  [07] 0x038      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    8.972484] e0 4f 0e a0 ff ff ff ff  [08] 0x040      ffffffffa00e4fe0        GetSysTemperature+0x0/0x20 [bromolow_synobios]
[    8.982805] 00 56 0e a0 ff ff ff ff  [09] 0x048      ffffffffa00e5600        GetCpuTemperatureI3Transfer+0x0/0x80 [bromolow_synobios]
[    8.993995] 10 8a 00 a0 ff ff ff ff  [10] 0x050      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.003700] 10 8a 00 a0 ff ff ff ff  [11] 0x058      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.013415] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[    9.021119] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[    9.028816] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[    9.036521] 10 8a 00 a0 ff ff ff ff  [15] 0x078      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.046255] 20 8a 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0008a20        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[    9.056307] e0 8c 00 a0 ff ff ff ff  [17] 0x088      ffffffffa0008ce0        shim_null_zero_ulong_trace+0x0/0x10 [redpill]
[    9.066535] 70 43 0e a0 ff ff ff ff  [18] 0x090      ffffffffa00e4370        rtc_bandon_set_auto_poweron+0x0/0xb0 [bromolow_synobios]
[    9.077731] 20 3f 0e a0 ff ff ff ff  [19] 0x098      ffffffffa00e3f20        rtc_get_auto_poweron+0x0/0x50 [bromolow_synobios]
[    9.088306] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[    9.096026] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[    9.103732] 10 8a 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.113448] 10 8a 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.123173] 10 8a 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.132879] 60 48 0e a0 ff ff ff ff  [25] 0x0c8      ffffffffa00e4860        GetPowerStatus+0x0/0x30 [bromolow_synobios]
[    9.142940] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[    9.150655] d0 47 0e a0 ff ff ff ff  [27] 0x0d8      ffffffffa00e47d0        InitModuleType+0x0/0x30 [bromolow_synobios]
[    9.160716] d0 4d 0e a0 ff ff ff ff  [28] 0x0e0      ffffffffa00e4dd0        Uninitialize+0x0/0x20 [bromolow_synobios]
[    9.170614] 10 8a 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.180319] 10 8a 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.190019] 10 8a 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.199724] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[    9.207430] 10 8a 00 a0 ff ff ff ff  [33] 0x108      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.217128] 10 8a 00 a0 ff ff ff ff  [34] 0x110      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.226853] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[    9.234566] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[    9.242296] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[    9.250018] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[    9.257714] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[    9.265419] 30 49 0e a0 ff ff ff ff  [40] 0x140      ffffffffa00e4930        GetCPUInfo+0x0/0x70 [bromolow_synobios]
[    9.275126] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[    9.282839] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[    9.290544] 00 00 00 00 00 00 00 00  [43] 0x158                (null)                  (null)
[    9.298266] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[    9.305988] 00 00 00 00 00 00 00 00  [45] 0x168                (null)                  (null)
[    9.313701] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[    9.321397] 00 00 00 00 00 00 00 00  [47] 0x178                (null)                  (null)
[    9.329111] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[    9.336824] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[    9.344536] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[    9.352249] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[    9.359965]
[    9.361466] <redpill/bios_shims_collection.c:64> Finished printing memory at ffffffffa00ece40
[    9.369985] <redpill/bios_shim.c:123> bromolow_synobios BIOS *early* shimmed
[    9.377116] synobios open /dev/ttyS1 success
[    9.381455] 2021-9-7 19:3:1 UTC
[    9.384605] synobios: load, major number 201
[    9.388879] Brand: Synology
[    9.391678] Model: DS-3615xs
[    9.394564] set group disks wakeup number to 4, spinup time deno 7
[    9.400744] synobios cpu_arch proc entry initialized
[    9.405709] synobios crypto_hw proc entry initialized
[    9.410761] synobios syno_platform proc entry initialized
[    9.416162] <redpill/bios_shims_collection.c:51> Will print 416 bytes of memory from ffffffffa00ecca0
[    9.425373] 20 cf 0e a0 ff ff ff ff  [00] 0x000      ffffffffa00ecf20        __this_module+0x0/0xffffffffffff8e13 [bromolow_synobios]
[    9.436570] c0 47 0e a0 ff ff ff ff  [01] 0x008      ffffffffa00e47c0        GetBrand+0x0/0x10 [bromolow_synobios]
[    9.446120] c0 50 0e a0 ff ff ff ff  [02] 0x010      ffffffffa00e50c0        GetModel+0x0/0x260 [bromolow_synobios]
[    9.455732] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[    9.463447] d0 41 0e a0 ff ff ff ff  [04] 0x020      ffffffffa00e41d0        rtc_bandon_get_time+0x0/0x1a0 [bromolow_synobios]
[    9.474027] 20 44 0e a0 ff ff ff ff  [05] 0x028      ffffffffa00e4420        rtc_bandon_set_time+0x0/0x370 [bromolow_synobios]
[    9.484611] 00 00 00 00 00 00 00 00  [06] 0x030                (null)                  (null)
[    9.492314] 10 8a 00 a0 ff ff ff ff  [07] 0x038      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.502030] e0 4f 0e a0 ff ff ff ff  [08] 0x040      ffffffffa00e4fe0        GetSysTemperature+0x0/0x20 [bromolow_synobios]
[    9.512361] 80 55 0e a0 ff ff ff ff  [09] 0x048      ffffffffa00e5580        GetCpuTemperatureDenlowI3Transfer+0x0/0x80 [bromolow_synobios]
[    9.524053] 30 55 0e a0 ff ff ff ff  [10] 0x050      ffffffffa00e5530        SetDiskLedStatusBy9235GPIOandAHCISGPIO+0x0/0x50 [bromolow_synobios]
[    9.536185] 10 8a 00 a0 ff ff ff ff  [11] 0x058      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.545874] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[    9.553581] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[    9.561294] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[    9.568997] 10 8a 00 a0 ff ff ff ff  [15] 0x078      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.578714] 20 8a 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0008a20        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[    9.588783] e0 8c 00 a0 ff ff ff ff  [17] 0x088      ffffffffa0008ce0        shim_null_zero_ulong_trace+0x0/0x10 [redpill]
[    9.599010] 70 43 0e a0 ff ff ff ff  [18] 0x090      ffffffffa00e4370        rtc_bandon_set_auto_poweron+0x0/0xb0 [bromolow_synobios]
[    9.610199] 20 3f 0e a0 ff ff ff ff  [19] 0x098      ffffffffa00e3f20        rtc_get_auto_poweron+0x0/0x50 [bromolow_synobios]
[    9.620774] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[    9.628496] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[    9.636217] 10 8a 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.645916] 10 8a 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.655630] 10 8a 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.665338] 60 48 0e a0 ff ff ff ff  [25] 0x0c8      ffffffffa00e4860        GetPowerStatus+0x0/0x30 [bromolow_synobios]
[    9.675417] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[    9.683139] d0 47 0e a0 ff ff ff ff  [27] 0x0d8      ffffffffa00e47d0        InitModuleType+0x0/0x30 [bromolow_synobios]
[    9.693184] d0 4d 0e a0 ff ff ff ff  [28] 0x0e0      ffffffffa00e4dd0        Uninitialize+0x0/0x20 [bromolow_synobios]
[    9.703055] 10 8a 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.712761] 10 8a 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.722469] 10 8a 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.732184] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[    9.739888] 10 8a 00 a0 ff ff ff ff  [33] 0x108      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.749605] 10 8a 00 a0 ff ff ff ff  [34] 0x110      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[    9.759328] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[    9.767042] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[    9.774765] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[    9.782476] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[    9.790199] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[    9.797895] 30 49 0e a0 ff ff ff ff  [40] 0x140      ffffffffa00e4930        GetCPUInfo+0x0/0x70 [bromolow_synobios]
[    9.807602] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[    9.815315] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[    9.823011] 70 4d 0e a0 ff ff ff ff  [43] 0x158      ffffffffa00e4d70        HWMONGetFanSpeedRPMFromADT+0x0/0x60 [bromolow_synobios]
[    9.834122] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[    9.841836] 10 4d 0e a0 ff ff ff ff  [45] 0x168      ffffffffa00e4d10        HWMONGetVoltageSensorFromADT+0x0/0x60 [bromolow_synobios]
[    9.853095] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[    9.860815] b0 4c 0e a0 ff ff ff ff  [47] 0x178      ffffffffa00e4cb0        HWMONGetThermalSensorFromADT+0x0/0x60 [bromolow_synobios]
[    9.872074] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[    9.876301] I/O scheduler elevator not found
[    9.878657] scsi 6:0:0:0: Direct-Access     SanDisk  Cruzer Edge              1.26 PQ: 0 ANSI: 6
[    9.879084] I/O scheduler elevator not found
[    9.879548] sd 6:0:0:0: [sdu] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB)
[    9.880626] sd 6:0:0:0: [sdu] Write Protect is off
[    9.880628] sd 6:0:0:0: [sdu] Mode Sense: 43 00 00 00
[    9.881667] sd 6:0:0:0: [sdu] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    9.885035]  sdu: sdu1 sdu2 sdu3
[    9.888290] sd 6:0:0:0: [sdu] Attached SCSI disk
[    9.931522] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[    9.939242] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[    9.946964] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[    9.954668]
[    9.956159] <redpill/bios_shims_collection.c:64> Finished printing memory at ffffffffa00ece40
[    9.964686] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [6] originally           (null)<          (null)> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[    9.980227] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [10] originally SetDiskLedStatusBy9235GPIOandAHCISGPIO [bromolow_synobios]<ffffffffa00e5530> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[    9.999495] <redpill/bios_shims_collection.c:108> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   10.009227] <redpill/bios_shims_collection.c:51> Will print 416 bytes of memory from ffffffffa00ecca0
[   10.018438] 20 cf 0e a0 ff ff ff ff  [00] 0x000      ffffffffa00ecf20        __this_module+0x0/0xffffffffffff8e13 [bromolow_synobios]
[   10.029636] c0 47 0e a0 ff ff ff ff  [01] 0x008      ffffffffa00e47c0        GetBrand+0x0/0x10 [bromolow_synobios]
[   10.039178] c0 50 0e a0 ff ff ff ff  [02] 0x010      ffffffffa00e50c0        GetModel+0x0/0x260 [bromolow_synobios]
[   10.048806] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   10.056504] d0 41 0e a0 ff ff ff ff  [04] 0x020      ffffffffa00e41d0        rtc_bandon_get_time+0x0/0x1a0 [bromolow_synobios]
[   10.067076] 20 44 0e a0 ff ff ff ff  [05] 0x028      ffffffffa00e4420        rtc_bandon_set_time+0x0/0x370 [bromolow_synobios]
[   10.077633] 10 8a 00 a0 ff ff ff ff  [06] 0x030      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   10.087330] 10 8a 00 a0 ff ff ff ff  [07] 0x038      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   10.097038] e0 4f 0e a0 ff ff ff ff  [08] 0x040      ffffffffa00e4fe0        GetSysTemperature+0x0/0x20 [bromolow_synobios]
[   10.107351] 80 55 0e a0 ff ff ff ff  [09] 0x048      ffffffffa00e5580        GetCpuTemperatureDenlowI3Transfer+0x0/0x80 [bromolow_synobios]
[   10.119059] 10 8a 00 a0 ff ff ff ff  [10] 0x050      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   10.128776] 10 8a 00 a0 ff ff ff ff  [11] 0x058      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   10.138498] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   10.146213] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   10.153918] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   10.161631] 10 8a 00 a0 ff ff ff ff  [15] 0x078      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   10.171338] 20 8a 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0008a20        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   10.181399] e0 8c 00 a0 ff ff ff ff  [17] 0x088      ffffffffa0008ce0        shim_null_zero_ulong_trace+0x0/0x10 [redpill]
[   10.191617] 70 43 0e a0 ff ff ff ff  [18] 0x090      ffffffffa00e4370        rtc_bandon_set_auto_poweron+0x0/0xb0 [bromolow_synobios]
[   10.202808] 20 3f 0e a0 ff ff ff ff  [19] 0x098      ffffffffa00e3f20        rtc_get_auto_poweron+0x0/0x50 [bromolow_synobios]
[   10.213389] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   10.221102] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   10.228807] 10 8a 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   10.238522] 10 8a 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   10.248247] 10 8a 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   10.257971] 60 48 0e a0 ff ff ff ff  [25] 0x0c8      ffffffffa00e4860        GetPowerStatus+0x0/0x30 [bromolow_synobios]
[   10.268024] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   10.275729] d0 47 0e a0 ff ff ff ff  [27] 0x0d8      ffffffffa00e47d0        InitModuleType+0x0/0x30 [bromolow_synobios]
[   10.285781] d0 4d 0e a0 ff ff ff ff  [28] 0x0e0      ffffffffa00e4dd0        Uninitialize+0x0/0x20 [bromolow_synobios]
[   10.295653] 10 8a 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   10.305342] 10 8a 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   10.315059] 10 8a 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   10.324756] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   10.332461] 10 8a 00 a0 ff ff ff ff  [33] 0x108      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   10.342168] 10 8a 00 a0 ff ff ff ff  [34] 0x110      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   10.351893] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   10.359596] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   10.367302] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   10.375023] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   10.382737] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   10.390442] 30 49 0e a0 ff ff ff ff  [40] 0x140      ffffffffa00e4930        GetCPUInfo+0x0/0x70 [bromolow_synobios]
[   10.400166] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   10.407870] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   10.415566] 70 4d 0e a0 ff ff ff ff  [43] 0x158      ffffffffa00e4d70        HWMONGetFanSpeedRPMFromADT+0x0/0x60 [bromolow_synobios]
[   10.426669] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   10.434383] 10 4d 0e a0 ff ff ff ff  [45] 0x168      ffffffffa00e4d10        HWMONGetVoltageSensorFromADT+0x0/0x60 [bromolow_synobios]
[   10.445641] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   10.453345] b0 4c 0e a0 ff ff ff ff  [47] 0x178      ffffffffa00e4cb0        HWMONGetThermalSensorFromADT+0x0/0x60 [bromolow_synobios]
[   10.464619] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   10.472317] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   10.480029] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   10.487733] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   10.495449]
[   10.496949] <redpill/bios_shims_collection.c:64> Finished printing memory at ffffffffa00ece40
[   10.505468] <redpill/bios_shim.c:121> bromolow_synobios BIOS *fully* shimmed
Starting /usr/syno/bin/synocfgen..[   10.515949] Module [bromolow_synobios] is removed.
.
/usr/syno/bin[   10.521271] synobios: unload
/synocfgen retur[   10.525548] <redpill/bios_shim.c:96> bromolow_synobios BIOS went away - you may get a kernel panic if YOU unloaded it
ns 0
[   10.537487] <redpill/override_symbol.c:173> Overriding apply_relocate_add() with _apply_relocate_add [redpill]()<ffffffffa00096d0>
[   10.549847] <redpill/override_symbol.c:180> Found apply_relocate_add() @ <ffffffff81027670>
[   10.558189] <redpill/override_symbol.c:189> Generated jump to f()<ffffffffa00096d0> for apply_relocate_add()<ffffffff81027670>: 48b8 d09600a0ffffffff ffe0
[   10.571995] <redpill/override_symbol.c:138> Disabling memory protection for page(s) at ffffffff81027670+12/1 (<<ffffffff81027000)
[   10.583638] <redpill/override_symbol.c:194> Writing jump code to <ffffffff81027670>
[   10.591287] <redpill/override_symbol.c:159> Enabling memory protection for page(s) at ffffffff81027670+12/1 (<<ffffffff81027000)
[   10.602840] <redpill/override_symbol.c:198> Override for apply_relocate_add set up with ffffffffa00096d0
All disk ready or timeout execeed
Exit on error [1] DISK NOT INSTALLED...
Tue Sep  7 19:03:02 UTC 2021
none /sys/kernel/debug debugfs rw,relatime 0 0
umount: /etc/mtab: No such file or directory
linuxrc.syno failed on 1
starting pid 4034, tty '': '/etc/rc'
:: Starting /etc/rc
:: Mounting procfs ... [  OK  ]
:: Mounting tmpfs ... [  OK  ]
:: Mounting devtmpfs ... [  OK  ]
:: Mounting devpts ... [  OK  ]
:: Mounting sysfs ... [  OK  ]
:: Loading module sg[   10.686412] sd 6:0:0:0: Attached scsi generic sg0 type 0
 ... [  OK  ]
:: Loading module fat ... [  OK  ]
:: Loading module vfat ... [  OK  ]
:: Loading module ip_tunnel ... [  OK  ]
:: Loading module vxlan ... [  OK  ]
:: Loading modul[   10.732767] dca service started, version 1.12.1
e dca ... [  OK  ]
:: Loading module e1000e[   10.743372] e1000e: Intel(R) PRO/1000 Network Driver - 3.4.2.4-NAPI
[   10.749638] e1000e: Copyright(c) 1999 - 2019 Intel Corporation.
 ... [  OK  ]
:: Loading module i2c-algo-bit ... [  OK  ]
:: Loading module igb[   10.763612] Intel(R) Gigabit Ethernet Linux Driver - version 5.3.5.22
[   10.770056] Copyright(c) 2007 - 2018 Intel Corporation.
 ... [  OK  ]
:: Loading module ixgbe[   10.781487] Intel(R) 10GbE PCI Express Linux Network Driver - version 5.5.5
[   10.788457] Copyright(c) 1999 - 2019 Intel Corporation.
 ... [  OK  ]
:: Loading module i40e[   10.800645] i40e: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver - version 2.7.29
[   10.809081] i40e: Copyright(c) 2013 - 2018 Intel Corporation.
 ... [  OK  ]
:: Loading module sunrpc[   10.825150] RPC: Registered named UNIX socket transport module.
[   10.831071] RPC: Registered udp transport module.
[   10.835775] RPC: Registered tcp transport module.
[   10.840480] RPC: Registered tcp NFSv4.1 backchannel transport module.
 ... [  OK  ]
:: Loading module lockd ... [  OK  ]
:: Loading module nfs ... [  OK  ]
:: Loading module nfsv3 ... [  OK  ]
[   10.864452] <redpill/bios_shim.c:198> Symbol section <ffffc90004415a28> @ vaddr<18446744072102174720> size[9024]
[   10.874620] <redpill/bios_shim.c:207> Symbol #0 in mfgBIOS "bromolow_synobios" {}<          (null)>
[   10.883658] <redpill/bios_shim.c:207> Symbol #1 in mfgBIOS "bromolow_synobios" {}<ffffffffa0303000>
[   10.892698] <redpill/bios_shim.c:207> Symbol #2 in mfgBIOS "bromolow_synobios" {}<ffffffffa0309da0>
[   10.901737] <redpill/bios_shim.c:207> Symbol #3 in mfgBIOS "bromolow_synobios" {}<ffffffffa030a39e>
[   10.910779] <redpill/bios_shim.c:207> Symbol #4 in mfgBIOS "bromolow_synobios" {}<ffffffffa030b378>
[   10.919816] <redpill/bios_shim.c:207> Symbol #5 in mfgBIOS "bromolow_synobios" {}<ffffffffa030bf02>
[   10.928855] <redpill/bios_shim.c:207> Symbol #6 in mfgBIOS "bromolow_synobios" {}<ffffffffa030bfc0>
[   10.937895] <redpill/bios_shim.c:207> Symbol #7 in mfgBIOS "bromolow_synobios" {}<ffffffffa0311140>
[   10.946936] <redpill/bios_shim.c:207> Symbol #8 in mfgBIOS "bromolow_synobios" {synobios_ttyS_wait_read}<ffffffffa0303000>
[   10.957969] <redpill/bios_shim.c:207> Symbol #9 in mfgBIOS "bromolow_synobios" {state.20841}<ffffffffa031120c>
[   10.967960] <redpill/bios_shim.c:207> Symbol #10 in mfgBIOS "bromolow_synobios" {save_bytes.20840}<ffffffffa0311208>
[   10.978474] <redpill/bios_shim.c:207> Symbol #11 in mfgBIOS "bromolow_synobios" {state.20858}<ffffffffa0311204>
[   10.988551] <redpill/bios_shim.c:207> Symbol #12 in mfgBIOS "bromolow_synobios" {syno_ttyS_write}<ffffffffa0303450>
[   10.998979] <redpill/bios_shim.c:207> Symbol #13 in mfgBIOS "bromolow_synobios" {__key.20875}<ffffffffa0311204>
[   11.009057] <redpill/bios_shim.c:207> Symbol #14 in mfgBIOS "bromolow_synobios" {__ksymtab_synobios_lock_ttyS_current}<ffffffffa0309d80>
[   11.021305] <redpill/bios_shim.c:207> Symbol #15 in mfgBIOS "bromolow_synobios" {__kstrtab_synobios_lock_ttyS_current}<ffffffffa030bf02>
[   11.033549] <redpill/bios_shim.c:207> Symbol #16 in mfgBIOS "bromolow_synobios" {__ksymtab_synobios_lock_ttyS_protection}<ffffffffa0309d90>
[   11.046056] <redpill/bios_shim.c:207> Symbol #17 in mfgBIOS "bromolow_synobios" {__kstrtab_synobios_lock_ttyS_protection}<ffffffffa030bf1d>
[   11.058562] <redpill/bios_shim.c:207> Symbol #18 in mfgBIOS "bromolow_synobios" {__ksymtab_save_current_data_from_uart}<ffffffffa0309d70>
[   11.070894] <redpill/bios_shim.c:207> Symbol #19 in mfgBIOS "bromolow_synobios" {__kstrtab_save_current_data_from_uart}<ffffffffa030bf3b>
[   11.083228] <redpill/bios_shim.c:207> Symbol #20 in mfgBIOS "bromolow_synobios" {__ksymtab_save_char_from_uart}<ffffffffa0309d60>
[   11.094867] <redpill/bios_shim.c:207> Symbol #21 in mfgBIOS "bromolow_synobios" {__kstrtab_save_char_from_uart}<ffffffffa030bf57>
[   11.106507] <redpill/bios_shim.c:207> Symbol #22 in mfgBIOS "bromolow_synobios" {synobios_read_proc_cpu_arch_open}<ffffffffa0303bc0>
[   11.118407] <redpill/bios_shim.c:207> Symbol #23 in mfgBIOS "bromolow_synobios" {synobios_read_proc_cpu_arch}<ffffffffa0303c20>
[   11.129873] <redpill/bios_shim.c:207> Symbol #24 in mfgBIOS "bromolow_synobios" {synobios_read_proc_crypto_hw_open}<ffffffffa0303be0>
[   11.141858] <redpill/bios_shim.c:207> Symbol #25 in mfgBIOS "bromolow_synobios" {synobios_read_proc_crypto_hw}<ffffffffa0303c90>
[   11.153410] <redpill/bios_shim.c:207> Symbol #26 in mfgBIOS "bromolow_synobios" {synobios_read_proc_platform_open}<ffffffffa0303c00>
[   11.165311] <redpill/bios_shim.c:207> Symbol #27 in mfgBIOS "bromolow_synobios" {synobios_read_proc_platform_name}<ffffffffa0303d00>
[   11.177212] <redpill/bios_shim.c:207> Symbol #28 in mfgBIOS "bromolow_synobios" {gSynoCPUMapping}<ffffffffa030cd40>
[   11.187636] <redpill/bios_shim.c:207> Symbol #29 in mfgBIOS "bromolow_synobios" {gSynoCRYPTOMapping}<ffffffffa030cc80>
[   11.198321] <redpill/bios_shim.c:207> Symbol #30 in mfgBIOS "bromolow_synobios" {synobios_record_event_new.isra.0.part.1}<ffffffffa0303d20>
[   11.210828] <redpill/bios_shim.c:207> Symbol #31 in mfgBIOS "bromolow_synobios" {scSynoBios}<ffffffffa03114a0>
[   11.220829] <redpill/bios_shim.c:207> Symbol #32 in mfgBIOS "bromolow_synobios" {synobios_record_scsi_error_event}<ffffffffa0303dc0>
[   11.232728] <redpill/bios_shim.c:207> Symbol #33 in mfgBIOS "bromolow_synobios" {synobios_disk_power_short_break_report}<ffffffffa0303e20>
[   11.245141] <redpill/bios_shim.c:207> Symbol #34 in mfgBIOS "bromolow_synobios" {synobios_wake_from_deep_sleep}<ffffffffa0303e70>
[   11.256779] <redpill/bios_shim.c:207> Symbol #35 in mfgBIOS "bromolow_synobios" {synobios_disk_reset_fail_report}<ffffffffa0303ec0>
[   11.268592] <redpill/bios_shim.c:207> Symbol #36 in mfgBIOS "bromolow_synobios" {synobios_disk_timeout_report}<ffffffffa0303f20>
[   11.280144] <redpill/bios_shim.c:207> Symbol #37 in mfgBIOS "bromolow_synobios" {synobios_disk_retry_report}<ffffffffa0303f80>
[   11.291524] <redpill/bios_shim.c:207> Symbol #38 in mfgBIOS "bromolow_synobios" {synobios_sata_error_report}<ffffffffa0303fd0>
[   11.302905] <redpill/bios_shim.c:207> Symbol #39 in mfgBIOS "bromolow_synobios" {synobios_record_ebox_refresh_event}<ffffffffa0304030>
[   11.314976] <redpill/bios_shim.c:207> Symbol #40 in mfgBIOS "bromolow_synobios" {synobios_disk_port_lost_report}<ffffffffa0304080>
[   11.326703] <redpill/bios_shim.c:207> Symbol #41 in mfgBIOS "bromolow_synobios" {synobios_record_disk_port_disabled_event}<ffffffffa03040d0>
[   11.339295] <redpill/bios_shim.c:207> Symbol #42 in mfgBIOS "bromolow_synobios" {synobios_record_disk_pwr_reset_event}<ffffffffa0304120>
[   11.351543] <redpill/bios_shim.c:207> Symbol #43 in mfgBIOS "bromolow_synobios" {synobios_error_fs_btrfs_event}<ffffffffa0304170>
[   11.363183] <redpill/bios_shim.c:207> Symbol #44 in mfgBIOS "bromolow_synobios" {synobios_error_fs_event}<ffffffffa03041c0>
[   11.374301] <redpill/bios_shim.c:207> Symbol #45 in mfgBIOS "bromolow_synobios" {synobios_autoremap_raid_event}<ffffffffa0304230>
[   11.385941] <redpill/bios_shim.c:207> Symbol #46 in mfgBIOS "bromolow_synobios" {synobios_record_raid_event}<ffffffffa0304280>
[   11.397319] <redpill/bios_shim.c:207> Symbol #47 in mfgBIOS "bromolow_synobios" {synobios_event_ecc_notification}<ffffffffa03042d0>
[   11.409132] <redpill/bios_shim.c:207> Symbol #48 in mfgBIOS "bromolow_synobios" {synobios_raid_sync_event}<ffffffffa0304330>
[   11.420339] <redpill/bios_shim.c:207> Symbol #49 in mfgBIOS "bromolow_synobios" {synobios_error_oom_event}<ffffffffa0304440>
[   11.431545] <redpill/bios_shim.c:207> Symbol #50 in mfgBIOS "bromolow_synobios" {synobios_poll}<ffffffffa03045b0>
[   11.441798] <redpill/bios_shim.c:207> Symbol #51 in mfgBIOS "bromolow_synobios" {synobios_ops}<ffffffffa03128c8>
[   11.451964] <redpill/bios_shim.c:207> Symbol #52 in mfgBIOS "bromolow_synobios" {last_jiffies.35793}<ffffffffa030bfc0>
[   11.462649] <redpill/bios_shim.c:207> Symbol #53 in mfgBIOS "bromolow_synobios" {buzzer_press_count.35794}<ffffffffa0311374>
[   11.473856] <redpill/bios_shim.c:207> Symbol #54 in mfgBIOS "bromolow_synobios" {syno_microp_get_event}<ffffffffa03046b0>
[   11.484803] <redpill/bios_shim.c:207> Symbol #55 in mfgBIOS "bromolow_synobios" {micropLogSwitch}<ffffffffa03128d0>
[   11.495228] <redpill/bios_shim.c:207> Symbol #56 in mfgBIOS "bromolow_synobios" {syno_console_prohibit_event}<ffffffffa0304700>
[   11.506695] <redpill/bios_shim.c:207> Symbol #57 in mfgBIOS "bromolow_synobios" {syno_usb_prohibit_event}<ffffffffa0304720>
[   11.517814] <redpill/bios_shim.c:207> Symbol #58 in mfgBIOS "bromolow_synobios" {card_detect_proc_fops}<ffffffffa0311380>
[   11.528761] <redpill/bios_shim.c:207> Symbol #59 in mfgBIOS "bromolow_synobios" {synobios_ioctl}<ffffffffa0304a30>
[   11.539099] <redpill/bios_shim.c:207> Symbol #60 in mfgBIOS "bromolow_synobios" {sys_status_lock}<ffffffffa030d1c0>
[   11.549524] <redpill/bios_shim.c:207> Symbol #61 in mfgBIOS "bromolow_synobios" {pgSysStatus}<ffffffffa0311498>
[   11.559604] <redpill/bios_shim.c:207> Symbol #62 in mfgBIOS "bromolow_synobios" {LedSetLock}<ffffffffa030d1b4>
[   11.569599] <redpill/bios_shim.c:207> Symbol #63 in mfgBIOS "bromolow_synobios" {check_fan}<ffffffffa030d1b0>
[   11.579504] <redpill/bios_shim.c:207> Symbol #64 in mfgBIOS "bromolow_synobios" {__func__.35844}<ffffffffa0309da0>
[   11.589842] <redpill/bios_shim.c:207> Symbol #65 in mfgBIOS "bromolow_synobios" {__key.36110}<ffffffffa0311374>
[   11.599923] <redpill/bios_shim.c:207> Symbol #66 in mfgBIOS "bromolow_synobios" {gSynoModelMapping}<ffffffffa030bfe0>
[   11.610522] <redpill/bios_shim.c:207> Symbol #67 in mfgBIOS "bromolow_synobios" {synobios_read_proc_cpu_arch_fops}<ffffffffa030a000>
[   11.622423] <redpill/bios_shim.c:207> Symbol #68 in mfgBIOS "bromolow_synobios" {synobios_read_proc_crypto_hw_fops}<ffffffffa0309ee0>
[   11.634409] <redpill/bios_shim.c:207> Symbol #69 in mfgBIOS "bromolow_synobios" {synobios_read_proc_platform_fops}<ffffffffa0309dc0>
[   11.646307] <redpill/bios_shim.c:207> Symbol #70 in mfgBIOS "bromolow_synobios" {system_mode}<ffffffffa03128d4>
[   11.656387] <redpill/bios_shim.c:207> Symbol #71 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_license6}<ffffc90004401fd0>
[   11.667247] <redpill/bios_shim.c:207> Symbol #72 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_description5}<ffffc90004401fe6>
[   11.678451] <redpill/bios_shim.c:207> Symbol #73 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_author4}<ffffc90004401ffc>
[   11.689226] <redpill/bios_shim.c:207> Symbol #74 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_system_mode3}<ffffc9000440200d>
[   11.700430] <redpill/bios_shim.c:207> Symbol #75 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_system_modetype2}<ffffc90004402048>
[   11.711982] <redpill/bios_shim.c:207> Symbol #76 in mfgBIOS "bromolow_synobios" {__param_system_mode}<ffffffffa030bf70>
[   11.722757] <redpill/bios_shim.c:207> Symbol #77 in mfgBIOS "bromolow_synobios" {__param_str_system_mode}<ffffffffa030a118>
[   11.733876] <redpill/bios_shim.c:207> Symbol #78 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_check_fan1}<ffffc90004402061>
[   11.744909] <redpill/bios_shim.c:207> Symbol #79 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_check_fantype0}<ffffc9000440209b>
[   11.756288] <redpill/bios_shim.c:207> Symbol #80 in mfgBIOS "bromolow_synobios" {__param_check_fan}<ffffffffa030bf90>
[   11.766888] <redpill/bios_shim.c:207> Symbol #81 in mfgBIOS "bromolow_synobios" {__param_str_check_fan}<ffffffffa030a128>
[   11.777834] <redpill/bios_shim.c:207> Symbol #82 in mfgBIOS "bromolow_synobios" {RS3412rpxsInitModuleType}<ffffffffa0306e80>
[   11.789039] <redpill/bios_shim.c:207> Symbol #83 in mfgBIOS "bromolow_synobios" {RS3412xsInitModuleType}<ffffffffa0306ee0>
[   11.800074] <redpill/bios_shim.c:207> Symbol #84 in mfgBIOS "bromolow_synobios" {DS3612xsInitModuleType}<ffffffffa0306f40>
[   11.811106] <redpill/bios_shim.c:207> Symbol #85 in mfgBIOS "bromolow_synobios" {DS3615xsInitModuleType}<ffffffffa0306f70>
[   11.822137] <redpill/bios_shim.c:207> Symbol #86 in mfgBIOS "bromolow_synobios" {RS3411rpxsInitModuleType}<ffffffffa0306fa0>
[   11.833345] <redpill/bios_shim.c:207> Symbol #87 in mfgBIOS "bromolow_synobios" {RS3411xsInitModuleType}<ffffffffa0307000>
[   11.844376] <redpill/bios_shim.c:207> Symbol #88 in mfgBIOS "bromolow_synobios" {DS3611xsInitModuleType}<ffffffffa0307060>
[   11.855410] <redpill/bios_shim.c:207> Symbol #89 in mfgBIOS "bromolow_synobios" {RS10613xspInitModuleType}<ffffffffa0307090>
[   11.866617] <redpill/bios_shim.c:207> Symbol #90 in mfgBIOS "bromolow_synobios" {RS3413xspInitModuleType}<ffffffffa03070f0>
[   11.877736] <redpill/bios_shim.c:207> Symbol #91 in mfgBIOS "bromolow_synobios" {RS3614xsInitModuleType}<ffffffffa0307150>
[   11.888768] <redpill/bios_shim.c:207> Symbol #92 in mfgBIOS "bromolow_synobios" {RS3614rpxsInitModuleType}<ffffffffa0307180>
[   11.899976] <redpill/bios_shim.c:207> Symbol #93 in mfgBIOS "bromolow_synobios" {RS3614xspInitModuleType}<ffffffffa03071b0>
[   11.911095] <redpill/bios_shim.c:207> Symbol #94 in mfgBIOS "bromolow_synobios" {DS2414xsInitModuleType}<ffffffffa03071e0>
[   11.922127] <redpill/bios_shim.c:207> Symbol #95 in mfgBIOS "bromolow_synobios" {RS3415xspInitModuleType}<ffffffffa0307210>
[   11.933246] <redpill/bios_shim.c:207> Symbol #96 in mfgBIOS "bromolow_synobios" {RC18015xspInitModuleType}<ffffffffa0307240>
[   11.944452] <redpill/bios_shim.c:207> Symbol #97 in mfgBIOS "bromolow_synobios" {RS18016xspInitModuleType}<ffffffffa03072a0>
[   11.955658] <redpill/bios_shim.c:207> Symbol #98 in mfgBIOS "bromolow_synobios" {RS3617xsInitModuleType}<ffffffffa0307300>
[   11.966690] <redpill/bios_shim.c:207> Symbol #99 in mfgBIOS "bromolow_synobios" {MpId.21705}<ffffffffa0310c80>
[   11.976683] <redpill/bios_shim.c:207> Symbol #100 in mfgBIOS "bromolow_synobios" {days_since_epoch}<ffffffffa030a260>
[   11.987284] <redpill/bios_shim.c:207> Symbol #101 in mfgBIOS "bromolow_synobios" {days_since_leapyear}<ffffffffa030a2f0>
[   11.998143] <redpill/bios_shim.c:207> Symbol #102 in mfgBIOS "bromolow_synobios" {days_since_year}<ffffffffa030a310>
[   12.008656] <redpill/bios_shim.c:207> Symbol #103 in mfgBIOS "bromolow_synobios" {rtc_correct_wday}<ffffffffa0307f70>
[   12.019254] <redpill/bios_shim.c:207> Symbol #104 in mfgBIOS "bromolow_synobios" {days_in_mo}<ffffffffa030a328>
[   12.029335] <redpill/bios_shim.c:207> Symbol #105 in mfgBIOS "bromolow_synobios" {GetBrand}<ffffffffa03087c0>
[   12.039242] <redpill/bios_shim.c:207> Symbol #106 in mfgBIOS "bromolow_synobios" {InitModuleType}<ffffffffa03087d0>
[   12.049667] <redpill/bios_shim.c:207> Symbol #107 in mfgBIOS "bromolow_synobios" {model_ops}<ffffffffa03128f8>
[   12.059659] <redpill/bios_shim.c:207> Symbol #108 in mfgBIOS "bromolow_synobios" {SetBuzzerClear}<ffffffffa0308800>
[   12.070085] <redpill/bios_shim.c:207> Symbol #109 in mfgBIOS "bromolow_synobios" {GetBuzzerCleared}<ffffffffa0308830>
[   12.080684] <redpill/bios_shim.c:207> Symbol #110 in mfgBIOS "bromolow_synobios" {GetPowerStatus}<ffffffffa0308860>
[   12.091110] <redpill/bios_shim.c:207> Symbol #111 in mfgBIOS "bromolow_synobios" {SetSCSIHostLedStatusBySataMvGPIO}<ffffffffa03089a0>
[   12.103097] <redpill/bios_shim.c:207> Symbol #112 in mfgBIOS "bromolow_synobios" {SetHALedByGPIO}<ffffffffa03089e0>
[   12.113523] <redpill/bios_shim.c:207> Symbol #113 in mfgBIOS "bromolow_synobios" {giHALedGreenPin}<ffffffffa0310f0c>
[   12.124036] <redpill/bios_shim.c:207> Symbol #114 in mfgBIOS "bromolow_synobios" {giHALedOrangePin}<ffffffffa0310f08>
[   12.134635] <redpill/bios_shim.c:207> Symbol #115 in mfgBIOS "bromolow_synobios" {SetSCSIHostLedStatusByAHCIGPIO}<ffffffffa0308ac0>
[   12.146448] <redpill/bios_shim.c:207> Symbol #116 in mfgBIOS "bromolow_synobios" {SetSCSIHostLedStatusBySataMvandAHCISGPIO}<ffffffffa0308b20>
[   12.159128] <redpill/bios_shim.c:207> Symbol #117 in mfgBIOS "bromolow_synobios" {diskLedEnabled.34700}<ffffffffa03128e8>
[   12.170075] <redpill/bios_shim.c:207> Symbol #118 in mfgBIOS "bromolow_synobios" {giDiskLedController}<ffffffffa0310e40>
[   12.180932] <redpill/bios_shim.c:207> Symbol #119 in mfgBIOS "bromolow_synobios" {SetSCSIHostLedStatusBy9235GPIO}<ffffffffa0308bf0>
[   12.192745] <redpill/bios_shim.c:207> Symbol #120 in mfgBIOS "bromolow_synobios" {diskLedEnabled.34649}<ffffffffa03128e4>
[   12.203692] <redpill/bios_shim.c:207> Symbol #121 in mfgBIOS "bromolow_synobios" {HWMONGetThermalSensorFromADT}<ffffffffa0308cb0>
[   12.215332] <redpill/bios_shim.c:207> Symbol #122 in mfgBIOS "bromolow_synobios" {hwmon_sensor_list}<ffffffffa03128f0>
[   12.226017] <redpill/bios_shim.c:207> Symbol #123 in mfgBIOS "bromolow_synobios" {HWMONGetVoltageSensorFromADT}<ffffffffa0308d10>
[   12.237657] <redpill/bios_shim.c:207> Symbol #124 in mfgBIOS "bromolow_synobios" {HWMONGetFanSpeedRPMFromADT}<ffffffffa0308d70>
[   12.249123] <redpill/bios_shim.c:207> Symbol #125 in mfgBIOS "bromolow_synobios" {Uninitialize}<ffffffffa0308dd0>
[   12.259377] <redpill/bios_shim.c:207> Symbol #126 in mfgBIOS "bromolow_synobios" {SetCpuFanStatus}<ffffffffa0308df0>
[   12.269890] <redpill/bios_shim.c:207> Symbol #127 in mfgBIOS "bromolow_synobios" {SetAlarmLed}<ffffffffa0308ee0>
[   12.280055] <redpill/bios_shim.c:207> Symbol #128 in mfgBIOS "bromolow_synobios" {SetFanStatus}<ffffffffa0308f00>
[   12.290307] <redpill/bios_shim.c:207> Symbol #129 in mfgBIOS "bromolow_synobios" {GetSysTemperature}<ffffffffa0308fe0>
[   12.300994] <redpill/bios_shim.c:207> Symbol #130 in mfgBIOS "bromolow_synobios" {GetFanStatusMircopWithGPIO}<ffffffffa0309000>
[   12.312460] <redpill/bios_shim.c:207> Symbol #131 in mfgBIOS "bromolow_synobios" {SetSCSIHostLedStatusBy9235GPIOandAHCISGPIO}<ffffffffa0309320>
[   12.325313] <redpill/bios_shim.c:207> Symbol #132 in mfgBIOS "bromolow_synobios" {diskLedEnabled.34680}<ffffffffa03128e0>
[   12.336260] <redpill/bios_shim.c:207> Symbol #133 in mfgBIOS "bromolow_synobios" {SetDiskLedStatusBySataMvGPIO}<ffffffffa0309430>
[   12.347897] <redpill/bios_shim.c:207> Symbol #134 in mfgBIOS "bromolow_synobios" {CSWTCH.54}<ffffffffa030a340>
[   12.357891] <redpill/bios_shim.c:207> Symbol #135 in mfgBIOS "bromolow_synobios" {gblDiskNumNeedTran}<ffffffffa0312900>
[   12.368665] <redpill/bios_shim.c:207> Symbol #136 in mfgBIOS "bromolow_synobios" {giDiskMapTable}<ffffffffa0312920>
[   12.379090] <redpill/bios_shim.c:207> Symbol #137 in mfgBIOS "bromolow_synobios" {SetDiskLedStatusBySataMvandAHCISGPIO}<ffffffffa0309490>
[   12.391422] <redpill/bios_shim.c:207> Symbol #138 in mfgBIOS "bromolow_synobios" {SetDiskLedStatusBy9235GPIO}<ffffffffa03094e0>
[   12.402889] <redpill/bios_shim.c:207> Symbol #139 in mfgBIOS "bromolow_synobios" {SetDiskLedStatusBy9235GPIOandAHCISGPIO}<ffffffffa0309530>
[   12.415394] <redpill/bios_shim.c:207> Symbol #140 in mfgBIOS "bromolow_synobios" {GetCpuTemperatureDenlowI3Transfer}<ffffffffa0309580>
[   12.427468] <redpill/bios_shim.c:207> Symbol #141 in mfgBIOS "bromolow_synobios" {GetCpuTemperatureI3Transfer}<ffffffffa0309600>
[   12.439030] <redpill/bios_shim.c:207> Symbol #142 in mfgBIOS "bromolow_synobios" {synobios_ops}<ffffffffa0310ca0>
[   12.449281] <redpill/bios_shim.c:211> Found vtable - size 416
[   12.455028] <redpill/bios_shim.c:226> Found "synobios_ops" in "bromolow_synobios" @ <ffffffffa0310ca0 =416=> ffffffffa03119a0>
[   12.466411] <redpill/override_symbol.c:364> Restoring symbol @ apply_relocate_add()<ffffffff81027670>
[   12.475621] <redpill/override_symbol.c:138> Disabling memory protection for page(s) at ffffffff81027670+12/1 (<<ffffffff81027000)
[   12.487264] <redpill/override_symbol.c:367> Writing original code to <ffffffff81027670>
[   12.495260] <redpill/override_symbol.c:159> Enabling memory protection for page(s) at ffffffff81027670+12/1 (<<ffffffff81027000)
[   12.506814] <redpill/override_symbol.c:370> Symbol restored @ apply_relocate_add()<ffffffff81027670>
[   12.516060] <redpill/bios_shims_collection.c:51> Will print 416 bytes of memory from ffffffffa0310ca0
[   12.525282] 20 0f 31 a0 ff ff ff ff  [00] 0x000      ffffffffa0310f20        __this_module+0x0/0xffffffffffff8e13 [bromolow_synobios]
[   12.536480] c0 87 30 a0 ff ff ff ff  [01] 0x008      ffffffffa03087c0        GetBrand+0x0/0x10 [bromolow_synobios]
[   12.546019] c0 90 30 a0 ff ff ff ff  [02] 0x010      ffffffffa03090c0        GetModel+0x0/0x260 [bromolow_synobios]
[   12.555657] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   12.563370] d0 81 30 a0 ff ff ff ff  [04] 0x020      ffffffffa03081d0        rtc_bandon_get_time+0x0/0x1a0 [bromolow_synobios]
[   12.573944] 20 84 30 a0 ff ff ff ff  [05] 0x028      ffffffffa0308420        rtc_bandon_set_time+0x0/0x370 [bromolow_synobios]
[   12.584516] 00 90 30 a0 ff ff ff ff  [06] 0x030      ffffffffa0309000        GetFanStatusMircopWithGPIO+0x0/0xc0 [bromolow_synobios]
[   12.595602] 00 8f 30 a0 ff ff ff ff  [07] 0x038      ffffffffa0308f00        SetFanStatus+0x0/0xe0 [bromolow_synobios]
[   12.605483] e0 8f 30 a0 ff ff ff ff  [08] 0x040      ffffffffa0308fe0        GetSysTemperature+0x0/0x20 [bromolow_synobios]
[   12.615822] 00 96 30 a0 ff ff ff ff  [09] 0x048      ffffffffa0309600        GetCpuTemperatureI3Transfer+0x0/0x80 [bromolow_synobios]
[   12.627011] 30 94 30 a0 ff ff ff ff  [10] 0x050      ffffffffa0309430        SetDiskLedStatusBySataMvGPIO+0x0/0x60 [bromolow_synobios]
[   12.638278] 00 00 00 00 00 00 00 00  [11] 0x058                (null)                  (null)
[   12.646000] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   12.653720] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   12.661426] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   12.669131] 90 88 30 a0 ff ff ff ff  [15] 0x078      ffffffffa0308890        SetGpioPin+0x0/0x50 [bromolow_synobios]
[   12.678830] e0 88 30 a0 ff ff ff ff  [16] 0x080      ffffffffa03088e0        GetGpioPin+0x0/0x50 [bromolow_synobios]
[   12.688555] 00 00 00 00 00 00 00 00  [17] 0x088                (null)                  (null)
[   12.696257] 70 83 30 a0 ff ff ff ff  [18] 0x090      ffffffffa0308370        rtc_bandon_set_auto_poweron+0x0/0xb0 [bromolow_synobios]
[   12.707445] 20 7f 30 a0 ff ff ff ff  [19] 0x098      ffffffffa0307f20        rtc_get_auto_poweron+0x0/0x50 [bromolow_synobios]
[   12.718012] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   12.725724] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   12.733446] e0 8e 30 a0 ff ff ff ff  [22] 0x0b0      ffffffffa0308ee0        SetAlarmLed+0x0/0x20 [bromolow_synobios]
[   12.743230] 30 88 30 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0308830        GetBuzzerCleared+0x0/0x30 [bromolow_synobios]
[   12.753450] 00 88 30 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0308800        SetBuzzerClear+0x0/0x30 [bromolow_synobios]
[   12.763513] 60 88 30 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0308860        GetPowerStatus+0x0/0x30 [bromolow_synobios]
[   12.773592] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   12.781314] d0 87 30 a0 ff ff ff ff  [27] 0x0d8      ffffffffa03087d0        InitModuleType+0x0/0x30 [bromolow_synobios]
[   12.791367] d0 8d 30 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0308dd0        Uninitialize+0x0/0x20 [bromolow_synobios]
[   12.801256] f0 8d 30 a0 ff ff ff ff  [29] 0x0e8      ffffffffa0308df0        SetCpuFanStatus+0x0/0xf0 [bromolow_synobios]
[   12.811395] 00 00 00 00 00 00 00 00  [30] 0x0f0                (null)                  (null)
[   12.819100] 00 00 00 00 00 00 00 00  [31] 0x0f8                (null)                  (null)
[   12.826814] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   12.834528] 20 75 30 a0 ff ff ff ff  [33] 0x108      ffffffffa0307520        CheckMicropId+0x0/0x90 [bromolow_synobios]
[   12.844494] a0 74 30 a0 ff ff ff ff  [34] 0x110      ffffffffa03074a0        SetMicropId+0x0/0x80 [bromolow_synobios]
[   12.854303] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   12.862018] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   12.869731] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   12.877462] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   12.885167] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   12.892871] 30 89 30 a0 ff ff ff ff  [40] 0x140      ffffffffa0308930        GetCPUInfo+0x0/0x70 [bromolow_synobios]
[   12.902578] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   12.910292] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   12.918005] 00 00 00 00 00 00 00 00  [43] 0x158                (null)                  (null)
[   12.925736] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   12.933458] 00 00 00 00 00 00 00 00  [45] 0x168                (null)                  (null)
[   12.941179] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   12.948884] 00 00 00 00 00 00 00 00  [47] 0x178                (null)                  (null)
[   12.956599] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   12.964303] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   12.972016] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   12.979738] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   12.987451]
[   12.988942] <redpill/bios_shims_collection.c:64> Finished printing memory at ffffffffa0310e40
[   12.997469] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [6] originally GetFanStatusMircopWithGPIO [bromolow_synobios]<ffffffffa0309000> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   13.015616] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [7] originally SetFanStatus [bromolow_synobios]<ffffffffa0308f00> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   13.032540] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [10] originally SetDiskLedStatusBySataMvGPIO [bromolow_synobios]<ffffffffa0309430> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   13.050938] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [11] originally           (null)<          (null)> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   13.066568] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [15] originally SetGpioPin [bromolow_synobios]<ffffffffa0308890> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   13.083408] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [16] originally GetGpioPin [bromolow_synobios]<ffffffffa03088e0> will now be shim_get_gpio_pin_usable [redpill]<ffffffffa0008a20>
[   13.100590] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [17] originally           (null)<          (null)> will now be shim_null_zero_ulong_trace [redpill]<ffffffffa0008ce0>
[   13.116739] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [22] originally SetAlarmLed [bromolow_synobios]<ffffffffa0308ee0> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   13.133666] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [23] originally GetBuzzerCleared [bromolow_synobios]<ffffffffa0308830> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   13.151025] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [24] originally SetBuzzerClear [bromolow_synobios]<ffffffffa0308800> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   13.168211] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [29] originally SetCpuFanStatus [bromolow_synobios]<ffffffffa0308df0> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   13.185482] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [30] originally           (null)<          (null)> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   13.201106] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [31] originally           (null)<          (null)> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   13.216736] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [33] originally CheckMicropId [bromolow_synobios]<ffffffffa0307520> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   13.233834] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [34] originally SetMicropId [bromolow_synobios]<ffffffffa03074a0> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   13.250758] <redpill/bios_shims_collection.c:108> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   13.260490] <redpill/bios_shims_collection.c:51> Will print 416 bytes of memory from ffffffffa0310ca0
[   13.269704] 20 0f 31 a0 ff ff ff ff  [00] 0x000      ffffffffa0310f20        __this_module+0x0/0xffffffffffff8e13 [bromolow_synobios]
[   13.280890] c0 87 30 a0 ff ff ff ff  [01] 0x008      ffffffffa03087c0        GetBrand+0x0/0x10 [bromolow_synobios]
[   13.290423] c0 90 30 a0 ff ff ff ff  [02] 0x010      ffffffffa03090c0        GetModel+0x0/0x260 [bromolow_synobios]
[   13.300044] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   13.307750] d0 81 30 a0 ff ff ff ff  [04] 0x020      ffffffffa03081d0        rtc_bandon_get_time+0x0/0x1a0 [bromolow_synobios]
[   13.318323] 20 84 30 a0 ff ff ff ff  [05] 0x028      ffffffffa0308420        rtc_bandon_set_time+0x0/0x370 [bromolow_synobios]
[   13.328904] 10 8a 00 a0 ff ff ff ff  [06] 0x030      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.338613] 10 8a 00 a0 ff ff ff ff  [07] 0x038      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.348326] e0 8f 30 a0 ff ff ff ff  [08] 0x040      ffffffffa0308fe0        GetSysTemperature+0x0/0x20 [bromolow_synobios]
[   13.358649] 00 96 30 a0 ff ff ff ff  [09] 0x048      ffffffffa0309600        GetCpuTemperatureI3Transfer+0x0/0x80 [bromolow_synobios]
[   13.369828] 10 8a 00 a0 ff ff ff ff  [10] 0x050      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.379536] 10 8a 00 a0 ff ff ff ff  [11] 0x058      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.389242] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   13.396939] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   13.404653] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   13.412373] 10 8a 00 a0 ff ff ff ff  [15] 0x078      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.422080] 20 8a 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0008a20        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   13.432118] e0 8c 00 a0 ff ff ff ff  [17] 0x088      ffffffffa0008ce0        shim_null_zero_ulong_trace+0x0/0x10 [redpill]
[   13.442353] 70 83 30 a0 ff ff ff ff  [18] 0x090      ffffffffa0308370        rtc_bandon_set_auto_poweron+0x0/0xb0 [bromolow_synobios]
[   13.453533] 20 7f 30 a0 ff ff ff ff  [19] 0x098      ffffffffa0307f20        rtc_get_auto_poweron+0x0/0x50 [bromolow_synobios]
[   13.464107] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   13.471820] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   13.479535] 10 8a 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.489247] 10 8a 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.498965] 10 8a 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.508678] 60 88 30 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0308860        GetPowerStatus+0x0/0x30 [bromolow_synobios]
[   13.518732] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   13.526445] d0 87 30 a0 ff ff ff ff  [27] 0x0d8      ffffffffa03087d0        InitModuleType+0x0/0x30 [bromolow_synobios]
[   13.536498] d0 8d 30 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0308dd0        Uninitialize+0x0/0x20 [bromolow_synobios]
[   13.546363] 10 8a 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.556079] 10 8a 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.565784] 10 8a 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.575492] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   13.583203] 10 8a 00 a0 ff ff ff ff  [33] 0x108      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.592912] 10 8a 00 a0 ff ff ff ff  [34] 0x110      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.602626] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   13.610324] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   13.618035] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   13.625741] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   13.633464] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   13.641176] 30 89 30 a0 ff ff ff ff  [40] 0x140      ffffffffa0308930        GetCPUInfo+0x0/0x70 [bromolow_synobios]
[   13.650883] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   13.658587] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   13.666285] 00 00 00 00 00 00 00 00  [43] 0x158                (null)                  (null)
[   13.673996] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   13.681710] 00 00 00 00 00 00 00 00  [45] 0x168                (null)                  (null)
[   13.689407] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   13.697119] 00 00 00 00 00 00 00 00  [47] 0x178                (null)                  (null)
[   13.704833] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   13.712548] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   13.720268] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   13.727964] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   13.735670]
[   13.737170] <redpill/bios_shims_collection.c:64> Finished printing memory at ffffffffa0310e40
[   13.745691] <redpill/bios_shim.c:123> bromolow_synobios BIOS *early* shimmed
[   13.752816] synobios open /dev/ttyS1 success
[   13.757140] 2021-9-7 19:3:5 UTC
[   13.760285] synobios: load, major number 201
[   13.764559] Brand: Synology
[   13.767355] Model: DS-3615xs
[   13.770233] set group disks wakeup number to 4, spinup time deno 7
[   13.776414] synobios cpu_arch proc entry initialized
[   13.781379] synobios crypto_hw proc entry initialized
[   13.786433] synobios syno_platform proc entry initialized
[   13.791833] <redpill/bios_shims_collection.c:51> Will print 416 bytes of memory from ffffffffa0310ca0
[   13.801043] 20 0f 31 a0 ff ff ff ff  [00] 0x000      ffffffffa0310f20        __this_module+0x0/0xffffffffffff8e13 [bromolow_synobios]
[   13.812242] c0 87 30 a0 ff ff ff ff  [01] 0x008      ffffffffa03087c0        GetBrand+0x0/0x10 [bromolow_synobios]
[   13.821801] c0 90 30 a0 ff ff ff ff  [02] 0x010      ffffffffa03090c0        GetModel+0x0/0x260 [bromolow_synobios]
[   13.831422] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   13.839125] d0 81 30 a0 ff ff ff ff  [04] 0x020      ffffffffa03081d0        rtc_bandon_get_time+0x0/0x1a0 [bromolow_synobios]
[   13.849715] 20 84 30 a0 ff ff ff ff  [05] 0x028      ffffffffa0308420        rtc_bandon_set_time+0x0/0x370 [bromolow_synobios]
[   13.860279] 00 00 00 00 00 00 00 00  [06] 0x030                (null)                  (null)
[   13.867994] 10 8a 00 a0 ff ff ff ff  [07] 0x038      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.877702] e0 8f 30 a0 ff ff ff ff  [08] 0x040      ffffffffa0308fe0        GetSysTemperature+0x0/0x20 [bromolow_synobios]
[   13.888013] 80 95 30 a0 ff ff ff ff  [09] 0x048      ffffffffa0309580        GetCpuTemperatureDenlowI3Transfer+0x0/0x80 [bromolow_synobios]
[   13.899706] 30 95 30 a0 ff ff ff ff  [10] 0x050      ffffffffa0309530        SetDiskLedStatusBy9235GPIOandAHCISGPIO+0x0/0x50 [bromolow_synobios]
[   13.911857] 10 8a 00 a0 ff ff ff ff  [11] 0x058      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.921572] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   13.929294] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   13.936998] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   13.944711] 10 8a 00 a0 ff ff ff ff  [15] 0x078      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   13.954428] 20 8a 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0008a20        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   13.964497] e0 8c 00 a0 ff ff ff ff  [17] 0x088      ffffffffa0008ce0        shim_null_zero_ulong_trace+0x0/0x10 [redpill]
[   13.974717] 70 83 30 a0 ff ff ff ff  [18] 0x090      ffffffffa0308370        rtc_bandon_set_auto_poweron+0x0/0xb0 [bromolow_synobios]
[   13.985895] 20 7f 30 a0 ff ff ff ff  [19] 0x098      ffffffffa0307f20        rtc_get_auto_poweron+0x0/0x50 [bromolow_synobios]
[   13.996462] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   14.004166] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   14.011871] 10 8a 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.021587] 10 8a 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.031301] 10 8a 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.040991] 60 88 30 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0308860        GetPowerStatus+0x0/0x30 [bromolow_synobios]
[   14.051044] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   14.058767] d0 87 30 a0 ff ff ff ff  [27] 0x0d8      ffffffffa03087d0        InitModuleType+0x0/0x30 [bromolow_synobios]
[   14.068838] d0 8d 30 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0308dd0        Uninitialize+0x0/0x20 [bromolow_synobios]
[   14.078725] 10 8a 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.088432] 10 8a 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.098139] 10 8a 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.107847] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   14.115552] 10 8a 00 a0 ff ff ff ff  [33] 0x108      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.125266] 10 8a 00 a0 ff ff ff ff  [34] 0x110      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.134974] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   14.142678] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   14.150375] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   14.158087] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   14.165793] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   14.173514] 30 89 30 a0 ff ff ff ff  [40] 0x140      ffffffffa0308930        GetCPUInfo+0x0/0x70 [bromolow_synobios]
[   14.183222] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   14.190933] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   14.198640] 70 8d 30 a0 ff ff ff ff  [43] 0x158      ffffffffa0308d70        HWMONGetFanSpeedRPMFromADT+0x0/0x60 [bromolow_synobios]
[   14.209742] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   14.217473] 10 8d 30 a0 ff ff ff ff  [45] 0x168      ffffffffa0308d10        HWMONGetVoltageSensorFromADT+0x0/0x60 [bromolow_synobios]
[   14.228738] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   14.236443] b0 8c 30 a0 ff ff ff ff  [47] 0x178      ffffffffa0308cb0        HWMONGetThermalSensorFromADT+0x0/0x60 [bromolow_synobios]
[   14.247711] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   14.255433] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   14.263163] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   14.270877] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   14.278582]
[   14.280080] <redpill/bios_shims_collection.c:64> Finished printing memory at ffffffffa0310e40
[   14.288594] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [6] originally           (null)<          (null)> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   14.304138] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [10] originally SetDiskLedStatusBy9235GPIOandAHCISGPIO [bromolow_synobios]<ffffffffa0309530> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   14.323399] <redpill/bios_shims_collection.c:108> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   14.333130] <redpill/bios_shims_collection.c:51> Will print 416 bytes of memory from ffffffffa0310ca0
[   14.342344] 20 0f 31 a0 ff ff ff ff  [00] 0x000      ffffffffa0310f20        __this_module+0x0/0xffffffffffff8e13 [bromolow_synobios]
[   14.353523] c0 87 30 a0 ff ff ff ff  [01] 0x008      ffffffffa03087c0        GetBrand+0x0/0x10 [bromolow_synobios]
[   14.363039] c0 90 30 a0 ff ff ff ff  [02] 0x010      ffffffffa03090c0        GetModel+0x0/0x260 [bromolow_synobios]
[   14.372667] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   14.380381] d0 81 30 a0 ff ff ff ff  [04] 0x020      ffffffffa03081d0        rtc_bandon_get_time+0x0/0x1a0 [bromolow_synobios]
[   14.390946] 20 84 30 a0 ff ff ff ff  [05] 0x028      ffffffffa0308420        rtc_bandon_set_time+0x0/0x370 [bromolow_synobios]
[   14.401529] 10 8a 00 a0 ff ff ff ff  [06] 0x030      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.411244] 10 8a 00 a0 ff ff ff ff  [07] 0x038      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.420951] e0 8f 30 a0 ff ff ff ff  [08] 0x040      ffffffffa0308fe0        GetSysTemperature+0x0/0x20 [bromolow_synobios]
[   14.431263] 80 95 30 a0 ff ff ff ff  [09] 0x048      ffffffffa0309580        GetCpuTemperatureDenlowI3Transfer+0x0/0x80 [bromolow_synobios]
[   14.442964] 10 8a 00 a0 ff ff ff ff  [10] 0x050      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.452671] 10 8a 00 a0 ff ff ff ff  [11] 0x058      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.462385] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   14.470092] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   14.477804] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   14.485517] 10 8a 00 a0 ff ff ff ff  [15] 0x078      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.495234] 20 8a 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0008a20        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   14.505288] e0 8c 00 a0 ff ff ff ff  [17] 0x088      ffffffffa0008ce0        shim_null_zero_ulong_trace+0x0/0x10 [redpill]
[   14.515521] 70 83 30 a0 ff ff ff ff  [18] 0x090      ffffffffa0308370        rtc_bandon_set_auto_poweron+0x0/0xb0 [bromolow_synobios]
[   14.526703] 20 7f 30 a0 ff ff ff ff  [19] 0x098      ffffffffa0307f20        rtc_get_auto_poweron+0x0/0x50 [bromolow_synobios]
[   14.537275] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   14.544989] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   14.552711] 10 8a 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.562427] 10 8a 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.572141] 10 8a 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.581848] 60 88 30 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0308860        GetPowerStatus+0x0/0x30 [bromolow_synobios]
[   14.591912] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   14.599623] d0 87 30 a0 ff ff ff ff  [27] 0x0d8      ffffffffa03087d0        InitModuleType+0x0/0x30 [bromolow_synobios]
[   14.609669] d0 8d 30 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0308dd0        Uninitialize+0x0/0x20 [bromolow_synobios]
[   14.619558] 10 8a 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.629273] 10 8a 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.638964] 10 8a 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.648670] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   14.656391] 10 8a 00 a0 ff ff ff ff  [33] 0x108      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.666107] 10 8a 00 a0 ff ff ff ff  [34] 0x110      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   14.675814] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   14.683518] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   14.691239] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   14.698937] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   14.706649] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   14.714345] 30 89 30 a0 ff ff ff ff  [40] 0x140      ffffffffa0308930        GetCPUInfo+0x0/0x70 [bromolow_synobios]
[   14.724045] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   14.731757] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   14.739461] 70 8d 30 a0 ff ff ff ff  [43] 0x158      ffffffffa0308d70        HWMONGetFanSpeedRPMFromADT+0x0/0x60 [bromolow_synobios]
[   14.750557] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   14.758260] 10 8d 30 a0 ff ff ff ff  [45] 0x168      ffffffffa0308d10        HWMONGetVoltageSensorFromADT+0x0/0x60 [bromolow_synobios]
[   14.769537] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   14.777240] b0 8c 30 a0 ff ff ff ff  [47] 0x178      ffffffffa0308cb0        HWMONGetThermalSensorFromADT+0x0/0x60 [bromolow_synobios]
[   14.788500] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   14.796204] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   14.803926] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   14.811646] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   14.819343]
[   14.820842] <redpill/bios_shims_collection.c:64> Finished printing memory at ffffffffa0310e40
[   14.829355] <redpill/bios_shim.c:121> bromolow_synobios BIOS *fully* shimmed
mknod: /dev/synobios: File exist[   14.839186] <redpill/pmu_shim.c:324> Got 2 bytes from PMU: reason=1 hex={2d 34} ascii="-4"
[   14.847893] <redpill/pmu_shim.c:253> Executing cmd OUT_PWR_LED_ON handler cmd_shim_noop+0x0/0x30 [redpill]
[   14.857537] <redpill/pmu_shim.c:42> vPMU received OUT_PWR_LED_ON using 1 bytes - NOOP
s
Starting SW i[   14.865397] <redpill/pmu_shim.c:324> Got 2 bytes from PMU: reason=1 hex={2d 39} ascii="-9"
[   14.866629] Module [bromolow_synobios] is removed.
nit...
[   14.879874] <redpill/pmu_shim.c:253> Executing cmd OUT_STATUS_LED_PULSE_GREEN handler cmd_shim_noop+0x0/0x30 [redpill]
[   14.891241] <redpill/pmu_shim.c:42> vPMU received OUT_STATUS_LED_PULSE_GREEN using 1 bytes - NOOP
[   14.900111] synobios: unload
[   14.903047] <redpill/bios_shim.c:96> bromolow_synobios BIOS went away - you may get a kernel panic if YOU unloaded it
[   14.913652] <redpill/override_symbol.c:173> Overriding apply_relocate_add() with _apply_relocate_add [redpill]()<ffffffffa00096d0>
[   14.925494] <redpill/override_symbol.c:180> Found apply_relocate_add() @ <ffffffff81027670>
[   14.933842] <redpill/override_symbol.c:189> Generated jump to f()<ffffffffa00096d0> for apply_relocate_add()<ffffffff81027670>: 48b8 d09600a0ffffffff ffe0
[   14.947646] <redpill/override_symbol.c:138> Disabling memory protection for page(s) at ffffffff81027670+12/1 (<<ffffffff81027000)
[   14.959289] <redpill/override_symbol.c:194> Writing jump code to <ffffffff81027670>
[   14.966939] <redpill/override_symbol.c:159> Enabling memory protection for page(s) at ffffffff81027670+12/1 (<<ffffffff81027000)
[   14.978494] <redpill/override_symbol.c:198> Override for apply_relocate_add set up with ffffffffa00096d0
:: Loading module synobios[   15.003418] <redpill/bios_shim.c:198> Symbol section <ffffc90004433a28> @ vaddr<18446744072102273024> size[9024]
[   15.014395] <redpill/bios_shim.c:207> Symbol #0 in mfgBIOS "bromolow_synobios" {}<          (null)>
[   15.023429] <redpill/bios_shim.c:207> Symbol #1 in mfgBIOS "bromolow_synobios" {}<ffffffffa031b000>
[   15.032469] <redpill/bios_shim.c:207> Symbol #2 in mfgBIOS "bromolow_synobios" {}<ffffffffa0321da0>
[   15.041508] <redpill/bios_shim.c:207> Symbol #3 in mfgBIOS "bromolow_synobios" {}<ffffffffa032239e>
[   15.050548] <redpill/bios_shim.c:207> Symbol #4 in mfgBIOS "bromolow_synobios" {}<ffffffffa0323378>
[   15.059586] <redpill/bios_shim.c:207> Symbol #5 in mfgBIOS "bromolow_synobios" {}<ffffffffa0323f02>
[   15.068627] <redpill/bios_shim.c:207> Symbol #6 in mfgBIOS "bromolow_synobios" {}<ffffffffa0323fc0>
[   15.077666] <redpill/bios_shim.c:207> Symbol #7 in mfgBIOS "bromolow_synobios" {}<ffffffffa0329140>
[   15.086705] <redpill/bios_shim.c:207> Symbol #8 in mfgBIOS "bromolow_synobios" {synobios_ttyS_wait_read}<ffffffffa031b000>
[   15.097737] <redpill/bios_shim.c:207> Symbol #9 in mfgBIOS "bromolow_synobios" {state.20841}<ffffffffa032920c>
[   15.107730] <redpill/bios_shim.c:207> Symbol #10 in mfgBIOS "bromolow_synobios" {save_bytes.20840}<ffffffffa0329208>
[   15.118243] <redpill/bios_shim.c:207> Symbol #11 in mfgBIOS "bromolow_synobios" {state.20858}<ffffffffa0329204>
[   15.128321] <redpill/bios_shim.c:207> Symbol #12 in mfgBIOS "bromolow_synobios" {syno_ttyS_write}<ffffffffa031b450>
[   15.138741] <redpill/bios_shim.c:207> Symbol #13 in mfgBIOS "bromolow_synobios" {__key.20875}<ffffffffa0329204>
[   15.148829] <redpill/bios_shim.c:207> Symbol #14 in mfgBIOS "bromolow_synobios" {__ksymtab_synobios_lock_ttyS_current}<ffffffffa0321d80>
[   15.161075] <redpill/bios_shim.c:207> Symbol #15 in mfgBIOS "bromolow_synobios" {__kstrtab_synobios_lock_ttyS_current}<ffffffffa0323f02>
[   15.173321] <redpill/bios_shim.c:207> Symbol #16 in mfgBIOS "bromolow_synobios" {__ksymtab_synobios_lock_ttyS_protection}<ffffffffa0321d90>
[   15.185826] <redpill/bios_shim.c:207> Symbol #17 in mfgBIOS "bromolow_synobios" {__kstrtab_synobios_lock_ttyS_protection}<ffffffffa0323f1d>
[   15.198333] <redpill/bios_shim.c:207> Symbol #18 in mfgBIOS "bromolow_synobios" {__ksymtab_save_current_data_from_uart}<ffffffffa0321d70>
[   15.210666] <redpill/bios_shim.c:207> Symbol #19 in mfgBIOS "bromolow_synobios" {__kstrtab_save_current_data_from_uart}<ffffffffa0323f3b>
[   15.223000] <redpill/bios_shim.c:207> Symbol #20 in mfgBIOS "bromolow_synobios" {__ksymtab_save_char_from_uart}<ffffffffa0321d60>
[   15.234638] <redpill/bios_shim.c:207> Symbol #21 in mfgBIOS "bromolow_synobios" {__kstrtab_save_char_from_uart}<ffffffffa0323f57>
[   15.246279] <redpill/bios_shim.c:207> Symbol #22 in mfgBIOS "bromolow_synobios" {synobios_read_proc_cpu_arch_open}<ffffffffa031bbc0>
[   15.258178] <redpill/bios_shim.c:207> Symbol #23 in mfgBIOS "bromolow_synobios" {synobios_read_proc_cpu_arch}<ffffffffa031bc20>
[   15.269642] <redpill/bios_shim.c:207> Symbol #24 in mfgBIOS "bromolow_synobios" {synobios_read_proc_crypto_hw_open}<ffffffffa031bbe0>
[   15.281628] <redpill/bios_shim.c:207> Symbol #25 in mfgBIOS "bromolow_synobios" {synobios_read_proc_crypto_hw}<ffffffffa031bc90>
[   15.293181] <redpill/bios_shim.c:207> Symbol #26 in mfgBIOS "bromolow_synobios" {synobios_read_proc_platform_open}<ffffffffa031bc00>
[   15.305081] <redpill/bios_shim.c:207> Symbol #27 in mfgBIOS "bromolow_synobios" {synobios_read_proc_platform_name}<ffffffffa031bd00>
[   15.316980] <redpill/bios_shim.c:207> Symbol #28 in mfgBIOS "bromolow_synobios" {gSynoCPUMapping}<ffffffffa0324d40>
[   15.327407] <redpill/bios_shim.c:207> Symbol #29 in mfgBIOS "bromolow_synobios" {gSynoCRYPTOMapping}<ffffffffa0324c80>
[   15.338093] <redpill/bios_shim.c:207> Symbol #30 in mfgBIOS "bromolow_synobios" {synobios_record_event_new.isra.0.part.1}<ffffffffa031bd20>
[   15.350599] <redpill/bios_shim.c:207> Symbol #31 in mfgBIOS "bromolow_synobios" {scSynoBios}<ffffffffa03294a0>
[   15.360592] <redpill/bios_shim.c:207> Symbol #32 in mfgBIOS "bromolow_synobios" {synobios_record_scsi_error_event}<ffffffffa031bdc0>
[   15.372492] <redpill/bios_shim.c:207> Symbol #33 in mfgBIOS "bromolow_synobios" {synobios_disk_power_short_break_report}<ffffffffa031be20>
[   15.384912] <redpill/bios_shim.c:207> Symbol #34 in mfgBIOS "bromolow_synobios" {synobios_wake_from_deep_sleep}<ffffffffa031be70>
[   15.396551] <redpill/bios_shim.c:207> Symbol #35 in mfgBIOS "bromolow_synobios" {synobios_disk_reset_fail_report}<ffffffffa031bec0>
[   15.408363] <redpill/bios_shim.c:207> Symbol #36 in mfgBIOS "bromolow_synobios" {synobios_disk_timeout_report}<ffffffffa031bf20>
[   15.419916] <redpill/bios_shim.c:207> Symbol #37 in mfgBIOS "bromolow_synobios" {synobios_disk_retry_report}<ffffffffa031bf80>
[   15.431296] <redpill/bios_shim.c:207> Symbol #38 in mfgBIOS "bromolow_synobios" {synobios_sata_error_report}<ffffffffa031bfd0>
[   15.442676] <redpill/bios_shim.c:207> Symbol #39 in mfgBIOS "bromolow_synobios" {synobios_record_ebox_refresh_event}<ffffffffa031c030>
[   15.454748] <redpill/bios_shim.c:207> Symbol #40 in mfgBIOS "bromolow_synobios" {synobios_disk_port_lost_report}<ffffffffa031c080>
[   15.466474] <redpill/bios_shim.c:207> Symbol #41 in mfgBIOS "bromolow_synobios" {synobios_record_disk_port_disabled_event}<ffffffffa031c0d0>
[   15.479065] <redpill/bios_shim.c:207> Symbol #42 in mfgBIOS "bromolow_synobios" {synobios_record_disk_pwr_reset_event}<ffffffffa031c120>
[   15.491312] <redpill/bios_shim.c:207> Symbol #43 in mfgBIOS "bromolow_synobios" {synobios_error_fs_btrfs_event}<ffffffffa031c170>
[   15.502953] <redpill/bios_shim.c:207> Symbol #44 in mfgBIOS "bromolow_synobios" {synobios_error_fs_event}<ffffffffa031c1c0>
[   15.514073] <redpill/bios_shim.c:207> Symbol #45 in mfgBIOS "bromolow_synobios" {synobios_autoremap_raid_event}<ffffffffa031c230>
[   15.525712] <redpill/bios_shim.c:207> Symbol #46 in mfgBIOS "bromolow_synobios" {synobios_record_raid_event}<ffffffffa031c280>
[   15.537091] <redpill/bios_shim.c:207> Symbol #47 in mfgBIOS "bromolow_synobios" {synobios_event_ecc_notification}<ffffffffa031c2d0>
[   15.548904] <redpill/bios_shim.c:207> Symbol #48 in mfgBIOS "bromolow_synobios" {synobios_raid_sync_event}<ffffffffa031c330>
[   15.560111] <redpill/bios_shim.c:207> Symbol #49 in mfgBIOS "bromolow_synobios" {synobios_error_oom_event}<ffffffffa031c440>
[   15.571317] <redpill/bios_shim.c:207> Symbol #50 in mfgBIOS "bromolow_synobios" {synobios_poll}<ffffffffa031c5b0>
[   15.581567] <redpill/bios_shim.c:207> Symbol #51 in mfgBIOS "bromolow_synobios" {synobios_ops}<ffffffffa032a8c8>
[   15.591735] <redpill/bios_shim.c:207> Symbol #52 in mfgBIOS "bromolow_synobios" {last_jiffies.35793}<ffffffffa0323fc0>
[   15.602419] <redpill/bios_shim.c:207> Symbol #53 in mfgBIOS "bromolow_synobios" {buzzer_press_count.35794}<ffffffffa0329374>
[   15.613628] <redpill/bios_shim.c:207> Symbol #54 in mfgBIOS "bromolow_synobios" {syno_microp_get_event}<ffffffffa031c6b0>
[   15.624572] <redpill/bios_shim.c:207> Symbol #55 in mfgBIOS "bromolow_synobios" {micropLogSwitch}<ffffffffa032a8d0>
[   15.634999] <redpill/bios_shim.c:207> Symbol #56 in mfgBIOS "bromolow_synobios" {syno_console_prohibit_event}<ffffffffa031c700>
[   15.646465] <redpill/bios_shim.c:207> Symbol #57 in mfgBIOS "bromolow_synobios" {syno_usb_prohibit_event}<ffffffffa031c720>
[   15.657585] <redpill/bios_shim.c:207> Symbol #58 in mfgBIOS "bromolow_synobios" {card_detect_proc_fops}<ffffffffa0329380>
[   15.668531] <redpill/bios_shim.c:207> Symbol #59 in mfgBIOS "bromolow_synobios" {synobios_ioctl}<ffffffffa031ca30>
[   15.678871] <redpill/bios_shim.c:207> Symbol #60 in mfgBIOS "bromolow_synobios" {sys_status_lock}<ffffffffa03251c0>
[   15.689295] <redpill/bios_shim.c:207> Symbol #61 in mfgBIOS "bromolow_synobios" {pgSysStatus}<ffffffffa0329498>
[   15.699375] <redpill/bios_shim.c:207> Symbol #62 in mfgBIOS "bromolow_synobios" {LedSetLock}<ffffffffa03251b4>
[   15.709369] <redpill/bios_shim.c:207> Symbol #63 in mfgBIOS "bromolow_synobios" {check_fan}<ffffffffa03251b0>
[   15.719273] <redpill/bios_shim.c:207> Symbol #64 in mfgBIOS "bromolow_synobios" {__func__.35844}<ffffffffa0321da0>
[   15.729605] <redpill/bios_shim.c:207> Symbol #65 in mfgBIOS "bromolow_synobios" {__key.36110}<ffffffffa0329374>
[   15.739684] <redpill/bios_shim.c:207> Symbol #66 in mfgBIOS "bromolow_synobios" {gSynoModelMapping}<ffffffffa0323fe0>
[   15.750293] <redpill/bios_shim.c:207> Symbol #67 in mfgBIOS "bromolow_synobios" {synobios_read_proc_cpu_arch_fops}<ffffffffa0322000>
[   15.762192] <redpill/bios_shim.c:207> Symbol #68 in mfgBIOS "bromolow_synobios" {synobios_read_proc_crypto_hw_fops}<ffffffffa0321ee0>
[   15.774179] <redpill/bios_shim.c:207> Symbol #69 in mfgBIOS "bromolow_synobios" {synobios_read_proc_platform_fops}<ffffffffa0321dc0>
[   15.786077] <redpill/bios_shim.c:207> Symbol #70 in mfgBIOS "bromolow_synobios" {system_mode}<ffffffffa032a8d4>
[   15.796156] <redpill/bios_shim.c:207> Symbol #71 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_license6}<ffffc9000441ffd0>
[   15.807015] <redpill/bios_shim.c:207> Symbol #72 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_description5}<ffffc9000441ffe6>
[   15.818222] <redpill/bios_shim.c:207> Symbol #73 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_author4}<ffffc9000441fffc>
[   15.828995] <redpill/bios_shim.c:207> Symbol #74 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_system_mode3}<ffffc9000442000d>
[   15.840201] <redpill/bios_shim.c:207> Symbol #75 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_system_modetype2}<ffffc90004420048>
[   15.851755] <redpill/bios_shim.c:207> Symbol #76 in mfgBIOS "bromolow_synobios" {__param_system_mode}<ffffffffa0323f70>
[   15.862535] <redpill/bios_shim.c:207> Symbol #77 in mfgBIOS "bromolow_synobios" {__param_str_system_mode}<ffffffffa0322118>
[   15.873655] <redpill/bios_shim.c:207> Symbol #78 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_check_fan1}<ffffc90004420061>
[   15.884688] <redpill/bios_shim.c:207> Symbol #79 in mfgBIOS "bromolow_synobios" {__UNIQUE_ID_check_fantype0}<ffffc9000442009b>
[   15.896068] <redpill/bios_shim.c:207> Symbol #80 in mfgBIOS "bromolow_synobios" {__param_check_fan}<ffffffffa0323f90>
[   15.906667] <redpill/bios_shim.c:207> Symbol #81 in mfgBIOS "bromolow_synobios" {__param_str_check_fan}<ffffffffa0322128>
[   15.917615] <redpill/bios_shim.c:207> Symbol #82 in mfgBIOS "bromolow_synobios" {RS3412rpxsInitModuleType}<ffffffffa031ee80>
[   15.928820] <redpill/bios_shim.c:207> Symbol #83 in mfgBIOS "bromolow_synobios" {RS3412xsInitModuleType}<ffffffffa031eee0>
[   15.939853] <redpill/bios_shim.c:207> Symbol #84 in mfgBIOS "bromolow_synobios" {DS3612xsInitModuleType}<ffffffffa031ef40>
[   15.950885] <redpill/bios_shim.c:207> Symbol #85 in mfgBIOS "bromolow_synobios" {DS3615xsInitModuleType}<ffffffffa031ef70>
[   15.961919] <redpill/bios_shim.c:207> Symbol #86 in mfgBIOS "bromolow_synobios" {RS3411rpxsInitModuleType}<ffffffffa031efa0>
[   15.973123] <redpill/bios_shim.c:207> Symbol #87 in mfgBIOS "bromolow_synobios" {RS3411xsInitModuleType}<ffffffffa031f000>
[   15.984155] <redpill/bios_shim.c:207> Symbol #88 in mfgBIOS "bromolow_synobios" {DS3611xsInitModuleType}<ffffffffa031f060>
[   15.995189] <redpill/bios_shim.c:207> Symbol #89 in mfgBIOS "bromolow_synobios" {RS10613xspInitModuleType}<ffffffffa031f090>
[   16.006394] <redpill/bios_shim.c:207> Symbol #90 in mfgBIOS "bromolow_synobios" {RS3413xspInitModuleType}<ffffffffa031f0f0>
[   16.017514] <redpill/bios_shim.c:207> Symbol #91 in mfgBIOS "bromolow_synobios" {RS3614xsInitModuleType}<ffffffffa031f150>
[   16.028547] <redpill/bios_shim.c:207> Symbol #92 in mfgBIOS "bromolow_synobios" {RS3614rpxsInitModuleType}<ffffffffa031f180>
[   16.039754] <redpill/bios_shim.c:207> Symbol #93 in mfgBIOS "bromolow_synobios" {RS3614xspInitModuleType}<ffffffffa031f1b0>
[   16.050873] <redpill/bios_shim.c:207> Symbol #94 in mfgBIOS "bromolow_synobios" {DS2414xsInitModuleType}<ffffffffa031f1e0>
[   16.061905] <redpill/bios_shim.c:207> Symbol #95 in mfgBIOS "bromolow_synobios" {RS3415xspInitModuleType}<ffffffffa031f210>
[   16.073025] <redpill/bios_shim.c:207> Symbol #96 in mfgBIOS "bromolow_synobios" {RC18015xspInitModuleType}<ffffffffa031f240>
[   16.084232] <redpill/bios_shim.c:207> Symbol #97 in mfgBIOS "bromolow_synobios" {RS18016xspInitModuleType}<ffffffffa031f2a0>
[   16.095438] <redpill/bios_shim.c:207> Symbol #98 in mfgBIOS "bromolow_synobios" {RS3617xsInitModuleType}<ffffffffa031f300>
[   16.106470] <redpill/bios_shim.c:207> Symbol #99 in mfgBIOS "bromolow_synobios" {MpId.21705}<ffffffffa0328c80>
[   16.116462] <redpill/bios_shim.c:207> Symbol #100 in mfgBIOS "bromolow_synobios" {days_since_epoch}<ffffffffa0322260>
[   16.127063] <redpill/bios_shim.c:207> Symbol #101 in mfgBIOS "bromolow_synobios" {days_since_leapyear}<ffffffffa03222f0>
[   16.137921] <redpill/bios_shim.c:207> Symbol #102 in mfgBIOS "bromolow_synobios" {days_since_year}<ffffffffa0322310>
[   16.148435] <redpill/bios_shim.c:207> Symbol #103 in mfgBIOS "bromolow_synobios" {rtc_correct_wday}<ffffffffa031ff70>
[   16.159035] <redpill/bios_shim.c:207> Symbol #104 in mfgBIOS "bromolow_synobios" {days_in_mo}<ffffffffa0322328>
[   16.169114] <redpill/bios_shim.c:207> Symbol #105 in mfgBIOS "bromolow_synobios" {GetBrand}<ffffffffa03207c0>
[   16.179019] <redpill/bios_shim.c:207> Symbol #106 in mfgBIOS "bromolow_synobios" {InitModuleType}<ffffffffa03207d0>
[   16.189445] <redpill/bios_shim.c:207> Symbol #107 in mfgBIOS "bromolow_synobios" {model_ops}<ffffffffa032a8f8>
[   16.199438] <redpill/bios_shim.c:207> Symbol #108 in mfgBIOS "bromolow_synobios" {SetBuzzerClear}<ffffffffa0320800>
[   16.209865] <redpill/bios_shim.c:207> Symbol #109 in mfgBIOS "bromolow_synobios" {GetBuzzerCleared}<ffffffffa0320830>
[   16.220464] <redpill/bios_shim.c:207> Symbol #110 in mfgBIOS "bromolow_synobios" {GetPowerStatus}<ffffffffa0320860>
[   16.230891] <redpill/bios_shim.c:207> Symbol #111 in mfgBIOS "bromolow_synobios" {SetSCSIHostLedStatusBySataMvGPIO}<ffffffffa03209a0>
[   16.242876] <redpill/bios_shim.c:207> Symbol #112 in mfgBIOS "bromolow_synobios" {SetHALedByGPIO}<ffffffffa03209e0>
[   16.253301] <redpill/bios_shim.c:207> Symbol #113 in mfgBIOS "bromolow_synobios" {giHALedGreenPin}<ffffffffa0328f0c>
[   16.263815] <redpill/bios_shim.c:207> Symbol #114 in mfgBIOS "bromolow_synobios" {giHALedOrangePin}<ffffffffa0328f08>
[   16.274413] <redpill/bios_shim.c:207> Symbol #115 in mfgBIOS "bromolow_synobios" {SetSCSIHostLedStatusByAHCIGPIO}<ffffffffa0320ac0>
[   16.286227] <redpill/bios_shim.c:207> Symbol #116 in mfgBIOS "bromolow_synobios" {SetSCSIHostLedStatusBySataMvandAHCISGPIO}<ffffffffa0320b20>
[   16.298907] <redpill/bios_shim.c:207> Symbol #117 in mfgBIOS "bromolow_synobios" {diskLedEnabled.34700}<ffffffffa032a8e8>
[   16.309853] <redpill/bios_shim.c:207> Symbol #118 in mfgBIOS "bromolow_synobios" {giDiskLedController}<ffffffffa0328e40>
[   16.320713] <redpill/bios_shim.c:207> Symbol #119 in mfgBIOS "bromolow_synobios" {SetSCSIHostLedStatusBy9235GPIO}<ffffffffa0320bf0>
[   16.332526] <redpill/bios_shim.c:207> Symbol #120 in mfgBIOS "bromolow_synobios" {diskLedEnabled.34649}<ffffffffa032a8e4>
[   16.343471] <redpill/bios_shim.c:207> Symbol #121 in mfgBIOS "bromolow_synobios" {HWMONGetThermalSensorFromADT}<ffffffffa0320cb0>
[   16.355110] <redpill/bios_shim.c:207> Symbol #122 in mfgBIOS "bromolow_synobios" {hwmon_sensor_list}<ffffffffa032a8f0>
[   16.365796] <redpill/bios_shim.c:207> Symbol #123 in mfgBIOS "bromolow_synobios" {HWMONGetVoltageSensorFromADT}<ffffffffa0320d10>
[   16.377436] <redpill/bios_shim.c:207> Symbol #124 in mfgBIOS "bromolow_synobios" {HWMONGetFanSpeedRPMFromADT}<ffffffffa0320d70>
[   16.388901] <redpill/bios_shim.c:207> Symbol #125 in mfgBIOS "bromolow_synobios" {Uninitialize}<ffffffffa0320dd0>
[   16.399154] <redpill/bios_shim.c:207> Symbol #126 in mfgBIOS "bromolow_synobios" {SetCpuFanStatus}<ffffffffa0320df0>
[   16.409668] <redpill/bios_shim.c:207> Symbol #127 in mfgBIOS "bromolow_synobios" {SetAlarmLed}<ffffffffa0320ee0>
[   16.419833] <redpill/bios_shim.c:207> Symbol #128 in mfgBIOS "bromolow_synobios" {SetFanStatus}<ffffffffa0320f00>
[   16.430088] <redpill/bios_shim.c:207> Symbol #129 in mfgBIOS "bromolow_synobios" {GetSysTemperature}<ffffffffa0320fe0>
[   16.440773] <redpill/bios_shim.c:207> Symbol #130 in mfgBIOS "bromolow_synobios" {GetFanStatusMircopWithGPIO}<ffffffffa0321000>
[   16.452238] <redpill/bios_shim.c:207> Symbol #131 in mfgBIOS "bromolow_synobios" {SetSCSIHostLedStatusBy9235GPIOandAHCISGPIO}<ffffffffa0321320>
[   16.465085] <redpill/bios_shim.c:207> Symbol #132 in mfgBIOS "bromolow_synobios" {diskLedEnabled.34680}<ffffffffa032a8e0>
[   16.476030] <redpill/bios_shim.c:207> Symbol #133 in mfgBIOS "bromolow_synobios" {SetDiskLedStatusBySataMvGPIO}<ffffffffa0321430>
[   16.487669] <redpill/bios_shim.c:207> Symbol #134 in mfgBIOS "bromolow_synobios" {CSWTCH.54}<ffffffffa0322340>
[   16.497661] <redpill/bios_shim.c:207> Symbol #135 in mfgBIOS "bromolow_synobios" {gblDiskNumNeedTran}<ffffffffa032a900>
[   16.508434] <redpill/bios_shim.c:207> Symbol #136 in mfgBIOS "bromolow_synobios" {giDiskMapTable}<ffffffffa032a920>
[   16.518861] <redpill/bios_shim.c:207> Symbol #137 in mfgBIOS "bromolow_synobios" {SetDiskLedStatusBySataMvandAHCISGPIO}<ffffffffa0321490>
[   16.531192] <redpill/bios_shim.c:207> Symbol #138 in mfgBIOS "bromolow_synobios" {SetDiskLedStatusBy9235GPIO}<ffffffffa03214e0>
[   16.542660] <redpill/bios_shim.c:207> Symbol #139 in mfgBIOS "bromolow_synobios" {SetDiskLedStatusBy9235GPIOandAHCISGPIO}<ffffffffa0321530>
[   16.555165] <redpill/bios_shim.c:207> Symbol #140 in mfgBIOS "bromolow_synobios" {GetCpuTemperatureDenlowI3Transfer}<ffffffffa0321580>
[   16.567239] <redpill/bios_shim.c:207> Symbol #141 in mfgBIOS "bromolow_synobios" {GetCpuTemperatureI3Transfer}<ffffffffa0321600>
[   16.578791] <redpill/bios_shim.c:207> Symbol #142 in mfgBIOS "bromolow_synobios" {synobios_ops}<ffffffffa0328ca0>
[   16.589044] <redpill/bios_shim.c:211> Found vtable - size 416
[   16.594791] <redpill/bios_shim.c:226> Found "synobios_ops" in "bromolow_synobios" @ <ffffffffa0328ca0 =416=> ffffffffa03299a0>
[   16.606171] <redpill/override_symbol.c:364> Restoring symbol @ apply_relocate_add()<ffffffff81027670>
[   16.615382] <redpill/override_symbol.c:138> Disabling memory protection for page(s) at ffffffff81027670+12/1 (<<ffffffff81027000)
[   16.627026] <redpill/override_symbol.c:367> Writing original code to <ffffffff81027670>
[   16.635020] <redpill/override_symbol.c:159> Enabling memory protection for page(s) at ffffffff81027670+12/1 (<<ffffffff81027000)
[   16.646578] <redpill/override_symbol.c:370> Symbol restored @ apply_relocate_add()<ffffffff81027670>
[   16.655831] <redpill/bios_shims_collection.c:51> Will print 416 bytes of memory from ffffffffa0328ca0
[   16.665048] 20 8f 32 a0 ff ff ff ff  [00] 0x000      ffffffffa0328f20        __this_module+0x0/0xffffffffffff8e13 [bromolow_synobios]
[   16.676229] c0 07 32 a0 ff ff ff ff  [01] 0x008      ffffffffa03207c0        GetBrand+0x0/0x10 [bromolow_synobios]
[   16.685771] c0 10 32 a0 ff ff ff ff  [02] 0x010      ffffffffa03210c0        GetModel+0x0/0x260 [bromolow_synobios]
[   16.695383] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   16.703078] d0 01 32 a0 ff ff ff ff  [04] 0x020      ffffffffa03201d0        rtc_bandon_get_time+0x0/0x1a0 [bromolow_synobios]
[   16.713635] 20 04 32 a0 ff ff ff ff  [05] 0x028      ffffffffa0320420        rtc_bandon_set_time+0x0/0x370 [bromolow_synobios]
[   16.724211] 00 10 32 a0 ff ff ff ff  [06] 0x030      ffffffffa0321000        GetFanStatusMircopWithGPIO+0x0/0xc0 [bromolow_synobios]
[   16.735294] 00 0f 32 a0 ff ff ff ff  [07] 0x038      ffffffffa0320f00        SetFanStatus+0x0/0xe0 [bromolow_synobios]
[   16.745164] e0 0f 32 a0 ff ff ff ff  [08] 0x040      ffffffffa0320fe0        GetSysTemperature+0x0/0x20 [bromolow_synobios]
[   16.755461] 00 16 32 a0 ff ff ff ff  [09] 0x048      ffffffffa0321600        GetCpuTemperatureI3Transfer+0x0/0x80 [bromolow_synobios]
[   16.766624] 30 14 32 a0 ff ff ff ff  [10] 0x050      ffffffffa0321430        SetDiskLedStatusBySataMvGPIO+0x0/0x60 [bromolow_synobios]
[   16.777883] 00 00 00 00 00 00 00 00  [11] 0x058                (null)                  (null)
[   16.785597] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   16.793309] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   16.801013] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   16.808710] 90 08 32 a0 ff ff ff ff  [15] 0x078      ffffffffa0320890        SetGpioPin+0x0/0x50 [bromolow_synobios]
[   16.818409] e0 08 32 a0 ff ff ff ff  [16] 0x080      ffffffffa03208e0        GetGpioPin+0x0/0x50 [bromolow_synobios]
[   16.828124] 00 00 00 00 00 00 00 00  [17] 0x088                (null)                  (null)
[   16.835837] 70 03 32 a0 ff ff ff ff  [18] 0x090      ffffffffa0320370        rtc_bandon_set_auto_poweron+0x0/0xb0 [bromolow_synobios]
[   16.847018] 20 ff 31 a0 ff ff ff ff  [19] 0x098      ffffffffa031ff20        rtc_get_auto_poweron+0x0/0x50 [bromolow_synobios]
[   16.857591] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   16.865303] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   16.873009] e0 0e 32 a0 ff ff ff ff  [22] 0x0b0      ffffffffa0320ee0        SetAlarmLed+0x0/0x20 [bromolow_synobios]
[   16.882810] 30 08 32 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0320830        GetBuzzerCleared+0x0/0x30 [bromolow_synobios]
[   16.893030] 00 08 32 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0320800        SetBuzzerClear+0x0/0x30 [bromolow_synobios]
[   16.903083] 60 08 32 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0320860        GetPowerStatus+0x0/0x30 [bromolow_synobios]
[   16.913137] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   16.920839] d0 07 32 a0 ff ff ff ff  [27] 0x0d8      ffffffffa03207d0        InitModuleType+0x0/0x30 [bromolow_synobios]
[   16.930893] d0 0d 32 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0320dd0        Uninitialize+0x0/0x20 [bromolow_synobios]
[   16.940783] f0 0d 32 a0 ff ff ff ff  [29] 0x0e8      ffffffffa0320df0        SetCpuFanStatus+0x0/0xf0 [bromolow_synobios]
[   16.950923] 00 00 00 00 00 00 00 00  [30] 0x0f0                (null)                  (null)
[   16.958628] 00 00 00 00 00 00 00 00  [31] 0x0f8                (null)                  (null)
[   16.966332] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   16.974028] 20 f5 31 a0 ff ff ff ff  [33] 0x108      ffffffffa031f520        CheckMicropId+0x0/0x90 [bromolow_synobios]
[   16.983986] a0 f4 31 a0 ff ff ff ff  [34] 0x110      ffffffffa031f4a0        SetMicropId+0x0/0x80 [bromolow_synobios]
[   16.993762] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   17.001459] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   17.009171] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   17.016885] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   17.024582] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   17.032305] 30 09 32 a0 ff ff ff ff  [40] 0x140      ffffffffa0320930        GetCPUInfo+0x0/0x70 [bromolow_synobios]
[   17.042021] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   17.049725] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   17.057437] 00 00 00 00 00 00 00 00  [43] 0x158                (null)                  (null)
[   17.065151] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   17.072856] 00 00 00 00 00 00 00 00  [45] 0x168                (null)                  (null)
[   17.080576] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   17.088274] 00 00 00 00 00 00 00 00  [47] 0x178                (null)                  (null)
[   17.095996] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   17.103709] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   17.111415] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   17.119128] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   17.126840]
[   17.128331] <redpill/bios_shims_collection.c:64> Finished printing memory at ffffffffa0328e40
[   17.136858] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [6] originally GetFanStatusMircopWithGPIO [bromolow_synobios]<ffffffffa0321000> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   17.154996] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [7] originally SetFanStatus [bromolow_synobios]<ffffffffa0320f00> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   17.171923] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [10] originally SetDiskLedStatusBySataMvGPIO [bromolow_synobios]<ffffffffa0321430> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   17.190318] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [11] originally           (null)<          (null)> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   17.205948] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [15] originally SetGpioPin [bromolow_synobios]<ffffffffa0320890> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   17.222786] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [16] originally GetGpioPin [bromolow_synobios]<ffffffffa03208e0> will now be shim_get_gpio_pin_usable [redpill]<ffffffffa0008a20>
[   17.239972] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [17] originally           (null)<          (null)> will now be shim_null_zero_ulong_trace [redpill]<ffffffffa0008ce0>
[   17.256117] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [22] originally SetAlarmLed [bromolow_synobios]<ffffffffa0320ee0> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   17.273044] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [23] originally GetBuzzerCleared [bromolow_synobios]<ffffffffa0320830> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   17.290404] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [24] originally SetBuzzerClear [bromolow_synobios]<ffffffffa0320800> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   17.307591] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [29] originally SetCpuFanStatus [bromolow_synobios]<ffffffffa0320df0> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   17.324860] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [30] originally           (null)<          (null)> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   17.340487] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [31] originally           (null)<          (null)> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   17.356116] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [33] originally CheckMicropId [bromolow_synobios]<ffffffffa031f520> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   17.373215] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [34] originally SetMicropId [bromolow_synobios]<ffffffffa031f4a0> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   17.390138] <redpill/bios_shims_collection.c:108> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   17.399870] <redpill/bios_shims_collection.c:51> Will print 416 bytes of memory from ffffffffa0328ca0
[   17.409081] 20 8f 32 a0 ff ff ff ff  [00] 0x000      ffffffffa0328f20        __this_module+0x0/0xffffffffffff8e13 [bromolow_synobios]
[   17.420272] c0 07 32 a0 ff ff ff ff  [01] 0x008      ffffffffa03207c0        GetBrand+0x0/0x10 [bromolow_synobios]
[   17.429830] c0 10 32 a0 ff ff ff ff  [02] 0x010      ffffffffa03210c0        GetModel+0x0/0x260 [bromolow_synobios]
[   17.439460] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   17.447164] d0 01 32 a0 ff ff ff ff  [04] 0x020      ffffffffa03201d0        rtc_bandon_get_time+0x0/0x1a0 [bromolow_synobios]
[   17.457738] 20 04 32 a0 ff ff ff ff  [05] 0x028      ffffffffa0320420        rtc_bandon_set_time+0x0/0x370 [bromolow_synobios]
[   17.468320] 10 8a 00 a0 ff ff ff ff  [06] 0x030      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   17.478034] 10 8a 00 a0 ff ff ff ff  [07] 0x038      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   17.487733] e0 0f 32 a0 ff ff ff ff  [08] 0x040      ffffffffa0320fe0        GetSysTemperature+0x0/0x20 [bromolow_synobios]
[   17.498056] 00 16 32 a0 ff ff ff ff  [09] 0x048      ffffffffa0321600        GetCpuTemperatureI3Transfer+0x0/0x80 [bromolow_synobios]
[   17.509235] 10 8a 00 a0 ff ff ff ff  [10] 0x050      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   17.518941] 10 8a 00 a0 ff ff ff ff  [11] 0x058      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   17.528649] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   17.536362] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   17.544085] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   17.551807] 10 8a 00 a0 ff ff ff ff  [15] 0x078      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   17.561523] 20 8a 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0008a20        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   17.571576] e0 8c 00 a0 ff ff ff ff  [17] 0x088      ffffffffa0008ce0        shim_null_zero_ulong_trace+0x0/0x10 [redpill]
[   17.581811] 70 03 32 a0 ff ff ff ff  [18] 0x090      ffffffffa0320370        rtc_bandon_set_auto_poweron+0x0/0xb0 [bromolow_synobios]
[   17.593007] 20 ff 31 a0 ff ff ff ff  [19] 0x098      ffffffffa031ff20        rtc_get_auto_poweron+0x0/0x50 [bromolow_synobios]
[   17.603573] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   17.611279] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   17.618990] 10 8a 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   17.628681] 10 8a 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   17.638396] 10 8a 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   17.648103] 60 08 32 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0320860        GetPowerStatus+0x0/0x30 [bromolow_synobios]
[   17.658164] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   17.665862] d0 07 32 a0 ff ff ff ff  [27] 0x0d8      ffffffffa03207d0        InitModuleType+0x0/0x30 [bromolow_synobios]
[   17.675923] d0 0d 32 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0320dd0        Uninitialize+0x0/0x20 [bromolow_synobios]
[   17.685794] 10 8a 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   17.695501] 10 8a 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   17.705201] 10 8a 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   17.714907] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   17.722610] 10 8a 00 a0 ff ff ff ff  [33] 0x108      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   17.732308] 10 8a 00 a0 ff ff ff ff  [34] 0x110      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   17.742015] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   17.749721] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   17.757434] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   17.765147] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   17.772860] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   17.780556] 30 09 32 a0 ff ff ff ff  [40] 0x140      ffffffffa0320930        GetCPUInfo+0x0/0x70 [bromolow_synobios]
[   17.790262] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   17.797960] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   17.805664] 00 00 00 00 00 00 00 00  [43] 0x158                (null)                  (null)
[   17.813377] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   17.821082] 00 00 00 00 00 00 00 00  [45] 0x168                (null)                  (null)
[   17.828796] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   17.836528] 00 00 00 00 00 00 00 00  [47] 0x178                (null)                  (null)
[   17.844240] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   17.851954] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   17.859666] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   17.867371] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   17.875085]
[   17.876576] <redpill/bios_shims_collection.c:64> Finished printing memory at ffffffffa0328e40
[   17.885096] <redpill/bios_shim.c:123> bromolow_synobios BIOS *early* shimmed
[   17.892206] synobios open /dev/ttyS1 success
[   17.896524] 2021-9-7 19:3:9 UTC
[   17.899666] synobios: load, major number 201
[   17.903939] Brand: Synology
[   17.906737] Model: DS-3615xs
[   17.909622] set group disks wakeup number to 4, spinup time deno 7
[   17.915803] synobios cpu_arch proc entry initialized
[   17.920767] synobios crypto_hw proc entry initialized
[   17.925821] synobios syno_platform proc entry initialized
[   17.931221] <redpill/bios_shims_collection.c:51> Will print 416 bytes of memory from ffffffffa0328ca0
[   17.940433] 20 8f 32 a0 ff ff ff ff  [00] 0x000      ffffffffa0328f20        __this_module+0x0/0xffffffffffff8e13 [bromolow_synobios]
[   17.951622] c0 07 32 a0 ff ff ff ff  [01] 0x008      ffffffffa03207c0        GetBrand+0x0/0x10 [bromolow_synobios]
[   17.961154] c0 10 32 a0 ff ff ff ff  [02] 0x010      ffffffffa03210c0        GetModel+0x0/0x260 [bromolow_synobios]
[   17.970792] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   17.978496] d0 01 32 a0 ff ff ff ff  [04] 0x020      ffffffffa03201d0        rtc_bandon_get_time+0x0/0x1a0 [bromolow_synobios]
[   17.989052] 20 04 32 a0 ff ff ff ff  [05] 0x028      ffffffffa0320420        rtc_bandon_set_time+0x0/0x370 [bromolow_synobios]
[   17.999610] 00 00 00 00 00 00 00 00  [06] 0x030                (null)                  (null)
[   18.007322] 10 8a 00 a0 ff ff ff ff  [07] 0x038      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.017020] e0 0f 32 a0 ff ff ff ff  [08] 0x040      ffffffffa0320fe0        GetSysTemperature+0x0/0x20 [bromolow_synobios]
[   18.027333] 80 15 32 a0 ff ff ff ff  [09] 0x048      ffffffffa0321580        GetCpuTemperatureDenlowI3Transfer+0x0/0x80 [bromolow_synobios]
[   18.039033] 30 15 32 a0 ff ff ff ff  [10] 0x050      ffffffffa0321530        SetDiskLedStatusBy9235GPIOandAHCISGPIO+0x0/0x50 [bromolow_synobios]
[   18.051158] 10 8a 00 a0 ff ff ff ff  [11] 0x058      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.060858] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   18.068570] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   18.076283] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   18.083997] 10 8a 00 a0 ff ff ff ff  [15] 0x078      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.093696] 20 8a 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0008a20        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   18.103758] e0 8c 00 a0 ff ff ff ff  [17] 0x088      ffffffffa0008ce0        shim_null_zero_ulong_trace+0x0/0x10 [redpill]
[   18.113985] 70 03 32 a0 ff ff ff ff  [18] 0x090      ffffffffa0320370        rtc_bandon_set_auto_poweron+0x0/0xb0 [bromolow_synobios]
[   18.125172] 20 ff 31 a0 ff ff ff ff  [19] 0x098      ffffffffa031ff20        rtc_get_auto_poweron+0x0/0x50 [bromolow_synobios]
[   18.135737] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   18.143444] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   18.151155] 10 8a 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.160861] 10 8a 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.170561] 10 8a 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.180268] 60 08 32 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0320860        GetPowerStatus+0x0/0x30 [bromolow_synobios]
[   18.190328] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   18.198025] d0 07 32 a0 ff ff ff ff  [27] 0x0d8      ffffffffa03207d0        InitModuleType+0x0/0x30 [bromolow_synobios]
[   18.208071] d0 0d 32 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0320dd0        Uninitialize+0x0/0x20 [bromolow_synobios]
[   18.217967] 10 8a 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.227674] 10 8a 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.237380] 10 8a 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.247097] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   18.254801] 10 8a 00 a0 ff ff ff ff  [33] 0x108      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.264499] 10 8a 00 a0 ff ff ff ff  [34] 0x110      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.274207] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   18.281929] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   18.289642] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   18.297346] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   18.305059] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   18.312764] 30 09 32 a0 ff ff ff ff  [40] 0x140      ffffffffa0320930        GetCPUInfo+0x0/0x70 [bromolow_synobios]
[   18.322464] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   18.330177] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   18.337889] 70 0d 32 a0 ff ff ff ff  [43] 0x158      ffffffffa0320d70        HWMONGetFanSpeedRPMFromADT+0x0/0x60 [bromolow_synobios]
[   18.348975] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   18.356689] 10 0d 32 a0 ff ff ff ff  [45] 0x168      ffffffffa0320d10        HWMONGetVoltageSensorFromADT+0x0/0x60 [bromolow_synobios]
[   18.367962] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   18.375667] b0 0c 32 a0 ff ff ff ff  [47] 0x178      ffffffffa0320cb0        HWMONGetThermalSensorFromADT+0x0/0x60 [bromolow_synobios]
[   18.386935] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   18.394648] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   18.402343] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   18.410040] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   18.417745]
[   18.419245] <redpill/bios_shims_collection.c:64> Finished printing memory at ffffffffa0328e40
[   18.427766] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [6] originally           (null)<          (null)> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   18.443308] <redpill/bios_shims_collection.c:34> mfgBIOS vtable [10] originally SetDiskLedStatusBy9235GPIOandAHCISGPIO [bromolow_synobios]<ffffffffa0321530> will now be shim_null_zero_ulong [redpill]<ffffffffa0008a10>
[   18.462569] <redpill/bios_shims_collection.c:108> Native RTC supported - not enabling proxy (emulate_rtc=0)
[   18.472294] <redpill/bios_shims_collection.c:51> Will print 416 bytes of memory from ffffffffa0328ca0
[   18.481499] 20 8f 32 a0 ff ff ff ff  [00] 0x000      ffffffffa0328f20        __this_module+0x0/0xffffffffffff8e13 [bromolow_synobios]
[   18.492676] c0 07 32 a0 ff ff ff ff  [01] 0x008      ffffffffa03207c0        GetBrand+0x0/0x10 [bromolow_synobios]
[   18.502202] c0 10 32 a0 ff ff ff ff  [02] 0x010      ffffffffa03210c0        GetModel+0x0/0x260 [bromolow_synobios]
[   18.511830] 00 00 00 00 00 00 00 00  [03] 0x018                (null)                  (null)
[   18.519536] d0 01 32 a0 ff ff ff ff  [04] 0x020      ffffffffa03201d0        rtc_bandon_get_time+0x0/0x1a0 [bromolow_synobios]
[   18.530118] 20 04 32 a0 ff ff ff ff  [05] 0x028      ffffffffa0320420        rtc_bandon_set_time+0x0/0x370 [bromolow_synobios]
[   18.540682] 10 8a 00 a0 ff ff ff ff  [06] 0x030      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.550380] 10 8a 00 a0 ff ff ff ff  [07] 0x038      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.560089] e0 0f 32 a0 ff ff ff ff  [08] 0x040      ffffffffa0320fe0        GetSysTemperature+0x0/0x20 [bromolow_synobios]
[   18.570409] 80 15 32 a0 ff ff ff ff  [09] 0x048      ffffffffa0321580        GetCpuTemperatureDenlowI3Transfer+0x0/0x80 [bromolow_synobios]
[   18.582109] 10 8a 00 a0 ff ff ff ff  [10] 0x050      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.591799] 10 8a 00 a0 ff ff ff ff  [11] 0x058      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.601499] 00 00 00 00 00 00 00 00  [12] 0x060                (null)                  (null)
[   18.609202] 00 00 00 00 00 00 00 00  [13] 0x068                (null)                  (null)
[   18.616916] 00 00 00 00 00 00 00 00  [14] 0x070                (null)                  (null)
[   18.624619] 10 8a 00 a0 ff ff ff ff  [15] 0x078      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.634318] 20 8a 00 a0 ff ff ff ff  [16] 0x080      ffffffffa0008a20        shim_get_gpio_pin_usable+0x0/0x10 [redpill]
[   18.644372] e0 8c 00 a0 ff ff ff ff  [17] 0x088      ffffffffa0008ce0        shim_null_zero_ulong_trace+0x0/0x10 [redpill]
[   18.654590] 70 03 32 a0 ff ff ff ff  [18] 0x090      ffffffffa0320370        rtc_bandon_set_auto_poweron+0x0/0xb0 [bromolow_synobios]
[   18.665763] 20 ff 31 a0 ff ff ff ff  [19] 0x098      ffffffffa031ff20        rtc_get_auto_poweron+0x0/0x50 [bromolow_synobios]
[   18.676335] 00 00 00 00 00 00 00 00  [20] 0x0a0                (null)                  (null)
[   18.684044] 00 00 00 00 00 00 00 00  [21] 0x0a8                (null)                  (null)
[   18.691753] 10 8a 00 a0 ff ff ff ff  [22] 0x0b0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.701452] 10 8a 00 a0 ff ff ff ff  [23] 0x0b8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.711157] 10 8a 00 a0 ff ff ff ff  [24] 0x0c0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.720847] 60 08 32 a0 ff ff ff ff  [25] 0x0c8      ffffffffa0320860        GetPowerStatus+0x0/0x30 [bromolow_synobios]
[   18.730893] 00 00 00 00 00 00 00 00  [26] 0x0d0                (null)                  (null)
[   18.738607] d0 07 32 a0 ff ff ff ff  [27] 0x0d8      ffffffffa03207d0        InitModuleType+0x0/0x30 [bromolow_synobios]
[   18.748660] d0 0d 32 a0 ff ff ff ff  [28] 0x0e0      ffffffffa0320dd0        Uninitialize+0x0/0x20 [bromolow_synobios]
[   18.758549] 10 8a 00 a0 ff ff ff ff  [29] 0x0e8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.768253] 10 8a 00 a0 ff ff ff ff  [30] 0x0f0      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.777944] 10 8a 00 a0 ff ff ff ff  [31] 0x0f8      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.787643] 00 00 00 00 00 00 00 00  [32] 0x100                (null)                  (null)
[   18.795356] 10 8a 00 a0 ff ff ff ff  [33] 0x108      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.805063] 10 8a 00 a0 ff ff ff ff  [34] 0x110      ffffffffa0008a10        shim_null_zero_ulong+0x0/0x10 [redpill]
[   18.814768] 00 00 00 00 00 00 00 00  [35] 0x118                (null)                  (null)
[   18.822472] 00 00 00 00 00 00 00 00  [36] 0x120                (null)                  (null)
[   18.830179] 00 00 00 00 00 00 00 00  [37] 0x128                (null)                  (null)
[   18.837884] 00 00 00 00 00 00 00 00  [38] 0x130                (null)                  (null)
[   18.845589] 00 00 00 00 00 00 00 00  [39] 0x138                (null)                  (null)
[   18.853302] 30 09 32 a0 ff ff ff ff  [40] 0x140      ffffffffa0320930        GetCPUInfo+0x0/0x70 [bromolow_synobios]
[   18.862998] 00 00 00 00 00 00 00 00  [41] 0x148                (null)                  (null)
[   18.870705] 00 00 00 00 00 00 00 00  [42] 0x150                (null)                  (null)
[   18.878410] 70 0d 32 a0 ff ff ff ff  [43] 0x158      ffffffffa0320d70        HWMONGetFanSpeedRPMFromADT+0x0/0x60 [bromolow_synobios]
[   18.889494] 00 00 00 00 00 00 00 00  [44] 0x160                (null)                  (null)
[   18.897191] 10 0d 32 a0 ff ff ff ff  [45] 0x168      ffffffffa0320d10        HWMONGetVoltageSensorFromADT+0x0/0x60 [bromolow_synobios]
[   18.908458] 00 00 00 00 00 00 00 00  [46] 0x170                (null)                  (null)
[   18.916171] b0 0c 32 a0 ff ff ff ff  [47] 0x178      ffffffffa0320cb0        HWMONGetThermalSensorFromADT+0x0/0x60 [bromolow_synobios]
[   18.927438] 00 00 00 00 00 00 00 00  [48] 0x180                (null)                  (null)
[   18.935142] 00 00 00 00 00 00 00 00  [49] 0x188                (null)                  (null)
[   18.942847] 00 00 00 00 00 00 00 00  [50] 0x190                (null)                  (null)
[   18.950568] 00 00 00 00 00 00 00 00  [51] 0x198                (null)                  (null)
[   18.958266]
[   18.959763] <redpill/bios_shims_collection.c:64> Finished printing memory at ffffffffa0328e40
[   18.968276] <redpill/bios_shim.c:121> bromolow_synobios BIOS *fully* shimmed
 ... [  OK  ]
lo        Link encap:Local Loopback
          inet addr:127.0[   19.077911] <redpill/intercept_execve.c:92> Blocked /usr/syno/bin/syno_pstore_collect from running
.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

:: Starting syslogd ... [  OK  ]
:: Starting scemd
[   25.291244] <redpill/pmu_shim.c:324> Got 2 bytes from PMU: reason=1 hex={2d 33} ascii="-3"
[   25.299506] <redpill/pmu_shim.c:253> Executing cmd OUT_BUZ_LONG handler cmd_shim_noop+0x0/0x30 [redpill]
[   25.308974] <redpill/pmu_shim.c:42> vPMU received OUT_BUZ_LONG using 1 bytes - NOOP
[   25.316644] <redpill/pmu_shim.c:324> Got 2 bytes from PMU: reason=1 hex={2d 34} ascii="-4"
[   25.324896] <redpill/pmu_shim.c:253> Executing cmd OUT_PWR_LED_ON handler cmd_shim_noop+0x0/0x30 [redpill]
[   25.334531] <redpill/pmu_shim.c:42> vPMU received OUT_PWR_LED_ON using 1 bytes - NOOP
[   25.342356] <redpill/pmu_shim.c:324> Got 2 bytes from PMU: reason=1 hex={2d 6b} ascii="-k"
[   25.350609] <redpill/pmu_shim.c:249> Unknown 1 byte PMU command with signature hex="6b" ascii="k"
[   25.359483] <redpill/pmu_shim.c:324> Got 2 bytes from PMU: reason=1 hex={2d 6b} ascii="-k"
[   25.367735] <redpill/pmu_shim.c:249> Unknown 1 byte PMU command with signature hex="6b" ascii="k"
:: Starting services in background
Starting findhostd in flash_rd...
Starting services in flash_rd...
Running /usr/syno/etc/rc.d/J01httpd.sh...
Starting httpd:80 in flash_rd...
Starting httpd:5000 in flash_rd...
Running /usr/syno/etc/rc.d/J03ssdpd.sh...
/usr/bin/minissdpd
Usage: /usr/bin/minissdpd [-d] [-6] [-s socket] [-p pidfile] -i <interface> [-i <interface2>] ...

  <interface> is either an IPv4 address such as 192.168.1.42, or an
interface name such as eth0.

  By default, socket will be open as /var/run/minissdpd.sock
and pid written to file /var/run/minissdpd.pid
start SSDPD failed
Running /usr/syno/etc/rc.d/J04synoagentregisterd.sh...
Starting synoagentregisterd...
Running /usr/syno/etc/rc.d/J30DisableNCQ.sh...
Running /usr/syno/etc/rc.d/J80ADTFanControl.sh...
Running /usr/syno/etc/rc.d/J98nbnsd.sh...
Starting nbnsd...
Running /usr/syno/etc/rc.d/J99avah[   25.452892] usbcore: registered new interface driver usbhid
i.sh...
Startin[   25.459836] usbhid: USB HID core driver
g Avahi mDNS/DNS-SD Daemon
cname_load_conf failed:/var/tmp/nginx/avahi-aliases.conf
:: Loading module hid ... [  OK  ]
:: Loading module usbhid ... [  OK  ]
Excution Error
============ Date ============
Tue Sep  7 19:03:16 UTC 2021
==============================
starting pid 5107, tty '': '/sbin/getty 115200 console'

Tue Sep  7 19:03:16 2021

DiskStation login:

 

Link to comment
Share on other sites

29 minutes ago, Brunox said:

The CPU & processor cores are displayed incorrectly on my HPE Proliant Micro Server Gen 10 plus, is there a possible solution?
 

No, that's expected behaviour. DSM doesn't report what's physically present, but what it expects to find on the target hardware for the firmware version you're running (DS3615xs in this case).

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...