Jump to content
XPEnology Community

Yet Another Jun's Mod


Recommended Posts

On 6/10/2022 at 9:26 AM, Peter Suh said:

 

 

In the above test using pocopico's load instead, nic gave a response within 1 minute, but your dynamic dtc patch didn't work, so the disk was not found.

 

So, I replaced the contents with your load's DS920+ config.json back to original and
(because pocopico hasn't fixed sha256sum yet)
https://github.com/jumkey/redpill-load/blob/develop/config/DS920%2B/7.0.1-42218/config.json
I added only the network patch part of pocopico mentioned above.
"@@@COMMON@@@/ramdisk-004-network-hosts.patch"

 

I am building jun mode.

 

Is it correct to use like this?
As a result, the waiting phenomenon continued for 3 minutes.

 

With the help of @dolbycat
ds920+ / ds1621+ jun mode build for TC
The nic waiting time was reduced from 3 minutes to 2 minutes and 10 seconds.

 

Modification of sha256sum of ds920+ 42218 config.json requested by @pocopico may not be necessary at this time.

 

As for the jun mode, it was completely switched to refer only to @jumkey's repo, and it was possible to build so that even the use of dynamic dtc patches was possible in TC without any problem.

I changed it to be compatible with my m shell.

Link to comment
Share on other sites

9 hours ago, Peter Suh said:

 

With the help of @dolbycat
ds920+ / ds1621+ jun mode build for TC
The nic waiting time was reduced from 3 minutes to 2 minutes and 10 seconds.

 

Modification of sha256sum of ds920+ 42218 config.json requested by @pocopico may not be necessary at this time.

 

As for the jun mode, it was completely switched to refer only to @jumkey's repo, and it was possible to build so that even the use of dynamic dtc patches was possible in TC without any problem.

I changed it to be compatible with my m shell.

 

 

In both ds920+ / ds1621+ models, it is modified to point to jumkey's repo for the build of TCRP jun mode,

and the quickjs ext newly developed by jumkey is modified so that it can be used immediately.
(@jumkey, I'll ask you to check once more if it's correct if I use it like this.)

 

All cases tested on baremetal and VM (Virtualbox) have been completed.

To build, you need to replace the existing custom_config_jun.json with curl as shown below.

 

tc@box:~$ curl --location --progress-bar "https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/custom_config_jun.json" --output custom_config_jun.json

 

    {
      "id": "geminilake-7.0.1-42218-JUN",
      "platform_version": "geminilake-7.0.1-42218",
      "user_config_json": "geminilake_user_config.json",
      "docker_base_image": "debian:8-slim",
      "compile_with": "toolkit_dev",
      "redpill_lkm_make_target": "test-v7",
      "downloads": {
        "kernel": {
          "url": "https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/apollolake-source/linux-4.4.x.txz/download",
          "sha256": "af815ee065775d2e569fd7176e25c8ba7ee17a03361557975c8e5a4b64230c5b"
        },
        "toolkit_dev": {
          "url": "https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.apollolake-7.0.dev.txz/download",
          "sha256": "d349fa644392d4cfab8191243ee38aaa32bd517208c144678e0c855cb5a619ea"
        }
      },
      "redpill_lkm": {
        "source_url": "https://github.com/pocopico/redpill-lkm.git",
        "branch": "master"
      },
      "redpill_load": {
        "source_url": "https://github.com/jumkey/redpill-load.git",
        "branch": "develop"
      },
      "add_extensions": [
        {
        "jumkey.qjs.000": "https://github.com/jumkey/redpill-load/raw/develop/redpill-runtime-qjs/rpext-index.json",
        "jumkey.qjs.dtb": "https://github.com/jumkey/redpill-load/raw/develop/redpill-qjs-dtb/rpext-index.json",
        "redpill-misc": "https://github.com/pocopico/redpill-load/raw/master/redpill-misc/rpext-index.json"
        }
      ]
    },
    {
      "id": "v1000-7.0.1-42218-JUN",
      "platform_version": "v1000-7.0.1-42218",
      "user_config_json": "v1000_user_config-test.json",
      "docker_base_image": "debian:8-slim",
      "redpill_lkm_make_target": "dev-v7",
      "compile_with": "toolkit_dev",
      "downloads": {
        "kernel": {
          "url": "https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/v1000-source/linux-4.4.x.txz/download",
          "sha256": "d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1be"
        },
        "toolkit_dev": {
          "url": "https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.v1000-7.0.dev.txz/download",
          "sha256": "6108f9f7b7f0a13ee985314aef9419303375ab7ded4112be991590339b66ecd1"
        }
      },
      "redpill_lkm": {
        "source_url": "https://github.com/pocopico/redpill-lkm.git",
        "branch": "master"
      },
      "redpill_load": {
        "source_url": "https://github.com/jumkey/redpill-load.git",
        "branch": "develop"
      },
      "add_extensions": [
        {
            "jumkey.qjs.000": "https://github.com/jumkey/redpill-load/raw/develop/redpill-runtime-qjs/rpext-index.json",
            "jumkey.qjs.dtb": "https://github.com/jumkey/redpill-load/raw/develop/redpill-qjs-dtb/rpext-index.json",
            "redpill-misc": "https://github.com/pocopico/redpill-load/raw/master/redpill-misc/rpext-index.json"
        }
      ]
    },
Edited by Peter Suh
  • Thanks 1
Link to comment
Share on other sites

- Outcome of the update: SUCCESSFUL

- DSM version prior update: 7.0.1-42218-U4

- Loader version and model: Tinycore-Redpill v0.8 - DS920+

- Using custom extra.lzma: NO

- Installation type: Baremetal, Intel Core i3-3220T

- Additional comments: with jumkey's QuickJs dynamic dtb ext / jun mode / Modified custom_config_jun.json

 

I used m shell ( ./my.sh DS920+J jumkey )

 

 

@jumkey, these new methods of yours also work on Intel 3rd gen IVY.
A while ago, Bare Metal posted a successful installation case for the first time.

 

2125435823_2022-06-122_18_28.thumb.png.7ae69988d5e5ba62e2fcf7721d1602b4.png

 

  • Thanks 1
Link to comment
Share on other sites

7 minutes ago, sliders said:

hi , possible to have a complete tutorial Tinycore-Redpill v0.8 - DS920+ because there are too many topics in various subjects

thank you

 

Please read @flyride's guide, TCRP's most recent tutorial.
https://xpenology.com/forum/topic/62221-tutorial-installmigrate-to-dsm-7x-with-tinycore-redpill-tcrp-loader/

 

And, based on the commands in this tutorial, my M SHELL is a tool that helps you run it easily at once.

Download it in TC Linux as below and follow the steps mentioned above.
Just do it like below. That's it.

 

M SHELL's help is
./my.sh
You just need to do it.

 

curl --location "https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/my.sh.gz" --output my.sh.gz; tar -zxvf my.sh.gz;

./my.sh DS920+J jumkey

  • Thanks 1
Link to comment
Share on other sites

@jumkey

 

I built and booted DS920+ by applying quickjs dtb with custom_config_jun.json as mentioned above in jun mode in proxmox.
The kernel is stopped as shown below.

 

Can you confirm the error?

 

In jot mode, ds3622xs+ or ds918+ is a hardware environment that can be used normally.

 

1255307527_2022-06-142_55_04.thumb.png.d75eea043a60b0a728f6cf5547aca7d9.png

 

1210301382_2022-06-142_44_20.thumb.png.97a2795c1af6de3b441c213abba903dd.png

 

Spoiler

[    0.125452] Please use sysfs to set IO scheduler for individual devices.
[    0.127840] DMAR: Disable GFX device mapping
[    0.128635] Unknown kernel command line parameters "synoboot2 BOOT_IMAGE=/bzImage syno_hw_version=DS920+ netif_num=2 pid=0xa4a5 synoboot_satadom=2 mac2=0011324C4068 mac1=0011327A1C54 sn=20C0SBRXEV28X HddEnableDynamicPower=1 vid=0x0525 DiskIdxMap=00 vender_format_version=2 SataPortMap=9 syno_ttyS1=serial,0x2f8 syno_ttyS0=serial,0x3f8", will be passed to user space.
[    0.134625] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.136065] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.137537] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.143213] Memory: 1870496K/2096608K available (14350K kernel code, 2583K rwdata, 4796K rodata, 9448K init, 1564K bss, 225852K reserved, 0K cma-reserved)
[    0.145661] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.146807] Kernel/User page tables isolation: enabled
[    0.147848] rcu: Hierarchical RCU implementation.
[    0.148672] rcu:     RCU event tracing is enabled.
[    0.149432] rcu:     RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.150550] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.151854] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.153941] NR_IRQS: 4352, nr_irqs: 456, preallocated irqs: 16
[    0.155274] random: get_random_bytes called from start_kernel+0x49b/0x664 with crng_init=0
[    0.162140] Console: colour VGA+ 80x25
[    0.164303] printk: console [ttyS0] enabled
[    0.164303] printk: console [ttyS0] enabled
[    0.165811] printk: bootconsole [uart8250] disabled
[    0.165811] printk: bootconsole [uart8250] disabled
[    0.167583] ACPI: Core revision 20210730
[    0.168475] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.170284] APIC: Switch to symmetric I/O mode setup
[    0.172747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.178256] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2caf48d36ab, max_idle_ns: 440795256540 ns
[    0.180330] Calibrating delay loop (skipped), value calculated using timer frequency.. 6200.00 BogoMIPS (lpj=3100001)
[    0.181323] pid_max: default: 32768 minimum: 301
[    0.182337] LSM: Security Framework initializing
[    0.183328] SELinux:  Initializing.
[    0.184354] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.185322] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.187415] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.188319] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.189323] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.190321] Spectre V2 : Mitigation: Full generic retpoline
[    0.191319] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.192319] Speculative Store Bypass: Vulnerable
[    0.193325] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.198168] Freeing SMP alternatives memory: 44K
[    0.301370] smpboot: CPU0: Intel Common KVM processor (family: 0xf, model: 0x6, stepping: 0x1)
[    0.303337] Performance Events: unsupported Netburst CPU model 6 no PMU driver, software events only.
[    0.304372] rcu: Hierarchical SRCU implementation.
[    0.305573] smp: Bringing up secondary CPUs ...
[    0.306419] x86: Booting SMP configuration:
[    0.307320] .... node  #0, CPUs:      #1 #2
[    0.018084] smpboot: CPU 2 Converting physical 0 to logical die 1
[    0.396414]  #3
[    0.408416] smp: Brought up 1 node, 4 CPUs
[    0.410322] smpboot: Max logical packages: 2
[    0.411320] smpboot: Total of 4 processors activated (24801.43 BogoMIPS)
[    0.413457] devtmpfs: initialized
[    0.414573] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.415324] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.416438] PM: RTC time: 17:41:10, date: 2022-06-13
[    0.418395] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.419438] audit: initializing netlink subsys (disabled)
[    0.420352] audit: type=2000 audit(1655142070.248:1): state=initialized audit_enabled=0 res=1
[    0.421358] thermal_sys: Registered thermal governor 'step_wise'
[    0.422320] thermal_sys: Registered thermal governor 'user_space'
[    0.423352] cpuidle: using governor menu
[    0.425404] ACPI: bus type PCI registered
[    0.426474] PCI: Using configuration type 1 for base access
[    0.429657] Kprobes globally optimized
[    0.430385] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.431378] cryptomgr_test (37) used greatest stack depth: 15728 bytes left
[    0.433474] cryptomgr_test (38) used greatest stack depth: 15672 bytes left
[    0.434338] cryptomgr_test (39) used greatest stack depth: 15368 bytes left
[    0.438364] ACPI: Added _OSI(Module Device)
[    0.438364] ACPI: Added _OSI(Processor Device)
[    0.438901] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.440321] ACPI: Added _OSI(Processor Aggregator Device)
[    0.440321] ACPI: Added _OSI(Linux-Dell-Video)
[    0.440321] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.440321] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.442344] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.444467] ACPI: Interpreter enabled
[    0.444467] ACPI: PM: (supports S0 S3 S4 S5)
[    0.446322] ACPI: Using IOAPIC for interrupt routing
[    0.446336] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.448420] ACPI: Enabled 3 GPEs in block 00 to 0F
[    0.451726] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.453326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
[    0.454341] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.457398] PCI host bridge to bus 0000:00
[    0.458321] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.459321] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.460320] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.462321] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff window]
[    0.463321] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]
[    0.465321] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.466460] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.468007] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.469516] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    0.473321] pci 0000:00:01.1: reg 0x20: [io  0xe100-0xe10f]
[    0.475320] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.477322] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.477322] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.479320] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.480554] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
[    0.483770] pci 0000:00:01.2: reg 0x20: [io  0xe0c0-0xe0df]
[    0.486001] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[    0.487534] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.489334] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.490629] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000
[    0.493731] pci 0000:00:02.0: reg 0x10: [mem 0xfd000000-0xfdffffff pref]
[    0.496771] pci 0000:00:02.0: reg 0x18: [mem 0xfea94000-0xfea94fff]
[    0.503353] pci 0000:00:02.0: reg 0x30: [mem 0xfea80000-0xfea8ffff pref]
[    0.505460] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.507552] pci 0000:00:03.0: [1af4:1002] type 00 class 0x00ff00
[    0.509048] pci 0000:00:03.0: reg 0x10: [io  0xe080-0xe0bf]
[    0.512921] pci 0000:00:03.0: reg 0x20: [mem 0xfe400000-0xfe403fff 64bit pref]
[    0.516137] pci 0000:00:07.0: [8086:2922] type 00 class 0x010601
[    0.519963] pci 0000:00:07.0: reg 0x20: [io  0xe0e0-0xe0ff]
[    0.522235] pci 0000:00:07.0: reg 0x24: [mem 0xfea95000-0xfea95fff]
[    0.526595] pci 0000:00:0a.0: [1af4:1001] type 00 class 0x010000
[    0.528820] pci 0000:00:0a.0: reg 0x10: [io  0xe000-0xe07f]
[    0.530796] pci 0000:00:0a.0: reg 0x14: [mem 0xfea96000-0xfea96fff]
[    0.534826] pci 0000:00:0a.0: reg 0x20: [mem 0xfe404000-0xfe407fff 64bit pref]
[    0.539179] pci 0000:00:12.0: [15ad:07b0] type 00 class 0x020000
[    0.541741] pci 0000:00:12.0: reg 0x10: [mem 0xfea97000-0xfea97fff]
[    0.542722] pci 0000:00:12.0: reg 0x14: [mem 0xfea98000-0xfea98fff]
[    0.544718] pci 0000:00:12.0: reg 0x18: [mem 0xfea90000-0xfea91fff]
[    0.550722] pci 0000:00:12.0: reg 0x30: [mem 0xfea00000-0xfea3ffff pref]
[    0.552696] pci 0000:00:13.0: [15ad:07b0] type 00 class 0x020000
[    0.554751] pci 0000:00:13.0: reg 0x10: [mem 0xfea99000-0xfea99fff]
[    0.556762] pci 0000:00:13.0: reg 0x14: [mem 0xfea9a000-0xfea9afff]
[    0.558745] pci 0000:00:13.0: reg 0x18: [mem 0xfea92000-0xfea93fff]
[    0.563738] pci 0000:00:13.0: reg 0x30: [mem 0xfea40000-0xfea7ffff pref]
[    0.565954] pci 0000:00:1e.0: [1b36:0001] type 01 class 0x060400
[    0.568010] pci 0000:00:1e.0: reg 0x10: [mem 0xfea9b000-0xfea9b0ff 64bit]
[    0.573070] pci 0000:00:1f.0: [1b36:0001] type 01 class 0x060400
[    0.575321] pci 0000:00:1f.0: reg 0x10: [mem 0xfea9c000-0xfea9c0ff 64bit]
[    0.578378] pci_bus 0000:01: extended config space not accessible
[    0.579578] pci 0000:00:1e.0: PCI bridge to [bus 01]
[    0.581336] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.582338] pci 0000:00:1e.0:   bridge window [mem 0xfe800000-0xfe9fffff]
[    0.583347] pci 0000:00:1e.0:   bridge window [mem 0xfe200000-0xfe3fffff 64bit pref]
[    0.585854] pci_bus 0000:02: extended config space not accessible
[    0.586611] pci 0000:00:1f.0: PCI bridge to [bus 02]
[    0.587336] pci 0000:00:1f.0:   bridge window [io  0xc000-0xcfff]
[    0.588335] pci 0000:00:1f.0:   bridge window [mem 0xfe600000-0xfe7fffff]
[    0.590351] pci 0000:00:1f.0:   bridge window [mem 0xfe000000-0xfe1fffff 64bit pref]
[    0.592336] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.594450] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.595437] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.596404] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.597366] ACPI: PCI: Interrupt link LNKS configured for IRQ 9
[    0.598632] iommu: Default domain type: Translated 
[    0.599320] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.600392] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.601302] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.603340] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.604322] vgaarb: loaded
[    0.604328] SCSI subsystem initialized
[    0.605388] libata version 3.00 loaded.
[    0.605388] ACPI: bus type USB registered
[    0.606084] usbcore: registered new interface driver usbfs
[    0.606084] usbcore: registered new interface driver hub
[    0.606084] usbcore: registered new device driver usb
[    0.606084] pps_core: LinuxPPS API ver. 1 registered
[    0.606084] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.606084] PTP clock support registered
[    0.606384] Advanced Linux Sound Architecture Driver Initialized.
[    0.607484] NetLabel: Initializing
[    0.607484] NetLabel:  domain hash size = 128
[    0.607484] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.608349] NetLabel:  unlabeled traffic allowed by default
[    0.608363] PCI: Using ACPI for IRQ routing
[    0.609326] PCI: pci_cache_line_size set to 64 bytes
[    0.610348] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.611324] e820: reserve RAM buffer [mem 0x7ffda000-0x7fffffff]
[    0.612389] hpet: 3 channels of 0 reserved for per-cpu timers
[    0.613333] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.614179] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[    0.619422] clocksource: Switched to clocksource tsc-early
[    0.625695] VFS: Disk quotas dquot_6.6.0
[    0.626257] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.627602] pnp: PnP ACPI init
[    0.628326] pnp 00:03: [dma 2]
[    0.629186] pnp: PnP ACPI: found 5 devices
[    0.638804] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.640430] NET: Registered PF_INET protocol family
[    0.641391] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.643139] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    0.644889] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.646282] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.647148] TCP: Hash tables configured (established 16384 bind 16384)
[    0.648069] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.648838] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.649691] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.651001] RPC: Registered named UNIX socket transport module.
[    0.652130] RPC: Registered udp transport module.
[    0.652980] RPC: Registered tcp transport module.
[    0.653851] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.655419] pci 0000:00:1e.0: PCI bridge to [bus 01]
[    0.656321] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.658431] pci 0000:00:1e.0:   bridge window [mem 0xfe800000-0xfe9fffff]
[    0.660404] pci 0000:00:1e.0:   bridge window [mem 0xfe200000-0xfe3fffff 64bit pref]
[    0.663097] pci 0000:00:1f.0: PCI bridge to [bus 02]
[    0.664042] pci 0000:00:1f.0:   bridge window [io  0xc000-0xcfff]
[    0.666044] pci 0000:00:1f.0:   bridge window [mem 0xfe600000-0xfe7fffff]
[    0.667792] pci 0000:00:1f.0:   bridge window [mem 0xfe000000-0xfe1fffff 64bit pref]
[    0.670410] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.671572] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.672703] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.673948] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff window]
[    0.675234] pci_bus 0000:00: resource 8 [mem 0x100000000-0x17fffffff window]
[    0.676531] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.677551] pci_bus 0000:01: resource 1 [mem 0xfe800000-0xfe9fffff]
[    0.678674] pci_bus 0000:01: resource 2 [mem 0xfe200000-0xfe3fffff 64bit pref]
[    0.680001] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    0.681040] pci_bus 0000:02: resource 1 [mem 0xfe600000-0xfe7fffff]
[    0.682227] pci_bus 0000:02: resource 2 [mem 0xfe000000-0xfe1fffff 64bit pref]
[    0.683652] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.684742] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.685856] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.698153] ACPI: \_SB_.LNKD: Enabled at IRQ 11
[    0.710331] pci 0000:00:01.2: quirk_usb_early_handoff+0x0/0x6f0 took 22764 usecs
[    0.711794] PCI: CLS 0 bytes, default 64
[    0.744571] Initialise system trusted keyrings
[    0.745693] workingset: timestamp_bits=56 max_order=19 bucket_order=0
[    0.748049] NFS: Registering the id_resolver key type
[    0.749817] Key type id_resolver registered
[    0.751139] Key type id_legacy registered
[    0.765416] Key type asymmetric registered
[    0.766888] Asymmetric key parser 'x509' registered
[    0.768486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.770832] io scheduler mq-deadline registered
[    0.772294] io scheduler kyber registered
[    0.773944] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.775526] ACPI: button: Power Button [PWRF]
[    0.776669] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.777852] 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.779877] Non-volatile memory driver v1.3
[    0.780671] Linux agpgart interface v0.103
[    0.783357] loop: module loaded
[    0.784026] ahci 0000:00:07.0: version 3.0
[    0.796596] ACPI: \_SB_.LNKC: Enabled at IRQ 10
[    0.797949] ahci 0000:00:07.0: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
[    0.799453] ahci 0000:00:07.0: flags: 64bit ncq only 
[    0.801451] scsi host0: ahci
[    0.802370] scsi host1: ahci
[    0.803223] scsi host2: ahci
[    0.804068] scsi host3: ahci
[    0.804989] scsi host4: ahci
[    0.805710] scsi host5: ahci
[    0.806182] ata1: SATA max UDMA/133 abar m4096@0xfea95000 port 0xfea95100 irq 24
[    0.807292] ata2: SATA max UDMA/133 abar m4096@0xfea95000 port 0xfea95180 irq 24
[    0.808403] ata3: SATA max UDMA/133 abar m4096@0xfea95000 port 0xfea95200 irq 24
[    0.809513] ata4: SATA max UDMA/133 abar m4096@0xfea95000 port 0xfea95280 irq 24
[    0.810610] ata5: SATA max UDMA/133 abar m4096@0xfea95000 port 0xfea95300 irq 24
[    0.811726] ata6: SATA max UDMA/133 abar m4096@0xfea95000 port 0xfea95380 irq 24
[    0.812953] ata_piix 0000:00:01.1: version 2.13
[    0.814878] scsi host6: ata_piix
[    0.815856] scsi host7: ata_piix
[    0.816486] ata7: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xe100 irq 14
[    0.817614] ata8: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xe108 irq 15
[    0.819040] e100: Intel(R) PRO/100 Network Driver
[    0.819887] e100: Copyright(c) 1999-2006 Intel Corporation
[    0.820715] e1000: Intel(R) PRO/1000 Network Driver
[    0.821500] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.822469] e1000e: Intel(R) PRO/1000 Network Driver
[    0.823161] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.824004] sky2: driver version 1.30
[    0.824686] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.825612] ehci-pci: EHCI PCI platform driver
[    0.826248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.827118] ohci-pci: OHCI PCI platform driver
[    0.827772] uhci_hcd: USB Universal Host Controller Interface driver
[    0.840563] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    0.841506] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    0.842824] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000e0c0
[    0.843889] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
[    0.845303] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.846521] usb usb1: Product: UHCI Host Controller
[    0.847360] usb usb1: Manufacturer: Linux 5.15.26 uhci_hcd
[    0.848315] usb usb1: SerialNumber: 0000:00:01.2
[    0.849282] hub 1-0:1.0: USB hub found
[    0.850007] hub 1-0:1.0: 2 ports detected
[    0.850843] usbcore: registered new interface driver usblp
[    0.851939] usbcore: registered new interface driver usb-storage
[    0.853142] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.855163] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.856019] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.857242] rtc_cmos 00:04: RTC can wake from S4
[    0.858656] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    0.860207] rtc_cmos 00:04: registered as rtc0
[    0.861373] rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
[    0.863600] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.865136] intel_pstate: CPU model not supported
[    0.866002] hid: raw HID events driver (C) Jiri Kosina
[    0.867003] usbcore: registered new interface driver usbhid
[    0.868012] usbhid: USB HID core driver
[    0.869162] Initializing XFRM netlink socket
[    0.869986] NET: Registered PF_INET6 protocol family
[    0.871302] Segment Routing with IPv6
[    0.872038] In-situ OAM (IOAM) with IPv6
[    0.872817] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.873964] NET: Registered PF_PACKET protocol family
[    0.874924] Key type dns_resolver registered
[    0.876057] IPI shorthand broadcast: enabled
[    0.876829] sched_clock: Marking stable (859728246, 17084781)->(917788571, -40975544)
[    0.878423] registered taskstats version 1
[    0.879180] Loading compiled-in X.509 certificates
[    0.880494] PM:   Magic number: 10:911:693
[    0.881269] printk: console [netcon0] enabled
[    0.882011] netconsole: network logging started
[    0.882976] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    0.885230] modprobe (101) used greatest stack depth: 14728 bytes left
[    0.886887] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    0.888041] ALSA device list:
[    0.888555]   No soundcards found.
[    0.889447] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    0.891023] cfg80211: failed to load regulatory.db
[    1.070455] usb 1-1: new full-speed USB device number 2 using uhci_hcd
[    1.121556] ata4: SATA link down (SStatus 0 SControl 300)
[    1.123943] ata3: SATA link down (SStatus 0 SControl 300)
[    1.129482] ata5: SATA link down (SStatus 0 SControl 300)
[    1.131608] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.134094] ata6: SATA link down (SStatus 0 SControl 300)
[    1.135044] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.136943] ata1.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
[    1.138563] ata1.00: 67108864 sectors, multi 16: LBA48 NCQ (depth 32)
[    1.140283] ata1.00: applying bridge limits
[    1.141195] ata2.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
[    1.142239] ata2.00: 67108864 sectors, multi 16: LBA48 NCQ (depth 32)
[    1.143517] ata2.00: applying bridge limits
[    1.144582] ata1.00: configured for UDMA/100
[    1.145459] ata2.00: configured for UDMA/100
[    1.145561] scsi 0:0:0:0: Direct-Access     ATA      QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
[    1.148310] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.148623] sd 0:0:0:0: [sda] 67108864 512-byte logical blocks: (34.4 GB/32.0 GiB)
[    1.149459] scsi 1:0:0:0: Direct-Access     ATA      QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
[    1.152200] scsi 1:0:0:0: Attached scsi generic sg1 type 0
[    1.152246] sd 0:0:0:0: [sda] Write Protect is off
[    1.152352] sd 1:0:0:0: [sdb] 67108864 512-byte logical blocks: (34.4 GB/32.0 GiB)
[    1.152360] sd 1:0:0:0: [sdb] Write Protect is off
[    1.152362] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.152372] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.159437] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.160387] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.167628]  sdb: sdb1 sdb2
[    1.167640]  sda: sda1 sda2
[    1.168755] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.168949] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.171309] Freeing unused kernel image (initmem) memory: 9448K
[    1.172548] Write protecting the kernel read-only data: 22528k
[    1.174214] Freeing unused kernel image (text/rodata gap) memory: 2032K
[    1.175863] Freeing unused kernel image (rodata/data gap) memory: 1348K
[    1.176938] Run /init as init process
[    1.177580]   with arguments:
[    1.177951]     /init
[    1.178251]     synoboot2
[    1.178698]   with environment:
[    1.179283]     HOME=/
[    1.179727]     TERM=linux
[    1.180182]     BOOT_IMAGE=/bzImage
[    1.180775]     syno_hw_version=DS920+
[    1.181397]     netif_num=2
[    1.181887]     pid=0xa4a5
[    1.182341]     synoboot_satadom=2
[    1.182998]     mac2=0011324C4068
[    1.183655]     mac1=0011327A1C54
[    1.184257]     sn=20C0SBRXEV28X
[    1.184877]     HddEnableDynamicPower=1
[    1.185573]     vid=0x0525
[    1.186088]     DiskIdxMap=00
[    1.186635]     vender_format_version=2
[    1.187363]     SataPortMap=9
[    1.187946]     syno_ttyS1=serial,0x2f8
[    1.188654]     syno_ttyS0=serial,0x3f8
[    1.191172] mount (108) used greatest stack depth: 14440 bytes left
Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Populating /dev using udev: [    1.202528] udevd[138]: starting version 3.2.11
[    1.203737] random: udevd: uninitialized urandom read (16 bytes read)
[    1.204856] random: udevd: uninitialized urandom read (16 bytes read)
[    1.206231] random: udevd: uninitialized urandom read (16 bytes read)
[    1.209213] udevd[139]: starting eudev-3.2.11
[    1.230887] udevadm (153) used greatest stack depth: 14312 bytes left
[    1.249403] usb 1-1: New USB device found, idVendor=0627, idProduct=0001, bcdDevice= 0.00
[    1.253853] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=10
[    1.257848] usb 1-1: Product: QEMU USB Tablet
[    1.260214] usb 1-1: Manufacturer: QEMU
[    1.262316] usb 1-1: SerialNumber: 28754-0000:00:01.2-1
[    1.282441] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input4
[    1.285586] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
[    1.360490] udevadm (158) used greatest stack depth: 14056 bytes left
done
Saving random seed: OK
Starting network: [    1.368695] ip (171) used greatest stack depth: 13848 bytes left
OK

