Welcome! Log In Create A New Profile

Advanced

How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition

Posted by i5Js 
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 03, 2023 05:19PM
Chris Wrote:
-------------------------------------------------------
> But I can remain with the uImage and uIntrd on the
> stick till then, yes?
>
> Thank You!

For now, boot with both EXT3 USB rootfs and HDD rootfs. The kernel will load the HDD rootfs. And then we'll update a bit more logistics to ensure that will happens everytime.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 04, 2023 11:49AM
So now I have the newest kernel with Debian,
on the stick, only the uImage and uInitrd.
I know this is not a complete Linux and kernel, but I'm having trouble installing OMV 6.
I've also tried docker and Nextcloud.
Nothing is working. Every program is missing some files or subprograms.
Although they are installed, it says that is missing.
What is wrong with my system? Maybe somebody had also this issue?
Thanks!

I'm missing a module :
WARN[2023-06-04T21:00:28.853945313+02:00] Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/6.3.5-mvebu-tld-1
is there anyway to install it?



Edited 1 time(s). Last edit at 06/04/2023 02:01PM by Chris.
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 04, 2023 02:06PM
Chris,

> So now I have the newest kernel with Debian,
> on the stick, only the uImage and uInitrd.
> I know this is not a complete Linux and kernel,

That's incorrect.

1. The stick has the kernel files only (not a rootfs), and you are running the Debian-5.13.6-kirkwood-tld-1-rootfs-bodhi.tar.bz2 rootfs on HDD. This rootfs is a complete Debian system, with the kernel running in it. Basically, after the kernel has booted the stick has nothing to do with the kernel anymore because your system is on HDD. You can unmount the USB drive if you want.

2. OTOH, if the USB stick has the complete Debian-5.13.6-kirkwood-tld-1-rootfs-bodhi.tar.bz2 rootfs populated, it is also a full system. You can run it permanently, and then use the HDDs for data only.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 04, 2023 02:13PM
Bodhi,
>
> Failed or successful, please post the entire
> serial console log (until the Debian login
> prompt). We are setting an example how to boot
> with the HDD rootfs here if it is successful.

we still can try to boot up the HDD if you have other ideas.
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 04, 2023 03:50PM
Bodhi,
could you please confirm that in the 6.3.5 kernel a bridge folder is available?

ln -s /lib/modules/6.3.5-mvebu-tld-1/kernel/net/bridge /lib/modules/6.3.5-mvebu-tld-1/kernel/net/bridge
ln: failed to create symbolic link '/lib/modules/6.3.5-mvebu-tld-1/kernel/net/bridge': No such file or directory
My system is "somehow" missing the br_netfilter. But I found it inside.

Could you please also try depmod?

root@debian:~# depmod
depmod: ERROR: could not open directory /lib/modules/6.3.5-mvebu-tld-1: No such file or directory
depmod: FATAL: could not search modules: No such file or directory


Thank you



Edited 1 time(s). Last edit at 06/04/2023 04:04PM by Chris.
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 04, 2023 04:12PM
Chris,

Yes. It should be there.

depmod: ERROR: could not open directory /lib/modules/6.3.5-mvebu-tld-1: No such file or directory
The error above error indicated that you have not installed the kernel 6.3.5-mvebu-tld-1 in the rootfs.

Do
uname -a
ls -lart /lib/modules
ls -lart /boot
mount
lsblk
df -h

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 04, 2023 04:17PM
Bodhi,
herby
>
>
> Do
>
> uname -a
Linux debian 6.3.5-mvebu-tld-1 #1 SMP PREEMPT Thu Jun  1 02:35:15 PDT 2023 armv7l GNU/Linux

> ls -lart /lib/modules
total 16
drwxr-xr-x  3 root root   4096 Sep 24  2021 5.13.8-mvebu-tld-1
drwxr-xr-x  2 root root   4096 Sep 24  2021 5.2.9-mvebu-tld-1
lrwxrwxrwx  1 root docker   18 Jun  4 22:19 6.3.5-mvebu-tld-1 -> /path/to/module.ko
drwxr-xr-x  4 root root   4096 Jun  4 22:19 .
drwxr-xr-x 14 root root   4096 Jun  4 22:28 ..

> ls -lart /boot
total 116032
drwxrwxrwx 21 root root     4096 Jan 20  2017 ..
-rwxr-xr-x  1 root root  5218232 Aug  7  2021 vmlinuz-5.13.8-mvebu-tld-1
-rw-r--r--  1 root root   205052 Aug  7  2021 config-5.13.8-mvebu-tld-1
-rw-r--r--  1 root root  4461631 Aug  7  2021 System.map-5.13.8-mvebu-tld-1
-rwxr-xr-x  1 root root  5218232 Aug  8  2021 zImage-5.13.8-mvebu-tld-1
-rw-r--r--  1 root root  7785524 Aug  8  2021 linux-headers-5.13.8-mvebu-tld-1_1.0_armhf.deb
drwxr-xr-x  2 root root     4096 May  2 04:04 dts
-rw-r--r--  1 root root   219839 Jun  1 08:10 config-6.3.5-mvebu-tld-1
-rwxr-xr-x  1 root root  5074352 Jun  1 11:37 zImage-6.3.5-mvebu-tld-1
-rw-r--r--  1 root root 23345024 Jun  1 11:58 linux-image-6.3.5-mvebu-tld-1_1_armhf.deb
-rw-r--r--  1 root root  8443956 Jun  1 11:58 linux-headers-6.3.5-mvebu-tld-1_1_armhf.deb
-rw-r--r--  1 root root  1269760 Jun  1 20:46 linux-dtb-6.3.5-mvebu-tld-1.tar
-rw-r--r--  1 root root    98461 Jun  2 07:32 linux-6.3.5-mvebu-tld-1.patch
-rw-r--r--  1 root root 37183909 Jun  4 07:46 linux-6.3.5-mvebu-tld-1-bodhi.tar.bz2
-rwxr-xr-x  1 root root  5093940 Jun  4 07:58 zImage.fdt
-rw-r--r--  1 root root  5094004 Jun  4 07:58 uImage
-rw-r--r--  1 root root        0 Jun  4 07:58 uInitrd
-rw-r--r--  1 root root 10065543 Jun  4 08:41 initrd.img-5.13.8-mvebu-tld-1
drwxr-xr-x  3 root root     4096 Jun  4 08:41 .

> mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=504884k,nr_inodes=126221,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=102068k,mode=755)
/dev/sda1 on / type ext4 (rw,noatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
tmpfs on /tmp type tmpfs (rw,relatime)
tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=102064k,nr_inodes=25516,mode=700)

> lsblk
NAME      MAJ:MIN RM  SIZE RO TYPE  MOUNTPOINT
sda         8:0    1  3.6T  0 disk
|-sda1      8:1    1   20G  0 part  /
|-sda2      8:2    1  1.1G  0 part
| `-md1     9:1    0  1.1G  0 raid1
`-sda3      8:3    1  3.6T  0 part
  `-md2     9:2    0  3.6T  0 raid1
sdb         8:16   1  3.6T  0 disk
|-sdb1      8:17   1   20G  0 part
|-sdb2      8:18   1  1.1G  0 part
| `-md1     9:1    0  1.1G  0 raid1
`-sdb3      8:19   1  3.6T  0 part
  `-md2     9:2    0  3.6T  0 raid1
