Jump to content
XPEnology Community

DVA3221 loader development thread


Recommended Posts

1 minute ago, pocopico said:

 

I think that q35 should be fine. Right after GRUB you get some kernel messages. Its only after some time that it switches to something else (GPU ?)

I just tried switch q35 to i440fx (the only other system to choose) on i440fx I almost immediately get a red bar showing time out error.

What else can I try?

Link to comment
Share on other sites

14 minutes ago, pocopico said:

Did you use virtio_net for network ?

I used your v9fs drivers. should I try virtio ? and specific ones you would like me to try?

 

rebuilding now with these

./rploader.sh ext denverton-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/redpill-load/master/redpill-virtio/rpext-index.json

 

Edited by phone guy
Link to comment
Share on other sites

This is not a guide, this is my personal experience with the installation of DVA3221 on the ESXI.

 

Software/files used: 
tinycore-redpill.v0.4.6.img.gz
StarWind V2V Converter 
Putty for windows
WinSCP for windows 
ESXI host with 7.0 
Synology x2 pat files
dva3221_42218.pat and dva3221_42661.pat


Extract tinycore-redpill.v0.4.6.img.gz

With StarWind V2V Converter convert tinycore-redpill.v0.4.6.img to vmdk file. (redpill provided .vmdk file not working for some reasons)

Upload tinycore-redpill.v0.4.6.vmdk file to ESXI

 

Create VM in ESXI.

 

BOIS: EFI

CPU 4 cores
8G Ram (2G min)
Network:  VMXNET3 MAC Manual
SATA Controller 0
SATA Controller 1
Video card (Default)
Sound card (HD audio)
ADD LATER PCI device (GPU passthrough)  


Add Existing HDD (tinycore-redpill.v0.4.6.vmdk file converted above from .img file) SATA 0:0
Add New HDD 32G (your choice) SATA 1:0

 

Power On VM.

Find tinycore IP,
With WinSCP or Putty add additional config from first topic to custom_config.json to handle this loader

./rploader.sh update now
./rploader.sh fullupgrade now

./rploader.sh serialgen DVA3221       (Save the MAC for later use.)

 

./rploader.sh ext denverton-7.0.1-42218 add https://raw.githubusercontent.com/OrpheeGT/redpill-ext/master/acpid/rpext-index.json
./rploader.sh ext denverton-7.0.1-42218 add https://raw.githubusercontent.com/OrpheeGT/redpill-load/develop/redpill-virtio/rpext-index.json

 

(After this step, I got an error /home/tc/custom-module/*42218*.pat': No such file or directory 
Solution: manually uploaded dva3221_42218.pat to /home/tc/custom-module/    folder.)

 

Run two times build denverton-7.0.1-42218 (recommended somewhere on the forum)

 

./rploader.sh build denverton-7.0.1-42218
./rploader.sh build denverton-7.0.1-42218
./rploader.sh clean now
./rploader.sh build denverton-7.1.0-42661

 

Power down the VM.

Change the Network adapter with MAC from step above.
Block the future Synology IP for accessing to Internet. (for Installation time and first boot)

 

Powerup VM

 

Select SATA, Verbose.

 

Install DVA3221 with the dva3221_42661.pat file.

 

I experienced more troubles with passthrough GPU to DVA3221,

if someone needed I can post it later, maybe my hardware related. (GTX1650 used)

 

image.thumb.png.9701c295fcec3e092865dbe4cb5ba779.png

  • Like 2
Link to comment
Share on other sites

3 hours ago, franky52 said:

Today I received and plugged my 1650 but DSM can’t see it. It’s under UNRAID, but should be similar.

My card is a MSI Ventus XS OC Edition GDDR5

This is first command I run in ESXI command line:  esxcli system settings kernel set -s vga -v FALSE ( I think this is only for ESXI bug)

Here is the information on this isue:  https://tinkertry.com/vmware-vsphere-esxi-7-gpu-passthrough-ui-bug-workaround

 

Next is to fix VM itself:

Need to add to VM options:

 

hypervisor.cpuid.v0 = FALSE
pciPassthru0.msiEnabled = FALSE

 

After this my ZOTAC GAMING GeForce GTX 1650 OC 4GB GDDR6 128-bit Gaming Graphics Card, Super Compact, ZT-T16520F-10L start showing up in Synology interface.

This video card based on the new NVIDIA Turing architecture.

 

image.thumb.png.f466160acf78a5a18cd8ee5b602b0082.png

 

image.thumb.png.7b4f17d58aad4308773c4053cb836acf.png

image.thumb.png.0a8219343d27bf088acb3c1ea97e13ce.png

 

Edited by alexsahka
Link to comment
Share on other sites

3 hours ago, franky52 said:

My card is a MSI Ventus XS OC Edition GDDR5

Almost bought the MSI G1650VXS4C Gaming GeForce GTX 1650 128-Bit HDMI/DP 4GB GDRR5 HDCP Support DirectX 12 VR Ready OC Graphics Card (GTX 1650 Ventus XS 4G OC)

but after reading I find out that this card is on a different chipset (not Pascal Turing) That is why I chose the ZOTAC GAMING GeForce GTX 1650 OC 4GB GDDR6 128-bit Gaming Graphics Card, Super Compact, ZT-T16520F-10L

Link to comment
Share on other sites

I tried to built a DVA3221 vm, and it wouldn't boot up, I am guessing it suffered a kernel panic somewhere, but without serial console to monitor I could not see or tell. I tried a few times without success, adding only the v9fs drivers for the virtio nic.  Not sure why it doesnt like proxmox?  I had no problems with 918/3622

Link to comment
Share on other sites

35 minutes ago, phone guy said:

I tried to built a DVA3221 vm, and it wouldn't boot up, I am guessing it suffered a kernel panic somewhere, but without serial console to monitor I could not see or tell. I tried a few times without success, adding only the v9fs drivers for the virtio nic.  Not sure why it doesnt like proxmox?  I had no problems with 918/3622

Pay attention to the error log, not only in RED but all errors in black font as well, this way I find that *42218*.pat is missing

Link to comment
Share on other sites

4 hours ago, alexsahka said:

Almost bought the MSI G1650VXS4C Gaming GeForce GTX 1650 128-Bit HDMI/DP 4GB GDRR5 HDCP Support DirectX 12 VR Ready OC Graphics Card (GTX 1650 Ventus XS 4G OC)

but after reading I find out that this card is on a different chipset (not Pascal Turing) That is why I chose the ZOTAC GAMING GeForce GTX 1650 OC 4GB GDDR6 128-bit Gaming Graphics Card, Super Compact, ZT-T16520F-10L

Well, that shouldn´t be the problem. This MSI is a Touring TF117 card (NVIDIA Corporation TU117 [GeForce GTX 1650] (rev a1))

I will build again the VM but this time with tinycore-redpill.v0.4.6.img.gz image file (i´m using the  efi one)

Link to comment
Share on other sites

After several failed attempts, I am at loss for words. This has been the first platform to give me pains while trying to build.

 

I am using proxmox, like the tutorial in my signature... I have build the loader but can not connect to it, so I assumed it was a nic driver.  I have tried v9fs

./rploader.sh ext denverton-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/v9fs/rpext-index.json

But no connection.

I then tried virtio

./rploader.sh ext denverton-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/redpill-load/master/redpill-virtio/rpext-index.json

and got this error

Spoiler


######################################################################################################################################################### 100.0%
[#] Extension redpill-misc for dva3221_42661 platform is already up to date
[-] The extension thethorgroup.virtio was found. However, the extension index has no recipe for dva3221_42661 platform. It may not be
[-] supported on that platform, or author didn't updated it for that platform yet. You can try running
[-] "ext-manager.sh update" to refresh indexes for all extensions manually. Below are the currently known information about
[-] the extension stored locally:
[#] ========================================== thethorgroup.virtio ==========================================
[#] Extension name: VirtIO
[#] Description: Adds VirtIO support for fast network/PCI/SCSI/network/console paravirtualization under QEmu (Proxmox, VirtualBox, virsh, and similar)
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/RedPill-TTG/redpill-virtio
[#] Software author: https://www.linux-kvm.org/page/Virtio
[#] Update URL: https://github.com/pocopico/redpill-load/raw/develop/redpill-virtio/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds918p_41890 ds3617xs_42621 ds3617xs_42218 ds920p_42661 ds918p_42661 ds1621p_42661 ds918p_25556 ds3615xs_42661 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42218 ds3615xs_41222 ds918p_42621 ds3617xs_42661 ds3622xsp_42550 ds3615xs_25556 ds920p_42218 ds920p_42621 ds920p_42550 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621
[#] =======================================================================================

[-] Failed to update recipe for thethorgroup.virtio extension for platform dva3221_42661. The script will terminate as you do not
[-] have previously downloaded recipe which can be used if download fails. Try again later. If problem
[-] persists contact the extension packer for support (displayed below)
[#] ========================================== thethorgroup.virtio ==========================================
[#] Extension name: VirtIO
[#] Description: Adds VirtIO support for fast network/PCI/SCSI/network/console paravirtualization under QEmu (Proxmox, VirtualBox, virsh, and similar)
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/RedPill-TTG/redpill-virtio
[#] Software author: https://www.linux-kvm.org/page/Virtio
[#] Update URL: https://github.com/pocopico/redpill-load/raw/develop/redpill-virtio/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds918p_41890 ds3617xs_42621 ds3617xs_42218 ds920p_42661 ds918p_42661 ds1621p_42661 ds918p_25556 ds3615xs_42661 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42218 ds3615xs_41222 ds918p_42621 ds3617xs_42661 ds3622xsp_42550 ds3615xs_25556 ds920p_42218 ds920p_42621 ds920p_42550 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621
[#] =======================================================================================

[!] Cannot continue due to previous errors (see above)

*** Process will exit ***
[!] Failed to update all extensions for dva3221_42661 platform - see errors above

*** Process will exit ***
FAILED : Loader creation failed check the output for any errors
tc@box:~$

 

 

This was only to be proof of concept kind of thing, since I dont have the graphics card or cameras for that matter to utilize this, but for some reason this build doesnt like me.

 

And since @pocopico told me the serial output doesnt work, I have no clue how far the vm is actually getting during boot.

Edited by phone guy
Link to comment
Share on other sites

I have tried all nic adapters available in proxmox. virtio, e1000, r8139, vmware ... no connection.

I have added ext for each except the r8139 as I did not find a link to it on @pocopicogit hub, but the builder auto added it https://github.com/pocopico/rp-ext/tree/main/8139cp

 

Still no connection, and based on how quickly proxmox shutsdown the vm, I am assuming it crashed (kernel panic?) somewhere because it closes the vm almost instantly, where other vms take several seconds to close.

 

I tried to build 7.0.1 42218 and got this error

######################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-boot-wait/dva3221_42218/boot-wait.sh file... [OK]
[#] Successfully processed recipe for extension redpill-boot-wait platform dva3221_42218
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-boot-wait/dva3221_42218/boot-wait.sh file... [OK]
[#] Updating extensions... [OK]
[#] PAT file /home/tc/redpill-load/cache/dva3221_42218.pat not found - downloading from https://global.synology.com/download/DSM/release/7.0.1/42218/DSM_DVA3221_42218.pat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: global.synology.com
[#] Verifying /home/tc/redpill-load/cache/dva3221_42218.pat file... /usr/local/bin/sha256sum: /home/tc/redpill-load/cache/dva3221_42218.pat: No such file or directory
[ERR]
[-] Failed to generate checksum for file


[#] Verifying /home/tc/redpill-load/cache/dva3221_42218.pat file... [ERR]
[!] Checksum mismatch - expected 01f101d7b310c857e54b0177068fb7250ff722dc9fa2472b1a48607ba40897ee but computed

*** Process will exit ***
FAILED : Loader creation failed check the output for any errors
tc@box:~$

 

All update and fullupgrade were run, so this is latest 0715 shell with whatever updates get pulled down during those commands.  I am officially stuck.

Link to comment
Share on other sites

6 minutes ago, phone guy said:

I have tried all nic adapters available in proxmox. virtio, e1000, r8139, vmware ... no connection.

I have added ext for each except the r8139 as I did not find a link to it on @pocopicogit hub, but the builder auto added it https://github.com/pocopico/rp-ext/tree/main/8139cp

 

Still no connection, and based on how quickly proxmox shutsdown the vm, I am assuming it crashed (kernel panic?) somewhere because it closes the vm almost instantly, where other vms take several seconds to close.

 

I tried to build 7.0.1 42218 and got this error


######################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-boot-wait/dva3221_42218/boot-wait.sh file... [OK]
[#] Successfully processed recipe for extension redpill-boot-wait platform dva3221_42218
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-boot-wait/dva3221_42218/boot-wait.sh file... [OK]
[#] Updating extensions... [OK]
[#] PAT file /home/tc/redpill-load/cache/dva3221_42218.pat not found - downloading from https://global.synology.com/download/DSM/release/7.0.1/42218/DSM_DVA3221_42218.pat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: global.synology.com
[#] Verifying /home/tc/redpill-load/cache/dva3221_42218.pat file... /usr/local/bin/sha256sum: /home/tc/redpill-load/cache/dva3221_42218.pat: No such file or directory
[ERR]
[-] Failed to generate checksum for file


[#] Verifying /home/tc/redpill-load/cache/dva3221_42218.pat file... [ERR]
[!] Checksum mismatch - expected 01f101d7b310c857e54b0177068fb7250ff722dc9fa2472b1a48607ba40897ee but computed

*** Process will exit ***
FAILED : Loader creation failed check the output for any errors
tc@box:~$

 

All update and fullupgrade were run, so this is latest 0715 shell with whatever updates get pulled down during those commands.  I am officially stuck.

 

I Just fixed the typo in the URL and pushed the changes to GH.

 

Link to comment
Share on other sites

8 minutes ago, pocopico said:

try 42218

It downloaded the 42118 pat, but this is as far as the booting goes, having the serial console opened while booted in tiny core, then clicking reset to boot the loader...

This is a loader with only these commands

./rploader.sh ext denverton-7.0.1-42218 add https://raw.githubusercontent.com/pocopico/rp-ext/master/v9fs/rpext-index.json
./rploader.sh build denverton-7.0.1-42218

Resulting in this from the console... obviously its hung here.

Spoiler

Loading Linux...
Loading initramfs...
Starting kernel with USB boot
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.180+ (root@build18) (gcc version 7.5.0 (GCC) ) #42218 SMP Mon Oct 18 19:26:24 CST 2021
[    0.000000] Command line: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DVA3221 console=ttyS0,115200n8 netif_num=4 pid=0x0001 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=001132306AA2 sn=20C0SJRE9KXPY vid=0x46f4 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffddfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bffde000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[    0.000000] earlycon: Early serial console at I/O port 0x3f8 (options '115200n8')
[    0.000000] bootconsole [uart0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014
[    0.000000] Kernel/User page tables isolation: disabled
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask FFC0000000 uncachable
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] e820: last_pfn = 0xbffde max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f5b70-0x000f5b7f] mapped at [ffff8800000f5b70]
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672
[    0.000000] BRK [0x01a6e000, 0x01a6efff] PGTABLE
[    0.000000] BRK [0x01a6f000, 0x01a6ffff] PGTABLE
[    0.000000] BRK [0x01a70000, 0x01a70fff] PGTABLE
[    0.000000] BRK [0x01a71000, 0x01a71fff] PGTABLE
[    0.000000] log_buf_len: 33554432 bytes
[    0.000000] early log buf free: 127900(97%)
[    0.000000] RAMDISK: [mem 0x35b1f000-0x36d86fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F5970 000014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0x00000000BFFE1EA6 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0x00000000BFFE1C88 000074 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x00000000BFFDF040 002C48 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x00000000BFFDF000 000040
[    0.000000] ACPI: APIC 0x00000000BFFE1CFC 000080 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: SSDT 0x00000000BFFE1D7C 0000CA (v01 BOCHS  VMGENID  00000001 BXPC 00000001)
[    0.000000] ACPI: HPET 0x00000000BFFE1E46 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: WAET 0x00000000BFFE1E7E 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000013fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bffddfff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000013fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
[    0.000000] On node 0 totalpages: 1048444
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12224 pages used for memmap
[    0.000000]   DMA32 zone: 782302 pages, LIFO batch:31
[    0.000000]   Normal zone: 4096 pages used for memmap
[    0.000000]   Normal zone: 262144 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbffde000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013dc00000 s95192 r8192 d31784 u1048576
[    0.000000] pcpu-alloc: s95192 r8192 d31784 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1032038
[    0.000000] Kernel command line: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DVA3221 console=ttyS0,115200n8 netif_num=4 pid=0x0001 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=001132306AA2 sn=20C0SJRE9KXPY vid=0x46f4 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=1
[    0.000000] Synology Hardware Version: DVA3221
[    0.000000] Internal netif num: 4
[    0.000000] Mac1: 001132306AA2
[    0.000000] Serial Number: 20C0SJRE9KXPY
[    0.000000] Disk Index Map: 00
[    0.000000] SYNO GPIO hdd detect pin: 0 
[    0.000000] Vender format version: 2
[    0.000000] Power on seq num: 0
[    0.000000] Sata Port Map: 1
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Memory: 3993280K/4193776K available (5554K kernel code, 857K rwdata, 1720K rodata, 924K init, 668K bss, 200496K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[    0.000000] NR_IRQS:4352 nr_irqs:440 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] bootconsole [uart0] disabled
[    0.000000] bootconsole [uart0] disabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3499.950 MHz processor
[    0.003004] Calibrating delay loop (skipped), value calculated using timer frequency.. 6999.90 BogoMIPS (lpj=3499950)
[    0.004436] pid_max: default: 32768 minimum: 301
[    0.005006] ACPI: Core revision 20150930
[    0.007278] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.008064] Security Framework initialized
[    0.008743] AppArmor: AppArmor initialized
[    0.009008] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.010004] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.011254] Initializing cgroup subsys io
[    0.012021] Initializing cgroup subsys memory
[    0.013014] Initializing cgroup subsys devices
[    0.013700] Initializing cgroup subsys freezer
[    0.014060] CPU: Physical Processor ID: 0
[    0.015003] CPU: Processor Core ID: 0
[    0.015634] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.016003] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.017007] Speculative Store Bypass: Vulnerable
[    0.019973] Freeing SMP alternatives memory: 24K
[    0.021106] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.023831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.034000] smpboot: CPU0: Intel Common KVM processor (family: 0xf, model: 0x6, stepping: 0x1)
[    0.034297] smpboot: native_smp_prepare_cpus: this boot have memory training fail, last reason is 0x00
[    0.035034] Performance Events: unsupported Netburst CPU model 6 no PMU driver, software events only.
[    0.037219] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.038001] NMI watchdog: Shutting down hard lockup detector on all cpus
[    0.039074] x86: Booting SMP configuration:
[    0.040002] .... node  #0, CPUs:      #1
[    0.053033] x86: Booted up 1 node, 2 CPUs
[    0.054002] smpboot: Total of 2 processors activated (13999.80 BogoMIPS)
[    0.055398] devtmpfs: initialized
[    0.056230] invalid opcode: 0000 [#1] SMP 
[    0.056839] Modules linked in:
[    0.057000] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.4.180+ #42218
[    0.057000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014
[    0.059006] task: ffff8801390f8000 ti: ffff880139100000 task.ti: ffff880139100000
[    0.059006] RIP: 0010:[<ffffffff812fb867>]  [<ffffffff812fb867>] sha_transform+0x37/0x1290
[    0.059006] RSP: 0000:ffff880139103ce8  EFLAGS: 00010803
[    0.059006] RAX: 0000000045321f1a RBX: 00000000c3d2e1f0 RCX: 0000000000000020
[    0.059006] RDX: ffff880139103d40 RSI: ffffffff81a60860 RDI: ffff880139103d28
[    0.059006] RBP: ffff880139103d10 R08: 0000000067452301 R09: 0000000010325476
[    0.059006] R10: 0000000098badcfe R11: 00000000efcdab89 R12: 00000000e8a4602c
[    0.059006] R13: ffff880139103dde R14: ffffffff81897308 R15: ffffffff818972c0
[    0.059006] FS:  0000000000000000(0000) GS:ffff88013dd00000(0000) knlGS:0000000000000000
[    0.059006] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.059006] CR2: 0000000000000000 CR3: 000000000180a000 CR4: 00000000000006f0
[    0.059006] Stack:
[    0.059006]  0000000000000010 ffff880139103d40 ffff880139103dde ffffffff81897308
[    0.059006]  ffffffff818972c0 ffff880139103da8 ffffffff813aeb2f 0000000000000246
[    0.059006]  efcdab8967452301 1032547698badcfe 00000000c3d2e1f0 0000000000000010
[    0.059006] Call Trace:
[    0.059006]  [<ffffffff813aeb2f>] extract_buf+0x8f/0x110
[    0.059006]  [<ffffffff813ae655>] ? account.part.28+0x125/0x190
[    0.059006]  [<ffffffff813aec31>] extract_entropy+0x81/0x210
[    0.059006]  [<ffffffff814b2b7e>] ? setup_net+0x3e/0x140
[    0.059006]  [<ffffffff818f07eb>] ? initcall_blacklist+0xaa/0xaa
[    0.059006]  [<ffffffff813af086>] get_random_bytes+0x36/0x90
[    0.059006]  [<ffffffff814b2b7e>] setup_net+0x3e/0x140
[    0.059006]  [<ffffffff81933c9a>] ? net_defaults_init+0x24/0x24
[    0.059006]  [<ffffffff81933d39>] net_ns_init+0x9f/0x134
[    0.059006]  [<ffffffff810003b8>] do_one_initcall+0x88/0x1a0
[    0.059006]  [<ffffffff818f0ff8>] kernel_init_freeable+0x15e/0x1f1
[    0.059006]  [<ffffffff81562d80>] ? rest_init+0x80/0x80
[    0.059006]  [<ffffffff81562d89>] kernel_init+0x9/0xd0
[    0.059006]  [<ffffffff8156882f>] ret_from_fork+0x3f/0x80
[    0.059006]  [<ffffffff81562d80>] ? rest_init+0x80/0x80
[    0.059006] Code: 44 89 d0 41 57 44 8b 07 44 8b 5f 04 41 56 44 31 c8 41 55 44 21 d8 41 54 45 8d 20 44 31 c8 41 c1 c4 05 53 44 01 e0 8b 5f 10 01 d8 <0f> 38 f0 0e 05 99 79 82 5a 89 0a 41 c1 cb 02 01 c1 41 8d 02 0f 
[    0.059006] RIP  [<ffffffff812fb867>] sha_transform+0x37/0x1290
[    0.059006]  RSP <ffff880139103ce8>

 

 

Tried again with system set as q35 same results.

Spoiler

  Booting `RedPill DVA3221 v7.0.1-42218 Beta (USB, Verbose)'

Loading Linux...
Loading initramfs...
Starting kernel with USB boot
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.180+ (root@build18) (gcc version 7.5.0 (GCC) ) #42218 SMP Mon Oct 18 19:26:24 CST 2021
[    0.000000] Command line: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DVA3221 console=ttyS0,115200n8 netif_num=4 pid=0x0001 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=001132306AA2 sn=20C0SJRE9KXPY vid=0x46f4 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffd4fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ffd5000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] earlycon: Early serial console at I/O port 0x3f8 (options '115200n8')
[    0.000000] bootconsole [uart0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014
[    0.000000] Kernel/User page tables isolation: disabled
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask FFC0000000 uncachable
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] e820: last_pfn = 0x7ffd5 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f5b50-0x000f5b5f] mapped at [ffff8800000f5b50]
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672
[    0.000000] BRK [0x01a6e000, 0x01a6efff] PGTABLE
[    0.000000] BRK [0x01a6f000, 0x01a6ffff] PGTABLE
[    0.000000] BRK [0x01a70000, 0x01a70fff] PGTABLE
[    0.000000] BRK [0x01a71000, 0x01a71fff] PGTABLE
[    0.000000] BRK [0x01a72000, 0x01a72fff] PGTABLE
[    0.000000] log_buf_len: 33554432 bytes
[    0.000000] early log buf free: 127692(97%)
[    0.000000] RAMDISK: [mem 0x35b1f000-0x36d86fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F5960 000014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0x000000007FFE4A8B 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0x000000007FFE47B1 0000F4 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x000000007FFDF040 005771 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x000000007FFDF000 000040
[    0.000000] ACPI: APIC 0x000000007FFE48A5 000080 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: SSDT 0x000000007FFE4925 0000CA (v01 BOCHS  VMGENID  00000001 BXPC 00000001)
[    0.000000] ACPI: HPET 0x000000007FFE49EF 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: MCFG 0x000000007FFE4A27 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: WAET 0x000000007FFE4A63 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007ffd4fff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[    0.000000] On node 0 totalpages: 1048435
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8128 pages used for memmap
[    0.000000]   DMA32 zone: 520149 pages, LIFO batch:31
[    0.000000]   Normal zone: 8192 pages used for memmap
[    0.000000]   Normal zone: 524288 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ffd5000-0x7fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x80000000-0xafffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb0000000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfeffbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xfed1bfff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88017dc00000 s95192 r8192 d31784 u1048576
[    0.000000] pcpu-alloc: s95192 r8192 d31784 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1032029
[    0.000000] Kernel command line: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DVA3221 console=ttyS0,115200n8 netif_num=4 pid=0x0001 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=001132306AA2 sn=20C0SJRE9KXPY vid=0x46f4 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=1
[    0.000000] Synology Hardware Version: DVA3221
[    0.000000] Internal netif num: 4
[    0.000000] Mac1: 001132306AA2
[    0.000000] Serial Number: 20C0SJRE9KXPY
[    0.000000] Disk Index Map: 00
[    0.000000] SYNO GPIO hdd detect pin: 0 
[    0.000000] Vender format version: 2
[    0.000000] Power on seq num: 0
[    0.000000] Sata Port Map: 1
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Memory: 3993224K/4193740K available (5554K kernel code, 857K rwdata, 1720K rodata, 924K init, 668K bss, 200516K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[    0.000000] NR_IRQS:4352 nr_irqs:440 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] bootconsole [uart0] disabled
[    0.000000] bootconsole [uart0] disabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3500.080 MHz processor
[    0.003004] Calibrating delay loop (skipped), value calculated using timer frequency.. 7000.16 BogoMIPS (lpj=3500080)
[    0.005006] pid_max: default: 32768 minimum: 301
[    0.006007] ACPI: Core revision 20150930
[    0.008526] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.009065] Security Framework initialized
[    0.010017] AppArmor: AppArmor initialized
[    0.011008] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.012004] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.013219] Initializing cgroup subsys io
[    0.014010] Initializing cgroup subsys memory
[    0.015016] Initializing cgroup subsys devices
[    0.016010] Initializing cgroup subsys freezer
[    0.017047] CPU: Physical Processor ID: 0
[    0.018003] CPU: Processor Core ID: 0
[    0.018733] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.019003] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.020007] Speculative Store Bypass: Vulnerable
[    0.023168] Freeing SMP alternatives memory: 24K
[    0.024389] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.027296] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.038000] smpboot: CPU0: Intel Common KVM processor (family: 0xf, model: 0x6, stepping: 0x1)
[    0.038298] smpboot: native_smp_prepare_cpus: this boot have memory training fail, last reason is 0x00
[    0.039025] Performance Events: unsupported Netburst CPU model 6 no PMU driver, software events only.
[    0.041176] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.042002] NMI watchdog: Shutting down hard lockup detector on all cpus
[    0.043062] x86: Booting SMP configuration:
[    0.044002] .... node  #0, CPUs:      #1
[    0.057024] x86: Booted up 1 node, 2 CPUs
[    0.058002] smpboot: Total of 2 processors activated (14000.32 BogoMIPS)
[    0.059348] devtmpfs: initialized
[    0.060204] invalid opcode: 0000 [#1] SMP 
[    0.060918] Modules linked in:
[    0.061000] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.4.180+ #42218
[    0.061000] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014
[    0.061000] task: ffff880179118000 ti: ffff880179120000 task.ti: ffff880179120000
[    0.061000] RIP: 0010:[<ffffffff812fb867>]  [<ffffffff812fb867>] sha_transform+0x37/0x1290
[    0.061000] RSP: 0000:ffff880179123ce8  EFLAGS: 00010803
[    0.061000] RAX: 0000000045321f1a RBX: 00000000c3d2e1f0 RCX: 0000000000000020
[    0.061000] RDX: ffff880179123d40 RSI: ffffffff81a60860 RDI: ffff880179123d28
[    0.061000] RBP: ffff880179123d10 R08: 0000000067452301 R09: 0000000010325476
[    0.061000] R10: 0000000098badcfe R11: 00000000efcdab89 R12: 00000000e8a4602c
[    0.061000] R13: ffff880179123dde R14: ffffffff81897308 R15: ffffffff818972c0
[    0.061000] FS:  0000000000000000(0000) GS:ffff88017dd00000(0000) knlGS:0000000000000000
[    0.061000] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.061000] CR2: 0000000000000000 CR3: 000000000180a000 CR4: 00000000000006f0
[    0.061000] Stack:
[    0.061000]  0000000000000010 ffff880179123d40 ffff880179123dde ffffffff81897308
[    0.061000]  ffffffff818972c0 ffff880179123da8 ffffffff813aeb2f 0000000000000246
[    0.061000]  efcdab8967452301 1032547698badcfe 00000000c3d2e1f0 0000000000000010
[    0.061000] Call Trace:
[    0.061000]  [<ffffffff813aeb2f>] extract_buf+0x8f/0x110
[    0.061000]  [<ffffffff813ae655>] ? account.part.28+0x125/0x190
[    0.061000]  [<ffffffff813aec31>] extract_entropy+0x81/0x210
[    0.061000]  [<ffffffff814b2b7e>] ? setup_net+0x3e/0x140
[    0.061000]  [<ffffffff818f07eb>] ? initcall_blacklist+0xaa/0xaa
[    0.061000]  [<ffffffff813af086>] get_random_bytes+0x36/0x90
[    0.061000]  [<ffffffff814b2b7e>] setup_net+0x3e/0x140
[    0.061000]  [<ffffffff81933c9a>] ? net_defaults_init+0x24/0x24
[    0.061000]  [<ffffffff81933d39>] net_ns_init+0x9f/0x134
[    0.061000]  [<ffffffff810003b8>] do_one_initcall+0x88/0x1a0
[    0.061000]  [<ffffffff818f0ff8>] kernel_init_freeable+0x15e/0x1f1
[    0.061000]  [<ffffffff81562d80>] ? rest_init+0x80/0x80
[    0.061000]  [<ffffffff81562d89>] kernel_init+0x9/0xd0
[    0.061000]  [<ffffffff8156882f>] ret_from_fork+0x3f/0x80
[    0.061000]  [<ffffffff81562d80>] ? rest_init+0x80/0x80
[    0.061000] Code: 44 89 d0 41 57 44 8b 07 44 8b 5f 04 41 56 44 31 c8 41 55 44 21 d8 41 54 45 8d 20 44 31 c8 41 c1 c4 05 53 44 01 e0 8b 5f 10 01 d8 <0f> 38 f0 0e 05 99 79 82 5a 89 0a 41 c1 cb 02 01 c1 41 8d 02 0f 
[    0.061000] RIP  [<ffffffff812fb867>] sha_transform+0x37/0x1290
[    0.061000]  RSP <ffff880179123ce8>

 

Any suggestions?

 

Link to comment
Share on other sites

28 minutes ago, phone guy said:

It downloaded the 42118 pat, but this is as far as the booting goes, having the serial console opened while booted in tiny core, then clicking reset to boot the loader...

This is a loader with only these commands


./rploader.sh ext denverton-7.0.1-42218 add https://raw.githubusercontent.com/pocopico/rp-ext/master/v9fs/rpext-index.json
./rploader.sh build denverton-7.0.1-42218

Resulting in this from the console... obviously its hung here.

  SEE ERROR LOG OF CONSOLE (Reveal hidden contents)


Loading Linux...
Loading initramfs...
Starting kernel with USB boot
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.180+ (root@build18) (gcc version 7.5.0 (GCC) ) #42218 SMP Mon Oct 18 19:26:24 CST 2021
[    0.000000] Command line: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DVA3221 console=ttyS0,115200n8 netif_num=4 pid=0x0001 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=001132306AA2 sn=20C0SJRE9KXPY vid=0x46f4 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffddfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bffde000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[    0.000000] earlycon: Early serial console at I/O port 0x3f8 (options '115200n8')
[    0.000000] bootconsole [uart0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014
[    0.000000] Kernel/User page tables isolation: disabled
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask FFC0000000 uncachable
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] e820: last_pfn = 0xbffde max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f5b70-0x000f5b7f] mapped at [ffff8800000f5b70]
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672
[    0.000000] BRK [0x01a6e000, 0x01a6efff] PGTABLE
[    0.000000] BRK [0x01a6f000, 0x01a6ffff] PGTABLE
[    0.000000] BRK [0x01a70000, 0x01a70fff] PGTABLE
[    0.000000] BRK [0x01a71000, 0x01a71fff] PGTABLE
[    0.000000] log_buf_len: 33554432 bytes
[    0.000000] early log buf free: 127900(97%)
[    0.000000] RAMDISK: [mem 0x35b1f000-0x36d86fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F5970 000014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0x00000000BFFE1EA6 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0x00000000BFFE1C88 000074 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x00000000BFFDF040 002C48 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x00000000BFFDF000 000040
[    0.000000] ACPI: APIC 0x00000000BFFE1CFC 000080 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: SSDT 0x00000000BFFE1D7C 0000CA (v01 BOCHS  VMGENID  00000001 BXPC 00000001)
[    0.000000] ACPI: HPET 0x00000000BFFE1E46 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: WAET 0x00000000BFFE1E7E 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000013fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bffddfff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000013fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
[    0.000000] On node 0 totalpages: 1048444
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12224 pages used for memmap
[    0.000000]   DMA32 zone: 782302 pages, LIFO batch:31
[    0.000000]   Normal zone: 4096 pages used for memmap
[    0.000000]   Normal zone: 262144 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbffde000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013dc00000 s95192 r8192 d31784 u1048576
[    0.000000] pcpu-alloc: s95192 r8192 d31784 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1032038
[    0.000000] Kernel command line: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DVA3221 console=ttyS0,115200n8 netif_num=4 pid=0x0001 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=001132306AA2 sn=20C0SJRE9KXPY vid=0x46f4 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=1
[    0.000000] Synology Hardware Version: DVA3221
[    0.000000] Internal netif num: 4
[    0.000000] Mac1: 001132306AA2
[    0.000000] Serial Number: 20C0SJRE9KXPY
[    0.000000] Disk Index Map: 00
[    0.000000] SYNO GPIO hdd detect pin: 0 
[    0.000000] Vender format version: 2
[    0.000000] Power on seq num: 0
[    0.000000] Sata Port Map: 1
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Memory: 3993280K/4193776K available (5554K kernel code, 857K rwdata, 1720K rodata, 924K init, 668K bss, 200496K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[    0.000000] NR_IRQS:4352 nr_irqs:440 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] bootconsole [uart0] disabled
[    0.000000] bootconsole [uart0] disabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3499.950 MHz processor
[    0.003004] Calibrating delay loop (skipped), value calculated using timer frequency.. 6999.90 BogoMIPS (lpj=3499950)
[    0.004436] pid_max: default: 32768 minimum: 301
[    0.005006] ACPI: Core revision 20150930
[    0.007278] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.008064] Security Framework initialized
[    0.008743] AppArmor: AppArmor initialized
[    0.009008] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.010004] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.011254] Initializing cgroup subsys io
[    0.012021] Initializing cgroup subsys memory
[    0.013014] Initializing cgroup subsys devices
[    0.013700] Initializing cgroup subsys freezer
[    0.014060] CPU: Physical Processor ID: 0
[    0.015003] CPU: Processor Core ID: 0
[    0.015634] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.016003] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.017007] Speculative Store Bypass: Vulnerable
[    0.019973] Freeing SMP alternatives memory: 24K
[    0.021106] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.023831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.034000] smpboot: CPU0: Intel Common KVM processor (family: 0xf, model: 0x6, stepping: 0x1)
[    0.034297] smpboot: native_smp_prepare_cpus: this boot have memory training fail, last reason is 0x00
[    0.035034] Performance Events: unsupported Netburst CPU model 6 no PMU driver, software events only.
[    0.037219] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.038001] NMI watchdog: Shutting down hard lockup detector on all cpus
[    0.039074] x86: Booting SMP configuration:
[    0.040002] .... node  #0, CPUs:      #1
[    0.053033] x86: Booted up 1 node, 2 CPUs
[    0.054002] smpboot: Total of 2 processors activated (13999.80 BogoMIPS)
[    0.055398] devtmpfs: initialized
[    0.056230] invalid opcode: 0000 [#1] SMP 
[    0.056839] Modules linked in:
[    0.057000] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.4.180+ #42218
[    0.057000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014
[    0.059006] task: ffff8801390f8000 ti: ffff880139100000 task.ti: ffff880139100000
[    0.059006] RIP: 0010:[<ffffffff812fb867>]  [<ffffffff812fb867>] sha_transform+0x37/0x1290
[    0.059006] RSP: 0000:ffff880139103ce8  EFLAGS: 00010803
[    0.059006] RAX: 0000000045321f1a RBX: 00000000c3d2e1f0 RCX: 0000000000000020
[    0.059006] RDX: ffff880139103d40 RSI: ffffffff81a60860 RDI: ffff880139103d28
[    0.059006] RBP: ffff880139103d10 R08: 0000000067452301 R09: 0000000010325476
[    0.059006] R10: 0000000098badcfe R11: 00000000efcdab89 R12: 00000000e8a4602c
[    0.059006] R13: ffff880139103dde R14: ffffffff81897308 R15: ffffffff818972c0
[    0.059006] FS:  0000000000000000(0000) GS:ffff88013dd00000(0000) knlGS:0000000000000000
[    0.059006] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.059006] CR2: 0000000000000000 CR3: 000000000180a000 CR4: 00000000000006f0
[    0.059006] Stack:
[    0.059006]  0000000000000010 ffff880139103d40 ffff880139103dde ffffffff81897308
[    0.059006]  ffffffff818972c0 ffff880139103da8 ffffffff813aeb2f 0000000000000246
[    0.059006]  efcdab8967452301 1032547698badcfe 00000000c3d2e1f0 0000000000000010
[    0.059006] Call Trace:
[    0.059006]  [<ffffffff813aeb2f>] extract_buf+0x8f/0x110
[    0.059006]  [<ffffffff813ae655>] ? account.part.28+0x125/0x190
[    0.059006]  [<ffffffff813aec31>] extract_entropy+0x81/0x210
[    0.059006]  [<ffffffff814b2b7e>] ? setup_net+0x3e/0x140
[    0.059006]  [<ffffffff818f07eb>] ? initcall_blacklist+0xaa/0xaa
[    0.059006]  [<ffffffff813af086>] get_random_bytes+0x36/0x90
[    0.059006]  [<ffffffff814b2b7e>] setup_net+0x3e/0x140
[    0.059006]  [<ffffffff81933c9a>] ? net_defaults_init+0x24/0x24
[    0.059006]  [<ffffffff81933d39>] net_ns_init+0x9f/0x134
[    0.059006]  [<ffffffff810003b8>] do_one_initcall+0x88/0x1a0
[    0.059006]  [<ffffffff818f0ff8>] kernel_init_freeable+0x15e/0x1f1
[    0.059006]  [<ffffffff81562d80>] ? rest_init+0x80/0x80
[    0.059006]  [<ffffffff81562d89>] kernel_init+0x9/0xd0
[    0.059006]  [<ffffffff8156882f>] ret_from_fork+0x3f/0x80
[    0.059006]  [<ffffffff81562d80>] ? rest_init+0x80/0x80
[    0.059006] Code: 44 89 d0 41 57 44 8b 07 44 8b 5f 04 41 56 44 31 c8 41 55 44 21 d8 41 54 45 8d 20 44 31 c8 41 c1 c4 05 53 44 01 e0 8b 5f 10 01 d8 <0f> 38 f0 0e 05 99 79 82 5a 89 0a 41 c1 cb 02 01 c1 41 8d 02 0f 
[    0.059006] RIP  [<ffffffff812fb867>] sha_transform+0x37/0x1290
[    0.059006]  RSP <ffff880139103ce8>

 

 

Tried again with system set as q35 same results.

  q35 error (Reveal hidden contents)


  Booting `RedPill DVA3221 v7.0.1-42218 Beta (USB, Verbose)'

Loading Linux...
Loading initramfs...
Starting kernel with USB boot
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.180+ (root@build18) (gcc version 7.5.0 (GCC) ) #42218 SMP Mon Oct 18 19:26:24 CST 2021
[    0.000000] Command line: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DVA3221 console=ttyS0,115200n8 netif_num=4 pid=0x0001 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=001132306AA2 sn=20C0SJRE9KXPY vid=0x46f4 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffd4fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ffd5000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] earlycon: Early serial console at I/O port 0x3f8 (options '115200n8')
[    0.000000] bootconsole [uart0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014
[    0.000000] Kernel/User page tables isolation: disabled
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask FFC0000000 uncachable
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] e820: last_pfn = 0x7ffd5 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f5b50-0x000f5b5f] mapped at [ffff8800000f5b50]
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672
[    0.000000] BRK [0x01a6e000, 0x01a6efff] PGTABLE
[    0.000000] BRK [0x01a6f000, 0x01a6ffff] PGTABLE
[    0.000000] BRK [0x01a70000, 0x01a70fff] PGTABLE
[    0.000000] BRK [0x01a71000, 0x01a71fff] PGTABLE
[    0.000000] BRK [0x01a72000, 0x01a72fff] PGTABLE
[    0.000000] log_buf_len: 33554432 bytes
[    0.000000] early log buf free: 127692(97%)
[    0.000000] RAMDISK: [mem 0x35b1f000-0x36d86fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F5960 000014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0x000000007FFE4A8B 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0x000000007FFE47B1 0000F4 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x000000007FFDF040 005771 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x000000007FFDF000 000040
[    0.000000] ACPI: APIC 0x000000007FFE48A5 000080 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: SSDT 0x000000007FFE4925 0000CA (v01 BOCHS  VMGENID  00000001 BXPC 00000001)
[    0.000000] ACPI: HPET 0x000000007FFE49EF 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: MCFG 0x000000007FFE4A27 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: WAET 0x000000007FFE4A63 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007ffd4fff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[    0.000000] On node 0 totalpages: 1048435
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8128 pages used for memmap
[    0.000000]   DMA32 zone: 520149 pages, LIFO batch:31
[    0.000000]   Normal zone: 8192 pages used for memmap
[    0.000000]   Normal zone: 524288 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ffd5000-0x7fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x80000000-0xafffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb0000000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfeffbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xfed1bfff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88017dc00000 s95192 r8192 d31784 u1048576
[    0.000000] pcpu-alloc: s95192 r8192 d31784 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1032029
[    0.000000] Kernel command line: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DVA3221 console=ttyS0,115200n8 netif_num=4 pid=0x0001 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=001132306AA2 sn=20C0SJRE9KXPY vid=0x46f4 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=1
[    0.000000] Synology Hardware Version: DVA3221
[    0.000000] Internal netif num: 4
[    0.000000] Mac1: 001132306AA2
[    0.000000] Serial Number: 20C0SJRE9KXPY
[    0.000000] Disk Index Map: 00
[    0.000000] SYNO GPIO hdd detect pin: 0 
[    0.000000] Vender format version: 2
[    0.000000] Power on seq num: 0
[    0.000000] Sata Port Map: 1
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Memory: 3993224K/4193740K available (5554K kernel code, 857K rwdata, 1720K rodata, 924K init, 668K bss, 200516K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[    0.000000] NR_IRQS:4352 nr_irqs:440 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] bootconsole [uart0] disabled
[    0.000000] bootconsole [uart0] disabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3500.080 MHz processor
[    0.003004] Calibrating delay loop (skipped), value calculated using timer frequency.. 7000.16 BogoMIPS (lpj=3500080)
[    0.005006] pid_max: default: 32768 minimum: 301
[    0.006007] ACPI: Core revision 20150930
[    0.008526] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.009065] Security Framework initialized
[    0.010017] AppArmor: AppArmor initialized
[    0.011008] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.012004] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.013219] Initializing cgroup subsys io
[    0.014010] Initializing cgroup subsys memory
[    0.015016] Initializing cgroup subsys devices
[    0.016010] Initializing cgroup subsys freezer
[    0.017047] CPU: Physical Processor ID: 0
[    0.018003] CPU: Processor Core ID: 0
[    0.018733] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.019003] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.020007] Speculative Store Bypass: Vulnerable
[    0.023168] Freeing SMP alternatives memory: 24K
[    0.024389] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.027296] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.038000] smpboot: CPU0: Intel Common KVM processor (family: 0xf, model: 0x6, stepping: 0x1)
[    0.038298] smpboot: native_smp_prepare_cpus: this boot have memory training fail, last reason is 0x00
[    0.039025] Performance Events: unsupported Netburst CPU model 6 no PMU driver, software events only.
[    0.041176] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.042002] NMI watchdog: Shutting down hard lockup detector on all cpus
[    0.043062] x86: Booting SMP configuration:
[    0.044002] .... node  #0, CPUs:      #1
[    0.057024] x86: Booted up 1 node, 2 CPUs
[    0.058002] smpboot: Total of 2 processors activated (14000.32 BogoMIPS)
[    0.059348] devtmpfs: initialized
[    0.060204] invalid opcode: 0000 [#1] SMP 
[    0.060918] Modules linked in:
[    0.061000] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.4.180+ #42218
[    0.061000] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014
[    0.061000] task: ffff880179118000 ti: ffff880179120000 task.ti: ffff880179120000
[    0.061000] RIP: 0010:[<ffffffff812fb867>]  [<ffffffff812fb867>] sha_transform+0x37/0x1290
[    0.061000] RSP: 0000:ffff880179123ce8  EFLAGS: 00010803
[    0.061000] RAX: 0000000045321f1a RBX: 00000000c3d2e1f0 RCX: 0000000000000020
[    0.061000] RDX: ffff880179123d40 RSI: ffffffff81a60860 RDI: ffff880179123d28
[    0.061000] RBP: ffff880179123d10 R08: 0000000067452301 R09: 0000000010325476
[    0.061000] R10: 0000000098badcfe R11: 00000000efcdab89 R12: 00000000e8a4602c
[    0.061000] R13: ffff880179123dde R14: ffffffff81897308 R15: ffffffff818972c0
[    0.061000] FS:  0000000000000000(0000) GS:ffff88017dd00000(0000) knlGS:0000000000000000
[    0.061000] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.061000] CR2: 0000000000000000 CR3: 000000000180a000 CR4: 00000000000006f0
[    0.061000] Stack:
[    0.061000]  0000000000000010 ffff880179123d40 ffff880179123dde ffffffff81897308
[    0.061000]  ffffffff818972c0 ffff880179123da8 ffffffff813aeb2f 0000000000000246
[    0.061000]  efcdab8967452301 1032547698badcfe 00000000c3d2e1f0 0000000000000010
[    0.061000] Call Trace:
[    0.061000]  [<ffffffff813aeb2f>] extract_buf+0x8f/0x110
[    0.061000]  [<ffffffff813ae655>] ? account.part.28+0x125/0x190
[    0.061000]  [<ffffffff813aec31>] extract_entropy+0x81/0x210
[    0.061000]  [<ffffffff814b2b7e>] ? setup_net+0x3e/0x140
[    0.061000]  [<ffffffff818f07eb>] ? initcall_blacklist+0xaa/0xaa
[    0.061000]  [<ffffffff813af086>] get_random_bytes+0x36/0x90
[    0.061000]  [<ffffffff814b2b7e>] setup_net+0x3e/0x140
[    0.061000]  [<ffffffff81933c9a>] ? net_defaults_init+0x24/0x24
[    0.061000]  [<ffffffff81933d39>] net_ns_init+0x9f/0x134
[    0.061000]  [<ffffffff810003b8>] do_one_initcall+0x88/0x1a0
[    0.061000]  [<ffffffff818f0ff8>] kernel_init_freeable+0x15e/0x1f1
[    0.061000]  [<ffffffff81562d80>] ? rest_init+0x80/0x80
[    0.061000]  [<ffffffff81562d89>] kernel_init+0x9/0xd0
[    0.061000]  [<ffffffff8156882f>] ret_from_fork+0x3f/0x80
[    0.061000]  [<ffffffff81562d80>] ? rest_init+0x80/0x80
[    0.061000] Code: 44 89 d0 41 57 44 8b 07 44 8b 5f 04 41 56 44 31 c8 41 55 44 21 d8 41 54 45 8d 20 44 31 c8 41 c1 c4 05 53 44 01 e0 8b 5f 10 01 d8 <0f> 38 f0 0e 05 99 79 82 5a 89 0a 41 c1 cb 02 01 c1 41 8d 02 0f 
[    0.061000] RIP  [<ffffffff812fb867>] sha_transform+0x37/0x1290
[    0.061000]  RSP <ffff880179123ce8>

 

Any suggestions?

 

 

You are getting a KP. did you try with 42661 ?

Link to comment
Share on other sites

36 minutes ago, pocopico said:

 

You are getting a KP. did you try with 42661 ?

Yes, with 42661 the console no longer displays booting process as shown here

Loading Linux...
Loading initramfs...
Starting kernel with USB boot

So I have no way to know how far the booting process got before it died...but again, because of how instantly proxmox is quitting that vm instances, I know its locked in kernel panic. ??????

Anything else I can try?  Seems to work with ESXi ???

Link to comment
Share on other sites

5 hours ago, phone guy said:

 

Anything else I can try?  Seems to work with ESXi ???

 

It does - I had no unusual issues installing with ESXi.  Console does cut off as you state.  If you are using KVM/q35 and a single virtual disk, configure the virtual disk to SATA, and try SataPortMap=11 and DiskIdxMap=1000.  Also, the disk needs to be AT LEAST 21GB for the post-installation to complete and still create a shared folder.

Link to comment
Share on other sites

45 minutes ago, alexsahka said:

Interestingly, I built VM even before the GTX 1650 video card is physically installed on the server.

I was able to make the card show up in DSM!!!! You gave the hint with the extra VM options.

For this card, and maybe other GTX1650 cards, the trick in UNRAID is to hide the hypervisor too.

How? After the VM is created, it has to be edited in XML View and this lines have to be included to the end of the domain section, just before </domain>:

<qemu:commandline>
    <qemu:arg value='-cpu'/>
    <qemu:arg value='host,kvm=off,hv_vendor_id=null,-hypervisor'/>
  </qemu:commandline>

Without it, the card was recognized by DSM (lspci -q shows the NVIDIA graphic card) but not used. Now it can also be used inside DSM.

image.thumb.png.4fec26ea7f5423d384d82875af4b04eb.png

 

image.thumb.png.b6f01f15b172ed6fad3f1d71720ae279.png

 

Edited by franky52
Link to comment
Share on other sites

1 hour ago, franky52 said:

I was able to make the card show up in DSM!!!! You gave the hint with the extra VM options.

For this card, and maybe other GTX1650 cards, the trick in UNRAID is to hide the hypervisor too.

Congratulation!  I'm testing cameras inside DVA3221 and the performance is not very impressive. GPU usage is 60-70% with 3 cameras 704*408 10FPS and 12 tasks  (this is max for the DVA3221).

For example, I running Frigate (open source) with Google Coral 8 cameras 1920*1080 10 FPS in docker, and triggering my old DSM and Coral TPU usage is very low. Power consumption compares to ESXI + DVA3221 is close to nothing.

Price tag is very low, I bought used Lenovo ThinkCentre M73 Tiny Mini Desktop Computer i3-4130T 4G Ram SSD + Coral Mini PCIe, paid $105 for everything running this setup for 2 years now.

Link to comment
Share on other sites

5 hours ago, flyride said:

 

It does - I had no unusual issues installing with ESXi.  Console does cut off as you state.  If you are using KVM/q35 and a single virtual disk, configure the virtual disk to SATA, and try SataPortMap=11 and DiskIdxMap=1000.  Also, the disk needs to be AT LEAST 21GB for the post-installation to complete and still create a shared folder.

I tried so many things yesterday... q35, i440fx, changing cpu type from default kvm64 all the way to host (e3-1270v2), 2 cores, 4 cores, 2gb ram, 8gb ram, nothing worked. emu hdd was set to scsi and 50gb, I will try later on with virtual sata and those port mappings and report back later.

Link to comment
Share on other sites

7 hours ago, flyride said:

 

It does - I had no unusual issues installing with ESXi.  Console does cut off as you state.  If you are using KVM/q35 and a single virtual disk, configure the virtual disk to SATA, and try SataPortMap=11 and DiskIdxMap=1000.  Also, the disk needs to be AT LEAST 21GB for the post-installation to complete and still create a shared folder.

Still failed. I removed the scsi emu hdd, added 2 sata emu hdd as sata 1 and 2, q35 system, kvm64 host type, tried 42218 since I am able to see serial console, these are the results.

Spoiler

[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffd4fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ffd5000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] earlycon: Early serial console at I/O port 0x3f8 (options '115200n8')
[    0.000000] bootconsole [uart0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014
[    0.000000] Kernel/User page tables isolation: disabled
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask FFC0000000 uncachable
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] e820: last_pfn = 0x7ffd5 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f5b50-0x000f5b5f] mapped at [ffff8800000f5b50]
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672
[    0.000000] BRK [0x01a6e000, 0x01a6efff] PGTABLE
[    0.000000] BRK [0x01a6f000, 0x01a6ffff] PGTABLE
[    0.000000] BRK [0x01a70000, 0x01a70fff] PGTABLE
[    0.000000] BRK [0x01a71000, 0x01a71fff] PGTABLE
[    0.000000] BRK [0x01a72000, 0x01a72fff] PGTABLE
[    0.000000] log_buf_len: 33554432 bytes
[    0.000000] early log buf free: 127688(97%)
[    0.000000] RAMDISK: [mem 0x35b1f000-0x36d86fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F5960 000014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0x000000007FFE4B47 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0x000000007FFE485D 0000F4 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x000000007FFDF040 00581D (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x000000007FFDF000 000040
[    0.000000] ACPI: APIC 0x000000007FFE4951 000090 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: SSDT 0x000000007FFE49E1 0000CA (v01 BOCHS  VMGENID  00000001 BXPC 00000001)
[    0.000000] ACPI: HPET 0x000000007FFE4AAB 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: MCFG 0x000000007FFE4AE3 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: WAET 0x000000007FFE4B1F 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007ffd4fff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[    0.000000] On node 0 totalpages: 1048435
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8128 pages used for memmap
[    0.000000]   DMA32 zone: 520149 pages, LIFO batch:31
[    0.000000]   Normal zone: 8192 pages used for memmap
[    0.000000]   Normal zone: 524288 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ffd5000-0x7fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x80000000-0xafffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb0000000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfeffbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xfed1bfff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88017dc00000 s95192 r8192 d31784 u524288
[    0.000000] pcpu-alloc: s95192 r8192 d31784 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1032029
[    0.000000] Kernel command line: BOOT_IMAGE=/zImage withefi earlyprintk syno_hw_version=DVA3221 console=ttyS0,115200n8 netif_num=4 pid=0x0001 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=00113209F284 sn=2040SJRKK291H vid=0x46f4 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=0002 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=22
[    0.000000] Synology Hardware Version: DVA3221
[    0.000000] Internal netif num: 4
[    0.000000] Mac1: 00113209F284
[    0.000000] Serial Number: 2040SJRKK291H
[    0.000000] Disk Index Map: 0002
[    0.000000] SYNO GPIO hdd detect pin: 0 
[    0.000000] Vender format version: 2
[    0.000000] Power on seq num: 0
[    0.000000] Sata Port Map: 22
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Memory: 3992960K/4193740K available (5554K kernel code, 857K rwdata, 1720K rodata, 924K init, 668K bss, 200780K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:4352 nr_irqs:456 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] bootconsole [uart0] disabled
[    0.000000] bootconsole [uart0] disabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3500.119 MHz processor
[    0.003004] Calibrating delay loop (skipped), value calculated using timer frequency.. 7000.23 BogoMIPS (lpj=3500119)
[    0.005009] pid_max: default: 32768 minimum: 301
[    0.005681] ACPI: Core revision 20150930
[    0.008203] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.009063] Security Framework initialized
[    0.009672] AppArmor: AppArmor initialized
[    0.010008] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.011004] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.012230] Initializing cgroup subsys io
[    0.013010] Initializing cgroup subsys memory
[    0.013652] Initializing cgroup subsys devices
[    0.014011] Initializing cgroup subsys freezer
[    0.015051] CPU: Physical Processor ID: 0
[    0.015636] CPU: Processor Core ID: 0
[    0.016074] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.017003] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.018007] Speculative Store Bypass: Vulnerable
[    0.020317] Freeing SMP alternatives memory: 24K
[    0.021400] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.024000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.034000] smpboot: CPU0: Intel Common KVM processor (family: 0xf, model: 0x6, stepping: 0x1)
[    0.034242] smpboot: native_smp_prepare_cpus: this boot have memory training fail, last reason is 0x00
[    0.035027] Performance Events: unsupported Netburst CPU model 6 no PMU driver, software events only.
[    0.037218] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.038002] NMI watchdog: Shutting down hard lockup detector on all cpus
[    0.039076] x86: Booting SMP configuration:
[    0.040003] .... node  #0, CPUs:      #1 #2 #3
[    0.078022] x86: Booted up 1 node, 4 CPUs
[    0.079003] smpboot: Total of 4 processors activated (28000.95 BogoMIPS)
[    0.080411] devtmpfs: initialized
[    0.081239] invalid opcode: 0000 [#1] SMP 
[    0.081746] Modules linked in:
[    0.082000] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.4.180+ #42218
[    0.082000] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014
[    0.082000] task: ffff880179118000 ti: ffff880179120000 task.ti: ffff880179120000
[    0.082000] RIP: 0010:[<ffffffff812fb867>]  [<ffffffff812fb867>] sha_transform+0x37/0x1290
[    0.082000] RSP: 0000:ffff880179123ce8  EFLAGS: 00010803
[    0.082000] RAX: 0000000045321f1a RBX: 00000000c3d2e1f0 RCX: 0000000000000020
[    0.082000] RDX: ffff880179123d40 RSI: ffffffff81a60860 RDI: ffff880179123d28
[    0.082000] RBP: ffff880179123d10 R08: 0000000067452301 R09: 0000000010325476
[    0.082000] R10: 0000000098badcfe R11: 00000000efcdab89 R12: 00000000e8a4602c
[    0.082000] R13: ffff880179123dde R14: ffffffff81897308 R15: ffffffff818972c0
[    0.082000] FS:  0000000000000000(0000) GS:ffff88017dc00000(0000) knlGS:0000000000000000
[    0.082000] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.082000] CR2: ffff88017ffff000 CR3: 000000000180a000 CR4: 00000000000006f0
[    0.082000] Stack:
[    0.082000]  0000000000000010 ffff880179123d40 ffff880179123dde ffffffff81897308
[    0.082000]  ffffffff818972c0 ffff880179123da8 ffffffff813aeb2f 0000000000000246
[    0.082000]  efcdab8967452301 1032547698badcfe 00000000c3d2e1f0 0000000000000010
[    0.082000] Call Trace:
[    0.082000]  [<ffffffff813aeb2f>] extract_buf+0x8f/0x110
[    0.082000]  [<ffffffff813ae655>] ? account.part.28+0x125/0x190
[    0.082000]  [<ffffffff813aec31>] extract_entropy+0x81/0x210
[    0.082000]  [<ffffffff814b2b7e>] ? setup_net+0x3e/0x140
[    0.082000]  [<ffffffff818f07eb>] ? initcall_blacklist+0xaa/0xaa
[    0.082000]  [<ffffffff813af086>] get_random_bytes+0x36/0x90
[    0.082000]  [<ffffffff814b2b7e>] setup_net+0x3e/0x140
[    0.082000]  [<ffffffff81933c9a>] ? net_defaults_init+0x24/0x24
[    0.082000]  [<ffffffff81933d39>] net_ns_init+0x9f/0x134
[    0.082000]  [<ffffffff810003b8>] do_one_initcall+0x88/0x1a0
[    0.082000]  [<ffffffff818f0ff8>] kernel_init_freeable+0x15e/0x1f1
[    0.082000]  [<ffffffff81562d80>] ? rest_init+0x80/0x80
[    0.082000]  [<ffffffff81562d89>] kernel_init+0x9/0xd0
[    0.082000]  [<ffffffff8156882f>] ret_from_fork+0x3f/0x80
[    0.082000]  [<ffffffff81562d80>] ? rest_init+0x80/0x80
[    0.082000] Code: 44 89 d0 41 57 44 8b 07 44 8b 5f 04 41 56 44 31 c8 41 55 44 21 d8 41 54 45 8d 20 44 31 c8 41 c1 c4 05 53 44 01 e0 8b 5f 10 01 d8 <0f> 38 f0 0e 05 99 79 82 5a 89 0a 41 c1 cb 02 01 c1 41 8d 02 0f 
[    0.082000] RIP  [<ffffffff812fb867>] sha_transform+0x37/0x1290
[    0.082000]  RSP <ffff880179123ce8>

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...