Welcome to Buildroot
buildroot login: [    1.484242] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3
[    1.739419] tsc: Refined TSC clocksource calibration: 3099.986 MHz
[    1.740686] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2caf3a33948, max_idle_ns: 440795251593 ns
[    1.743285] clocksource: Switched to clocksource tsc
Still waiting for boot device (waited 1 of 30 seconds)
Still waiting for boot device (waited 2 of 30 seconds)
[    4.044034] urandom_read: 4 callbacks suppressed
[    4.044038] random: udevd: uninitialized urandom read (16 bytes read)
[    4.044492] udevd (157) used greatest stack depth: 13576 bytes left
[    4.044989] random: udevd: uninitialized urandom read (16 bytes read)
Still waiting for boot device (waited 3 of 30 seconds)
Still waiting for boot device (waited 4 of 30 seconds)
Still waiting for boot device (waited 5 of 30 seconds)
Still waiting for boot device (waited 6 of 30 seconds)
Still waiting for boot device (waited 7 of 30 seconds)
Still waiting for boot device (waited 8 of 30 seconds)
Still waiting for boot device (waited 9 of 30 seconds)
Still waiting for boot device (waited 10 of 30 seconds)
Still waiting for boot device (waited 11 of 30 seconds)
Still waiting for boot device (waited 12 of 30 seconds)
Still waiting for boot device (waited 13 of 30 seconds)
Still waiting for boot device (waited 14 of 30 seconds)
Still waiting for boot device (waited 15 of 30 seconds)
Still waiting for boot device (waited 16 of 30 seconds)
Still waiting for boot device (waited 17 of 30 seconds)
Still waiting for boot device (waited 18 of 30 seconds)
Still waiting for boot device (waited 19 of 30 seconds)
Still waiting for boot device (waited 20 of 30 seconds)
Still waiting for boot device (waited 21 of 30 seconds)
Still waiting for boot device (waited 22 of 30 seconds)
Still waiting for boot device (waited 23 of 30 seconds)
Still waiting for boot device (waited 24 of 30 seconds)
Still waiting for boot device (waited 25 of 30 seconds)
Still waiting for boot device (waited 26 of 30 seconds)
Still waiting for boot device (waited 27 of 30 seconds)
Still waiting for boot device (waited 28 of 30 seconds)
Still waiting for boot device (waited 29 of 30 seconds)
Still waiting for boot device (waited 30 of 30 seconds)
mount: mounting 1 on /temp1 failed: No such file or directory
mount: mounting 2 on /temp2 failed: No such file or directory
+ read_u8 /temp2/zImage 0x1f1
+ grep -Eo '[0-9]+'
+ dd 'if=/temp2/zImage' 'bs=1' 'skip=497' 'count=1'
+ od -An -tu1
+ setup_size=
+ read_u32 /temp2/zImage 0x248
+ dd 'if=/temp2/zImage' 'bs=1' 'skip=584' 'count=4'
+ grep -Eo '[0-9]+'
+ od -An -tu4
+ payload_offset=
+ read_u32 /temp2/zImage 0x24c
+ dd 'if=/temp2/zImage' 'bs=1' 'skip=588' 'count=4'
+ grep -Eo '[0-9]+'
+ od -An -tu4
+ payload_length=
+ inner_pos=512
+ tail -c+513+  /temp2/zImageunlzma

tail: can't open '/temp2/zImage': No such file or directory
+ headtail: no files
 -c -4
+ tail -c+1
+ head -c 0
unlzma: (stdin): File format not recognized

Generating patch for /root/vmlinux
readelf: Error: /root/vmlinux: Failed to read file's magic number
.init.text section not found in /root/vmlinux file
PHP Fatal error:  Uncaught TypeError: is_file(): Argument #1 ($filename) must be of type string, bool given in /root/common.php:62
Stack trace:
#0 /root/common.php(62): is_file()
#1 /root/patch-ramdisk-check.php(17): getArgFilePath()
#2 {main}
  thrown in /root/common.php on line 62
rm: can't remove 'vmlinux-mod': No such file or directory
/root/init.sh: line 76: can't open /temp2/rd.gz: no such file
cpio: premature end of archive
/root/init.sh: line 78: can't open /temp1/custom.gz: no such file
cpio: premature end of archive
1 block
Rebuilding zImage... dd: can't open '/root/vmlinux.bin': No such file or directory
stat: can't stat '/root/vmlinux.bin': No such file or directory
expr: syntax error
sh: invalid number ''
0+1 records in
0+1 records out
objdump: '/root/vmlinux.bin': No such file
Never found .bss or .brk file offset
sh: invalid number ''
0+1 records in
0+1 records out
stat: can't stat '/root/vmlinux.bin': No such file or directory
expr: syntax error
sh: invalid number ''
0+1 records in
0+1 records out
0+1 records in
0+1 records out
umount: can't unmount /temp1: Invalid argument
umount: can't unmount /temp2: Invalid argument
Try gzip decompression.
Try LZMA decompression.
lzma_decompress_file: read on ./zImage of 65536 bytes failed
kernel: 0x7ff5ee61a080 kernel_size: 0xf20000
MEMORY RANGES
0000000000000400-000000000009fbff (0)
000000000009fc00-000000000009ffff (1)
00000000000f0000-00000000000fffff (1)
0000000000100000-000000007ffd9fff (0)
000000007ffda000-000000007fffffff (1)
00000000feffc000-00000000feffffff (1)
00000000fffc0000-00000000ffffffff (1)
kexec: unrecognized option: args-linux
sym: sha256_starts info: 12 other: 00 shndx: 2 value: 1130 size: 48
sym: sha256_starts value: 7ffd2160 addr: 7ffd1032
R_X86_64_64
sym: sha256_update info: 12 other: 00 shndx: 2 value: 3b40 size: 19
sym: sha256_update value: 7ffd4b70 addr: 7ffd103f
R_X86_64_64
sym: sha256_regions info: 11 other: 00 shndx: 9 value: 40 size: 100
sym: sha256_regions value: 7ffd6040 addr: 7ffd104a
R_X86_64_64
sym: sha256_regions info: 11 other: 00 shndx: 9 value: 40 size: 100
sym: sha256_regions value: 7ffd6140 addr: 7ffd1074
R_X86_64_64
sym: sha256_finish info: 12 other: 00 shndx: 2 value: 3b60 size: 15c
sym: sha256_finish value: 7ffd4b90 addr: 7ffd108b
R_X86_64_64
sym: sha256_digest info: 11 other: 00 shndx: 9 value: 20 size: 20
sym: sha256_digest value: 7ffd6020 addr: 7ffd109f
R_X86_64_64
sym:     memcmp info: 12 other: 00 shndx: 2 value: 5a5 size: 25
sym: memcmp value: 7ffd15d5 addr: 7ffd10a9
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e00 addr: 7ffd10bd
R_X86_64_64
sym:     printf info: 12 other: 00 shndx: 2 value: 4be size: a3
sym: printf value: 7ffd14ee addr: 7ffd10cb
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e30 addr: 7ffd10d5
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e20 addr: 7ffd10e3
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e36 addr: 7ffd1103
R_X86_64_64
sym: sha256_digest info: 11 other: 00 shndx: 9 value: 20 size: 20
sym: sha256_digest value: 7ffd6020 addr: 7ffd1111
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e38 addr: 7ffd111f
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e30 addr: 7ffd1135
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e36 addr: 7ffd1147
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e48 addr: 7ffd1166
R_X86_64_64
sym:     printf info: 12 other: 00 shndx: 2 value: 4be size: a3
sym: printf value: 7ffd14ee addr: 7ffd1172
R_X86_64_64
sym: setup_arch info: 12 other: 00 shndx: 2 value: 772 size: 56
sym: setup_arch value: 7ffd17a2 addr: 7ffd117f
R_X86_64_64
sym: skip_checks info: 11 other: 00 shndx: 9 value: 0 size: 4
sym: skip_checks value: 7ffd6000 addr: 7ffd118b
R_X86_64_64
sym: verify_sha256_digest info: 12 other: 00 shndx: 2 value: 0 size: 134
sym: verify_sha256_digest value: 7ffd1030 addr: 7ffd119a
R_X86_64_64
sym: post_verification_setup_arch info: 12 other: 00 shndx: 2 value: 800 size: 58
sym: post_verification_setup_arch value: 7ffd1830 addr: 7ffd11ac
R_X86_64_64
sym:    putchar info: 12 other: 00 shndx: 2 value: d9e size: 11d
sym: putchar value: 7ffd1dce addr: 7ffd11bf
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e5a addr: 7ffd1301
R_X86_64_64
sym:   vsprintf info: 12 other: 00 shndx: 2 value: 187 size: 2a1
sym: vsprintf value: 7ffd11b7 addr: 7ffd14d4
R_X86_64_64
sym:   vsprintf info: 12 other: 00 shndx: 2 value: 187 size: 2a1
sym: vsprintf value: 7ffd11b7 addr: 7ffd156f
R_X86_64_64
sym:    entry32 info: 10 other: 00 shndx: 2 value: 5d0 size: 0
sym: entry32 value: 7ffd15fc addr: 7ffd160d
R_X86_64_PC32
sym:    entry32 info: 10 other: 00 shndx: 2 value: 5d0 size: 0
sym: entry32 value: 7ffd15fc addr: 7ffd1622
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd615c addr: 7ffd163d
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd613c addr: 7ffd1644
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d14 addr: 7ffd164a
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd61ac addr: 7ffd1650
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4cec addr: 7ffd1656
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d81 addr: 7ffd1689
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d90 addr: 7ffd1690
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d9b addr: 7ffd1697
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4da6 addr: 7ffd169e
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4db1 addr: 7ffd16a5
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4dbc addr: 7ffd16ac
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4dc7 addr: 7ffd16b3
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4db6 addr: 7ffd16ba
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd6271 addr: 7ffd16c1
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4dac addr: 7ffd16d3
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4ddc addr: 7ffd16e9
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d1c addr: 7ffd16fc
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d24 addr: 7ffd1703
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d2c addr: 7ffd170a
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d34 addr: 7ffd1711
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d3c addr: 7ffd1718
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d44 addr: 7ffd171f
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d4c addr: 7ffd1726
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d54 addr: 7ffd172d
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d5c addr: 7ffd1734
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d64 addr: 7ffd173b
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d6c addr: 7ffd1742
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d74 addr: 7ffd1749
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d7c addr: 7ffd1750
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d84 addr: 7ffd1757
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d8c addr: 7ffd175e
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d94 addr: 7ffd1765
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d9c addr: 7ffd176b
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4ddc addr: 7ffd1773
R_X86_64_PC32
sym: jump_back_entry info: 11 other: 00 shndx: 9 value: 2008 size: 8
sym: jump_back_entry value: 7ffd8004 addr: 7ffd178d
R_X86_64_PC32
sym:       .bss info: 03 other: 00 shndx: b value: 0 size: 0
sym: .bss value: 7ffd9ffc addr: 7ffd1794
R_X86_64_PC32
sym:  purgatory info: 12 other: 00 shndx: 2 value: 134 size: 53
sym: purgatory value: 7ffd1160 addr: 7ffd1799
R_X86_64_PLT32
sym:    entry64 info: 10 other: 00 shndx: 2 value: 6a0 size: 0
sym: entry64 value: 7ffd16cc addr: 7ffd179e
R_X86_64_PLT32
sym:  reset_vga info: 11 other: 00 shndx: 9 value: 2012 size: 1
sym: reset_vga value: 7ffd8012 addr: 7ffd17a4
R_X86_64_64
sym: x86_reset_vga info: 12 other: 00 shndx: 2 value: ebb size: 232
sym: x86_reset_vga value: 7ffd1eeb addr: 7ffd17b3
R_X86_64_64
sym: legacy_pic info: 11 other: 00 shndx: 9 value: 2011 size: 1
sym: legacy_pic value: 7ffd8011 addr: 7ffd17c0
R_X86_64_64
sym: x86_setup_legacy_pic info: 12 other: 00 shndx: 2 value: 10ed size: 35
sym: x86_setup_legacy_pic value: 7ffd211d addr: 7ffd17cf
R_X86_64_64
sym: legacy_pic info: 11 other: 00 shndx: 9 value: 2011 size: 1
sym: legacy_pic value: 7ffd8011 addr: 7ffd17de
R_X86_64_64
sym: x86_setup_legacy_pic info: 12 other: 00 shndx: 2 value: 10ed size: 35
sym: x86_setup_legacy_pic value: 7ffd211d addr: 7ffd17ed
R_X86_64_64
sym: cmdline_end info: 11 other: 00 shndx: 9 value: 2000 size: 8
sym: cmdline_end value: 7ffd8000 addr: 7ffd17fa
R_X86_64_64
sym: jump_back_entry info: 11 other: 00 shndx: 9 value: 2008 size: 8
sym: jump_back_entry value: 7ffd8008 addr: 7ffd180c
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e6b addr: 7ffd181b
R_X86_64_64
sym:    sprintf info: 12 other: 00 shndx: 2 value: 428 size: 96
sym: sprintf value: 7ffd1458 addr: 7ffd1825
R_X86_64_64
sym: panic_kernel info: 11 other: 00 shndx: 9 value: 2010 size: 1
sym: panic_kernel value: 7ffd8010 addr: 7ffd1832
R_X86_64_64
sym: crashdump_backup_memory info: 12 other: 00 shndx: 2 value: cc3 size: 3e
sym: crashdump_backup_memory value: 7ffd1cf3 addr: 7ffd1841
R_X86_64_64
sym: jump_back_entry info: 11 other: 00 shndx: 9 value: 2008 size: 8
sym: jump_back_entry value: 7ffd8008 addr: 7ffd184e
R_X86_64_64
sym: x86_setup_jump_back_entry info: 12 other: 00 shndx: 2 value: 7c8 size: 38
sym: x86_setup_jump_back_entry value: 7ffd17f8 addr: 7ffd185e
R_X86_64_64
sym: jump_back_entry info: 11 other: 00 shndx: 9 value: 2008 size: 8
sym: jump_back_entry value: 7ffd8008 addr: 7ffd186d
R_X86_64_64
sym: x86_setup_jump_back_entry info: 12 other: 00 shndx: 2 value: 7c8 size: 38
sym: x86_setup_jump_back_entry value: 7ffd17f8 addr: 7ffd187d
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8047 addr: 7ffd18a7
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd804f addr: 7ffd18ad
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8075 addr: 7ffd18cd
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd807f addr: 7ffd18d3
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8089 addr: 7ffd18d9
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8093 addr: 7ffd18df
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8076 addr: 7ffd18e6
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd808d addr: 7ffd18ed
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd806d addr: 7ffd19b7
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8075 addr: 7ffd19bd
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd809b addr: 7ffd19dd
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd80a5 addr: 7ffd19e3
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd80af addr: 7ffd19e9
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd80b9 addr: 7ffd19ef
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd80e2 addr: 7ffd1a32
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd812b addr: 7ffd1a75
R_X86_64_PC32
sym: backup_src_size info: 11 other: 00 shndx: 9 value: 2070 size: 8
sym: backup_src_size value: 7ffd8070 addr: 7ffd1cf5
R_X86_64_64
sym: backup_start info: 11 other: 00 shndx: 9 value: 2080 size: 8
sym: backup_start value: 7ffd8080 addr: 7ffd1d07
R_X86_64_64
sym: backup_src_start info: 11 other: 00 shndx: 9 value: 2078 size: 8
sym: backup_src_start value: 7ffd8078 addr: 7ffd1d19
R_X86_64_64
sym:     memcpy info: 12 other: 00 shndx: 2 value: 58b size: 1a
sym: memcpy value: 7ffd15bb addr: 7ffd1d26
R_X86_64_64
sym: serial_base info: 11 other: 00 shndx: 9 value: 2090 size: 2
sym: serial_base value: 7ffd8090 addr: 7ffd1d33
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8088 addr: 7ffd1d43
R_X86_64_64
sym: serial_baud info: 11 other: 00 shndx: 9 value: 208c size: 4
sym: serial_baud value: 7ffd808c addr: 7ffd1d7a
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8088 addr: 7ffd1da8
R_X86_64_64
sym: console_vga info: 11 other: 00 shndx: 9 value: 2093 size: 1
sym: console_vga value: 7ffd8093 addr: 7ffd1dd0
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8098 addr: 7ffd1de6
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8098 addr: 7ffd1e48
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8094 addr: 7ffd1e5e
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8094 addr: 7ffd1e78
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8094 addr: 7ffd1ea8
R_X86_64_64
sym: console_serial info: 11 other: 00 shndx: 9 value: 2092 size: 1
sym: console_serial value: 7ffd8092 addr: 7ffd1ebc
R_X86_64_64
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1d31 addr: 7ffd1ed0
R_X86_64_64
sym: sha256_process info: 12 other: 00 shndx: 2 value: 1180 size: 28a1
sym: sha256_process value: 7ffd21b0 addr: 7ffd4aaf
R_X86_64_64
sym:     memcpy info: 12 other: 00 shndx: 2 value: 58b size: 1a
sym: memcpy value: 7ffd15bb addr: 7ffd4b14
R_X86_64_64
sym: sha256_process info: 12 other: 00 shndx: 2 value: 1180 size: 28a1
sym: sha256_process value: 7ffd21b0 addr: 7ffd4b26
R_X86_64_64
sym:     memcpy info: 12 other: 00 shndx: 2 value: 58b size: 1a
sym: memcpy value: 7ffd15bb addr: 7ffd4b54
R_X86_64_64
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd4a60 addr: 7ffd4b77
R_X86_64_64
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd4a60 addr: 7ffd4bd8
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd80a0 addr: 7ffd4be7
R_X86_64_64
sym:    entry16 info: 10 other: 00 shndx: 2 value: 860 size: 0
sym: entry16 value: 7ffd1890 addr: 7ffd4d18
R_X86_64_64
sym:    entry32 info: 10 other: 00 shndx: 2 value: 5d0 size: 0
sym: entry32 value: 7ffd1600 addr: 7ffd4da0
R_X86_64_64
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4db0 addr: 7ffd4db2
R_X86_64_64
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4de0 addr: 7ffd4de2
R_X86_64_64
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1030 addr: 7ffd4ea8
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1164 addr: 7ffd4edc
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd11b7 addr: 7ffd4f10
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1458 addr: 7ffd4f5c
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd14ee addr: 7ffd4f78
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1591 addr: 7ffd4fb0
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd15a4 addr: 7ffd4fc4
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd15bb addr: 7ffd4fd8
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd15d5 addr: 7ffd4fec
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd17a2 addr: 7ffd5018
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd17f8 addr: 7ffd5038
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1830 addr: 7ffd504c
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1cf3 addr: 7ffd5088
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1d31 addr: 7ffd50b8
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1dce addr: 7ffd50cc
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1eeb addr: 7ffd5100
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd211d addr: 7ffd5130
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd2160 addr: 7ffd5160
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd21b0 addr: 7ffd5174
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd4a60 addr: 7ffd51c0
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd4b70 addr: 7ffd5224
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd4b90 addr: 7ffd5238
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd6140 addr: 7ffd6142
R_X86_64_64
Loaded purgatory at addr 0x7ffd1000
Loaded real_mode_data and command line at 0x7ffcd000
kernel init_size 0x3cb4000
Loaded 64bit kernel at 0x7c200000
Loaded initrd at 0x7ffcc000 size 0x200
E820 memmap:
0000000000000400-000000000009fbff (1)
000000000009fc00-000000000009ffff (2)
00000000000f0000-00000000000fffff (2)
0000000000100000-000000007ffd9fff (1)
000000007ffda000-000000007fffffff (2)
00000000feffc000-00000000feffffff (2)
00000000fffc0000-00000000ffffffff (2)
/sys/firmware/edd does not exist.
kexec_load: entry = 0x7ffd1770 flags = 0x3e0000
nr_segments = 4
segment[0].buf   = 0x7ff5ee61de80
segment[0].bufsz = 0xf1c200
segment[0].mem   = 0x7c200000
segment[0].memsz = 0x3cb4000
segment[1].buf   = 0x7ff5ef57c090
segment[1].bufsz = 0x200
segment[1].mem   = 0x7ffcc000
segment[1].memsz = 0x1000
segment[2].buf   = 0x7ff5ee60e010
segment[2].bufsz = 0x3fdf
segment[2].mem   = 0x7ffcd000
segment[2].memsz = 0x4000
segment[3].buf   = 0x7ff5ee612230
segment[3].bufsz = 0x70e0
segment[3].mem   = 0x7ffd1000
segment[3].memsz = 0x9000
shutdown: No such file or directory
[   32.264055] random: fast init done
[   32.265626] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[   32.266640] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[   32.269087] kexec_core: Starting new kernel
 

 

 

 

 

Link to comment
Share on other sites

8 hours ago, Peter Suh said:

@jumkey

 

I built and booted DS920+ by applying quickjs dtb with custom_config_jun.json as mentioned above in jun mode in proxmox.
The kernel is stopped as shown below.

 

Can you confirm the error?

 

In jot mode, ds3622xs+ or ds918+ is a hardware environment that can be used normally.

 

1255307527_2022-06-142_55_04.thumb.png.d75eea043a60b0a728f6cf5547aca7d9.png

 

1210301382_2022-06-142_44_20.thumb.png.97a2795c1af6de3b441c213abba903dd.png

 

  proxmox serial port log (Reveal hidden contents)

[    0.125452] Please use sysfs to set IO scheduler for individual devices.
[    0.127840] DMAR: Disable GFX device mapping
[    0.128635] Unknown kernel command line parameters "synoboot2 BOOT_IMAGE=/bzImage syno_hw_version=DS920+ netif_num=2 pid=0xa4a5 synoboot_satadom=2 mac2=0011324C4068 mac1=0011327A1C54 sn=20C0SBRXEV28X HddEnableDynamicPower=1 vid=0x0525 DiskIdxMap=00 vender_format_version=2 SataPortMap=9 syno_ttyS1=serial,0x2f8 syno_ttyS0=serial,0x3f8", will be passed to user space.
[    0.134625] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.136065] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.137537] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.143213] Memory: 1870496K/2096608K available (14350K kernel code, 2583K rwdata, 4796K rodata, 9448K init, 1564K bss, 225852K reserved, 0K cma-reserved)
[    0.145661] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.146807] Kernel/User page tables isolation: enabled
[    0.147848] rcu: Hierarchical RCU implementation.
[    0.148672] rcu:     RCU event tracing is enabled.
[    0.149432] rcu:     RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.150550] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.151854] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.153941] NR_IRQS: 4352, nr_irqs: 456, preallocated irqs: 16
[    0.155274] random: get_random_bytes called from start_kernel+0x49b/0x664 with crng_init=0
[    0.162140] Console: colour VGA+ 80x25
[    0.164303] printk: console [ttyS0] enabled
[    0.164303] printk: console [ttyS0] enabled
[    0.165811] printk: bootconsole [uart8250] disabled
[    0.165811] printk: bootconsole [uart8250] disabled
[    0.167583] ACPI: Core revision 20210730
[    0.168475] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.170284] APIC: Switch to symmetric I/O mode setup
[    0.172747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.178256] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2caf48d36ab, max_idle_ns: 440795256540 ns
[    0.180330] Calibrating delay loop (skipped), value calculated using timer frequency.. 6200.00 BogoMIPS (lpj=3100001)
[    0.181323] pid_max: default: 32768 minimum: 301
[    0.182337] LSM: Security Framework initializing
[    0.183328] SELinux:  Initializing.
[    0.184354] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.185322] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.187415] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.188319] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.189323] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.190321] Spectre V2 : Mitigation: Full generic retpoline
[    0.191319] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.192319] Speculative Store Bypass: Vulnerable
[    0.193325] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.198168] Freeing SMP alternatives memory: 44K
[    0.301370] smpboot: CPU0: Intel Common KVM processor (family: 0xf, model: 0x6, stepping: 0x1)
[    0.303337] Performance Events: unsupported Netburst CPU model 6 no PMU driver, software events only.
[    0.304372] rcu: Hierarchical SRCU implementation.
[    0.305573] smp: Bringing up secondary CPUs ...
[    0.306419] x86: Booting SMP configuration:
[    0.307320] .... node  #0, CPUs:      #1 #2
[    0.018084] smpboot: CPU 2 Converting physical 0 to logical die 1
[    0.396414]  #3
[    0.408416] smp: Brought up 1 node, 4 CPUs
[    0.410322] smpboot: Max logical packages: 2
[    0.411320] smpboot: Total of 4 processors activated (24801.43 BogoMIPS)
[    0.413457] devtmpfs: initialized
[    0.414573] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.415324] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.416438] PM: RTC time: 17:41:10, date: 2022-06-13
[    0.418395] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.419438] audit: initializing netlink subsys (disabled)
[    0.420352] audit: type=2000 audit(1655142070.248:1): state=initialized audit_enabled=0 res=1
[    0.421358] thermal_sys: Registered thermal governor 'step_wise'
[    0.422320] thermal_sys: Registered thermal governor 'user_space'
[    0.423352] cpuidle: using governor menu
[    0.425404] ACPI: bus type PCI registered
[    0.426474] PCI: Using configuration type 1 for base access
[    0.429657] Kprobes globally optimized
[    0.430385] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.431378] cryptomgr_test (37) used greatest stack depth: 15728 bytes left
[    0.433474] cryptomgr_test (38) used greatest stack depth: 15672 bytes left
[    0.434338] cryptomgr_test (39) used greatest stack depth: 15368 bytes left
[    0.438364] ACPI: Added _OSI(Module Device)
[    0.438364] ACPI: Added _OSI(Processor Device)
[    0.438901] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.440321] ACPI: Added _OSI(Processor Aggregator Device)
[    0.440321] ACPI: Added _OSI(Linux-Dell-Video)
[    0.440321] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.440321] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.442344] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.444467] ACPI: Interpreter enabled
[    0.444467] ACPI: PM: (supports S0 S3 S4 S5)
[    0.446322] ACPI: Using IOAPIC for interrupt routing
[    0.446336] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.448420] ACPI: Enabled 3 GPEs in block 00 to 0F
[    0.451726] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.453326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
[    0.454341] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.457398] PCI host bridge to bus 0000:00
[    0.458321] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.459321] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.460320] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.462321] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff window]
[    0.463321] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]
[    0.465321] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.466460] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.468007] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.469516] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    0.473321] pci 0000:00:01.1: reg 0x20: [io  0xe100-0xe10f]
[    0.475320] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.477322] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.477322] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.479320] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.480554] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
[    0.483770] pci 0000:00:01.2: reg 0x20: [io  0xe0c0-0xe0df]
[    0.486001] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[    0.487534] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.489334] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.490629] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000
[    0.493731] pci 0000:00:02.0: reg 0x10: [mem 0xfd000000-0xfdffffff pref]
[    0.496771] pci 0000:00:02.0: reg 0x18: [mem 0xfea94000-0xfea94fff]
[    0.503353] pci 0000:00:02.0: reg 0x30: [mem 0xfea80000-0xfea8ffff pref]
[    0.505460] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.507552] pci 0000:00:03.0: [1af4:1002] type 00 class 0x00ff00
[    0.509048] pci 0000:00:03.0: reg 0x10: [io  0xe080-0xe0bf]
[    0.512921] pci 0000:00:03.0: reg 0x20: [mem 0xfe400000-0xfe403fff 64bit pref]
[    0.516137] pci 0000:00:07.0: [8086:2922] type 00 class 0x010601
[    0.519963] pci 0000:00:07.0: reg 0x20: [io  0xe0e0-0xe0ff]
[    0.522235] pci 0000:00:07.0: reg 0x24: [mem 0xfea95000-0xfea95fff]
[    0.526595] pci 0000:00:0a.0: [1af4:1001] type 00 class 0x010000
[    0.528820] pci 0000:00:0a.0: reg 0x10: [io  0xe000-0xe07f]
[    0.530796] pci 0000:00:0a.0: reg 0x14: [mem 0xfea96000-0xfea96fff]
[    0.534826] pci 0000:00:0a.0: reg 0x20: [mem 0xfe404000-0xfe407fff 64bit pref]
[    0.539179] pci 0000:00:12.0: [15ad:07b0] type 00 class 0x020000
[    0.541741] pci 0000:00:12.0: reg 0x10: [mem 0xfea97000-0xfea97fff]
[    0.542722] pci 0000:00:12.0: reg 0x14: [mem 0xfea98000-0xfea98fff]
[    0.544718] pci 0000:00:12.0: reg 0x18: [mem 0xfea90000-0xfea91fff]
[    0.550722] pci 0000:00:12.0: reg 0x30: [mem 0xfea00000-0xfea3ffff pref]
[    0.552696] pci 0000:00:13.0: [15ad:07b0] type 00 class 0x020000
[    0.554751] pci 0000:00:13.0: reg 0x10: [mem 0xfea99000-0xfea99fff]
[    0.556762] pci 0000:00:13.0: reg 0x14: [mem 0xfea9a000-0xfea9afff]
[    0.558745] pci 0000:00:13.0: reg 0x18: [mem 0xfea92000-0xfea93fff]
[    0.563738] pci 0000:00:13.0: reg 0x30: [mem 0xfea40000-0xfea7ffff pref]
[    0.565954] pci 0000:00:1e.0: [1b36:0001] type 01 class 0x060400
[    0.568010] pci 0000:00:1e.0: reg 0x10: [mem 0xfea9b000-0xfea9b0ff 64bit]
[    0.573070] pci 0000:00:1f.0: [1b36:0001] type 01 class 0x060400
[    0.575321] pci 0000:00:1f.0: reg 0x10: [mem 0xfea9c000-0xfea9c0ff 64bit]
[    0.578378] pci_bus 0000:01: extended config space not accessible
[    0.579578] pci 0000:00:1e.0: PCI bridge to [bus 01]
[    0.581336] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.582338] pci 0000:00:1e.0:   bridge window [mem 0xfe800000-0xfe9fffff]
[    0.583347] pci 0000:00:1e.0:   bridge window [mem 0xfe200000-0xfe3fffff 64bit pref]
[    0.585854] pci_bus 0000:02: extended config space not accessible
[    0.586611] pci 0000:00:1f.0: PCI bridge to [bus 02]
[    0.587336] pci 0000:00:1f.0:   bridge window [io  0xc000-0xcfff]
[    0.588335] pci 0000:00:1f.0:   bridge window [mem 0xfe600000-0xfe7fffff]
[    0.590351] pci 0000:00:1f.0:   bridge window [mem 0xfe000000-0xfe1fffff 64bit pref]
[    0.592336] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.594450] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.595437] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.596404] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.597366] ACPI: PCI: Interrupt link LNKS configured for IRQ 9
[    0.598632] iommu: Default domain type: Translated 
[    0.599320] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.600392] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.601302] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.603340] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.604322] vgaarb: loaded
[    0.604328] SCSI subsystem initialized
[    0.605388] libata version 3.00 loaded.
[    0.605388] ACPI: bus type USB registered
[    0.606084] usbcore: registered new interface driver usbfs
[    0.606084] usbcore: registered new interface driver hub
[    0.606084] usbcore: registered new device driver usb
[    0.606084] pps_core: LinuxPPS API ver. 1 registered
[    0.606084] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.606084] PTP clock support registered
[    0.606384] Advanced Linux Sound Architecture Driver Initialized.
[    0.607484] NetLabel: Initializing
[    0.607484] NetLabel:  domain hash size = 128
[    0.607484] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.608349] NetLabel:  unlabeled traffic allowed by default
[    0.608363] PCI: Using ACPI for IRQ routing
[    0.609326] PCI: pci_cache_line_size set to 64 bytes
[    0.610348] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.611324] e820: reserve RAM buffer [mem 0x7ffda000-0x7fffffff]
[    0.612389] hpet: 3 channels of 0 reserved for per-cpu timers
[    0.613333] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.614179] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[    0.619422] clocksource: Switched to clocksource tsc-early
[    0.625695] VFS: Disk quotas dquot_6.6.0
[    0.626257] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.627602] pnp: PnP ACPI init
[    0.628326] pnp 00:03: [dma 2]
[    0.629186] pnp: PnP ACPI: found 5 devices
[    0.638804] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.640430] NET: Registered PF_INET protocol family
[    0.641391] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.643139] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    0.644889] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.646282] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.647148] TCP: Hash tables configured (established 16384 bind 16384)
[    0.648069] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.648838] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.649691] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.651001] RPC: Registered named UNIX socket transport module.
[    0.652130] RPC: Registered udp transport module.
[    0.652980] RPC: Registered tcp transport module.
[    0.653851] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.655419] pci 0000:00:1e.0: PCI bridge to [bus 01]
[    0.656321] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.658431] pci 0000:00:1e.0:   bridge window [mem 0xfe800000-0xfe9fffff]
[    0.660404] pci 0000:00:1e.0:   bridge window [mem 0xfe200000-0xfe3fffff 64bit pref]
[    0.663097] pci 0000:00:1f.0: PCI bridge to [bus 02]
[    0.664042] pci 0000:00:1f.0:   bridge window [io  0xc000-0xcfff]
[    0.666044] pci 0000:00:1f.0:   bridge window [mem 0xfe600000-0xfe7fffff]
[    0.667792] pci 0000:00:1f.0:   bridge window [mem 0xfe000000-0xfe1fffff 64bit pref]
[    0.670410] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.671572] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.672703] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.673948] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff window]
[    0.675234] pci_bus 0000:00: resource 8 [mem 0x100000000-0x17fffffff window]
[    0.676531] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.677551] pci_bus 0000:01: resource 1 [mem 0xfe800000-0xfe9fffff]
[    0.678674] pci_bus 0000:01: resource 2 [mem 0xfe200000-0xfe3fffff 64bit pref]
[    0.680001] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    0.681040] pci_bus 0000:02: resource 1 [mem 0xfe600000-0xfe7fffff]
[    0.682227] pci_bus 0000:02: resource 2 [mem 0xfe000000-0xfe1fffff 64bit pref]
[    0.683652] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.684742] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.685856] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.698153] ACPI: \_SB_.LNKD: Enabled at IRQ 11
[    0.710331] pci 0000:00:01.2: quirk_usb_early_handoff+0x0/0x6f0 took 22764 usecs
[    0.711794] PCI: CLS 0 bytes, default 64
[    0.744571] Initialise system trusted keyrings
[    0.745693] workingset: timestamp_bits=56 max_order=19 bucket_order=0
[    0.748049] NFS: Registering the id_resolver key type
[    0.749817] Key type id_resolver registered
[    0.751139] Key type id_legacy registered
[    0.765416] Key type asymmetric registered
[    0.766888] Asymmetric key parser 'x509' registered
[    0.768486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.770832] io scheduler mq-deadline registered
[    0.772294] io scheduler kyber registered
[    0.773944] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.775526] ACPI: button: Power Button [PWRF]
[    0.776669] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.777852] 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.779877] Non-volatile memory driver v1.3
[    0.780671] Linux agpgart interface v0.103
[    0.783357] loop: module loaded
[    0.784026] ahci 0000:00:07.0: version 3.0
[    0.796596] ACPI: \_SB_.LNKC: Enabled at IRQ 10
[    0.797949] ahci 0000:00:07.0: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
[    0.799453] ahci 0000:00:07.0: flags: 64bit ncq only 
[    0.801451] scsi host0: ahci
[    0.802370] scsi host1: ahci
[    0.803223] scsi host2: ahci
[    0.804068] scsi host3: ahci
[    0.804989] scsi host4: ahci
[    0.805710] scsi host5: ahci
[    0.806182] ata1: SATA max UDMA/133 abar m4096@0xfea95000 port 0xfea95100 irq 24
[    0.807292] ata2: SATA max UDMA/133 abar m4096@0xfea95000 port 0xfea95180 irq 24
[    0.808403] ata3: SATA max UDMA/133 abar m4096@0xfea95000 port 0xfea95200 irq 24
[    0.809513] ata4: SATA max UDMA/133 abar m4096@0xfea95000 port 0xfea95280 irq 24
[    0.810610] ata5: SATA max UDMA/133 abar m4096@0xfea95000 port 0xfea95300 irq 24
[    0.811726] ata6: SATA max UDMA/133 abar m4096@0xfea95000 port 0xfea95380 irq 24
[    0.812953] ata_piix 0000:00:01.1: version 2.13
[    0.814878] scsi host6: ata_piix
[    0.815856] scsi host7: ata_piix
[    0.816486] ata7: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xe100 irq 14
[    0.817614] ata8: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xe108 irq 15
[    0.819040] e100: Intel(R) PRO/100 Network Driver
[    0.819887] e100: Copyright(c) 1999-2006 Intel Corporation
[    0.820715] e1000: Intel(R) PRO/1000 Network Driver
[    0.821500] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.822469] e1000e: Intel(R) PRO/1000 Network Driver
[    0.823161] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.824004] sky2: driver version 1.30
[    0.824686] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.825612] ehci-pci: EHCI PCI platform driver
[    0.826248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.827118] ohci-pci: OHCI PCI platform driver
[    0.827772] uhci_hcd: USB Universal Host Controller Interface driver
[    0.840563] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    0.841506] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    0.842824] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000e0c0
[    0.843889] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
[    0.845303] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.846521] usb usb1: Product: UHCI Host Controller
[    0.847360] usb usb1: Manufacturer: Linux 5.15.26 uhci_hcd
[    0.848315] usb usb1: SerialNumber: 0000:00:01.2
[    0.849282] hub 1-0:1.0: USB hub found
[    0.850007] hub 1-0:1.0: 2 ports detected
[    0.850843] usbcore: registered new interface driver usblp
[    0.851939] usbcore: registered new interface driver usb-storage
[    0.853142] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.855163] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.856019] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.857242] rtc_cmos 00:04: RTC can wake from S4
[    0.858656] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    0.860207] rtc_cmos 00:04: registered as rtc0
[    0.861373] rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
[    0.863600] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.865136] intel_pstate: CPU model not supported
[    0.866002] hid: raw HID events driver (C) Jiri Kosina
[    0.867003] usbcore: registered new interface driver usbhid
[    0.868012] usbhid: USB HID core driver
[    0.869162] Initializing XFRM netlink socket
[    0.869986] NET: Registered PF_INET6 protocol family
[    0.871302] Segment Routing with IPv6
[    0.872038] In-situ OAM (IOAM) with IPv6
[    0.872817] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.873964] NET: Registered PF_PACKET protocol family
[    0.874924] Key type dns_resolver registered
[    0.876057] IPI shorthand broadcast: enabled
[    0.876829] sched_clock: Marking stable (859728246, 17084781)->(917788571, -40975544)
[    0.878423] registered taskstats version 1
[    0.879180] Loading compiled-in X.509 certificates
[    0.880494] PM:   Magic number: 10:911:693
[    0.881269] printk: console [netcon0] enabled
[    0.882011] netconsole: network logging started
[    0.882976] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    0.885230] modprobe (101) used greatest stack depth: 14728 bytes left
[    0.886887] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    0.888041] ALSA device list:
[    0.888555]   No soundcards found.
[    0.889447] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    0.891023] cfg80211: failed to load regulatory.db
[    1.070455] usb 1-1: new full-speed USB device number 2 using uhci_hcd
[    1.121556] ata4: SATA link down (SStatus 0 SControl 300)
[    1.123943] ata3: SATA link down (SStatus 0 SControl 300)
[    1.129482] ata5: SATA link down (SStatus 0 SControl 300)
[    1.131608] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.134094] ata6: SATA link down (SStatus 0 SControl 300)
[    1.135044] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.136943] ata1.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
[    1.138563] ata1.00: 67108864 sectors, multi 16: LBA48 NCQ (depth 32)
[    1.140283] ata1.00: applying bridge limits
[    1.141195] ata2.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
[    1.142239] ata2.00: 67108864 sectors, multi 16: LBA48 NCQ (depth 32)
[    1.143517] ata2.00: applying bridge limits
[    1.144582] ata1.00: configured for UDMA/100
[    1.145459] ata2.00: configured for UDMA/100
[    1.145561] scsi 0:0:0:0: Direct-Access     ATA      QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
[    1.148310] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.148623] sd 0:0:0:0: [sda] 67108864 512-byte logical blocks: (34.4 GB/32.0 GiB)
[    1.149459] scsi 1:0:0:0: Direct-Access     ATA      QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
[    1.152200] scsi 1:0:0:0: Attached scsi generic sg1 type 0
[    1.152246] sd 0:0:0:0: [sda] Write Protect is off
[    1.152352] sd 1:0:0:0: [sdb] 67108864 512-byte logical blocks: (34.4 GB/32.0 GiB)
[    1.152360] sd 1:0:0:0: [sdb] Write Protect is off
[    1.152362] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.152372] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.159437] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.160387] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.167628]  sdb: sdb1 sdb2
[    1.167640]  sda: sda1 sda2
[    1.168755] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.168949] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.171309] Freeing unused kernel image (initmem) memory: 9448K
[    1.172548] Write protecting the kernel read-only data: 22528k
[    1.174214] Freeing unused kernel image (text/rodata gap) memory: 2032K
[    1.175863] Freeing unused kernel image (rodata/data gap) memory: 1348K
[    1.176938] Run /init as init process
[    1.177580]   with arguments:
[    1.177951]     /init
[    1.178251]     synoboot2
[    1.178698]   with environment:
[    1.179283]     HOME=/
[    1.179727]     TERM=linux
[    1.180182]     BOOT_IMAGE=/bzImage
[    1.180775]     syno_hw_version=DS920+
[    1.181397]     netif_num=2
[    1.181887]     pid=0xa4a5
[    1.182341]     synoboot_satadom=2
[    1.182998]     mac2=0011324C4068
[    1.183655]     mac1=0011327A1C54
[    1.184257]     sn=20C0SBRXEV28X
[    1.184877]     HddEnableDynamicPower=1
[    1.185573]     vid=0x0525
[    1.186088]     DiskIdxMap=00
[    1.186635]     vender_format_version=2
[    1.187363]     SataPortMap=9
[    1.187946]     syno_ttyS1=serial,0x2f8
[    1.188654]     syno_ttyS0=serial,0x3f8
[    1.191172] mount (108) used greatest stack depth: 14440 bytes left
Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Populating /dev using udev: [    1.202528] udevd[138]: starting version 3.2.11
[    1.203737] random: udevd: uninitialized urandom read (16 bytes read)
[    1.204856] random: udevd: uninitialized urandom read (16 bytes read)
[    1.206231] random: udevd: uninitialized urandom read (16 bytes read)
[    1.209213] udevd[139]: starting eudev-3.2.11
[    1.230887] udevadm (153) used greatest stack depth: 14312 bytes left
[    1.249403] usb 1-1: New USB device found, idVendor=0627, idProduct=0001, bcdDevice= 0.00
[    1.253853] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=10
[    1.257848] usb 1-1: Product: QEMU USB Tablet
[    1.260214] usb 1-1: Manufacturer: QEMU
[    1.262316] usb 1-1: SerialNumber: 28754-0000:00:01.2-1
[    1.282441] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input4
[    1.285586] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
[    1.360490] udevadm (158) used greatest stack depth: 14056 bytes left
done
Saving random seed: OK
Starting network: [    1.368695] ip (171) used greatest stack depth: 13848 bytes left
OK

Welcome to Buildroot
buildroot login: [    1.484242] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3
[    1.739419] tsc: Refined TSC clocksource calibration: 3099.986 MHz
[    1.740686] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2caf3a33948, max_idle_ns: 440795251593 ns
[    1.743285] clocksource: Switched to clocksource tsc
Still waiting for boot device (waited 1 of 30 seconds)
Still waiting for boot device (waited 2 of 30 seconds)
[    4.044034] urandom_read: 4 callbacks suppressed
[    4.044038] random: udevd: uninitialized urandom read (16 bytes read)
[    4.044492] udevd (157) used greatest stack depth: 13576 bytes left
[    4.044989] random: udevd: uninitialized urandom read (16 bytes read)
Still waiting for boot device (waited 3 of 30 seconds)
Still waiting for boot device (waited 4 of 30 seconds)
Still waiting for boot device (waited 5 of 30 seconds)
Still waiting for boot device (waited 6 of 30 seconds)
Still waiting for boot device (waited 7 of 30 seconds)
Still waiting for boot device (waited 8 of 30 seconds)
Still waiting for boot device (waited 9 of 30 seconds)
Still waiting for boot device (waited 10 of 30 seconds)
Still waiting for boot device (waited 11 of 30 seconds)
Still waiting for boot device (waited 12 of 30 seconds)
Still waiting for boot device (waited 13 of 30 seconds)
Still waiting for boot device (waited 14 of 30 seconds)
Still waiting for boot device (waited 15 of 30 seconds)
Still waiting for boot device (waited 16 of 30 seconds)
Still waiting for boot device (waited 17 of 30 seconds)
Still waiting for boot device (waited 18 of 30 seconds)
Still waiting for boot device (waited 19 of 30 seconds)
Still waiting for boot device (waited 20 of 30 seconds)
Still waiting for boot device (waited 21 of 30 seconds)
Still waiting for boot device (waited 22 of 30 seconds)
Still waiting for boot device (waited 23 of 30 seconds)
Still waiting for boot device (waited 24 of 30 seconds)
Still waiting for boot device (waited 25 of 30 seconds)
Still waiting for boot device (waited 26 of 30 seconds)
Still waiting for boot device (waited 27 of 30 seconds)
Still waiting for boot device (waited 28 of 30 seconds)
Still waiting for boot device (waited 29 of 30 seconds)
Still waiting for boot device (waited 30 of 30 seconds)
mount: mounting 1 on /temp1 failed: No such file or directory
mount: mounting 2 on /temp2 failed: No such file or directory
+ read_u8 /temp2/zImage 0x1f1
+ grep -Eo '[0-9]+'
+ dd 'if=/temp2/zImage' 'bs=1' 'skip=497' 'count=1'
+ od -An -tu1
+ setup_size=
+ read_u32 /temp2/zImage 0x248
+ dd 'if=/temp2/zImage' 'bs=1' 'skip=584' 'count=4'
+ grep -Eo '[0-9]+'
+ od -An -tu4
+ payload_offset=
+ read_u32 /temp2/zImage 0x24c
+ dd 'if=/temp2/zImage' 'bs=1' 'skip=588' 'count=4'
+ grep -Eo '[0-9]+'
+ od -An -tu4
+ payload_length=
+ inner_pos=512
+ tail -c+513+  /temp2/zImageunlzma

tail: can't open '/temp2/zImage': No such file or directory
+ headtail: no files
 -c -4
+ tail -c+1
+ head -c 0
unlzma: (stdin): File format not recognized

Generating patch for /root/vmlinux
readelf: Error: /root/vmlinux: Failed to read file's magic number
.init.text section not found in /root/vmlinux file
PHP Fatal error:  Uncaught TypeError: is_file(): Argument #1 ($filename) must be of type string, bool given in /root/common.php:62
Stack trace:
#0 /root/common.php(62): is_file()
#1 /root/patch-ramdisk-check.php(17): getArgFilePath()
#2 {main}
  thrown in /root/common.php on line 62
rm: can't remove 'vmlinux-mod': No such file or directory
/root/init.sh: line 76: can't open /temp2/rd.gz: no such file
cpio: premature end of archive
/root/init.sh: line 78: can't open /temp1/custom.gz: no such file
cpio: premature end of archive
1 block
Rebuilding zImage... dd: can't open '/root/vmlinux.bin': No such file or directory
stat: can't stat '/root/vmlinux.bin': No such file or directory
expr: syntax error
sh: invalid number ''
0+1 records in
0+1 records out
objdump: '/root/vmlinux.bin': No such file
Never found .bss or .brk file offset
sh: invalid number ''
0+1 records in
0+1 records out
stat: can't stat '/root/vmlinux.bin': No such file or directory
expr: syntax error
sh: invalid number ''
0+1 records in
0+1 records out
0+1 records in
0+1 records out
umount: can't unmount /temp1: Invalid argument
umount: can't unmount /temp2: Invalid argument
Try gzip decompression.
Try LZMA decompression.
lzma_decompress_file: read on ./zImage of 65536 bytes failed
kernel: 0x7ff5ee61a080 kernel_size: 0xf20000
MEMORY RANGES
0000000000000400-000000000009fbff (0)
000000000009fc00-000000000009ffff (1)
00000000000f0000-00000000000fffff (1)
0000000000100000-000000007ffd9fff (0)
000000007ffda000-000000007fffffff (1)
00000000feffc000-00000000feffffff (1)
00000000fffc0000-00000000ffffffff (1)
kexec: unrecognized option: args-linux
sym: sha256_starts info: 12 other: 00 shndx: 2 value: 1130 size: 48
sym: sha256_starts value: 7ffd2160 addr: 7ffd1032
R_X86_64_64
sym: sha256_update info: 12 other: 00 shndx: 2 value: 3b40 size: 19
sym: sha256_update value: 7ffd4b70 addr: 7ffd103f
R_X86_64_64
sym: sha256_regions info: 11 other: 00 shndx: 9 value: 40 size: 100
sym: sha256_regions value: 7ffd6040 addr: 7ffd104a
R_X86_64_64
sym: sha256_regions info: 11 other: 00 shndx: 9 value: 40 size: 100
sym: sha256_regions value: 7ffd6140 addr: 7ffd1074
R_X86_64_64
sym: sha256_finish info: 12 other: 00 shndx: 2 value: 3b60 size: 15c
sym: sha256_finish value: 7ffd4b90 addr: 7ffd108b
R_X86_64_64
sym: sha256_digest info: 11 other: 00 shndx: 9 value: 20 size: 20
sym: sha256_digest value: 7ffd6020 addr: 7ffd109f
R_X86_64_64
sym:     memcmp info: 12 other: 00 shndx: 2 value: 5a5 size: 25
sym: memcmp value: 7ffd15d5 addr: 7ffd10a9
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e00 addr: 7ffd10bd
R_X86_64_64
sym:     printf info: 12 other: 00 shndx: 2 value: 4be size: a3
sym: printf value: 7ffd14ee addr: 7ffd10cb
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e30 addr: 7ffd10d5
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e20 addr: 7ffd10e3
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e36 addr: 7ffd1103
R_X86_64_64
sym: sha256_digest info: 11 other: 00 shndx: 9 value: 20 size: 20
sym: sha256_digest value: 7ffd6020 addr: 7ffd1111
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e38 addr: 7ffd111f
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e30 addr: 7ffd1135
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e36 addr: 7ffd1147
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e48 addr: 7ffd1166
R_X86_64_64
sym:     printf info: 12 other: 00 shndx: 2 value: 4be size: a3
sym: printf value: 7ffd14ee addr: 7ffd1172
R_X86_64_64
sym: setup_arch info: 12 other: 00 shndx: 2 value: 772 size: 56
sym: setup_arch value: 7ffd17a2 addr: 7ffd117f
R_X86_64_64
sym: skip_checks info: 11 other: 00 shndx: 9 value: 0 size: 4
sym: skip_checks value: 7ffd6000 addr: 7ffd118b
R_X86_64_64
sym: verify_sha256_digest info: 12 other: 00 shndx: 2 value: 0 size: 134
sym: verify_sha256_digest value: 7ffd1030 addr: 7ffd119a
R_X86_64_64
sym: post_verification_setup_arch info: 12 other: 00 shndx: 2 value: 800 size: 58
sym: post_verification_setup_arch value: 7ffd1830 addr: 7ffd11ac
R_X86_64_64
sym:    putchar info: 12 other: 00 shndx: 2 value: d9e size: 11d
sym: putchar value: 7ffd1dce addr: 7ffd11bf
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e5a addr: 7ffd1301
R_X86_64_64
sym:   vsprintf info: 12 other: 00 shndx: 2 value: 187 size: 2a1
sym: vsprintf value: 7ffd11b7 addr: 7ffd14d4
R_X86_64_64
sym:   vsprintf info: 12 other: 00 shndx: 2 value: 187 size: 2a1
sym: vsprintf value: 7ffd11b7 addr: 7ffd156f
R_X86_64_64
sym:    entry32 info: 10 other: 00 shndx: 2 value: 5d0 size: 0
sym: entry32 value: 7ffd15fc addr: 7ffd160d
R_X86_64_PC32
sym:    entry32 info: 10 other: 00 shndx: 2 value: 5d0 size: 0
sym: entry32 value: 7ffd15fc addr: 7ffd1622
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd615c addr: 7ffd163d
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd613c addr: 7ffd1644
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d14 addr: 7ffd164a
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd61ac addr: 7ffd1650
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4cec addr: 7ffd1656
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d81 addr: 7ffd1689
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d90 addr: 7ffd1690
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d9b addr: 7ffd1697
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4da6 addr: 7ffd169e
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4db1 addr: 7ffd16a5
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4dbc addr: 7ffd16ac
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4dc7 addr: 7ffd16b3
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4db6 addr: 7ffd16ba
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd6271 addr: 7ffd16c1
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4dac addr: 7ffd16d3
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4ddc addr: 7ffd16e9
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d1c addr: 7ffd16fc
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d24 addr: 7ffd1703
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d2c addr: 7ffd170a
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d34 addr: 7ffd1711
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d3c addr: 7ffd1718
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d44 addr: 7ffd171f
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d4c addr: 7ffd1726
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d54 addr: 7ffd172d
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d5c addr: 7ffd1734
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d64 addr: 7ffd173b
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d6c addr: 7ffd1742
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d74 addr: 7ffd1749
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d7c addr: 7ffd1750
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d84 addr: 7ffd1757
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d8c addr: 7ffd175e
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d94 addr: 7ffd1765
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4d9c addr: 7ffd176b
R_X86_64_PC32
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4ddc addr: 7ffd1773
R_X86_64_PC32
sym: jump_back_entry info: 11 other: 00 shndx: 9 value: 2008 size: 8
sym: jump_back_entry value: 7ffd8004 addr: 7ffd178d
R_X86_64_PC32
sym:       .bss info: 03 other: 00 shndx: b value: 0 size: 0
sym: .bss value: 7ffd9ffc addr: 7ffd1794
R_X86_64_PC32
sym:  purgatory info: 12 other: 00 shndx: 2 value: 134 size: 53
sym: purgatory value: 7ffd1160 addr: 7ffd1799
R_X86_64_PLT32
sym:    entry64 info: 10 other: 00 shndx: 2 value: 6a0 size: 0
sym: entry64 value: 7ffd16cc addr: 7ffd179e
R_X86_64_PLT32
sym:  reset_vga info: 11 other: 00 shndx: 9 value: 2012 size: 1
sym: reset_vga value: 7ffd8012 addr: 7ffd17a4
R_X86_64_64
sym: x86_reset_vga info: 12 other: 00 shndx: 2 value: ebb size: 232
sym: x86_reset_vga value: 7ffd1eeb addr: 7ffd17b3
R_X86_64_64
sym: legacy_pic info: 11 other: 00 shndx: 9 value: 2011 size: 1
sym: legacy_pic value: 7ffd8011 addr: 7ffd17c0
R_X86_64_64
sym: x86_setup_legacy_pic info: 12 other: 00 shndx: 2 value: 10ed size: 35
sym: x86_setup_legacy_pic value: 7ffd211d addr: 7ffd17cf
R_X86_64_64
sym: legacy_pic info: 11 other: 00 shndx: 9 value: 2011 size: 1
sym: legacy_pic value: 7ffd8011 addr: 7ffd17de
R_X86_64_64
sym: x86_setup_legacy_pic info: 12 other: 00 shndx: 2 value: 10ed size: 35
sym: x86_setup_legacy_pic value: 7ffd211d addr: 7ffd17ed
R_X86_64_64
sym: cmdline_end info: 11 other: 00 shndx: 9 value: 2000 size: 8
sym: cmdline_end value: 7ffd8000 addr: 7ffd17fa
R_X86_64_64
sym: jump_back_entry info: 11 other: 00 shndx: 9 value: 2008 size: 8
sym: jump_back_entry value: 7ffd8008 addr: 7ffd180c
R_X86_64_64
sym: .rodata.str1.1 info: 03 other: 00 shndx: 6 value: 0 size: 0
sym: .rodata.str1.1 value: 7ffd4e6b addr: 7ffd181b
R_X86_64_64
sym:    sprintf info: 12 other: 00 shndx: 2 value: 428 size: 96
sym: sprintf value: 7ffd1458 addr: 7ffd1825
R_X86_64_64
sym: panic_kernel info: 11 other: 00 shndx: 9 value: 2010 size: 1
sym: panic_kernel value: 7ffd8010 addr: 7ffd1832
R_X86_64_64
sym: crashdump_backup_memory info: 12 other: 00 shndx: 2 value: cc3 size: 3e
sym: crashdump_backup_memory value: 7ffd1cf3 addr: 7ffd1841
R_X86_64_64
sym: jump_back_entry info: 11 other: 00 shndx: 9 value: 2008 size: 8
sym: jump_back_entry value: 7ffd8008 addr: 7ffd184e
R_X86_64_64
sym: x86_setup_jump_back_entry info: 12 other: 00 shndx: 2 value: 7c8 size: 38
sym: x86_setup_jump_back_entry value: 7ffd17f8 addr: 7ffd185e
R_X86_64_64
sym: jump_back_entry info: 11 other: 00 shndx: 9 value: 2008 size: 8
sym: jump_back_entry value: 7ffd8008 addr: 7ffd186d
R_X86_64_64
sym: x86_setup_jump_back_entry info: 12 other: 00 shndx: 2 value: 7c8 size: 38
sym: x86_setup_jump_back_entry value: 7ffd17f8 addr: 7ffd187d
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8047 addr: 7ffd18a7
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd804f addr: 7ffd18ad
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8075 addr: 7ffd18cd
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd807f addr: 7ffd18d3
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8089 addr: 7ffd18d9
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8093 addr: 7ffd18df
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8076 addr: 7ffd18e6
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd808d addr: 7ffd18ed
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd806d addr: 7ffd19b7
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8075 addr: 7ffd19bd
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd809b addr: 7ffd19dd
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd80a5 addr: 7ffd19e3
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd80af addr: 7ffd19e9
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd80b9 addr: 7ffd19ef
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd80e2 addr: 7ffd1a32
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd812b addr: 7ffd1a75
R_X86_64_PC32
sym: backup_src_size info: 11 other: 00 shndx: 9 value: 2070 size: 8
sym: backup_src_size value: 7ffd8070 addr: 7ffd1cf5
R_X86_64_64
sym: backup_start info: 11 other: 00 shndx: 9 value: 2080 size: 8
sym: backup_start value: 7ffd8080 addr: 7ffd1d07
R_X86_64_64
sym: backup_src_start info: 11 other: 00 shndx: 9 value: 2078 size: 8
sym: backup_src_start value: 7ffd8078 addr: 7ffd1d19
R_X86_64_64
sym:     memcpy info: 12 other: 00 shndx: 2 value: 58b size: 1a
sym: memcpy value: 7ffd15bb addr: 7ffd1d26
R_X86_64_64
sym: serial_base info: 11 other: 00 shndx: 9 value: 2090 size: 2
sym: serial_base value: 7ffd8090 addr: 7ffd1d33
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8088 addr: 7ffd1d43
R_X86_64_64
sym: serial_baud info: 11 other: 00 shndx: 9 value: 208c size: 4
sym: serial_baud value: 7ffd808c addr: 7ffd1d7a
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8088 addr: 7ffd1da8
R_X86_64_64
sym: console_vga info: 11 other: 00 shndx: 9 value: 2093 size: 1
sym: console_vga value: 7ffd8093 addr: 7ffd1dd0
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8098 addr: 7ffd1de6
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8098 addr: 7ffd1e48
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8094 addr: 7ffd1e5e
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8094 addr: 7ffd1e78
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd8094 addr: 7ffd1ea8
R_X86_64_64
sym: console_serial info: 11 other: 00 shndx: 9 value: 2092 size: 1
sym: console_serial value: 7ffd8092 addr: 7ffd1ebc
R_X86_64_64
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1d31 addr: 7ffd1ed0
R_X86_64_64
sym: sha256_process info: 12 other: 00 shndx: 2 value: 1180 size: 28a1
sym: sha256_process value: 7ffd21b0 addr: 7ffd4aaf
R_X86_64_64
sym:     memcpy info: 12 other: 00 shndx: 2 value: 58b size: 1a
sym: memcpy value: 7ffd15bb addr: 7ffd4b14
R_X86_64_64
sym: sha256_process info: 12 other: 00 shndx: 2 value: 1180 size: 28a1
sym: sha256_process value: 7ffd21b0 addr: 7ffd4b26
R_X86_64_64
sym:     memcpy info: 12 other: 00 shndx: 2 value: 58b size: 1a
sym: memcpy value: 7ffd15bb addr: 7ffd4b54
R_X86_64_64
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd4a60 addr: 7ffd4b77
R_X86_64_64
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd4a60 addr: 7ffd4bd8
R_X86_64_64
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd80a0 addr: 7ffd4be7
R_X86_64_64
sym:    entry16 info: 10 other: 00 shndx: 2 value: 860 size: 0
sym: entry16 value: 7ffd1890 addr: 7ffd4d18
R_X86_64_64
sym:    entry32 info: 10 other: 00 shndx: 2 value: 5d0 size: 0
sym: entry32 value: 7ffd1600 addr: 7ffd4da0
R_X86_64_64
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4db0 addr: 7ffd4db2
R_X86_64_64
sym:    .rodata info: 03 other: 00 shndx: 4 value: 0 size: 0
sym: .rodata value: 7ffd4de0 addr: 7ffd4de2
R_X86_64_64
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1030 addr: 7ffd4ea8
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1164 addr: 7ffd4edc
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd11b7 addr: 7ffd4f10
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1458 addr: 7ffd4f5c
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd14ee addr: 7ffd4f78
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1591 addr: 7ffd4fb0
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd15a4 addr: 7ffd4fc4
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd15bb addr: 7ffd4fd8
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd15d5 addr: 7ffd4fec
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd17a2 addr: 7ffd5018
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd17f8 addr: 7ffd5038
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1830 addr: 7ffd504c
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1cf3 addr: 7ffd5088
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1d31 addr: 7ffd50b8
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1dce addr: 7ffd50cc
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd1eeb addr: 7ffd5100
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd211d addr: 7ffd5130
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd2160 addr: 7ffd5160
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd21b0 addr: 7ffd5174
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd4a60 addr: 7ffd51c0
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd4b70 addr: 7ffd5224
R_X86_64_PC32
sym:      .text info: 03 other: 00 shndx: 2 value: 0 size: 0
sym: .text value: 7ffd4b90 addr: 7ffd5238
R_X86_64_PC32
sym:      .data info: 03 other: 00 shndx: 9 value: 0 size: 0
sym: .data value: 7ffd6140 addr: 7ffd6142
R_X86_64_64
Loaded purgatory at addr 0x7ffd1000
Loaded real_mode_data and command line at 0x7ffcd000
kernel init_size 0x3cb4000
Loaded 64bit kernel at 0x7c200000
Loaded initrd at 0x7ffcc000 size 0x200
E820 memmap:
0000000000000400-000000000009fbff (1)
000000000009fc00-000000000009ffff (2)
00000000000f0000-00000000000fffff (2)
0000000000100000-000000007ffd9fff (1)
000000007ffda000-000000007fffffff (2)
00000000feffc000-00000000feffffff (2)
00000000fffc0000-00000000ffffffff (2)
/sys/firmware/edd does not exist.
kexec_load: entry = 0x7ffd1770 flags = 0x3e0000
nr_segments = 4
segment[0].buf   = 0x7ff5ee61de80
segment[0].bufsz = 0xf1c200
segment[0].mem   = 0x7c200000
segment[0].memsz = 0x3cb4000
segment[1].buf   = 0x7ff5ef57c090
segment[1].bufsz = 0x200
segment[1].mem   = 0x7ffcc000
segment[1].memsz = 0x1000
segment[2].buf   = 0x7ff5ee60e010
segment[2].bufsz = 0x3fdf
segment[2].mem   = 0x7ffcd000
segment[2].memsz = 0x4000
segment[3].buf   = 0x7ff5ee612230
segment[3].bufsz = 0x70e0
segment[3].mem   = 0x7ffd1000
segment[3].memsz = 0x9000
shutdown: No such file or directory
[   32.264055] random: fast init done
[   32.265626] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[   32.266640] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[   32.269087] kexec_core: Starting new kernel
 

 

 

 

 

Can you change the vm-100-disk-6 type to sata and try again?

Link to comment
Share on other sites

2 hours ago, jumkey said:

Can you change the vm-100-disk-6 type to sata and try again?

 

After conversion to sata type, the kernel operates normally.
The internal sata disk in dynamic dtb is automapped without any problem.
I have also successfully installed jun mode dsm.
thank you.

 

However, ds920+ seems to have an issue where it cannot be assigned an IP from vmxnet3.
mac address matching or automatic case testing with r8139 / e1000 etc.
We will report back once the results are out.

Link to comment
Share on other sites

8 minutes ago, Peter Suh said:

 

After conversion to sata type, the kernel operates normally.
The internal sata disk in dynamic dtb is automapped without any problem.
I have also successfully installed jun mode dsm.
thank you.

 

However, ds920+ seems to have an issue where it cannot be assigned an IP from vmxnet3.
mac address matching or automatic case testing with r8139 / e1000 etc.
We will report back once the results are out.

The current configuration of the first kernel, without virtio_net and vmxnet3

root@x:~/build/buildroot# cat output/build/linux-5.15.26/.config | grep E1000
CONFIG_E1000=y
CONFIG_E1000E=y
CONFIG_E1000E_HWTS=y
root@x:~/build/buildroot# cat output/build/linux-5.15.26/.config | grep 8139
# CONFIG_8139CP is not set
CONFIG_8139TOO=y
CONFIG_8139TOO_PIO=y
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
root@x:~/build/buildroot# cat output/build/linux-5.15.26/.config | grep VIRTIO
# CONFIG_VIRTIO_CONSOLE is not set
# CONFIG_I2C_VIRTIO is not set
# CONFIG_DRM_VIRTIO_GPU is not set
CONFIG_VIRTIO_MENU=y
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_MMIO is not set
# CONFIG_RPMSG_VIRTIO is not set
root@x:~/build/buildroot# cat output/build/linux-5.15.26/.config | grep VMXNET3
# CONFIG_VMXNET3 is not set
root@x:~/build/buildroot# 
  • Like 1
