Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition March 12, 2024 11:18PM |
Registered: 8 months ago Posts: 6 |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition March 13, 2024 12:17AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition March 14, 2024 04:09AM |
Registered: 8 months ago Posts: 6 |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition March 14, 2024 12:52PM |
Registered: 8 months ago Posts: 6 |
if [ -e /sys/class/leds/wdmcex2u\:hdd1\:blue/trigger ]; then echo gpio > /sys/class/leds/wdmcex2u\:hdd1\:blue/trigger echo 1 > /sys/class/leds/wdmcex2u\:hdd1\:blue/inverted fi if [ -e /sys/class/leds/wdmcex2u\:hdd2\:blue/trigger ]; then echo gpio > /sys/class/leds/wdmcex2u\:hdd2\:blue/trigger echo 1 > /sys/class/leds/wdmcex2u\:hdd2\:blue/inverted fi if [ -e /sys/class/leds/wdmcex2u\:hdd1\:red/trigger ]; then echo ide-disk1 > /sys/class/leds/wdmcex2u\:hdd1\:red/trigger fi if [ -e /sys/class/leds/wdmcex2u\:hdd2\:red/trigger ]; then echo ide-disk2 > /sys/class/leds/wdmcex2u\:hdd2\:red/trigger fi
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition March 19, 2024 06:07AM |
Registered: 6 years ago Posts: 50 |
sata1-red-led { //label = "wdmcmg2:red:hdd1"; color = <LED_COLOR_ID_RED>; function = LED_FUNCTION_DISK_ACTIVITY; function-enumerator = <1>; gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>; linux,default-trigger = "ide-disk1"; panic-indicator; }; sata2-red-led { //label = "wdmcmg2:red:hdd2"; color = <LED_COLOR_ID_RED>; function = LED_FUNCTION_DISK_ACTIVITY; function-enumerator = <2>; gpios = <&gpio1 20 GPIO_ACTIVE_HIGH>; linux,default-trigger = "ide-disk2"; panic-indicator; }; sata1-blue-led { //label = "wdmcmg2:blue:hdd1"; color = <LED_COLOR_ID_BLUE>; function = LED_FUNCTION_DISK; function-enumerator = <1>; gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>; linux,default-trigger = "gpio"; led-pattern = <48 0>; }; sata2-blue-led { //label = "wdmcmg2:blue:hdd2"; color = <LED_COLOR_ID_BLUE>; function = LED_FUNCTION_DISK; function-enumerator = <2>; gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>; linux,default-trigger = "gpio"; led-pattern = <58 0>; };
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition April 11, 2024 06:28AM |
Registered: 7 months ago Posts: 8 |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition April 11, 2024 09:16AM |
Registered: 7 months ago Posts: 8 |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition April 11, 2024 02:06PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition April 12, 2024 02:52AM |
Registered: 7 months ago Posts: 8 |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition April 12, 2024 02:54AM |
Registered: 7 months ago Posts: 8 |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition April 12, 2024 02:50PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
i don't think i did, it's my first time with this kinda things. Should be something with kwb extension? is the backup unique for any machine or maybe i could take the backup for the ex2 ultra from someone?
Quote
i just used bubt command to flash the uimage to nand, i wanted to flash back the original uboot image to try another way, cause for some reason i couldnt enable port 1 again after i flashed patched uboot. But i picked the wrong one. after the reset, and from that moment i couldnt do anything at all
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition April 13, 2024 01:12PM |
Registered: 7 months ago Posts: 8 |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition April 13, 2024 02:31PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition April 15, 2024 02:41AM |
Registered: 7 months ago Posts: 8 |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition April 15, 2024 01:45PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition April 19, 2024 06:48PM |
Registered: 7 months ago Posts: 8 |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition April 26, 2024 05:30AM |
Registered: 7 months ago Posts: 8 |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition April 26, 2024 01:24PM |
Admin Registered: 13 years ago Posts: 18,997 |
anderson
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition July 10, 2024 09:49PM |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition July 10, 2024 10:47PM |
Admin Registered: 13 years ago Posts: 18,997 |
Anderson
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition July 11, 2024 06:57PM |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition July 11, 2024 09:59PM |
Admin Registered: 13 years ago Posts: 18,997 |
printenv bootAnd post the entire serial console log here.
Anderson
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition July 12, 2024 07:14AM |
Anderson
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition July 12, 2024 10:10AM |
printenv CASset=max MALLOC_len=5 MPmode=SMP autoload=no baudrate=115200 boot_debian_usb1=usb start; sleep 5 boot_debian_usb2=ext2load usb 0:1 0x00800000 /boot/uImage boot_debian_usb3=ext2load usb 0:1 0x02100000 /boot/uInitrd boot_debian_usb4=bootm 0x00800000 0x02100000 boot_order=hd_scr usb_scr mmc_scr hd_img usb_img mmc_img pxe net_img net_scr bootargs=root=/dev/ram console=ttyS0,115200 bootargs_dflt=$console $nandEcc $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovl bootargs_end=:10.4.50.254:255.255.255.0:Armada38x:eth0:none bootargs_root=root=/dev/nfs rw bootcmd=run set_bootargs_debian; run boot_debian_usb1; run boot_debian_usb2; run boot_debian_usb3; run boot_debian_usb4; reset bootcmd_auto=stage_boot $boot_order bootcmd_fdt=tftpboot 0x2000000 $image_name;tftpboot $fdtaddr $fdtfile;setenv bootargs $console $nandEcc $mtdparts $bootargs_root nfsroot=$ser; bootcmd_fdt_boot=tftpboot 0x2000000 $image_name; setenv bootargs $console $nandEcc $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$i; bootcmd_fdt_edit=tftpboot $fdtaddr $fdtfile; fdt addr $fdtaddr; setenv bootcmd $bootcmd_fdt_boot bootcmd_lgcy=tftpboot 0x2000000 $image_name; setenv bootargs $bootargs_dflt; bootm 0x2000000; bootdelay=1 cacheShare=no console=console=ttyS0,115200 device_partition=0:1 disaMvPnp=no eeeEnable=no enaClockGating=no enaCpuStream=no enaFPU=yes enaMonExt=no enaWrAllo=no eth1addr=00:50:43:22:30:11 eth1mtu=1500 eth2addr=00:50:43:22:b4:11 eth2mtu=1500 eth3addr=00:50:43:30:b4:22 eth3mtu=1500 ethact=egiga2 ethaddr=00:50:43:b4:30:11 ethmtu=1500 ethprime=egiga2 fdt_addr=2040000 fdt_skip_update=no fdtaddr=0x1000000 fdtfile=armada-38x-modular.dtb filesize=12 ide_path=/ image_name=uImage initrd_name=uInitrd ipaddr=192.168.11.110 kernel_addr_r=2080000 lcd0_enable=0 lcd0_params=640x480-16@60 lcd_panel=0 loadaddr=0x02000000 loads_echo=0 mtddevname=u-boot mtddevnum=0 mtdids=nand0=armada-nand mtdparts=mtdparts=armada-nand:5m(u-boot)ro,5m@5m(kernel),5m@10m(uRamdisk),185m@15m(image.cfs),15m@200m(rescue_fw),20m@215m(config),10m@235m(r) mvNetConfig=mv_net_config=4,(00:50:43:11:11:11,0:1:2:3),mtu=1500 mv_pon_addr=00:50:43:11:b4:22 nandEcc=nfcConfig=4bitecc netbsd_en=no netmask=255.255.255.0 netretry=no partition=nand0,0 pcieTune=no pexMode=RC pxe_files_load=:default.arm-armadaxp-db:default.arm-armadaxp:default.arm pxefile_addr_r=3100000 ramdisk_addr_r=2880000 rootpath=/srv/nfs/ sata_delay_reset=0 sata_dma_mode=yes script_addr_r=3000000 script_name=boot.scr serverip=192.168.11.114 set_bootargs_debian='setenv bootargs console=ttyS0,115200 root=/dev/sda1 $(mtdparts) earlyprintk=serial init=/bin/systemd standalone=fsload 0x2000000 $image_name;setenv bootargs $console $nandEcc $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end;; stderr=serial stdin=serial stdout=serial usb0Mode=host usbActive=0 usbType=3 vxworks_en=no yuk_ethaddr=00:00:00:EE:51:81 Environment size: 3555/524284 bytes
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition July 12, 2024 02:41PM |
Admin Registered: 13 years ago Posts: 18,997 |
setenv usbActive 0 setenv set_bootargs_debian 'setenv bootargs console=ttyS0,115200 root=/dev/sda1 $(mtdparts) earlyprintk=serial init=/bin/systemd' setenv bootcmd 'run set_bootargs_debian; run boot_debian_usb1; run boot_debian_usb2; run boot_debian_usb3; run boot_debian_usb4; reset'And then
boot
Anderson
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition July 13, 2024 09:24PM |
Marvell>> setenv usbActive 0 Marvell>> setenv set_bootargs_debian 'setenv bootargs console=ttyS0,115200 root=/dev/sdb1 $(mtdparts) earlyprintk=serial init=/bin/system' Marvell>> setenv bootcmd 'run set_bootargs_debian; run boot_debian_usb1; run boot_debian_usb2; run boot_debian_usb3; run boot_debian_usb4' Marvell>> boot
(Re)start USB... USB0: Port (usbActive) : 0 Interface (usbType = 3) : USB XHCI 1.00 scanning bus 0 for devices... 2 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found scanning usb for ethernet devices... 0 Ethernet Device(s) found 5138476 bytes read in 498 ms (9.8 MiB/s) 6019564 bytes read in 545 ms (10.5 MiB/s) ## Booting image at 00800000 ... ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-6.4.11-mvebu-tld-1 Created: 2023-12-01 13:38:32 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5138412 Bytes = 4.9 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 02100000 ... Image Name: initrd.img-6.4.11-mvebu-tld-1 Created: 2024-07-11 1:17:59 UTC Image Type: ARM Linux RAMDisk Image (lzma compressed) Data Size: 6019500 Bytes = 5.7 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 6.4.11-mvebu-tld-1 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian)3 [ 0.000000][ T0] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d [ 0.000000][ T0] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000][ T0] OF: fdt: Machine model: WD MyCloud Ex2 Ultra [ 0.000000][ T0] printk: bootconsole [earlycon0] enabled [ 0.000000][ T0] Memory policy: Data cache writealloc [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000002fffffff] [ 0.000000][ T0] HighMem [mem 0x0000000030000000-0x000000003fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000003fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000003fffffff] [ 0.000000][ T0] percpu: Embedded 14 pages/cpu s25300 r8192 d23852 u57344 [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=/dev/sdb1 $(mtdparts) earlyprintk=serial init=/bin/systemd [ 0.000000][ T0] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 260416 [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 1013736K/1048576K available (10240K kernel code, 867K rwdata, 3444K rodata, 1024K init, 462K bss, 34840K r) [ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation. [ 0.000000][ T0] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. [ 0.000000][ T0] Trampoline variant of Tasks RCU enabled. [ 0.000000][ T0] Tracing variant of Tasks RCU enabled. [ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000][ T0] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] L2C: DT/platform modifies aux control register: 0x06070000 -> 0x16070000 [ 0.000000][ T0] L2C-310 enabling early BRESP for Cortex-A9 [ 0.000000][ T0] L2C-310 full line of zeros enabled for Cortex-A9 [ 0.000000][ T0] L2C-310 D prefetch enabled, offset 1 lines [ 0.000000][ T0] L2C-310 dynamic clock gating enabled, standby mode enabled [ 0.000000][ T0] L2C-310 Coherent cache controller enabled, 16 ways, 1024 kB [ 0.000000][ T0] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x56070001 [ 0.000000][ T0] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000001][ T0] sched_clock: 64 bits at 666MHz, resolution 1ns, wraps every 4398046511103ns [ 0.008681][ T0] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0x999999d70a, max_idle_ns: 440795225152 ns [ 0.020389][ T0] Switching to timer-based delay loop, resolution 1ns [ 0.027213][ T0] Ignoring duplicate/late registration of read_current_timer delay [ 0.034930][ T0] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns [ 0.046797][ T0] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval) [ 0.056733][ T0] Console: colour dummy device 80x30 [ 0.061889][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 1332.00 BogoMIPS (lpj=6660000) [ 0.073167][ T0] CPU: Testing write buffer coherency: ok [ 0.078754][ T0] CPU0: Spectre v2: using BPIALL workaround [ 0.084479][ T0] pid_max: default: 32768 minimum: 301 [ 0.090026][ T0] LSM: initializing lsm=capability,integrity [ 0.095982][ T0] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.103970][ T0] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.113477][ T1] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.120608][ T1] cblist_init_generic: Setting adjustable number of callback queues. [ 0.128521][ T1] cblist_init_generic: Setting shift to 1 and lim to 1. [ 0.135356][ T1] cblist_init_generic: Setting adjustable number of callback queues. [ 0.143261][ T1] cblist_init_generic: Setting shift to 1 and lim to 1. [ 0.150143][ T1] Setting up static identity map for 0x100000 - 0x100060 [ 0.157127][ T1] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4 [ 0.163058][ T1] mvebu-pmsu: Initializing Power Management Service Unit [ 0.170030][ T1] rcu: Hierarchical SRCU implementation. [ 0.175497][ T1] rcu: Max phase no-delay instances is 1000. [ 0.182123][ T1] smp: Bringing up secondary CPUs ... [ 0.187876][ T1] Booting CPU 1 [ 0.191343][ T0] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.191354][ T0] CPU1: Spectre v2: using BPIALL workaround [ 0.203496][ T1] smp: Brought up 1 node, 2 CPUs [ 0.208297][ T1] SMP: Total of 2 processors activated (2664.00 BogoMIPS). [ 0.215322][ T1] CPU: All CPU(s) started in SVC mode. [ 0.221024][ T1] devtmpfs: initialized [ 0.229118][ T1] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 0.237702][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.248218][ T1] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.255903][ T1] prandom: seed boundary self test passed [ 0.263058][ T1] prandom: 100 self tests passed [ 0.267839][ T1] pinctrl core: initialized pinctrl subsystem [ 0.274819][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.282137][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.290467][ T1] audit: initializing netlink subsys (disabled) [ 0.296711][ T25] audit: type=2000 audit(0.250:1): state=initialized audit_enabled=0 res=1 [ 0.297147][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.305165][ T1] cpuidle: using governor ladder [ 0.316645][ T1] cpuidle: using governor menu [ 0.321395][ T1] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.330076][ T1] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.336733][ T1] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling [ 0.345514][ T1] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling [ 0.355451][ T1] platform soc: Fixed dependency cycle(s) with /soc/internal-regs/interrupt-controller@d000 [ 0.537110][ T1] raid6: int32x8 gen() 266 MB/s [ 0.707141][ T1] raid6: int32x4 gen() 277 MB/s [ 0.877110][ T1] raid6: int32x2 gen() 459 MB/s [ 1.047087][ T1] raid6: int32x1 gen() 533 MB/s [ 1.052034][ T1] raid6: using algorithm int32x1 gen() 533 MB/s [ 1.227095][ T1] raid6: .... xor() 205 MB/s, rmw enabled [ 1.232649][ T1] raid6: using intx1 recovery algorithm [ 1.238881][ T1] SCSI subsystem initialized [ 1.243598][ T1] usbcore: registered new interface driver usbfs [ 1.249825][ T1] usbcore: registered new interface driver hub [ 1.255837][ T1] usbcore: registered new device driver usb [ 1.261827][ T1] pps_core: LinuxPPS API ver. 1 registered [ 1.267482][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.277303][ T1] PTP clock support registered [ 1.283255][ T1] vgaarb: loaded [ 1.287040][ T1] clocksource: Switched to clocksource arm_global_timer [ 1.294299][ T1] VFS: Disk quotas dquot_6.6.0 [ 1.298993][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.314026][ T1] NET: Registered PF_INET protocol family [ 1.319777][ T1] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 1.329268][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 1.338418][ T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.346841][ T1] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 1.355336][ T1] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 1.363376][ T1] TCP: Hash tables configured (established 8192 bind 8192) [ 1.370592][ T1] MPTCP token hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 1.378723][ T1] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 1.386027][ T1] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 1.393911][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.400716][ T1] RPC: Registered named UNIX socket transport module. [ 1.407353][ T1] RPC: Registered udp transport module. [ 1.412733][ T1] RPC: Registered tcp transport module. [ 1.418121][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.425237][ T1] PCI: CLS 0 bytes, default 64 [ 1.430040][ T35] Trying to unpack rootfs image as initramfs... [ 1.436156][ T1] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available [ 1.447359][ T1] Initialise system trusted keyrings [ 1.452556][ T1] Key type blacklist registered [ 1.457454][ T1] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [ 1.464718][ T1] zbud: loaded [ 1.469273][ T1] NFS: Registering the id_resolver key type [ 1.475021][ T1] Key type id_resolver registered [ 1.479938][ T1] Key type id_legacy registered [ 1.484662][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.492054][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.556133][ T1] xor: measuring software checksum speed [ 1.566170][ T1] arm4regs : 2172 MB/sec [ 1.577140][ T1] 8regs : 1669 MB/sec [ 1.587860][ T1] 32regs : 1732 MB/sec [ 1.592894][ T1] xor: using function: arm4regs (2172 MB/sec) [ 1.598807][ T1] async_tx: api initialized (async) [ 1.603845][ T1] Key type asymmetric registered [ 1.608627][ T1] Asymmetric key parser 'x509' registered [ 1.614392][ T1] bounce: pool size: 64 pages [ 1.619200][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 1.627384][ T1] io scheduler bfq registered [ 1.634999][ T1] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver [ 1.644375][ T1] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.654483][ T1] debugfs: Directory 'f1018100.gpio' with parent 'regmap' already present! [ 1.663597][ T1] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.673641][ T1] debugfs: Directory 'f1018140.gpio' with parent 'regmap' already present! [ 1.684109][ T1] mv_xor f1060800.xor: Marvell shared XOR driver [ 1.747762][ T1] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr ) [ 1.758481][ T1] mv_xor f1060900.xor: Marvell shared XOR driver [ 1.827786][ T1] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr ) [ 1.911471][ T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 1.920395][ T1] printk: console [ttyS0] disabled [ 1.945613][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 39, base_baud = 12500000) is a 16550A [ 1.955306][ T1] printk: console [ttyS0] enabled [ 1.955306][ T1] printk: console [ttyS0] enabled [ 1.965141][ T1] printk: bootconsole [earlycon0] disabled [ 1.965141][ T1] printk: bootconsole [earlycon0] disabled [ 2.018159][ T1] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 40, base_baud = 12500000) is a 16550A [ 2.029190][ T1] ahci-mvebu f10a8000.sata: supply ahci not found, using dummy regulator [ 2.037739][ T1] ahci-mvebu f10a8000.sata: supply phy not found, using dummy regulator [ 2.046049][ T1] ahci-mvebu f10a8000.sata: supply target not found, using dummy regulator [ 2.054728][ T1] ahci-mvebu f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode [ 2.064566][ T1] ahci-mvebu f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs [ 2.075110][ T1] scsi host0: ahci-mvebu [ 2.079878][ T1] scsi host1: ahci-mvebu [ 2.084236][ T1] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 41 [ 2.092951][ T1] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 41 [ 2.102822][ T1] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xda [ 2.109957][ T1] nand: Macronix MX30LF2G18AC [ 2.114570][ T1] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 2.123227][ T1] Bad block table found at page 131008, version 0x01 [ 2.130129][ T1] Bad block table found at page 130944, version 0x01 [ 2.136862][ T1] nand_read_bbt: bad block at 0x0000080c0000 [ 2.142819][ T1] 8 fixed-partitions partitions found on MTD device pxa3xx_nand-0 [ 2.150548][ T1] Creating 8 MTD partitions on "pxa3xx_nand-0": [ 2.156680][ T1] 0x000000000000-0x000000500000 : "U-Boot" [ 2.163822][ T1] 0x000000500000-0x000000a00000 : "uImage" [ 2.170829][ T1] 0x000000a00000-0x000000f00000 : "uRamdisk" [ 2.178004][ T1] 0x000000f00000-0x00000c800000 : "image.cfs" [ 2.185535][ T1] 0x00000c800000-0x00000d700000 : "rescue fw" [ 2.192862][ T1] 0x00000d700000-0x00000eb00000 : "config" [ 2.199986][ T1] 0x00000eb00000-0x00000f500000 : "reserve1" [ 2.207240][ T1] 0x00000f500000-0x00000ff00000 : "reserve2" [ 2.214938][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 2.223559][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 2.428494][ T664] ata2: SATA link down (SStatus 0 SControl 300) [ 2.597078][ T659] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 2.604549][ T659] ata1.00: ATA-9: WDC WD5000LPCX-24C6HT0, 02.01A02, max UDMA/133 [ 2.612191][ T659] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32) [ 2.619937][ T659] ata1.00: configured for UDMA/133 [ 2.625313][ T220] scsi 0:0:0:0: Direct-Access ATA WDC WD5000LPCX-2 1A02 PQ: 0 ANSI: 5 [ 2.641503][ T11] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB) [ 2.657072][ T11] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 2.667084][ T11] sd 0:0:0:0: [sda] Write Protect is off [ 2.672698][ T11] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.682612][ T11] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes [ 4.201516][ T35] Freeing initrd memory: 5880K [ 4.269086][ T1] hwmon hwmon0: temp1_input not attached to any thermal zone [ 4.278357][ T1] mvneta_bm f10c8000.bm: Buffer Manager for network controller enabled [ 4.291630][ T1] mvneta f1034000.ethernet eth0: Using random mac address 26:b3:25:9b:0c:59 [ 4.300825][ T1] usbcore: registered new interface driver smsc75xx [ 4.307640][ T1] orion-ehci f1058000.usb: EHCI Host Controller [ 4.313790][ T1] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1 [ 4.322290][ T1] orion-ehci f1058000.usb: irq 44, io mem 0xf1058000 [ 4.357052][ T1] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00 [ 4.363911][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04 [ 4.372946][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.380926][ T1] usb usb1: Product: EHCI Host Controller [ 4.386532][ T1] usb usb1: Manufacturer: Linux 6.4.11-mvebu-tld-1 ehci_hcd [ 4.393717][ T1] usb usb1: SerialNumber: f1058000.usb [ 4.399567][ T1] hub 1-0:1.0: USB hub found [ 4.404066][ T1] hub 1-0:1.0: 1 port detected [ 4.409897][ T1] usbcore: registered new interface driver usblp [ 4.416164][ T1] usbcore: registered new interface driver usb-storage [ 4.423234][ T1] mousedev: PS/2 mouse device common for all mice [ 4.430733][ T1] armada38x-rtc f10a3800.rtc: registered as rtc0 [ 4.437276][ T1] armada38x-rtc f10a3800.rtc: setting system clock to 2024-07-14T01:51:21 UTC (1720921881) [ 4.447624][ T1] i2c_dev: i2c /dev entries driver [ 4.452814][ T1] mv64xxx_i2c f1011000.i2c: can't get pinctrl, bus recovery not supported [ 4.461699][ T1] mv64xxx_i2c f1011100.i2c: can't get pinctrl, bus recovery not supported [ 4.473003][ T1] orion_wdt: Initial timeout 171 sec [ 4.478804][ T1] device-mapper: uevent: version 1.0.3 [ 4.484330][ T1] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com [ 4.493807][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 4.501094][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 4.508478][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 4.513618][ T11] sda: sda1 sda2 [ 4.515874][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 4.526403][ T1] sdhci: Secure Digital Host Controller Interface driver [ 4.526783][ T11] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 4.533355][ T1] sdhci: Copyright(c) Pierre Ossman [ 4.544790][ T1] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.553441][ T1] marvell-cesa f1090000.crypto: CESA device successfully registered [ 4.561562][ T1] hid: raw HID events driver (C) Jiri Kosina [ 4.567665][ T1] usbcore: registered new interface driver usbhid [ 4.573973][ T1] usbhid: USB HID core driver [ 4.579304][ T1] NET: Registered PF_INET6 protocol family [ 4.586027][ T1] Segment Routing with IPv6 [ 4.590486][ T1] RPL Segment Routing with IPv6 [ 4.595257][ T1] In-situ OAM (IOAM) with IPv6 [ 4.600006][ T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 4.607849][ T1] NET: Registered PF_PACKET protocol family [ 4.613785][ T1] 8021q: 802.1Q VLAN Support v1.8 [ 4.618779][ T1] Key type dns_resolver registered [ 4.623959][ T1] ThumbEE CPU extension supported. [ 4.628977][ T1] Registering SWP/SWPB emulation handler [ 4.666515][ T1] registered taskstats version 1 [ 4.671489][ T1] Loading compiled-in X.509 certificates [ 4.678681][ T1] Key type .fscrypt registered [ 4.683334][ T1] Key type fscrypt-provisioning registered [ 4.689137][ T1] Key type big_key registered [ 4.709943][ T1] Key type encrypted registered [ 4.717813][ T11] usb_phy_generic usb3_0_phy: dummy supplies not allowed for exclusive requests [ 4.726998][ T11] usb_phy_generic usb3_1_phy: dummy supplies not allowed for exclusive requests [ 4.736333][ T11] xhci-hcd f10f0000.usb3: xHCI Host Controller [ 4.742415][ T11] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 2 [ 4.750725][ T11] xhci-hcd f10f0000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010 [ 4.760801][ T11] xhci-hcd f10f0000.usb3: irq 45, io mem 0xf10f0000 [ 4.767446][ T11] xhci-hcd f10f0000.usb3: xHCI Host Controller [ 4.773498][ T11] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 3 [ 4.781760][ T11] xhci-hcd f10f0000.usb3: Host supports USB 3.0 SuperSpeed [ 4.789011][ T11] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04 [ 4.798041][ T11] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.806005][ T11] usb usb2: Product: xHCI Host Controller [ 4.811626][ T11] usb usb2: Manufacturer: Linux 6.4.11-mvebu-tld-1 xhci-hcd [ 4.818810][ T11] usb usb2: SerialNumber: f10f0000.usb3 [ 4.824710][ T11] hub 2-0:1.0: USB hub found [ 4.829230][ T11] hub 2-0:1.0: 1 port detected [ 4.834221][ T11] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.843166][ T11] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04 [ 4.852194][ T11] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.860228][ T11] usb usb3: Product: xHCI Host Controller [ 4.865834][ T11] usb usb3: Manufacturer: Linux 6.4.11-mvebu-tld-1 xhci-hcd [ 4.873021][ T11] usb usb3: SerialNumber: f10f0000.usb3 [ 4.878931][ T11] hub 3-0:1.0: USB hub found [ 4.883430][ T11] hub 3-0:1.0: 1 port detected [ 4.888668][ T11] xhci-hcd f10f8000.usb3: xHCI Host Controller [ 4.894728][ T11] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 4 [ 4.903050][ T11] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010 [ 4.913064][ T11] xhci-hcd f10f8000.usb3: irq 46, io mem 0xf10f8000 [ 4.919717][ T11] xhci-hcd f10f8000.usb3: xHCI Host Controller [ 4.925769][ T11] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 5 [ 4.934017][ T11] xhci-hcd f10f8000.usb3: Host supports USB 3.0 SuperSpeed [ 4.941241][ T11] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04 [ 4.950274][ T11] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.958247][ T11] usb usb4: Product: xHCI Host Controller [ 4.963853][ T11] usb usb4: Manufacturer: Linux 6.4.11-mvebu-tld-1 xhci-hcd [ 4.971226][ T11] usb usb4: SerialNumber: f10f8000.usb3 [ 4.977175][ T11] hub 4-0:1.0: USB hub found [ 4.981675][ T11] hub 4-0:1.0: 1 port detected [ 4.986650][ T11] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.995592][ T11] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04 [ 5.004707][ T11] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.012711][ T11] usb usb5: Product: xHCI Host Controller [ 5.018404][ T11] usb usb5: Manufacturer: Linux 6.4.11-mvebu-tld-1 xhci-hcd [ 5.025583][ T11] usb usb5: SerialNumber: f10f8000.usb3 [ 5.031479][ T11] hub 5-0:1.0: USB hub found [ 5.035976][ T11] hub 5-0:1.0: 1 port detected [ 5.041699][ T1] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 5.049879][ T1] clk: Disabling unused clocks [ 5.056785][ T1] Freeing unused kernel image (initmem) memory: 1024K [ 5.087800][ T1] Checked W+X mappings: passed, no W+X pages found [ 5.094244][ T1] Run /init as init process [ 5.117090][ T101] usb 2-1: new high-speed USB device number 2 using xhci-hcd Loading, please wait... Starting version 247.3-7+deb11u5 [ 5.297585][ T101] usb 2-1: New USB device found, idVendor=0781, idProduct=5571, bcdDevice= 1.00 [ 5.306528][ T101] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5.322660][ T101] usb 2-1: Product: Cruzer Fit [ 5.330421][ T101] usb 2-1: Manufacturer: SanDisk' [ 5.335338][ T101] usb 2-1: SerialNumber: 4C530000070407214094 [ 5.349135][ T101] usb-storage 2-1:1.0: USB Mass Storage device detected [ 5.388147][ T101] scsi host2: usb-storage 2-1:1.0 [ 5.437361][ T1274] usbcore: registered new interface driver uas [ 5.685932][ T1282] mtdblock: MTD device 'U-Boot' is NAND, please consider using UBI block devices instead. [ 5.699358][ T1276] mtdblock: MTD device 'uImage' is NAND, please consider using UBI block devices instead. [ 5.704450][ T1273] mtdblock: MTD device 'rescue fw' is NAND, please consider using UBI block devices instead. [ 5.713316][ T1278] mtdblock: MTD device 'uRamdisk' is NAND, please consider using UBI block devices instead. [ 5.730020][ T1280] mtdblock: MTD device 'image.cfs' is NAND, please consider using UBI block devices instead. [ 5.739433][ T1276] mtdblock: MTD device 'config' is NAND, please consider using UBI block devices instead. [ 5.745062][ T1281] mtdblock: MTD device 'reserve1' is NAND, please consider using UBI block devices instead. [ 5.761716][ T1282] mtdblock: MTD device 'reserve2' is NAND, please consider using UBI block devices instead. Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems [ 6.356863][ T1313] mtdblock: MTD device 'U-Boot' is NAND, please consider using UBI block devices instead. [ 6.379226][ T1313] mtdblock: MTD device 'uImage' is NAND, please consider using UBI block devices instead. [ 6.399870][ T1313] mtdblock: MTD device 'uRamdisk' is NAND, please consider using UBI block devices instead. [ 6.421445][ T1313] mtdblock: MTD device 'image.cfs' is NAND, please consider using UBI block devices instead. [ 6.438450][ T11] scsi 2:0:0:0: Direct-Access SanDisk' Cruzer Fit 1.00 PQ: 0 ANSI: 6 [ 6.460035][ T35] sd 2:0:0:0: [sdb] 60088320 512-byte logical blocks: (30.8 GB/28.7 GiB) [ 6.469584][ T35] sd 2:0:0:0: [sdb] Write Protect is off [ 6.475384][ T35] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 6.489501][ T35] sdb: sdb1 [ 6.492974][ T35] sd 2:0:0:0: [sdb] Attached SCSI removable disk [ 6.546848][ T1313] mtdblock: MTD device 'rescue fw' is NAND, please consider using UBI block devices instead. [ 6.589343][ T1313] mtdblock: MTD device 'config' is NAND, please consider using UBI block devices instead. [ 6.630645][ T1313] mtdblock: MTD device 'reserve1' is NAND, please consider using UBI block devices instead. [ 6.672201][ T1313] mtdblock: MTD device 'reserve2' is NAND, please consider using UBI block devices instead. done. Begin: Will now check root file system ... fsck from util-linux 2.36.1 [/sbin/fsck.ext4 (1) -- /dev/sdb1] fsck.ext4 -a -C0 /dev/sdb1 rootfs: clean, 117029/1880480 files, 2574571/7510784 blocks done. [ 7.137989][ T1326] EXT4-fs (sdb1): mounted filesystem 17e47247-3d39-425b-8652-cfddfdd86fbf ro with ordered data mode. Quota mode: non. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 8.072592][ T1] systemd[1]: systemd 247.3-7+deb11u5 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT ) [ 8.098648][ T1] systemd[1]: Detected architecture arm. Welcome to Debian GNU/Linux 11 (bullseye)! [ 8.158771][ T1] systemd[1]: Set hostname to <lua>. [ 8.223932][ T1] systemd[1]: Using hardware watchdog 'Orion Watchdog', version 0, device /dev/watchdog [ 8.233659][ T1] systemd[1]: Set hardware watchdog to 15s. [ 10.677649][ T1286] random: crng init done [ 11.224827][ T1] systemd[1]: /lib/systemd/system/minidlna.service:4: Failed to add dependency on autofs, ignoring: Invalid argument [ 11.315002][ T1] systemd[1]: Queued start job for default target Graphical Interface. [ 11.500293][ T1] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 11.538809][ T1] systemd[1]: Created slice system-modprobe.slice. [ OK ] Created slice system-modprobe.slice. [ 11.578643][ T1] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 11.628645][ T1] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ OK ] Created slice system-systemd\x2dfsck.slice. [ 11.668389][ T1] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 11.707425][ T1] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 11.747404][ T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 11.787842][ T1] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary…s File System Automount Point. [ 11.827340][ T1] systemd[1]: Reached target Local Encrypted Volumes. [ OK ] Reached target Local Encrypted Volumes. [ 11.867439][ T1] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 11.897273][ T1] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 11.927299][ T1] systemd[1]: Reached target System Time Set. [ OK ] Reached target System Time Set. [ 11.967487][ T1] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ OK ] Listening on Device-mapper event daemon FIFOs. [ 12.007593][ T1] systemd[1]: Listening on LVM2 poll daemon socket. [ OK ] Listening on LVM2 poll daemon socket. [ 12.150091][ T1] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 12.200032][ T1] systemd[1]: Listening on Syslog Socket. [ OK ] Listening on Syslog Socket. [ 12.237649][ T1] systemd[1]: Listening on fsck to fsckd communication Socket. [ OK ] Listening on fsck to fsckd communication Socket. [ 12.277395][ T1] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 12.317772][ T1] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 12.357559][ T1] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 12.397691][ T1] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 12.437725][ T1] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 12.477694][ T1] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 12.517549][ T1] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 12.557677][ T1] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 12.667493][ T1] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 12.711278][ T1] systemd[1]: Mounting RPC Pipe File System... Mounting RPC Pipe File System... [ 12.751471][ T1] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 12.787566][ T1] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. [ 12.797025][ T1] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. [ 12.807569][ T1] systemd[1]: Finished Availability of block devices. [ OK ] Finished Availability of block devices. [ 12.927782][ T1] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 12.971780][ T1] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM…meventd or progress polling... [ 13.021374][ T1] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 13.061437][ T1] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 13.102319][ T1] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 13.143392][ T1375] fuse: init (API version 7.38) [ 13.148391][ T1] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped. [ 13.168550][ T1] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 13.178924][ T1] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 13.277866][ T1] systemd[1]: Starting Journal Service... Starting Journal Service... [ 13.325142][ T1] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 13.362454][ T1] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 13.387466][ T1377] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) [ 13.396665][ T1377] softdog: soft_reboot_cmd=<not set> soft_active_on_boot=0 [ 13.455281][ T1379] EXT4-fs (sdb1): re-mounted 17e47247-3d39-425b-8652-cfddfdd86fbf r/w. Quota mode: none. [ 13.468437][ T1] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 13.517731][ T1] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted RPC Pipe File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Finished Create list of st… nodes for the current kernel. [ OK ] Finished Monitoring of LVM… dmeventd or progress polling. [ OK ] Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module fuse. [ OK ] Finished Load Kernel Modules. [ OK ] Finished Remount Root and Kernel File Systems. Activating swap /swapfile1... [ 13.955692][ T1384] Adding 2047996k swap on /swapfile1. Priority:-2 extents:47 across:16285692k FS Mounting FUSE Control File System... Mounting Kernel Configuration File System... Starting pNFS block layout mapping daemon... [ 14.035205][ T1388] mtdblock: MTD device 'U-Boot' is NAND, please consider using UBI block devices instead. [ 14.045664][ T1388] mtdblock: MTD device 'uImage' is NAND, please consider using UBI block devices instead. [ 14.055654][ T1388] mtdblock: MTD device 'uRamdisk' is NAND, please consider using UBI block devices instead. [ 14.066331][ T1388] mtdblock: MTD device 'image.cfs' is NAND, please consider using UBI block devices instead. [ 14.076986][ T1388] mtdblock: MTD device 'rescue fw' is NAND, please consider using UBI block devices instead. [ 14.088352][ T1388] mtdblock: MTD device 'config' is NAND, please consider using UBI block devices instead. [ 14.098348][ T1388] mtdblock: MTD device 'reserve1' is NAND, please consider using UBI block devices instead. [ 14.108489][ T1388] mtdblock: MTD device 'reserve2' is NAND, please consider using UBI block devices instead. Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed[ 14.185928][ T1376] systemd-journald[1376]: Received client request to flush runtime journal. ... Starting Apply Kernel Variables... Starting Create System Users... [ OK ] Activated swap /swapfile1. [ OK ] Finished Coldplug All udev Devices. [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ OK ] Started pNFS block layout mapping daemon. [ OK ] Finished Load/Save Random Seed. [ OK ] Finished Apply Kernel Variables. [ OK ] Reached target Swap. Starting Helper to synchronize boot up for ifupdown... [ OK ] Finished Create System Users. [ OK ] Finished Helper to synchronize boot up for ifupdown. Starting Create Static Device Nodes in /dev... [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). Mounting Mount /tmp as tmp…e access to the root device... Starting Rule-based Manage…for Device Events and Files... [ OK ] Mounted Mount /tmp as tmpf…ite access to the root device. [ OK ] Reached target Local File Systems. Starting Raise network interfaces... Starting Preprocess NFS configuration... Starting Cleanup monit state file... Starting Cleanup PHP session files... [ OK ] Finished Preprocess NFS configuration. [ OK ] Reached target NFS client services. [ OK ] Finished Cleanup monit state file. [ OK ] Finished Cleanup PHP session files. [ OK ] Started Rule-based Manager for Device Events and Files. Starting Network Service... [ OK ] Found device /dev/ttyS0. [ 16.585215][ T1418] mtdblock: MTD device 'U-Boot' is NAND, please consider using UBI block devices instead. [ 16.597299][ T1416] mtdblock: MTD device 'uImage' is NAND, please consider using UBI block devices instead. [ 16.636504][ T1413] mtdblock: MTD device 'uRamdisk' is NAND, please consider using UBI block devices instead. [ 16.654856][ T1421] mtdblock: MTD device 'image.cfs' is NAND, please consider using UBI block devices instead. [ 16.662714][ T1418] mtdblock: MTD device 'config' is NAND, please consider using UBI block devices instead. [ 16.699670][ T1421] mtdblock: MTD device 'rescue fw' is NAND, please consider using UBI block devices instead. [ 16.754201][ T1415] mtdblock: MTD device 'reserve1' is NAND, please consider using UBI block devices instead. [ 16.766498][ T1414] mtdblock: MTD device 'reserve2' is NAND, please consider using UBI block devices instead. [ 16.914083][ T1412] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 16.922203][ T1412] sd 2:0:0:0: Attached scsi generic sg1 type 0 [ OK ] Started Network Service. Starting Wait for Network to be Configured... [ 17.309098][ T1422] mvneta f1034000.ethernet eth0: PHY [f1072004.mdio-mii:00] driver [Marvell 88E1510] (irq=POLL) [ 17.325670][ T1422] mvneta f1034000.ethernet eth0: configuring for phy/sgmii link mode [ OK ] Finished Raise network interfaces. [ OK ] Finished Flush Journal to Persistent Storage. [ OK ] Found device WDC_WD5000LPCX-24C6HT0 2. Starting File System Check…e897-439c-9f47-f273c69262d5... Starting Create Volatile Files and Directories... [ OK ] Started File System Check Daemon to report status. [ OK ] Finished Create Volatile Files and Directories. Starting RPC bind portmap service... Starting Network Name Resolution... Starting Update UTMP about System Boot/Shutdown... [ OK ] Started RPC bind portmap service. [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target RPC Port Mapper. [ OK ] Finished Update UTMP about System Boot/Shutdown. [ OK ] Reached target System Initialization. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. Starting Docker Socket for the API. [ OK ] Listening on Podman API Socket. [ OK ] Listening on Docker Socket for the API. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting Avahi mDNS/DNS-SD Stack... [ OK ] Started D-Bus System Message Bus. Starting Remove Stale Onli…t4 Metadata Check Snapshots... Starting Initialize hardware monitoring sensors... Starting System Logging Service... Starting User Login Management... Starting WPA supplicant... [ OK ] Finished File System Check…8-e897-439c-9f47-f273c69262d5. Mounting /srv/dev-disk-by-…e897-439c-9f47-f273c69262d5... [ 19.723981][ T1569] EXT4-fs (sda2): mounted filesystem 0b2d64f8-e897-439c-9f47-f273c69262d5 r/w with ordered data mode. Quota mode: jo. [ OK ] Mounted /srv/dev-disk-by-u…8-e897-439c-9f47-f273c69262d5. [ OK ] Finished Initialize hardware monitoring sensors. [ OK ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots. [ OK ] Started System Logging Service. [ OK ] Started User Login Management. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Started Network Name Resolution. [ OK ] Started WPA supplicant. [ OK ] Reached target Network. [ OK ] Reached target Host and Network Name Lookups. Starting chrony, an NTP client/server... Starting containerd container runtime... Starting Fail2Ban Service... Starting A high performanc… and a reverse proxy server... Starting The OpenMediaVaul…t processes the RPC request... Starting The PHP 7.4 FastCGI Process Manager... [ OK ] Started fast remote file copy program daemon. Starting OpenBSD Secure Shell server... [ OK ] Started vnStat network traffic monitor. [ OK ] Started chrony, an NTP client/server. [ OK ] Started Fail2Ban Service. [ OK ] Reached target System Time Synchronized. [ OK ] Started Trigger anacron every hour. [ OK ] Started Daily apt download activities. [ OK ] Started Daily apt upgrade and clean activities. [ OK ] Started Periodic ext4 Onli…ata Check for All Filesystems. [ OK ] Started Discard unused blocks once a week. [ OK ] Started Daily rotation of log files. [ OK ] Started Daily man-db regeneration. [ OK ] Started Clean PHP session files every 30 mins. [ OK ] Started Podman auto-update timer. [ OK ] Reached target Timers. [ 21.478286][ T1238] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 21.487097][ T1238] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ OK ] Started Run anacron jobs. Starting Clean php session files... Starting Rotate log files... Starting Daily man-db regeneration... [ OK ] Started OpenBSD Secure Shell server. [ OK ] Finished Wait for Network to be Configured. [ OK ] Reached target Network is Online. Starting AdGuard Home: Network-level blocker... Starting Samba NMB Daemon... Starting Generate the prelogin message... Starting Podman pod-filebrowser.service... Starting Podman auto-update service... Starting /etc/rc.local Compatibility... [ OK ] Started Web Services Dynamic Discovery host daemon. [ OK ] Started AdGuard Home: Network-level blocker. [ OK ] Started A high performance…er and a reverse proxy server. [ 23.972879] rc.local[1648]: Cannot read environment, using default [ 24.010884] rc.local[1648]: Cannot read default environment from file [ 24.110706] rc.local[1650]: <13>Jul 13 22:51:41 root[1650]: Cannot read u-boot env ethaddr [ OK ] Started /etc/rc.local Compatibility. [ OK ] Started The OpenMediaVault…hat processes the RPC request. [ OK ] Finished Clean php session files. [ OK ] Finished Rotate log files. [ OK ] Started The PHP 7.4 FastCGI Process Manager. [ OK ] Started Samba NMB Daemon. Starting Samba SMB Daemon... [ OK ] Started Samba SMB Daemon. [ OK ] Finished Daily man-db regeneration. [ OK ] Started containerd container runtime. [ OK ] Finished Podman auto-update service. [ OK ] Created slice Virtual Machine and Container Slice. [ OK ] Created slice cgroup machi…8264e711516a180333611c2.slice. [ 40.769168][ T101] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 41.747216][ T6] IPv6: ADDRCONF(NETDEV_CHANGE): veth8d8e186f: link becomes ready [ OK ] Started libcrun container. [ OK ] Started Podman pod-filebrowser.service. Starting Podman container-filebrowser-app.service... [ OK ] Started libcrun container. [ OK ] Started Podman container-filebrowser-app.service. [ OK ] Finished Generate the prelogin message. [ TIME ] Timed out waiting for device ??e-d3a6-419a-8320-79557232c19f. [DEPEND] Dependency failed for /srv…e-d3a6-419a-8320-79557232c19f. [DEPEND] Dependency failed for File…e-d3a6-419a-8320-79557232c19f. Starting Docker Application Container Engine... Starting File System Quota Check... [ OK ] Finished File System Quota Check. Starting Enable File System Quotas... [ OK ] Finished Enable File System Quotas. [ OK ] Reached target Remote File Systems. Starting LSB: Starts syslogd... [ OK ] Started Regular background program processing daemon. Starting LSB: Load kernel …d to enable cpufreq scaling... [ OK ] Started MiniDLNA lightweight DLNA/UPnP-AV server. Starting LSB: service and resource monitoring daemon... Starting LSB: start or stop rrdcached... Starting Permit User Sessions... [ OK ] Started LSB: Starts syslogd. [ OK ] Finished Permit User Sessions. Starting LSB: Starts klogd... [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Started LSB: Starts klogd. [ OK ] Started LSB: service and resource monitoring daemon. [ OK ] Started LSB: Load kernel m…ded to enable cpufreq scaling. Starting LSB: set CPUFreq kernel parameters... [ OK ] Started LSB: set CPUFreq kernel parameters. [ OK ] Started LSB: start or stop rrdcached. Starting Statistics collection and monitoring daemon... [ OK ] Started Statistics collection and monitoring daemon. [ 107.998764][ T2102] fbcon: Taking over console [ 108.823083][ T2191] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter. [ 108.844520][ T2191] Bridge firewalling registered openmediavault 6.9.16-1 (Shaitan) lua ttyS0 Copyright (C) 2009-2024 by Volker Theile. All rights reserved. To manage the system visit the openmediavault workbench: eth0: 192.168.1.24 eth0: 2804:7f74:95a:5200:c090:9aff:feb0:fdd6 eth0: fe80::c090:9aff:feb0:fdd6 veth8d8e186f: 172.16.16.1 veth8d8e186f: fe80::4083:2dff:fe25:faed By default the workbench administrator account has the username 'admin' and password 'openmediavault'. It is recommended that you change the password for this account within the workbench or using the 'omv-firstaid' CLI command. For more information regarding this appliance, please visit the web site: https://www.openmediavault.org lua login: [ 109.087398][ T2222] Initializing XFRM netlink socket [ 110.574690][ T2184] br-9170f205218d: port 1(veth240db2f) entered blocking state [ 110.582511][ T2184] br-9170f205218d: port 1(veth240db2f) entered disabled state [ 110.590357][ T2184] veth240db2f: entered allmulticast mode [ 110.597040][ T2184] veth240db2f: entered promiscuous mode [ 110.616720][ T2184] br-9170f205218d: port 1(veth240db2f) entered blocking state [ 110.624159][ T2184] br-9170f205218d: port 1(veth240db2f) entered forwarding state [ 110.636601][ T101] br-9170f205218d: port 1(veth240db2f) entered disabled state [ 110.949113][ T2182] br-9170f205218d: port 2(vethc84232a) entered blocking state [ 110.959839][ T2182] br-9170f205218d: port 2(vethc84232a) entered disabled state [ 110.968007][ T2182] vethc84232a: entered allmulticast mode [ 110.974819][ T2182] vethc84232a: entered promiscuous mode [ 110.995672][ T2182] br-9170f205218d: port 2(vethc84232a) entered blocking state [ 111.003110][ T2182] br-9170f205218d: port 2(vethc84232a) entered forwarding state [ 111.014412][ T6] IPv6: ADDRCONF(NETDEV_CHANGE): br-9170f205218d: link becomes ready [ 111.026845][ T6] br-9170f205218d: port 2(vethc84232a) entered disabled state [ 111.042476][ T2182] docker0: port 1(vethba6e0d3) entered blocking state [ 111.062304][ T2182] docker0: port 1(vethba6e0d3) entered disabled state [ 111.069037][ T2182] vethba6e0d3: entered allmulticast mode [ 111.081515][ T2182] vethba6e0d3: entered promiscuous mode [ 111.092876][ T2182] docker0: port 1(vethba6e0d3) entered blocking state [ 111.099591][ T2182] docker0: port 1(vethba6e0d3) entered forwarding state [ 111.111097][ T6] docker0: port 1(vethba6e0d3) entered disabled state [ 111.181696][ T2188] br-5075e9ce5e42: port 1(vethfc2ddfe) entered blocking state [ 111.205076][ T2188] br-5075e9ce5e42: port 1(vethfc2ddfe) entered disabled state [ 111.219113][ T2188] vethfc2ddfe: entered allmulticast mode [ 111.254869][ T2188] vethfc2ddfe: entered promiscuous mode [ 111.581825][ T2186] br-9170f205218d: port 3(veth976768d) entered blocking state [ 111.590834][ T2186] br-9170f205218d: port 3(veth976768d) entered disabled state [ 111.598873][ T2186] veth976768d: entered allmulticast mode [ 111.607064][ T2186] veth976768d: entered promiscuous mode [ 111.615697][ T2186] br-9170f205218d: port 3(veth976768d) entered blocking state [ 111.623155][ T2186] br-9170f205218d: port 3(veth976768d) entered forwarding state [ 111.634508][ T101] br-9170f205218d: port 3(veth976768d) entered disabled state [ 112.343269][ T2082] br-9170f205218d: port 4(veth5a49821) entered blocking state [ 112.354545][ T2082] br-9170f205218d: port 4(veth5a49821) entered disabled state [ 112.382206][ T2082] veth5a49821: entered allmulticast mode [ 112.395435][ T2082] veth5a49821: entered promiscuous mode [ 112.439265][ T2186] br-9170f205218d: port 4(veth5a49821) entered blocking state [ 112.446694][ T2186] br-9170f205218d: port 4(veth5a49821) entered forwarding state [ 112.465345][ T882] br-9170f205218d: port 4(veth5a49821) entered disabled state [ 114.182350][ T2560] br-5075e9ce5e42: port 1(vethfc2ddfe) entered disabled state [ 114.217228][ T2560] vethfc2ddfe (unregistering): left allmulticast mode [ 114.228465][ T2560] vethfc2ddfe (unregistering): left promiscuous mode [ 114.254966][ T2560] br-5075e9ce5e42: port 1(vethfc2ddfe) entered disabled state [ 116.645716][ T2562] eth0: renamed from veth971cc8d [ 116.700657][ T21] IPv6: ADDRCONF(NETDEV_CHANGE): veth240db2f: link becomes ready [ 116.708442][ T21] br-9170f205218d: port 1(veth240db2f) entered blocking state [ 116.715821][ T21] br-9170f205218d: port 1(veth240db2f) entered forwarding state [ 117.067117][ T2560] eth0: renamed from veth61e3ef0 [ 117.099015][ T101] IPv6: ADDRCONF(NETDEV_CHANGE): veth976768d: link becomes ready [ 117.112245][ T101] br-9170f205218d: port 3(veth976768d) entered blocking state [ 117.119691][ T101] br-9170f205218d: port 3(veth976768d) entered forwarding state [ 117.749846][ T2188] eth0: renamed from veth185b9b2 [ 117.849902][ T2538] eth0: renamed from vethdc03ac8 [ 117.986134][ T2461] eth0: renamed from veth18c5549 [ 118.029206][ T882] IPv6: ADDRCONF(NETDEV_CHANGE): veth5a49821: link becomes ready [ 118.036970][ T882] br-9170f205218d: port 4(veth5a49821) entered blocking state [ 118.044374][ T882] br-9170f205218d: port 4(veth5a49821) entered forwarding state [ 118.073807][ T101] IPv6: ADDRCONF(NETDEV_CHANGE): vethba6e0d3: link becomes ready [ 118.088124][ T101] docker0: port 1(vethba6e0d3) entered blocking state [ 118.094845][ T101] docker0: port 1(vethba6e0d3) entered forwarding state [ 118.109771][ T101] IPv6: ADDRCONF(NETDEV_CHANGE): vethc84232a: link becomes ready [ 118.123932][ T101] br-9170f205218d: port 2(vethc84232a) entered blocking state [ 118.131357][ T101] br-9170f205218d: port 2(vethc84232a) entered forwarding state [ 118.151884][ T101] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready lua login: root Password: Linux lua 6.4.11-mvebu-tld-1 #1 SMP PREEMPT Sun Aug 20 03:17:26 PDT 2023 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Wed Jul 10 23:05:34 -03 2024 on ttyS0 lua 172.18.0.1 n 172.19.0.1 n 172.17.0.1 n 192.168.1.24 172.16.16.1 WD MyCloud Ex2 Ultra Linux version 6.4.11-mvebu-tld-1 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT S3 Debian 11.10 Sat Jul 13 22:54:07 -03 2024 up 2 minutes root@lua:~#
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition July 14, 2024 03:14PM |
Admin Registered: 13 years ago Posts: 18,997 |
setenv set_bootargs_debian 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs $(mtdparts) earlyprintk=serial init=/bin/system'
Anderson
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition July 17, 2024 12:06PM |
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition July 17, 2024 04:55PM |
Admin Registered: 13 years ago Posts: 18,997 |
help scsi reset
Anderson
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition July 17, 2024 09:11PM |
Marvell>> scsi reset Reset SCSI AHCI init for unit0 Target spinup took 0 ms. SATA link 1 timeout. Error: SCSI Controller(s) 1B4B:9215 1B4B:9235 not found scanning bus for devices... Device 0: (0:0) Vendor: ATA Prod.: WDC WD5000LPCX-2 Rev: 02.0 Type: Hard Disk Capacity: 476940.0 MB = 465.7 GB (976773168 x 512) Found 1 device(s).