sdc         8:32   1  1.9G  0 disk
`-sdc1      8:33   1  1.9G  0 part
mtdblock0  31:0    0    5M  0 disk
mtdblock1  31:1    0    5M  0 disk
mtdblock2  31:2    0    5M  0 disk
mtdblock3  31:3    0  185M  0 disk
mtdblock4  31:4    0   15M  0 disk
mtdblock5  31:5    0   20M  0 disk
mtdblock6  31:6    0   10M  0 disk
mtdblock7  31:7    0   10M  0 disk

> df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            494M     0  494M   0% /dev
tmpfs           100M  1.6M   99M   2% /run
/dev/sda1        20G  2.0G   17G  11% /
tmpfs           499M     0  499M   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           499M     0  499M   0% /tmp
tmpfs           100M     0  100M   0% /run/user/0
>

did I do something wrong?
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 04, 2023 04:32PM
Quote

did I do something wrong?

Yes.

The last initramfs is for the older kernel.
> ls -lart /boot
......
-rw-r--r--  1 root root 10065543 Jun  4 08:41 initrd.img-5.13.8-mvebu-tld-1

The docker installation populated this:

> ls -lart /lib/modules
lrwxrwxrwx  1 root docker   18 Jun  4 22:19 6.3.5-mvebu-tld-1 -> /path/to/module.ko

So you need to reinstall kernel 6.3.5-mvebu-tld-1

Quote
https://forum.doozan.com/read.php?2,32146

3. And install it with dpkg. Remove flash-kernel first to avoid potential problem (if flash-kernel was not installed then you'll see some error output):

cd /boot
apt-get remove flash-kernel
dpkg -i linux-image-6.3.5-mvebu-tld-1_1_armhf.deb

4. Create uImage and uInitrd (kernel file initrd.img-6.3.5-mvebu-tld-1 was generated by dpkg in step 3). I am using the Zyxel NAS326 as an example here. Please replace armada-380-zyxel-nas326.dtb below with the appropriate DTB name for your box.

cd /boot
cp -a zImage-6.3.5-mvebu-tld-1 zImage.fdt
cat dts/armada-380-zyxel-nas326.dtb >> zImage.fdt
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-6.3.5-mvebu-tld-1 -d zImage.fdt uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-6.3.5-mvebu-tld-1 -d initrd.img-6.3.5-mvebu-tld-1 uInitrd

If the docker installation somehow needs to compile something, then you also need to install kernel headers first.

dpkg -i linux-headers-6.3.5-mvebu-tld-1_1_armhf.deb

And then reinstall docker.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 04, 2023 05:02PM
You are unbelievable Bodhi,
it's working, but now I have another error which comes maybe from the bootargs?

docker: Error response from daemon: failed to create task for container: failed to create shi m task: OCI runtime create failed: runc create failed: unable to start container process: err or during container init: error setting cgroup config for procHooks process: bpf_prog_query(B PF_CGROUP_DEVICE) failed



Edited 1 time(s). Last edit at 06/04/2023 05:03PM by Chris.
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 04, 2023 05:15PM
Quote

> docker: Error response from daemon: failed to
> create task for container: failed to create shi m
> task: OCI runtime create failed: runc create
> failed: unable to start container process: err or
> during container init: error setting cgroup config
> for procHooks process: bpf_prog_query(B
> PF_CGROUP_DEVICE) failed

This docker error is not related to bootargs, it is kernel related. You can find out the docker kernel requirements at their website.

But on the first look, I probably need to add more to the kernel BPF config to support this.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
bodhi i bought it new, and it has 2 memory chip...
i used this uboot from :
https://drive.google.com/drive/folders/1wJ9hGKyweA2AlRZaQnZuu3SdrYaCwz77

It is for wd my cloud mirror gen 2, where i can find for ultra version?
thanks for support
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 05, 2023 02:40PM
@gennnarino,

> bodhi i bought it new, and it has 2 memory
> chip...
> i used this uboot from :
> https://drive.google.com/drive/folders/1wJ9hGKyweA2AlRZaQnZuu3SdrYaCwz77
>
> It is for wd my cloud mirror gen 2

That's why you see only 512MB! RAM capacity is always hardcoded in u-boot.

> where i can find for ultra version?

I don't know where you can find stock u-boot. However, CyperPK rebuilt this u-boot:

https://forum.doozan.com/read.php?2,28939,98649#msg-98649

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 05, 2023 11:09PM
Dear Bodhi,
here is my botlog

U-Boot 2013.01_v1.04 (Apr 19 2020 - 23:10:38) Marvell version: 2014_T3.0p6

mvBoardIdIndexGet(boardId) = 1
Board: GrandTeton DB6820
SoC:   MV88F6820 Rev A0
       running 2 CPUs
CPU:   ARM Cortex A9 MPCore (Rev 1) LE
       CPU 0
       CPU    @ 1332 [MHz]
       L2     @ 666 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 666 [MHz]
       DDR 32 Bit Width, FastPath Memory Access, DLB Enabled, ECC Disabled
DRAM:  1 GiB

Map:   Code:                    0x3fece000:0x3ff96000
       BSS:                     0x3ffef654
       Stack:                   0x3f9cdf20
       Heap:                    0x3f9ce000:0x3fece000
raise: Signal # 8 caught
raise: Signal # 8 caught
       U-Boot Environment:      0x00000000:0x00080000 (NAND)

NAND:  ID: dac2 ,256 MiB
MMC:   mv_sdh: 0
PCI-e 0: Detected No Link.
USB2.0 0: Host Mode
USB3.0 0: Host Mode
USB3.0 1: Host Mode
Board configuration detected:
Creating 1 MTD partitions on "nand0":
0x00000f500000-0x00000ff00000 : "mtd=7"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    126976 bytes
UBI: smallest flash I/O unit:    2048
UBI: VID header offset:          2048 (aligned 2048)
UBI: data offset:                4096
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "mtd=7"
UBI: MTD device size:            10 MiB
UBI: number of good PEBs:        80
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     1
UBI: available PEBs:             32
UBI: total number of reserved PEBs: 48
UBI: number of PEBs reserved for bad PEB handling: 2
UBI: max/mean erase counter: 3/0
UBIFS: mounted UBI device 0, volume 0, name "reserve2"
UBIFS: mounted read-only
UBIFS: file system size:   4063232 bytes (3968 KiB, 3 MiB, 32 LEBs)
UBIFS: journal size:       1015809 bytes (992 KiB, 0 MiB, 6 LEBs)
UBIFS: media format:       w4/r0 (latest is w4/r0)
UBIFS: default compressor: LZO
UBIFS: reserved for root:  200807 bytes (196 KiB)
Loading file '/mac_addr' to addr 0x02000000 with size 18 (0x00000012)...
Done
Set lan 2 WakeOnLan ok
Enable HD1
Enable HD2
Net:
|  port  | Interface | PHY address  |
|--------|-----------|--------------|
| egiga0 |   RGMII   |   In-Band    |
| egiga1 |   RGMII   |   In-Band    |
| egiga2 |   SGMII   |     0x00     |
egiga0, egiga1, egiga2 [PRIME]
Hit any key to stop autoboot:  0
Marvell>> 111111111111111111111111111111<INTERRUPT>
Marvell>> printenv bootargs
bootargs=root=/dev/ram console=ttyS0,115200
Marvell>> print env bootargs_debian
## Error: "env" not defined
## Error: "bootargs_debian" not defined
Marvell>> printenv bootargs_debian
## Error: "bootargs_debian" not defined
Marvell>> printenv set_bootargs_debian
set_bootargs_debian=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs mtdpa
@10m(uRamdisk),185m@15m(image.cfs),15m@200m(rescue_fw),20m@215m(config),10m@235m
ial
Marvell>> setenv set_bootargs_debian "setenv bootargs console=ttyS0,115200 root=
),5m@5m(kernel),5m@10m(uRamdisk),185m@15m(image.cfs),15m@200m(rescue_fw),20m@215
2) earlyprintk=serial systemd.unified_cgroup_hierarchy=0"
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
5094004 bytes read in 488 ms (10 MiB/s)
10099340 bytes read in 626 ms (15.4 MiB/s)
## Booting image at 00800000 ...
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-6.3.5-mvebu-tld-1
   Created:      2023-06-03  21:27:26 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5093940 Bytes = 4.9 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 02100000 ...
   Image Name:   initramfs-6.3.5-mvebu-tld-1
   Created:      2023-06-03  21:27:41 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    10099276 Bytes = 9.6 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.3.5-mvebu-tld-1 (root@tldDebian) (gcc (De
for Debian) 2.40) #1 SMP PREEMPT Thu Jun  1 02:35:15 PDT 2023
[    0.000000][    T0] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10
[    0.000000][    T0] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing in
[    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-0x000000003f
[    0.000000][    T0] percpu: Embedded 14 pages/cpu s25300 r8192 d23852 u57344
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 26
[    0.000000][    T0] Kernel command line: console=ttyS0,115200 root=LABEL=root
rnel),5m@10m(uRamdisk),185m@15m(image.cfs),15m@200m(rescue_fw),20m@215m(config),
intk=serial systemd.unified_cgroup_hierarchy=0
[    0.000000][    T0] Dentry cache hash table entries: 131072 (order: 7, 524288
[    0.000000][    T0] Inode-cache hash table entries: 65536 (order: 6, 262144 b
[    0.000000][    T0] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000][    T0] Memory: 1009768K/1048576K available (10240K kernel code,
ss, 38808K reserved, 0K cma-reserved, 262144K highmem)
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0] rcu:     RCU restricting CPUs from NR_CPUS=4 to nr_cpu_id
[    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 i
[    0.000000][    T0] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_id
[    0.000000][    T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000][    T0] L2C: DT/platform modifies aux control register: 0x0607000
[    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 enable
[    0.000000][    T0] L2C-310 Coherent cache controller enabled, 16 ways, 1024
[    0.000000][    T0] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x5607000
[    0.000000][    T0] rcu: srcu_init: Setting srcu_struct sizes based on conten
[    0.000001][    T0] sched_clock: 64 bits at 666MHz, resolution 1ns, wraps eve
[    0.008682][    T0] clocksource: arm_global_timer: mask: 0xffffffffffffffff m
25152 ns
[    0.020390][    T0] Switching to timer-based delay loop, resolution 1ns
[    0.027211][    T0] Ignoring duplicate/late registration of read_current_time
[    0.034929][    T0] clocksource: armada_370_xp_clocksource: mask: 0xffffffff
870 ns
[    0.046788][    T0] kfence: initialized - using 2097152 bytes for 255 objects
[    0.056712][    T0] Console: colour dummy device 80x30
[    0.061865][    T0] Calibrating delay loop (skipped), value calculated using
00)
[    0.073138][    T0] pid_max: default: 32768 minimum: 301
[    0.078687][    T0] LSM: initializing lsm=capability,integrity
[    0.084645][    T0] Mount-cache hash table entries: 2048 (order: 1, 8192 byte
[    0.092633][    T0] Mountpoint-cache hash table entries: 2048 (order: 1, 8192
[    0.101910][    T0] CPU: Testing write buffer coherency: ok
[    0.107494][    T0] CPU0: Spectre v2: using BPIALL workaround
[    0.113420][    T1] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.120474][    T1] cblist_init_generic: Setting adjustable number of callbac
[    0.128390][    T1] cblist_init_generic: Setting shift to 1 and lim to 1.
[    0.135234][    T1] cblist_init_generic: Setting shift to 1 and lim to 1.
[    0.142100][    T1] Setting up static identity map for 0x100000 - 0x100060
[    0.149078][    T1] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4
[    0.155002][    T1] mvebu-pmsu: Initializing Power Management Service Unit
[    0.162002][    T1] rcu: Hierarchical SRCU implementation.
[    0.167485][    T1] rcu:     Max phase no-delay instances is 1000.
[    0.174066][    T1] smp: Bringing up secondary CPUs ...
[    0.179812][    T1] Booting CPU 1
[    0.183276][    T0] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.183287][    T0] CPU1: Spectre v2: using BPIALL workaround
[    0.195429][    T1] smp: Brought up 1 node, 2 CPUs
[    0.200232][    T1] SMP: Total of 2 processors activated (2664.00 BogoMIPS).
[    0.207265][    T1] CPU: All CPU(s) started in SVC mode.
[    0.212994][    T1] devtmpfs: initialized
[    0.220860][    T1] VFP support v0.3: implementor 41 architecture 3 part 30 v
[    0.229485][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffff
[    0.240006][    T1] futex hash table entries: 512 (order: 3, 32768 bytes, lin
[    0.247677][    T1] prandom: seed boundary self test passed
[    0.254822][    T1] prandom: 100 self tests passed
[    0.259606][    T1] pinctrl core: initialized pinctrl subsystem
[    0.266529][    T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.273899][    T1] DMA: preallocated 256 KiB pool for atomic coherent alloca
[    0.282185][    T1] audit: initializing netlink subsys (disabled)
[    0.288432][   T24] audit: type=2000 audit(0.250:1): state=initialized audit_
[    0.288836][    T1] thermal_sys: Registered thermal governor 'step_wise'
[    0.296999][    T1] cpuidle: using governor ladder
[    0.308488][    T1] cpuidle: using governor menu
[    0.313282][    T1] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 wat
[    0.321962][    T1] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.328621][    T1] mvebu-pmsu: CPU hotplug support is currently broken on Ar
[    0.337402][    T1] mvebu-pmsu: CPU idle is currently broken on Armada 38x: d
[    0.347424][    T1] platform soc: Fixed dependency cycle(s) with /soc/interna
[    0.527105][    T1] raid6: int32x8  gen()   266 MB/s
[    0.697146][    T1] raid6: int32x4  gen()   277 MB/s
[    0.867099][    T1] raid6: int32x2  gen()   459 MB/s
[    1.037109][    T1] raid6: int32x1  gen()   528 MB/s
[    1.042055][    T1] raid6: using algorithm int32x1 gen() 528 MB/s
[    1.217126][    T1] raid6: .... xor() 223 MB/s, rmw enabled
[    1.222680][    T1] raid6: using intx1 recovery algorithm
[    1.228932][    T1] SCSI subsystem initialized
[    1.233650][    T1] usbcore: registered new interface driver usbfs
[    1.239867][    T1] usbcore: registered new interface driver hub
[    1.245891][    T1] usbcore: registered new device driver usb
[    1.251884][    T1] pps_core: LinuxPPS API ver. 1 registered
[    1.257539][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodol
[    1.267348][    T1] PTP clock support registered
[    1.273233][    T1] vgaarb: loaded
[    1.277104][    T1] clocksource: Switched to clocksource arm_global_timer
[    1.284283][    T1] VFS: Disk quotas dquot_6.6.0
[    1.288965][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096
[    1.303652][    T1] NET: Registered PF_INET protocol family
[    1.309407][    T1] IP idents hash table entries: 16384 (order: 5, 131072 byt
[    1.318886][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order:
[    1.328041][    T1] Table-perturb hash table entries: 65536 (order: 6, 262144
[    1.336464][    T1] TCP established hash table entries: 8192 (order: 3, 32768
[    1.344966][    T1] TCP bind hash table entries: 8192 (order: 5, 131072 bytes
[    1.353007][    T1] TCP: Hash tables configured (established 8192 bind 8192)
[    1.360220][    T1] MPTCP token hash table entries: 1024 (order: 2, 16384 byt
[    1.368357][    T1] UDP hash table entries: 512 (order: 2, 16384 bytes, linea
[    1.375662][    T1] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes,
[    1.383530][    T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.390343][    T1] RPC: Registered named UNIX socket transport module.
[    1.396938][    T1] RPC: Registered udp transport module.
[    1.402355][    T1] RPC: Registered tcp transport module.
[    1.407744][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.414860][    T1] PCI: CLS 0 bytes, default 64
[    1.419631][    T1] NetWinder Floating Point Emulator V0.97 (double precision
[    1.419674][   T10] Trying to unpack rootfs image as initramfs...
[    1.433060][    T1] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7
[    1.443001][    T1] Initialise system trusted keyrings
[    1.448962][    T1] Key type blacklist registered
[    1.457274][    T1] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    1.464587][    T1] zbud: loaded
[    1.469226][    T1] NFS: Registering the id_resolver key type
[    1.474982][    T1] Key type id_resolver registered
[    1.479908][    T1] Key type id_legacy registered
[    1.484714][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering
[    1.492145][    T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Reg
[    1.557044][    T1] xor: measuring software checksum speed
[    1.567151][    T1]    arm4regs        :  2171 MB/sec
[    1.578162][    T1]    8regs           :  1667 MB/sec
[    1.588909][    T1]    32regs          :  1732 MB/sec
[    1.593949][    T1] xor: using function: arm4regs (2171 MB/sec)
[    1.599871][    T1] async_tx: api initialized (async)
[    1.604918][    T1] Key type asymmetric registered
[    1.609713][    T1] Asymmetric key parser 'x509' registered
[    1.615460][    T1] bounce: pool size: 64 pages
[    1.620269][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded
[    1.628497][    T1] io scheduler bfq registered
[    1.636173][    T1] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl d
[    1.645685][    T1] gpio gpiochip0: Static allocation of GPIO base is depreca
[    1.655863][    T1] debugfs: Directory 'f1018100.gpio' with parent 'regmap' a
[    1.665111][    T1] gpio gpiochip1: Static allocation of GPIO base is depreca
[    1.675307][    T1] debugfs: Directory 'f1018140.gpio' with parent 'regmap' a
[    1.685711][    T1] mv_xor f1060800.xor: Marvell shared XOR driver
[    1.757926][    T1] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor
[    1.768689][    T1] mv_xor f1060900.xor: Marvell shared XOR driver
[    1.845115][   T10] Freeing initrd memory: 9864K
[    1.847883][    T1] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor
[    1.941373][    T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.950844][    T1] printk: console [ttyS0] disabled
[    1.976072][    T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 39, base
[    1.985756][    T1] printk: console [ttyS0] enabled
[    1.985756][    T1] printk: console [ttyS0] enabled
[    1.995583][    T1] printk: bootconsole [earlycon0] disabled
[    1.995583][    T1] printk: bootconsole [earlycon0] disabled
[    2.048111][    T1] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 40, base
[    2.059175][    T1] ahci-mvebu f10a8000.sata: supply ahci not found, using du
[    2.067674][    T1] ahci-mvebu f10a8000.sata: supply phy not found, using dum
[    2.075943][    T1] ahci-mvebu f10a8000.sata: supply target not found, using
[    2.084592][    T1] ahci-mvebu f10a8000.sata: AHCI 0001.0000 32 slots 2 ports
[    2.094413][    T1] ahci-mvebu f10a8000.sata: flags: 64bit ncq sntf led only
[    2.105163][    T1] scsi host0: ahci-mvebu
[    2.109914][    T1] scsi host1: ahci-mvebu
[    2.114237][    T1] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff]
[    2.122930][    T1] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff]
[    2.133208][    T1] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xda
[    2.140325][    T1] nand: Macronix MX30LF2G18AC
[    2.144883][    T1] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048,
[    2.153497][    T1] Bad block table found at page 131008, version 0x01
[    2.160394][    T1] Bad block table found at page 130944, version 0x01
[    2.167183][    T1] 8 cmdlinepart partitions found on MTD device pxa3xx_nand-
[    2.174448][    T1] Creating 8 MTD partitions on "pxa3xx_nand-0":
[    2.180590][    T1] 0x000000000000-0x000000500000 : "u-boot"
[    2.187739][    T1] 0x000000500000-0x000000a00000 : "kernel"
[    2.194695][    T1] 0x000000a00000-0x000000f00000 : "uRamdisk"
[    2.201852][    T1] 0x000000f00000-0x00000c800000 : "image.cfs"
[    2.209499][    T1] 0x00000c800000-0x00000d700000 : "rescue_fw"
[    2.216895][    T1] 0x00000d700000-0x00000eb00000 : "config"
[    2.223948][    T1] 0x00000eb00000-0x00000f500000 : "reserve1"
[    2.231244][    T1] 0x00000f500000-0x00000ff00000 : "reserve2"
[    2.239477][    T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com
[    2.248079][    T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Ja
[    2.274378][    T1] hwmon hwmon0: temp1_input not attached to any thermal zon
[    2.283479][    T1] mvneta_bm f10c8000.bm: Buffer Manager for network control
[    2.296908][    T1] mvneta f1034000.ethernet eth0: Using random mac address 2
[    2.306213][    T1] usbcore: registered new interface driver smsc75xx
[    2.313059][    T1] orion-ehci f1058000.usb: EHCI Host Controller
[    2.319229][    T1] orion-ehci f1058000.usb: new USB bus registered, assigned
[    2.327633][    T1] orion-ehci f1058000.usb: irq 44, io mem 0xf1058000
[    2.367116][    T1] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
[    2.374029][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=
[    2.383073][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, Seria
[    2.391072][    T1] usb usb1: Product: EHCI Host Controller
[    2.396692][    T1] usb usb1: Manufacturer: Linux 6.3.5-mvebu-tld-1 ehci_hcd
[    2.403802][    T1] usb usb1: SerialNumber: f1058000.usb
[    2.409808][    T1] hub 1-0:1.0: USB hub found
[    2.414326][    T1] hub 1-0:1.0: 1 port detected
[    2.420760][    T1] usbcore: registered new interface driver usblp
[    2.427132][    T1] usbcore: registered new interface driver usb-storage
[    2.434326][    T1] mousedev: PS/2 mouse device common for all mice
[    2.442443][    T1] armada38x-rtc f10a3800.rtc: registered as rtc0
[    2.449716][    T1] armada38x-rtc f10a3800.rtc: setting system clock to 2023-
[    2.460113][    T1] i2c_dev: i2c /dev entries driver
[    2.465354][    T1] mv64xxx_i2c f1011000.i2c: can't get pinctrl, bus recovery
[    2.474201][    T1] mv64xxx_i2c f1011100.i2c: can't get pinctrl, bus recovery
[    2.485429][    T1] orion_wdt: Initial timeout 171 sec
[    2.491217][    T1] device-mapper: uevent: version 1.0.3
[    2.496736][    T1] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialis
[    2.506192][    T1] device-mapper: multipath round-robin: version 1.2.0 loade
[    2.513478][    T1] device-mapper: multipath queue-length: version 0.2.0 load
[    2.520867][    T1] device-mapper: multipath service-time: version 0.3.0 load
[    2.528270][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    2.535097][    T1] device-mapper: raid: Loading target version 1.15.1
[    2.541788][    T1] sdhci: Secure Digital Host Controller Interface driver
[    2.548713][    T1] sdhci: Copyright(c) Pierre Ossman
[    2.553901][    T1] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.562415][    T1] marvell-cesa f1090000.crypto: CESA device successfully re
[    2.570499][    T1] hid: raw HID events driver (C) Jiri Kosina
[    2.576606][    T1] usbcore: registered new interface driver usbhid
[    2.582932][    T1] usbhid: USB HID core driver
[    2.588192][    T1] NET: Registered PF_INET6 protocol family
[    2.594909][    T1] Segment Routing with IPv6
[    2.599322][    T1] RPL Segment Routing with IPv6
[    2.604100][    T1] In-situ OAM (IOAM) with IPv6
[    2.608852][    T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    2.616646][    T1] NET: Registered PF_PACKET protocol family
[    2.622602][    T1] 8021q: 802.1Q VLAN Support v1.8
[    2.627570][    T1] Key type dns_resolver registered
[    2.632729][    T1] ThumbEE CPU extension supported.
[    2.637126][  T664] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.644651][  T659] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.651594][    T1] Registering SWP/SWPB emulation handler
[    2.667310][  T664] ata2.00: ATA-10: WDC WD40EFAX-68JH4N1, 83.00A83, max UDMA
[    2.674857][  T664] ata2.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 3
[    2.682280][    T1] registered taskstats version 1
[    2.695695][  T659] ata1.00: ATA-10: WDC WD40EFAX-68JH4N1, 83.00A83, max UDMA
[    2.703304][  T659] ata1.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 3
[    2.703709][    T1] Loading compiled-in X.509 certificates
[    2.711270][  T664] ata2.00: configured for UDMA/133
[    2.716642][    T1] zswap: loaded using pool lzo/zbud
[    2.721310][  T659] ata1.00: configured for UDMA/133
[    2.731516][    T1] Key type .fscrypt registered
[    2.736169][    T1] Key type fscrypt-provisioning registered
[    2.742364][   T10] scsi 0:0:0:0: Direct-Access     ATA      WDC WD40EFAX-68J
[    2.742874][    T1] Key type big_key registered
[    2.756404][    T8] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.
[    2.756589][   T42] scsi 1:0:0:0: Direct-Access     ATA      WDC WD40EFAX-68J
[    2.765145][    T8] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.780344][    T8] sd 0:0:0:0: [sda] Write Protect is off
[    2.783057][   T41] sd 1:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.
[    2.794573][    T8] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabl
[    2.795010][   T41] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    2.804957][    T8] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    2.817426][   T41] sd 1:0:0:0: [sdb] Write Protect is off
[    2.823914][   T41] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabl
[    2.824068][    T1] Key type encrypted registered
[    2.833928][   T41] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[    2.846459][   T10] usb_phy_generic usb3_0_phy: dummy supplies not allowed fo
[    2.856545][   T10] usb_phy_generic usb3_1_phy: dummy supplies not allowed fo
[    2.865836][   T10] xhci-hcd f10f0000.usb3: xHCI Host Controller
[    2.872005][   T10] xhci-hcd f10f0000.usb3: new USB bus registered, assigned
[    2.880453][   T10] xhci-hcd f10f0000.usb3: hcc params 0x0a000990 hci version
[    2.890574][   T10] xhci-hcd f10f0000.usb3: irq 45, io mem 0xf10f0000
[    2.895330][    T8]  sda: sda1 sda2 sda3
[    2.897265][   T10] xhci-hcd f10f0000.usb3: xHCI Host Controller
[    2.903398][   T41]  sdb: sdb1 sdb2 sdb3
[    2.907139][   T10] xhci-hcd f10f0000.usb3: new USB bus registered, assigned
[    2.919323][   T10] xhci-hcd f10f0000.usb3: Host supports USB 3.0 SuperSpeed
[    2.926621][   T10] usb usb2: New USB device found, idVendor=1d6b, idProduct=
[    2.926979][    T8] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    2.935866][   T10] usb usb2: New USB device strings: Mfr=3, Product=2, Seria
[    2.949929][   T10] usb usb2: Product: xHCI Host Controller
[    2.950094][   T41] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[    2.955538][   T10] usb usb2: Manufacturer: Linux 6.3.5-mvebu-tld-1 xhci-hcd
[    2.968874][   T10] usb usb2: SerialNumber: f10f0000.usb3
[    2.974751][   T10] hub 2-0:1.0: USB hub found
[    2.979270][   T10] hub 2-0:1.0: 1 port detected
[    2.984249][   T10] usb usb3: We don't know the algorithms for LPM for this h
[    2.993192][   T10] usb usb3: New USB device found, idVendor=1d6b, idProduct=
[    3.002220][   T10] usb usb3: New USB device strings: Mfr=3, Product=2, Seria
[    3.010253][   T10] usb usb3: Product: xHCI Host Controller
[    3.015860][   T10] usb usb3: Manufacturer: Linux 6.3.5-mvebu-tld-1 xhci-hcd
[    3.022962][   T10] usb usb3: SerialNumber: f10f0000.usb3
[    3.028854][   T10] hub 3-0:1.0: USB hub found
[    3.033351][   T10] hub 3-0:1.0: 1 port detected
[    3.038589][   T10] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    3.044648][   T10] xhci-hcd f10f8000.usb3: new USB bus registered, assigned
[    3.052984][   T10] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version
[    3.063004][   T10] xhci-hcd f10f8000.usb3: irq 46, io mem 0xf10f8000
[    3.069738][   T10] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    3.075790][   T10] xhci-hcd f10f8000.usb3: new USB bus registered, assigned
[    3.084050][   T10] xhci-hcd f10f8000.usb3: Host supports USB 3.0 SuperSpeed
[    3.091270][   T10] usb usb4: New USB device found, idVendor=1d6b, idProduct=
[    3.100297][   T10] usb usb4: New USB device strings: Mfr=3, Product=2, Seria
[    3.108270][   T10] usb usb4: Product: xHCI Host Controller
[    3.113876][   T10] usb usb4: Manufacturer: Linux 6.3.5-mvebu-tld-1 xhci-hcd
[    3.121026][   T10] usb usb4: SerialNumber: f10f8000.usb3
[    3.127016][   T10] hub 4-0:1.0: USB hub found
[    3.131556][   T10] hub 4-0:1.0: 1 port detected
[    3.136521][   T10] usb usb5: We don't know the algorithms for LPM for this h
[    3.145516][   T10] usb usb5: New USB device found, idVendor=1d6b, idProduct=
[    3.154637][   T10] usb usb5: New USB device strings: Mfr=3, Product=2, Seria
[    3.162692][   T10] usb usb5: Product: xHCI Host Controller
[    3.168396][   T10] usb usb5: Manufacturer: Linux 6.3.5-mvebu-tld-1 xhci-hcd
[    3.175486][   T10] usb usb5: SerialNumber: f10f8000.usb3
[    3.181357][   T10] hub 5-0:1.0: USB hub found
[    3.185853][   T10] hub 5-0:1.0: 1 port detected
[    3.191665][    T1] input: gpio-keys as /devices/platform/gpio-keys/input/inp
[    3.202620][    T1] Freeing unused kernel image (initmem) memory: 1024K
[    3.237831][    T1] Checked W+X mappings: passed, no W+X pages found
[    3.244345][    T1] Run /init as init process
[    3.267150][   T34] usb 2-1: new high-speed USB device number 2 using xhci-hc
Loading, please wait...
Starting version 247.3-6
[    3.448804][   T34] usb 2-1: New USB device found, idVendor=090c, idProduct=1
[    3.458196][   T34] usb 2-1: New USB device strings: Mfr=1, Product=2, Serial
[    3.466083][   T34] usb 2-1: Product: USB Flash Disk
[    3.471178][   T34] usb 2-1: Manufacturer: General
[    3.476001][   T34] usb 2-1: SerialNumber: FBK1510272200005
[    3.482581][   T34] usb-storage 2-1:1.0: USB Mass Storage device detected
[    3.497420][   T34] scsi host2: usb-storage 2-1:1.0
[    3.622119][ T1289] usbcore: registered new interface driver uas
[    3.876683][ T1290] mtdblock: MTD device 'u-boot' is NAND, please consider us
[    3.893266][ T1294] mtdblock: MTD device 'kernel' is NAND, please consider us
[    3.908937][ T1293] mtdblock: MTD device 'uRamdisk' is NAND, please consider
[    3.917866][ T1290] mtdblock: MTD device 'config' is NAND, please consider us
[    3.922095][ T1291] mtdblock: MTD device 'rescue_fw' is NAND, please consider
[    3.939324][ T1288] mtdblock: MTD device 'image.cfs' is NAND, please consider
[    3.944448][ T1294] mtdblock: MTD device 'reserve2' is NAND, please consider
[    3.962640][ T1288] mtdblock: MTD device 'reserve1' is NAND, please consider
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 ... done.
Begin: Will now check root file system ... fsck from util-linux 2.36.1
fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/sda
fsck exited with status code 8
done.
Warning: File system check failed but did not detect errors
[    4.707730][   T42] scsi 2:0:0:0: Direct-Access     General  USB Flash Disk
[    4.718318][   T10] sd 2:0:0:0: [sdc] 3932160 512-byte logical blocks: (2.01
[    4.727729][   T10] sd 2:0:0:0: [sdc] Write Protect is off
[    4.733820][   T10] sd 2:0:0:0: [sdc] No Caching mode page found
[    4.739887][   T10] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[    4.749969][   T10]  sdc: sdc1
[    4.753895][   T10] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[    9.433791][ T1318] EXT4-fs (sda1): INFO: recovery required on readonly files
[    9.441450][ T1318] EXT4-fs (sda1): write access will be enabled during recov
[    9.821016][ T1318] EXT4-fs (sda1): recovery complete
[    9.840826][ T1318] EXT4-fs (sda1): mounted filesystem 0cd33a27-d423-4e01-9fd
mode: none.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[   10.796013][    T1] systemd[1]: systemd 247.3-7+deb11u2 running in system mod
K +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +B
t-hierarchy=unified)
[   10.824642][    T1] systemd[1]: Detected architecture arm.

Welcome to Debian GNU/Linux 11 (bullseye)!

[   11.017532][    T1] systemd[1]: Set hostname to <debian>.
[   11.409109][ T1341] block sda: the capability attribute has been deprecated.
[   12.367119][    C1] random: crng init done
[   12.931706][    T1] systemd[1]: Queued start job for default target Graphical
[   12.940943][    T1] systemd[1]: system-getty.slice: unit configures an IP fir
BPF/cgroup firewalling.
[   12.954091][    T1] systemd[1]: (This warning is only shown for the first uni
[   13.042959][    T1] systemd[1]: Created slice system-getty.slice.
[  OK  ] Created slice system-getty.slice.
[   13.079374][    T1] systemd[1]: Created slice system-modprobe.slice.
[  OK  ] Created slice system-modprobe.slice.
[   13.119252][    T1] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[   13.159035][    T1] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[   13.197470][    T1] systemd[1]: Started Dispatch Password Requests to Console
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[   13.237426][    T1] systemd[1]: Started Forward Password Requests to Wall Dir
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[   13.277813][    T1] systemd[1]: Set up automount Arbitrary Executable File Fo
[  OK  ] Set up automount Arbitrary…s File System Automount Point.
[   13.317346][    T1] systemd[1]: Reached target Local Encrypted Volumes.
[  OK  ] Reached target Local Encrypted Volumes.
[   13.357501][    T1] systemd[1]: Reached target Paths.
[  OK  ] Reached target Paths.
[   13.387319][    T1] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[   13.417346][    T1] systemd[1]: Reached target System Time Set.
[  OK  ] Reached target System Time Set.
[   13.457576][    T1] systemd[1]: Listening on Device-mapper event daemon FIFOs
[  OK  ] Listening on Device-mapper event daemon FIFOs.
[   13.497625][    T1] systemd[1]: Listening on LVM2 poll daemon socket.
[  OK  ] Listening on LVM2 poll daemon socket.
[   13.537670][    T1] systemd[1]: Listening on RPCbind Server Activation Socket
[  OK  ] Listening on RPCbind Server Activation Socket.
[   13.577602][    T1] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[   13.617542][    T1] systemd[1]: Listening on fsck to fsckd communication Sock
[  OK  ] Listening on fsck to fsckd communication Socket.
[   13.657440][    T1] systemd[1]: Listening on initctl Compatibility Named Pipe
[  OK  ] Listening on initctl Compatibility Named Pipe.
[   13.697704][    T1] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[   13.737571][    T1] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[   13.777632][    T1] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   13.817719][    T1] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[   13.857655][    T1] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[   13.897532][    T1] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   13.937650][    T1] systemd[1]: Condition check resulted in Huge Pages File S
[   13.997635][    T1] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[   14.041806][    T1] systemd[1]: Mounting RPC Pipe File System...
         Mounting RPC Pipe File System...
[   14.081956][    T1] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[   14.117633][    T1] systemd[1]: Condition check resulted in Kernel Trace File
[   14.127084][    T1] systemd[1]: Condition check resulted in Kernel Module sup
[   14.137804][    T1] systemd[1]: Finished Availability of block devices.
[  OK  ] Finished Availability of block devices.
[   14.217855][    T1] systemd[1]: Starting Create list of static device nodes f
         Starting Create list of st…odes for the current kernel...
[   14.262103][    T1] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshot
         Starting Monitoring of LVM…meventd or progress polling...
[   14.311528][    T1] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[   14.361656][    T1] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[   14.401817][    T1] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[   14.465369][ T1359] fuse: init (API version 7.38)
[   14.470510][    T1] systemd[1]: Condition check resulted in Set Up Additional
[   14.517906][    T1] systemd[1]: Starting File System Check on Root Device...
         Starting File System Check on Root Device...
[   14.564400][    T1] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   14.624231][    T1] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[   14.647911][    T1] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[   14.669558][    T1] systemd[1]: Mounted POSIX Message Queue File System.
[  OK     14.676827][    T1] systemd[1]: Mounted RPC Pipe File System.
0m] Mounted POSIX Message Queue File System.
[  OK     14.697884][    T1] systemd[1]: Mounted Kernel Debug File System.
0m] Mounted RPC Pipe File System.
[   14.707980][    T1] systemd[1]: Finished Create list of static device nodes f
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Finished[   14.725828][    T1] systemd[1]: Finished Monitoring of LVM2
gress polling.
 Create list of st… n[   14.738934][    T1] systemd[1]: modprobe@configfs.servic
odes for the current kernel.
[  OK  [   14.750050][    T1] systemd[1]: Finished Load Kernel Module configfs.
] Finished Monitori[   14.759650][    T1] systemd[1]: modprobe@drm.service: Succ
ng of LVM… dmeventd or progres[   14.767989][    T1] systemd[1]: Finished Load K
s polling.
[  OK     14.776618][    T1] systemd[1]: modprobe@fuse.service: Succeeded.
0m] Finished Load Kernel Module configf[   14.787468][    T1] systemd[1]: Finish
s.
[  OK  ] Finished Lo[   14.797909][    T1] systemd[1]: Finished Load Kernel Modu
ad Kernel Module drm.
[  OK  ] Finished Load Kernel Module fuse.
[  OK  ] Finished Load Kernel Modules.
[   14.837790][    T1] systemd[1]: Mounting FUSE Control File System...
         Mounting FUSE Control File System...
[   14.881923][    T1] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[   14.921910][    T1] systemd[1]: Starting pNFS block layout mapping daemon...
         Starting pNFS block layout mapping daemon...
[   14.953641][ T1369] mtdblock: MTD device 'u-boot' is NAND, please consider us
[   14.968618][    T1] systemd[1]: Started File System Check Daemon to report st
[   14.971711][ T1369] mtdblock: MTD device 'kernel' is NAND, please consider us
[  OK     14.987354][ T1369] mtdblock: MTD device 'uRamdisk' is NAND, please con
0m] Started    14.998165][ T1369] mtdblock: MTD device 'image.cfs' is NAND, plea
1;39mFile System[   15.009601][ T1369] mtdblock: MTD device 'rescue_fw' is NAND,
ead.
 Check Daemon to[   15.021079][ T1369] mtdblock: MTD device 'config' is NAND, pl
.
 report status   15.032349][ T1369] mtdblock: MTD device 'reserve1' is NAND, ple
0m.
[   15.043568][ T1369] mtdblock: MTD device 'reserve2' is NAND, please consider
[   15.117904][    T1] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[   15.161068][    T1] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Finished File System Check on Root Device.
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Started pNFS block layout mapping daemon.
[  OK  ] Finished Apply Kernel Variables.
         Starting Remount Root and Kernel File Systems...
[   15.479594][ T1374] EXT4-fs (sda1): re-mounted 0cd33a27-d423-4e01-9fd9-1192c5
[  OK  ] Finished Remount Root and Kernel File Systems.
         Starting Flush Journal to Persistent Storage...
         Starting Load/Save Random Seed...
[   15.612349][ T1362] systemd-journald[1362]: Received client request to flush
         Starting Create System Users...
[  OK  ] Finished Coldplug All udev Devices.
[   15.746923][ T1362] systemd-journald[1362]: File /var/log/journal/50b0e021e74
d or uncleanly shut down, renaming and replacing.
         Starting Helper to synchronize boot up for ifupdown...
[  OK  ] Finished Create System Users.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Finished Load/Save Random Seed.
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Reached target Local File Systems (Pre).
         Starting Rule-based Manage…for Device Events and Files...
[  OK  ] Finished Flush Journal to Persistent Storage.
[  OK  ] Started Rule-based Manager for Device Events and Files.
         Starting Network Service...
[  OK  ] Found device /dev/ttyS0.
[  OK  ] Started Network Service.
         Starting Wait for Network to be Configured...
[   16.976223][ T1392] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   16.983892][ T1391] mtdblock: MTD device 'u-boot' is NAND, please consider us
[   16.993922][ T1392] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   16.997465][ T1386] mtdblock: MTD device 'kernel' is NAND, please consider us
[   17.009995][ T1392] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   17.033819][ T1385] mtdblock: MTD device 'uRamdisk' is NAND, please consider
[   17.044102][ T1388] mtdblock: MTD device 'image.cfs' is NAND, please consider
[   17.065901][ T1387] mtdblock: MTD device 'rescue_fw' is NAND, please consider
[   17.132237][ T1387] mtdblock: MTD device 'config' is NAND, please consider us
[   17.146225][ T1386] mtdblock: MTD device 'reserve1' is NAND, please consider
[   17.146292][ T1388] mtdblock: MTD device 'reserve2' is NAND, please consider
[   17.652444][ T1446] md/raid1:md2: active with 2 out of 2 mirrors
[   17.697455][ T1449] md/raid1:md1: active with 2 out of 2 mirrors
[   17.703566][ T1449] md1: detected capacity change from 0 to 2240512
[  OK  ] Started Timer to wait for …ctivating degraded array md1..
[  OK     17.758914][ T1446] md2: detected capacity change from 0 to 7769583232
0m] Started Timer to wait for …ctivating degraded array md2..
[  OK  ] Finished Helper to synchronize boot up for ifupdown.
[  OK  ] Stopped Timer to wait for …ctivating degraded array md1..
[  OK  ] Stopped Timer to wait for …ctivating degraded array md2..
[  OK  ] Started MD array monitor.
[ TIME ] Timed out waiting for device /dev/md0.
[DEPEND] Dependency failed for /dev/md0.
[DEPEND] Dependency failed for Swap.
         Mounting Mount /tmp as tmp…e access to the root device...
[  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...
         Starting Create Volatile Files and Directories...
[  OK  ] Finished Preprocess NFS configuration.
[  OK  ] Finished Cleanup monit state file.
[  OK  ] Finished Cleanup PHP session files.
[  OK  ] Finished Create Volatile Files and Directories.
[  OK  ] Reached target NFS client services.
         Starting RPC bind portmap service...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started RPC bind portmap service.
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.
[  OK  ] Reached target RPC Port Mapper.
[  OK    104.391345][ T1515] mvneta f1034000.ethernet eth0: PHY [f1072004.mdio-m
0m] Finished   104.403322][ T1515] mvneta f1034000.ethernet eth0: configuring fo
;1;39mUpdate 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 Docker Socket for the API.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting Avahi mDNS/DNS-SD Stack...
         Starting LSB: Starts syslogd...
[  OK  ] Started Regular background program processing daemon.
[  OK  ] Started D-Bus System Message Bus.
         Starting Remove Stale Onli…t4 Metadata Check Snapshots...
         Starting LSB: Load kernel …d to enable cpufreq scaling...
         Starting LSB: service and resource monitoring daemon...
         Starting System Logging Service...
         Starting User Login Management...
         Starting WPA supplicant...
[  OK  ] Started LSB: Starts syslogd.
[  OK  ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots.
[  OK  ] Started System Logging Service.
         Starting LSB: Starts klogd...
[  OK  ] Started LSB: Starts klogd.
[  OK  ] Started User Login Management.
[  OK  ] Started LSB: service and resource monitoring daemon.
[  OK  ] Started WPA supplicant.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started LSB: Load kernel m…ded to enable cpufreq scaling.
         Starting LSB: set CPUFreq kernel parameters...
[  OK  ] Started LSB: set CPUFreq kernel parameters.
[  107.547533][   T25] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full -
[  107.556139][   T25] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  OK  ] Finished Wait for Network to be Configured.
[  OK  ] Finished Raise network interfaces.
[  OK  ] Reached target Network.
[  OK  ] Reached target Network is Online.
         Starting The Apache HTTP Server...
         Starting chrony, an NTP client/server...
         Starting containerd container runtime...
         Starting MariaDB 10.5.19 database server...
         Starting A high performanc… and a reverse proxy server...
         Starting The OpenMediaVaul…t processes the RPC request...
         Starting Generate the prelogin message...
         Starting The PHP 7.4 FastCGI Process Manager...
         Starting /etc/rc.local Compatibility...
         Starting Samba SMB Daemon...
         Starting OpenBSD Secure Shell server...
         Starting Permit User Sessions...
[  OK  ] Started Web Services Dynamic Discovery host daemon.
[  OK  ] Finished Permit User Sessions.
[  OK  ] Started chrony, an NTP client/server.
[  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 Daily rotation of log files.
[  OK  ] Started Daily man-db regeneration.
[  OK  ] Started Clean PHP session files every 30 mins.
[  OK  ] Reached target Timers.
[  OK  ] Started Run anacron jobs.
         Starting LSB: start or stop rrdcached...
[  OK  ] Started The Apache HTTP Server.
[  OK  ] Started OpenBSD Secure Shell server.
[  144.685412] rc.local[1704]: Starting ssh (via systemctl): ssh.service.
[  144.818905] rc.local[1747]: Cannot read environment, using default
[  144.850491] rc.local[1747]: Cannot read default environment from file
[  144.990403] rc.local[1748]: <13>Jun  5 08:37:19 root[1748]: Cannot read u-boo
[  OK  ] Started /etc/rc.local Compatibility.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Started A high performance…er and a reverse proxy server.
[  OK  ] Started LSB: start or stop rrdcached.
         Starting Statistics collection and monitoring daemon...
[  OK  ] Started The OpenMediaVault…hat processes the RPC request.
[  OK  ] Started Statistics collection and monitoring daemon.
         Mounting Arbitrary Executable File Formats File System...
[  OK  ] Mounted Arbitrary Executable File Formats File System.
[  OK  ] Started The PHP 7.4 FastCGI Process Manager.
[  OK  ] Started containerd container runtime.
         Starting Docker Application Container Engine...
[  OK  ] Started Samba SMB Daemon.
[  OK  ] Started MariaDB 10.5.19 database server.
[  150.068817][ T1755] fbcon: Taking over console

openmediavault 6.4.2-1 (Shaitan) debian ttyS0
Copyright (C) 2009-2023 by Volker Theile. All rights reserved.

To manage the system visit the openmediavault workbench:

docker0: 172.17.0.1
eth0: 192.168.1.210
eth0: 2003:ed:171d:961:c090:9aff:feb0:fdd6
eth0: fe80::c090:9aff:feb0:fdd6

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

debian login: [  151.190458][ T1916] bridge: filtering via arp/ip/ip6tables is n
ripts to load br_netfilter if you need this.
[  151.234660][ T1916] Bridge firewalling registered
[  151.666897][ T1964] Initializing XFRM netlink socket

I've managed to get rid of the docker problem by adding
 systemd.unified_cgroup_hierarchy=0 
to the bootargs

I have another question, the system is always doing a mount check?
[42644.664952][T28684] mtdblock: MTD device 'u-boot' is NAND, please consider using UBI block devices instead.
[42644.687333][T28684] mtdblock: MTD device 'kernel' is NAND, please consider using UBI block devices instead.
[42644.710548][T28684] mtdblock: MTD device 'uRamdisk' is NAND, please consider using UBI block devices instead.
[42644.742099][T28684] mtdblock: MTD device 'image.cfs' is NAND, please consider using UBI block devices instead.
[42644.848377][T28684] mtdblock: MTD device 'rescue_fw' is NAND, please consider using UBI block devices instead.
[42644.889215][T28684] mtdblock: MTD device 'config' is NAND, please consider using UBI block devices instead.
[42644.912891][T28684] mtdblock: MTD device 'reserve1' is NAND, please consider using UBI block devices instead.
[42644.933011][T28684] mtdblock: MTD device 'reserve2' is NAND, please consider using UBI block devices instead.
very often.
where or what is here the problem?
also whenn it boots it takes about 1-2 minutes to connect to the network.

Thanks
Chris
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 06, 2023 01:17AM
Chris,

> please consider using UBI
> block devices instead.
> [42644.933011][T28684] mtdblock: MTD device
> 'reserve2' is NAND, please consider using UBI
> block devices instead.

> very often.
> where or what is here the problem?

There is no problem. It is just an info message that suggest using UBI for NAND partition. Usually you should see it only once. But I guess systemd or OMV decided that it should spam the syslog about that info. You can safely ignore it. Or find out how to make systemd/OMV more quiet.

> also whenn it boots it takes about 1-2 minutes to
> connect to the network.

Since you re not using RAID anymore, add this to the bootargs to make the kernel boot faster.

raid=noautodetect

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 06, 2023 05:21AM
But I'm still using RAID, but not booting from raid.
Should I still set that?

Is it enough to set that one option, or is it always needed to set up everything?
I mean the complete bootargs.
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 06, 2023 01:33PM
> But I'm still using RAID, but not booting from
> raid.
> Should I still set that?

In that case don't set raid=noautodetect

> I mean the complete bootargs.

When you want to add a kernel boot option, you need to change the env where the bootargs is set. Similar to your addition of systemd.unified_cgroup_hierarchy=0.

Quote

setenv set_bootargs_debian "setenv bootargs console=ttyS0,115200 root=),5m@5m(kernel),5m@10m(uRamdisk),185m@15m(image.cfs),15m@200m(rescue_fw),20m@215
2) earlyprintk=serial systemd.unified_cgroup_hierarchy=0"

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 06, 2023 01:39PM
Your boot log showed some failures.

[DEPEND] Dependency failed for /dev/md0.
[DEPEND] Dependency failed for Swap.

So where is md0? and where is swap?
lsblk
swapon

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 06, 2023 01:45PM
Hi,
SWAP is there and functioning automatically .
md0 not anymore. Don’t really know why he is still looking for it

oot@debian:~# lsblk
NAME      MAJ:MIN RM  SIZE RO TYPE  MOUNTPOINT
sda         8:0    1  3.6T  0 disk
|-sda1      8:1    1   20G  0 part  /
|-sda2      8:2    1  1.1G  0 part
| `-md1     9:1    0  1.1G  0 raid1 [SWAP]
`-sda3      8:3    1  3.6T  0 part
  `-md2     9:2    0  3.6T  0 raid1 /srv/dev-disk-by-uuid-b6044502-7cf7-47f5-9f85-8182632d032