Link to comment
Share on other sites

On 6/12/2022 at 12:21 AM, Peter Suh said:

- Outcome of the update: SUCCESSFUL

- DSM version prior update: 7.0.1-42218-U4

- Loader version and model: Tinycore-Redpill v0.8 - DS920+

- Using custom extra.lzma: NO

- Installation type: Baremetal, Intel Core i3-3220T

- Additional comments: with jumkey's QuickJs dynamic dtb ext / jun mode / Modified custom_config_jun.json

 

I used m shell ( ./my.sh DS920+J jumkey )

 

 

@jumkey, these new methods of yours also work on Intel 3rd gen IVY.
A while ago, Bare Metal posted a successful installation case for the first time.

 

2125435823_2022-06-122_18_28.thumb.png.7ae69988d5e5ba62e2fcf7721d1602b4.png

 

 

I thought you needed 4th gen Intel for 920 build? How did this work on 2nd gen Intel?

Link to comment
Share on other sites

1 hour ago, phone guy said:

I thought you needed 4th gen Intel for 920 build? How did this work on 2nd gen Intel?

 

Since inception, all the Quicksync-enabled products have required 4th gen.  This was determined over time by inference and a large sample set. To the best of anyone's knowledge, the Quicksync DSM builds utilize the FMA3 family of instructions, which was introduced with 4th gen/Haswell.  But we don't know why FMA3 instructions are compiled into the Linux kernel, and it would be odd to think it had anything to do with the boot loader.

 

If Synology has moved away from whatever required the FMA3 support, then DS920+ should potentially install on any x86-64 machine.  We do know that DS1621+ (AMD v1000 platform) does seem to require the FMA3 instructions.  So it's not a Device Tree oddity.

 

Maybe someone else can confirm this on Nehalem/Sandy Bridge/Ivy Bridge and post it to a new thread.  Sorry for the topic drift.

  • Thanks 1
Link to comment
Share on other sites

is that means i can upgrade ds3622xsp from 7.0.1-U4 (TCRP JUN compiled today) to 7.1.0-U2 via DSM GUI without any worry?

You can install it through the DSM GUI. There is nothing to worry about. Even in the dsm selection process for installation, there is no problem even if you use the automatic download and installation method of the latest version.


Sent from my iPhone using Tapatalk
  • Like 1
Link to comment
Share on other sites

Le 12/06/2022 à 07:59, Peter Suh a dit :

 

Please read @flyride's guide, TCRP's most recent tutorial.
https://xpenology.com/forum/topic/62221-tutorial-installmigrate-to-dsm-7x-with-tinycore-redpill-tcrp-loader/

 

And, based on the commands in this tutorial, my M SHELL is a tool that helps you run it easily at once.

Download it in TC Linux as below and follow the steps mentioned above.
Just do it like below. That's it.

 

M SHELL's help is
./my.sh
You just need to do it.

 

curl --location "https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/my.sh.gz" --output my.sh.gz; tar -zxvf my.sh.gz;

./my.sh DS920+J jumkey

hi , help me

Capture d’écran 2022-06-18 174520.png

Link to comment
Share on other sites

3 hours ago, Dreadnought said:

Someone of you ever had this error:

@pocopico @Peter Suh

image.thumb.png.a32161b32a9619f524e34eea8e0e62fc.png

 

Are you a VM on mac environment?


If you scroll up a little more, there is a question I asked jumkey.
In this case, it seems like it was passed on because it is proxmox, and it is probably irrelevant.
The problem was caused by using virtio instead of sata type for the disk.

 

And, another experience
This is what I experienced yesterday in VirtualBox on Mac.
There was no problem when using the vmdk file, but I used the vdi file instead to change the size of the 3rd partition.
At this time, I encountered the same "Kernel is not a valid ELF file" message as above.

 

There is no specific information about which setting or file to use for the loader disk, but it seems that an exception occurs when a general type is not selected.
It would be nice to provide a more detailed configuration environment.

 

And, both of my cases were using jun mode.
So I asked @jumkey.

 

Link to comment
Share on other sites

22 hours ago, Peter Suh said:

 

Are you a VM on mac environment?


If you scroll up a little more, there is a question I asked jumkey.
In this case, it seems like it was passed on because it is proxmox, and it is probably irrelevant.
The problem was caused by using virtio instead of sata type for the disk.

 

And, another experience
This is what I experienced yesterday in VirtualBox on Mac.
There was no problem when using the vmdk file, but I used the vdi file instead to change the size of the 3rd partition.
At this time, I encountered the same "Kernel is not a valid ELF file" message as above.

 

There is no specific information about which setting or file to use for the loader disk, but it seems that an exception occurs when a general type is not selected.
It would be nice to provide a more detailed configuration environment.

 

And, both of my cases were using jun mode.
So I asked @jumkey.

 

 

Hi @Peter Suh,

I use Parallels on MAC in combination with a SD Card for testing.

The issue was I started in SATA Mode (grub entry). Then I restarted the VM without waiting until the boot process has finished.

Now I selected the USB entry in GRUB and get the error message shown in the screenshot.

After I removed the HDD and attached a new one and waiting until the boot process (USB entry) has finished, everything works fine.

I was able to install DSM 7.0.1 and also to perform an update to DSM 7.1.0 Update 4.

  • Like 1
Link to comment
Share on other sites

15 hours ago, shibby said:

Is there any simple way to add kernel module (NIC driver) to working Xpenology without redpill recompilation? My HW/SW in signature.

kind of wrong thread i guess

drivers are "extensions" so you nee to add the driver when creating the loader as it will end in custom.gz i n the build loader

with tinycore you can do that easily, go into tc and let it (re-)detect you hardware, that should add the needed driver and then safe the new config (that should create the new custom.gz)

./rploader.sh ext <platform version> auto

./rploader.sh build  <platform version>

Link to comment
Share on other sites

8 hours ago, IG-88 said:

drivers are "extensions" so you nee to add the driver when creating the loader as it will end in custom.gz i n the build loader

i know that but i remember that was a possibility to copy .ko module to /lib/modules and add entry to /lib/module-load.d but now this way is not working. I was not able to add extension to rploader because sum control of atlantic module in pocopico repo is wrong. I reported this issue and i`m waiting.

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...