sdb         8:16   1  3.6T  0 disk
|-sdb1      8:17   1   20G  0 part  /srv/dev-disk-by-uuid-9b509a33-3753-48a6-917a-b0d309ba686
|-sdb2      8:18   1  1.1G  0 part
| `-md1     9:1    0  1.1G  0 raid1 [SWAP]
`-sdb3      8:19   1  3.6T  0 part
  `-md2     9:2    0  3.6T  0 raid1 /srv/dev-disk-by-uuid-b6044502-7cf7-47f5-9f85-8182632d032
sdc         8:32   1  1.9G  0 disk
`-sdc1      8:33   1  1.9G  0 part
mtdblock0  31:0    0    5M  0 disk
mtdblock1  31:1    0    5M  0 disk
mtdblock2  31:2    0    5M  0 disk
mtdblock3  31:3    0  185M  0 disk
mtdblock4  31:4    0   15M  0 disk
mtdblock5  31:5    0   20M  0 disk
mtdblock6  31:6    0   10M  0 disk
mtdblock7  31:7    0   10M  0 disk
root@debian:~#
Re: How to install Debian in a WD MyCloud EX2 Ultra: Definitive edition
June 06, 2023 04:55PM
Chris,

> SWAP is there and functioning automatically .
> md0 not anymore. Don’t really know why he is
> still looking for it

I guess this will be your own research about RAID (Perhaps you need to reassemble the RAID array?).

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: