Welcome! Log In Create A New Profile

Advanced

Debian on Dell Wyse T10 / T50

Posted by Koen 
karelax
Re: Dell Wyse T10 / T50
September 28, 2022 02:24PM
Hi Koen,

in the comment https://forum.doozan.com/read.php?2,63499,63854#msg-63854 you said
"I decided to uncompress the bootloader.img file that I've extracted from the device. I then ran binwalk to extract any useful data followed by the strings command to extract any text from this data"

How did you uncompress the bootloader.img ??? I am trying to go on that direction, as I cannot have access to the drive (I have thinOS-Lite, not Linux on the device) I would like to try to modify bootloader.img and par1.img . Maybe that could help me....

If that doesnt work, the rest I cannot do it, as you based your "recovery" method on copying uInitrd and uImage to sda2, which i cannot.

Tahnks!
karrelax
Re: Debian on Dell Wyse T10 / T50
October 08, 2022 11:00AM
So, I though about a new possibility, and maybe someone can give me a tip on this direction.

Here https://technicalhelp.de/downloads/ I have seen a Linux version for the T50 20120203-0 U-1.041 T50 Merlin20120203-0 U-1.041 T50 Merlin.
This has the rsp file, xml file, and the bootLoader.img Par1.img Par3.img cmos.img and mbr.img
If I save it to the DELLWYSE USB, I can tell the system to load this image to the wyse. Before that I need to modify both xml and rsp files to include the correct KEY from the device.
Still, this would make the USB to load the images, but then the process fails, because it tries to fit the mbr.img file (512 bytes) to some place that has 512 bytes...and does not fit.
So it seems that it will try to fit each image to overwrite the same image on the device...so I will need only cmos, bootLoader and par1...

Any tip here? Thanks!
Re: Debian on Dell Wyse T10 / T50
October 22, 2022 06:32PM
Hello to everyone in this super forum.
I'm following this discussion because I'm very interested in install Debian on my Wyse T10 3010 and convert it in a retro-consolle.
I want to share with everybody this manuals regarding Marvel Armada 510 processor.
I didn't find them in this discussion and I think they may help people more skilled than me.
They are Hardware manual and Functional manual.

Armada 510 manuals

I'm sorry to post them on Dropbox,but they are quite big and I cannot attach them to my message

I hope this will be of any help to the community.

Wish to everyone a great week end
Re: Debian on Dell Wyse T10 / T50
October 23, 2022 12:07AM
Xabby76,

I have that Reference Manual.

Basically, as far as Debian is concerned, we have finished the HP T5335z box, except for the DRM display driver. These Wyse Thin Clients are bit different in u-boot part. But the Debian kernel should be the same (each box boots with different DTS).

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

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Wyse T10 / T50
October 23, 2022 03:15AM
bodhi Wrote:
-------------------------------------------------------
> These Wyse Thin Clients are bit different in u-boot part. But the Debian kernel
> should be the same (each box boots with different DTS).

I tried to compile a barebox bootloader once, but after loading it into memory, the device did not get up.
Re: Debian on Dell Wyse T10 / T50
October 23, 2022 10:32AM
Hello bodhi,
thank you for the link, but unfortunately I 'm stuck , same as wildhem , with the serial console. I'm getting same output as him.
I'm using an ft232 as serial adapter.

And also, same as user karrelex , my wyse client is T10 model and have ThinOS installed.
So basically....without having access to serial....I cannot follow the guide posted by Koen early in this discussion.
Re: Debian on Dell Wyse T10 / T50
October 23, 2022 12:16PM
Hopefully I can find sometime to boot up my Wyse T50.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Wyse T10 / T50
October 23, 2022 12:19PM
karrelax,

> If I try to use the DELLWYSE files (uInitrd and
> uImage) but changing the "root" to
> "Root=/dev/sdb2" paramenter then i get kernel
> panic but with a new info:


> "Not syncing: VFS: Unable to mount root fs on
> unknown-block(2,9)
> Please apperd a correct "root=" boot option; here
> are the available partitions:
> b300 mmcblk0 driver mmcblk
> b301 966528 mmcblk0p1
> b302 966656 mmcblk0p2
> b303 966656 mmcblk0p3
> b304 917504 mmcblk0p4
> 
> b320 4096 mmcblk0boot1 (driver?)
> b310 4096 mmcblk0boot0 (driver?)


That's a bit promising!

Does your T10 have any SD slot?

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Wyse T10 / T50
October 23, 2022 01:34PM
Thank you so much bodhi for your help.

My T10 has no sdcard.

Let's see if Karrelax's one has it.

Other thing I would like to try is to add SD card slot....but to do this I need a good picture of a T50 or better, schematics of both models (T10 and T50) so I can understand which components are missing....but this will be another challenge :)
Re: Debian on Dell Wyse T10 / T50
October 23, 2022 01:55PM
>
> My T10 has no sdcard.
>

That log above showed mmcblk0p1, which indicated there is a mmc device. Perhaps it is internal.

Was the output above part of a larger log? if it was, post the entire log here.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
karrelax
Re: Debian on Dell Wyse T10 / T50
October 25, 2022 01:29AM
Hi Bodhi, Hi Xabby Wildhem and the rest :)

My T10D has no SD card. The mmc is the internal disc, AFAIK.

I do have a USB-serial adaptor, so I can get the serial output, but never fall to a console.
The ThinOS gets into it, and I can give it an IP via DHCP (direct ethernet connection to my laptop with Ubuntu) but then I cannot do SSH (Conneciton refused).
If I try to boot Debian (or for the record, fedora) I get no further than what I said : The debian wont mount any disk; not sdb2, nor mmcblk0p{1,2,3,4}
The DELLWYSE USB firmware upgrade works fine-isch. Screen gets glitches all the time, but I can load it, and copy disc-usb or usb-disc. That line I tried, but it refuses to overwrite the internal disk's partition (the T50 Merlin that includes mbr.img)

Rightnow I am at work, but this evening I will try to reproduce step by step and log it in to here.

The main diference with what Bodhi could do with his device is that we cannot access the internal disk nor SSH, because we have ThinOS Lite, which will just hang waiting for Citrix server. The "desktop" that is shown in my device has some "fluxbox style" WM, but with no application (the menu for aplications is there...but empty).

Is is frustrating. So close, so far :/
Re: Debian on Dell Wyse T10 / T50
October 26, 2022 05:21PM
Thanks Karrelax for all the info.

And...I have a question for you...How do you boot Dell Wyse Usb firmware updater...?

I have tried P, DEL, F12 and F1 right after pressing power button ....but none of them allow me to boot from usb
.
And...Which keyboard are you using.?

Because I read on the net...that maybe I need the Wyse keyboard or a Dell branded keyboard.....but I'm not sure of it.

Please let me know . Thanks.
karrelax
Re: Debian on Dell Wyse T10 / T50
October 27, 2022 02:38AM
Hi Xabby,

To boot the DELLWYSE I used the "long press power button until it gets green". Then you can choose the boot device, that way I dont need a keyboard attached to it, but the P trick also works. Also I entered the "not bios" once and there you can change to boot from USB per default.


Bodhi about the Logs.

I have been playing with the DELLWYSE USB for one single reason: the debian rootfs wont boot. Not sure why, but the uImage and uInitrd seem not to be good for my device. I can only make it "do something" with those from DELLWYSE USB. the KOEN process wont work for us, because he did this step
"Boot the device with monitor, mouse and keyboard attached. Login as admin/admin, enable root ssh login, creating a root password in the process."
We cannot login as admin and enable ssh. Our ThinOs Lite hasnt this feature.

Also It seems that the device boots only from FAT: So, I usedd the DELLWYSEUSB to load the uInitrd and uImage from debian, with no success.

Something I managed to do: change the IP of the Ethernet, so when the DELLWYSE menu loads, I can ping it from my laptop...but cannot ssh to it.

I tried this: SEt the wloader.conf "root" pointing to sdb1. In a second USB I have ROOTFS. I boot the device with the DELLWYSE and as soon as it starts, I insert the sdb.
This kind-a-works, but then freezes.
This is the SCREEN from the wyse when doing that: https://postimg.cc/qNCCNpZx
The SERIAL output I have at home and forgot to post it. I will hopefully tonight.


SO, in sum:

1) ThinOS LIte has no SSH. No "Recovery" procedure can be done.
2) DELLWYSE works. Here we have three posibilities open:
2.1) Play around with the wloader.conf until we manage to get a console in the ttyUSB0
2.2) Play around with the uInitrd and uImage, plus extra ROOTFS USB, until we manage either to get a console in the ttyUSB0 OR a functional system
2.3) keep DELLWYSE as it is, and make it overwrite the device's system with one from us.


So far, I tried
2.1) but did not work (get IP on ethernet, but no ssh in eth0 nor Console in ttyUSB0.
2.2.) Again, not working. With the uImage and uInitrd from debian is no-go. With those from DELLWYSE maybe.
2.3) the Linux from T50 has a mbr.img file, that the DELLWYSE menu dont like. Maybe I could play with this option, overwriting only the partitions and not the whole mbr of the mmc drive.
karrelax
Re: Debian on Dell Wyse T10 / T50
October 28, 2022 03:21AM
So, I kind of made it work via 2.2)
https://postimg.cc/grnHfD7X

What you see here is the screen log of DELLWYSE USB (sdb) and a second usb ROOTFS (sdc).
As you can see, it seems to go forward until it discovers that my Kernel (the one distributed with the DELLWYSE USB) is way too old for the glibc (If i understand it correctly, and in plain words, the rootfs is too modern for the old kernel).

MY next step: I will create a rootfs with ubuntu-12.04-preinstalled-desktop-armhf+ac100 (from here https://old-releases.ubuntu.com/releases/12.04/ ). Why that one? Because I have seen that the DELLWYSE USB shows this on the console when I boot it:
"<5>Linux version 3.0.31-1-dajia (root@ubuntu-12.04) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #131 SMP PREEMPT Mon Oct 14 19:44:17 PDT 2013 "

So yeah, wish me luck. If you are reading this and think this idea will not work, please let me know before I create hope on my heart :P
Re: Debian on Dell Wyse T10 / T50
October 28, 2022 09:20AM
Congratulations Karrelax.!!

Thanks also for your help...but my client is T10 and not T10D like yours.
I've tried pressing power button until the led turn from orange to green and than release it...but no luck.
If I keep the button pressed little longer...the client shutdown itself.
In my T10 is installed ThinOS 8.0-210. I'm thinking maybe I need to update system to a newer version with FTP way.

What version of ThinOS is installed on your client.?
karrelax
Re: Debian on Dell Wyse T10 / T50
October 28, 2022 10:39AM
GREAT SUCCESS!!!!

So, In sum:

I have a Wyse 3020 with thinOs Lite.

I created a USB with DELLWYSE Firmware updater 2.0. I modified the wloader.conf, adding :
"
<TX0D_START>
kernel=./kernel/TX0D/uImage
initrd=./initrd/TX0D/uInitrd

param="root=/dev/sdc1 rw ip=192.168.0.1  reserve_pmem=0x800000 fb_shared titan pm_disable rootdelay=5 ramdisk_size=136314880 usb0Mode=host usb1Mode=host video=dovefb:lcd0:1024x600-16@60-edid,lcd1:1024x768-16@60-edid clcd.lcd0_enable=1 clcd.lcd1_enable=1  titan panic_debug reserve_pmem=0x800000 fb_shared console=tty0 console=ttyS0,115200 com1=115200,8n1 "

<TX0D_END>


"
then
mount /dev/sdc1 /mnt
cd /mnt
tar xvzf  ubuntu-12.04-preinstalled-desktop-armhf+ac100.tar.gz

after it finished, cd .. and umount mnt

Plug both USB to the wyse. I have already modified the "bios" to boot from the USB. For that, you need a keyboard, and then boot it holding the power button until it turns green. Then I press "P" and the "password" window comes. Fireport is the password.

And that is it. I have a running Ubuntu WITH DESKTOP working via the the video plug of the Wyse :)
https://postimg.cc/sMgbXvz6

seems like ethernet and wlan work. Still, it works extremely slow. I will try to dig in, so maybe I manage to see the mmcblk (right now It does not appear recognized by the system). If I manage to, I will overwrite it....
karrelax
Re: Debian on Dell Wyse T10 / T50
October 28, 2022 10:51AM
SORRY! I meant that the rootfs is a SECOND USB. Not the DELLWYSE.


P.S. is there a way to EDIT posts? I am feeding like spam here :(
Re: Debian on Dell Wyse T10 / T50
October 28, 2022 01:01PM
karrelax,

Congrats!

>
> P.S. is there a way to EDIT posts? I am feeding
> like spam here :(

You need to register as forum user to be able to edit post.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Wyse T10 / T50
October 28, 2022 01:17PM
karrelax,

If you are curious, please try the rootfs Debian-5.13.8-mvebu-tld-1-rootfs-bodhi.tar.bz2.
(Note: Do Step 4 to get a uImage with dove-wyse-t50.dtb appended)


Quote

I created a USB with DELLWYSE Firmware updater 2.0. I modified the wloader.conf, adding :
"
<TX0D_START>
kernel=./kernel/TX0D/uImage
initrd=./initrd/TX0D/uInitrd

param="root=/dev/sdc1 rw ip=192.168.0.1 reserve_pmem=0x800000 fb_shared titan pm_disable rootdelay=5 ramdisk_size=136314880 usb0Mode=host usb1Mode=host video=dovefb:lcd0:1024x600-16@60-edid,lcd1:1024x768-16@60-edid clcd.lcd0_enable=1 clcd.lcd1_enable=1 titan panic_debug reserve_pmem=0x800000 fb_shared console=tty0 console=ttyS0,115200 com1=115200,8n1 "

<TX0D_END>


"


Change the above param to see if you can mount the Debian rootfs. You won't have video, but should be able to SSH in if it boots.


param="root=LABEL=rootfs rw ip=192.168.0.1  reserve_pmem=0x800000 fb_shared titan pm_disable rootdelay=5 ramdisk_size=136314880 usb0Mode=host usb1Mode=host video=dovefb:lcd0:1024x600-16@60-edid,lcd1:1024x768-16@60-edid clcd.lcd0_enable=1 clcd.lcd1_enable=1  titan panic_debug reserve_pmem=0x800000 fb_shared console=tty0 console=ttyS0,115200 com1=115200,8n1 "

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Wyse T10 / T50
October 28, 2022 05:08PM
Great karrelax...!!!!!!!!!
Re: Debian on Dell Wyse T10 / T50
October 29, 2022 01:45AM
karrelax Wrote:
-------------------------------------------------------
> GREAT SUCCESS!!!!
>
> So, In sum:
>
> I have a Wyse 3020 with thinOs Lite.
>
The 3020 is a different device than the T10/T50 with a different SOC. The 3020 has an Armada PXA2128 and does appear to be supported by mainline Linux kernel as there is a DTS file (mmp3-dell-ariel.dts).



Edited 1 time(s). Last edit at 10/29/2022 01:46AM by rayknight.
Re: Debian on Dell Wyse T10 / T50
October 29, 2022 06:34AM
someone from here could provide spi memory dumps from the T50 model?

edit:
use this tool https://github.com/kakaroto/ene_kb3930_flasher try to do an EC memory dump



Edited 1 time(s). Last edit at 10/29/2022 05:34PM by wildhem.
Re: Debian on Dell Wyse T10 / T50
October 30, 2022 03:00PM
Re: Debian on Dell Wyse T10 / T50
October 30, 2022 04:53PM
wildhem,

> maybe it can help give our devices freedom?
> https://lore.kernel.org/all/20220102002841.gl4oienifm2nv4bs@pali/T/

I was close as you can see :) but I need to do some more testing with a rebuilt stock u-boot for UART booting. Been trying to get soem free time before I can get back to it.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Wyse T10 / T50
October 30, 2022 05:20PM
I have a little success - I managed to run wloader on my wyse t10 by extracting the bootloader from the 20120203-0_U-1.041_T50_merlin file bootLoader.img and uploading it directly to the device's spi memory, still trying to boot from a usb memory
Re: Debian on Dell Wyse T10 / T50
October 30, 2022 06:43PM
the commands mentioned earlier to boot from usb do not work for me, can there be any other options for wloader to initiate usb memory?

I don't have any previous linux kernel in memory, just a wloader.
Re: Debian on Dell Wyse T10 / T50
October 30, 2022 07:33PM
wildhem Wrote:
-------------------------------------------------------
> the commands mentioned earlier to boot from usb do
> not work for me, can there be any other options
> for wloader to initiate usb memory?
>
> I don't have any previous linux kernel in memory,
> just a wloader.

I dont have any idea about wloader. Others should answer this.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Wyse T10 / T50
October 30, 2022 10:40PM
Hello Wildhem, Bohdi ,karrelax and all the others.

I'm in the same situation as wildhem regarding wloader. Nothing worked for me to enter wloader and change boot order.

I've spent a good part of the day trying to find a way.....and I've found something usefull (I hope...)inside a tecnical document for the ThinOS 8.3 ini structure.

In that document I've read that you can change the boot order from wnos.ini file that you may load from ftp.

You may find the document here :

https://www.dell.com/support/manuals/es-mx/wyse-5060-thin-client/ts_8.3.1_ig_seo/peripheralsettings-for-wnosini-files-username-ini-and-mac-ini-files?guid=guid-7a416aee-8f16-4b3c-8056-8176d2e9c4a3&lang=en-us

If you download this document as PDF at page 41 you may find what I'm talking about.

Despite the document is named for wyse 5060 I think it is valid also for 3010 (T10) like mine.

Some parameters have specific client, but they're specified.

I hope this will be helpfull for everybody .



Edited 1 time(s). Last edit at 10/30/2022 10:52PM by Xabby76.
Re: Debian on Dell Wyse T10 / T50
October 31, 2022 07:40AM
I ran debian on my t10 :)
I needed to create 2 partitions on my USB flash drive:
1. fat32 containing uImage, uInitrd and wloader.cfg
kernel=./uImage
initrd=./uInitrd
param="root=LABEL=rootfs console=tty0 console=ttyS0,115200
"
2. ext4 rootfs filesystem (edited fstab)

Unfortunately, the device cannot be turned off with the power button and the green LED is blinking all the time

Below is the log from the serial port:

Uncompressing Linux... done, booting the kernel.
[    0.000000][    T0] Booting Linux on physical CPU 0x0
[    0.000000][    T0] Linux version 5.19.2-mvebu-tld-1 (root@tldDebian) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1.0 SMP PREEMPT Sat Aug 20 20:34:09 PDT 2022
[    0.000000][    T0] CPU: ARMv7 Processor [560f5815] revision 5 (ARMv7), cr=10c5387d
[    0.000000][    T0] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000][    T0] OF: fdt: Machine model: Dell Wyse T50
[    0.000000][    T0] Memory policy: Data cache writeback
[    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] CPU: All CPU(s) started in SVC mode.
[    0.000000][    T0] percpu: Embedded 17 pages/cpu s38868 r8192 d22572 u69632
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 260608
[    0.000000][    T0] Kernel command line: root=LABEL=rootfs console=tty0 console=ttyS0,115200
[    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] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000][    T0] Memory: 1009872K/1048576K available (10240K kernel code, 1500K rwdata, 3444K rodata, 1024K init, 473K bss, 38704K reserved, 0K cma-reserved, 262144K highmem)
[    0.000000][    T0] trace event string verifier disabled
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0] rcu: 	RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[    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=1
[    0.000000][    T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000][    T0] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000][    T0] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval)
[    0.000000][    T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 11467562657 ns
[    0.000001][    T0] sched_clock: 32 bits at 167MHz, resolution 6ns, wraps every 12884901885ns
[    0.000045][    T0] Switching to timer-based delay loop, resolution 6ns
[    0.001372][    T0] Console: colour dummy device 80x30
[    0.002203][    T0] printk: console [tty0] enabled
[    0.002276][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 333.33 BogoMIPS (lpj=1666666)
[    0.002338][    T0] pid_max: default: 32768 minimum: 301
[    0.002756][    T0] LSM: Security Framework initializing
[    0.003120][    T0] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.003194][    T0] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.004768][    T0] CPU: Testing write buffer coherency: ok
[    0.005372][    T1] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.007750][    T1] cblist_init_generic: Setting adjustable number of callback queues.
[    0.007817][    T1] cblist_init_generic: Setting shift to 0 and lim to 1.
[    0.008151][    T1] cblist_init_generic: Setting shift to 0 and lim to 1.
[    0.008532][    T1] Setting up static identity map for 0x100000 - 0x100060
[    0.009522][    T1] rcu: Hierarchical SRCU implementation.
[    0.009578][    T1] rcu: 	Max phase no-delay instances is 1000.
[    0.011253][    T1] smp: Bringing up secondary CPUs ...
[    0.011310][    T1] smp: Brought up 1 node, 1 CPU
[    0.011344][    T1] SMP: Total of 1 processors activated (333.33 BogoMIPS).
[    0.011379][    T1] CPU: All CPU(s) started in SVC mode.
[    0.012369][    T1] devtmpfs: initialized
[    0.018771][    T1] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 5
[    0.019323][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.019415][    T1] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.019657][    T1] prandom: seed boundary self test passed
[    0.023300][    T1] prandom: 100 self tests passed
[    0.023348][    T1] pinctrl core: initialized pinctrl subsystem
[    0.025697][    T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.026656][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.027621][    T1] audit: initializing netlink subsys (disabled)
[    0.029188][    T1] thermal_sys: Registered thermal governor 'step_wise'
[    0.029597][   T19] audit: type=2000 audit(0.020:1): state=initialized audit_enabled=0 res=1
[    0.029810][    T1] cpuidle: using governor ladder
[    0.029917][    T1] cpuidle: using governor menu
[    0.030143][    T1] Dove 88AP510 SoC
[    0.030197][    T1] Tauros2: Disabling L2 prefetch.
[    0.030229][    T1] Tauros2: Disabling burst8 line fill.
[    0.030256][    T1] Tauros2: Enabling L2 cache.
[    0.030279][    T1] Tauros2: L2 cache support initialised in ARMv7 mode.
[    0.030845][    T1] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.420060][    T1] raid6: int32x8  gen()   152 MB/s
[    0.760059][    T1] raid6: int32x4  gen()   154 MB/s
[    1.100079][    T1] raid6: int32x2  gen()   333 MB/s
[    1.440057][    T1] raid6: int32x1  gen()   333 MB/s
[    1.440093][    T1] raid6: using algorithm int32x2 gen() 333 MB/s
[    1.780059][    T1] raid6: .... xor() 180 MB/s, rmw enabled
[    1.780094][    T1] raid6: using intx1 recovery algorithm
[    1.780469][    T1] fbcon: Taking over console
[    1.781437][    T1] SCSI subsystem initialized
[    1.782134][    T1] usbcore: registered new interface driver usbfs
[    1.782230][    T1] usbcore: registered new interface driver hub
[    1.782306][    T1] usbcore: registered new device driver usb
[    1.782711][    T1] pps_core: LinuxPPS API ver. 1 registered
[    1.782744][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.782806][    T1] PTP clock support registered
[    1.784607][    T1] vgaarb: loaded
[    1.785309][    T1] clocksource: Switched to clocksource orion_clocksource
[    1.786480][    T1] VFS: Disk quotas dquot_6.6.0
[    1.786603][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.807301][    T1] NET: Registered PF_INET protocol family
[    1.807639][    T1] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.815486][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    1.815727][    T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.815795][    T1] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    1.815933][    T1] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.816046][    T1] TCP: Hash tables configured (established 8192 bind 8192)
[    1.816367][    T1] MPTCP token hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    1.816512][    T1] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.816586][    T1] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.816842][    T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.817755][    T1] RPC: Registered named UNIX socket transport module.
[    1.817798][    T1] RPC: Registered udp transport module.
[    1.817825][    T1] RPC: Registered tcp transport module.
[    1.817851][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.817886][    T1] PCI: CLS 0 bytes, default 64
[    1.818211][    T1] NetWinder Floating Point Emulator V0.97 (double precision)
[    1.819644][    T8] Trying to unpack rootfs image as initramfs...
[    2.995761][    T1] Initialise system trusted keyrings
[    2.995890][    T1] Key type blacklist registered
[    3.005620][    T1] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[    3.005843][    T1] zbud: loaded
[    3.008215][    T1] NFS: Registering the id_resolver key type
[    3.008288][    T1] Key type id_resolver registered
[    3.008316][    T1] Key type id_legacy registered
[    3.008384][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    3.008429][    T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    3.008465][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    3.128505][    T8] Freeing initrd memory: 10180K
[    3.181740][    T1] xor: measuring software checksum speed
[    3.188821][    T1]    arm4regs        :  1408 MB/sec
[    3.197347][    T1]    8regs           :  1160 MB/sec
[    3.204968][    T1]    32regs          :  1295 MB/sec
[    3.204995][    T1] xor: using function: arm4regs (1408 MB/sec)
[    3.205031][    T1] async_tx: api initialized (async)
[    3.205064][    T1] Key type asymmetric registered
[    3.205090][    T1] Asymmetric key parser 'x509' registered
[    3.235189][    T1] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    3.235749][    T1] bounce: pool size: 64 pages
[    3.235959][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    3.236148][    T1] io scheduler bfq registered
[    3.240121][    T1] dove-pinctrl f10d0200.pin-ctrl: falling back to hardcoded PMU resource
[    3.240428][    T1] dove-pinctrl f10d0200.pin-ctrl: [Firmware Bug]: Missing pinctrl regs in DTB. Please update your firmware.
[    3.241362][    T1] dove-pinctrl f10d0200.pin-ctrl: registered pinctrl driver
[    3.254351][    T1] mvebu-pcie mbus:pcie: host bridge /mbus/pcie ranges:
[    3.254476][    T1] mvebu-pcie mbus:pcie:      MEM 0x00f1040000..0x00f1041fff -> 0x0000040000
[    3.254547][    T1] mvebu-pcie mbus:pcie:      MEM 0x00f1080000..0x00f1081fff -> 0x0000080000
[    3.254615][    T1] mvebu-pcie mbus:pcie:      MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[    3.254682][    T1] mvebu-pcie mbus:pcie:       IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[    3.254748][    T1] mvebu-pcie mbus:pcie:      MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000
[    3.254804][    T1] mvebu-pcie mbus:pcie:       IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000
[    3.254922][    T1] mvebu-pcie mbus:pcie: pcie0.0: legacy INTx interrupts cannot be masked individually, /mbus/pcie/pcie@1 does not contain intx interrupt
[    3.255036][    T1] mvebu-pcie mbus:pcie: pcie1.0: legacy INTx interrupts cannot be masked individually, /mbus/pcie/pcie@2 does not contain intx interrupt
[    3.259620][    T1] mvebu-pcie mbus:pcie: PCI host bridge to bus 0000:00
[    3.259674][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[    3.259715][    T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff])
[    3.259765][    T1] pci_bus 0000:00: root bus resource [mem 0xf1080000-0xf1081fff] (bus address [0x00080000-0x00081fff])
[    3.259812][    T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    3.259851][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    3.260038][    T1] pci 0000:00:01.0: [11ab:0510] type 01 class 0x060400
[    3.260702][    T1] pci 0000:00:02.0: [11ab:0510] type 01 class 0x060400
[    3.262307][    T1] PCI: bus0: Fast back to back transfers disabled
[    3.262362][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    3.262426][    T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    3.264851][    T1] PCI: bus1: Fast back to back transfers enabled
[    3.264903][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    3.267648][    T1] PCI: bus2: Fast back to back transfers enabled
[    3.267701][    T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    3.267773][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[    3.267818][    T1] pci 0000:00:02.0: PCI bridge to [bus 02]
[    3.269809][    T1] mv_xor f1060800.dma-engine: Marvell shared XOR driver
[    3.326581][    T1] mv_xor f1060800.dma-engine: Marvell XOR (Registers Mode): ( xor cpy intr )
[    3.331837][    T1] mv_xor f1060900.dma-engine: Marvell shared XOR driver
[    3.396616][    T1] mv_xor f1060900.dma-engine: Marvell XOR (Registers Mode): ( xor cpy intr )
[    3.686647][    T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    3.693525][    T1] printk: console [ttyS0] disabled
[    3.693658][    T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 10416666) is a 16550A
[    4.843503][    T1] printk: console [ttyS0] enabled
[    4.850315][    T1] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 27, base_baud = 10416666) is a 16550A
[    4.864315][    T1] sata_mv f10a0000.sata-host: slots 32 ports 1
[    4.876750][    T1] scsi host0: sata_mv
[    4.881757][    T1] ata1: SATA max UDMA/133 irq 28
[    4.893750][    T1] spi-nor spi0.0: s25fl064k (8192 Kbytes)
[    4.903206][    T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    4.914327][    T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    4.943308][    T1] [Firmware Warn]: /mbus/internal-regs/mdio-bus@72004/ethernet-phy: Whitelisted compatible string. Please remove
[    4.972296][    T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    4.984952][    T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:80:64:e8:66:ba
[    4.996877][    T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.004136][    T1] ehci-pci: EHCI PCI platform driver
[    5.011152][    T1] ehci-orion: EHCI orion driver
[    5.016483][    T1] orion-ehci f1050000.usb-host: EHCI Host Controller
[    5.023042][    T1] orion-ehci f1050000.usb-host: new USB bus registered, assigned bus number 1
[    5.032020][    T1] orion-ehci f1050000.usb-host: irq 31, io mem 0xf1050000
[    5.065327][    T1] orion-ehci f1050000.usb-host: USB 2.0 started, EHCI 1.00
[    5.072805][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19
[    5.081797][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.089732][    T1] usb usb1: Product: EHCI Host Controller
[    5.095321][    T1] usb usb1: Manufacturer: Linux 5.19.2-mvebu-tld-1 ehci_hcd
[    5.102450][    T1] usb usb1: SerialNumber: f1050000.usb-host
[    5.109251][    T1] hub 1-0:1.0: USB hub found
[    5.114519][    T1] hub 1-0:1.0: 1 port detected
[    5.120420][    T1] orion-ehci f1051000.usb-host: EHCI Host Controller
[    5.128112][    T1] orion-ehci f1051000.usb-host: new USB bus registered, assigned bus number 2
[    5.137179][    T1] orion-ehci f1051000.usb-host: irq 32, io mem 0xf1051000
[    5.165345][    T1] orion-ehci f1051000.usb-host: USB 2.0 started, EHCI 1.00
[    5.172714][    T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19
[    5.181727][    T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.189712][    T1] usb usb2: Product: EHCI Host Controller
[    5.195336][    T1] usb usb2: Manufacturer: Linux 5.19.2-mvebu-tld-1 ehci_hcd
[    5.202498][    T1] usb usb2: SerialNumber: f1051000.usb-host
[    5.209208][    T1] hub 2-0:1.0: USB hub found
[    5.214462][    T1] hub 2-0:1.0: 1 port detected
[    5.219160][  T663] ata1: SATA link down (SStatus 0 SControl F300)
[    5.227217][    T1] usbcore: registered new interface driver usblp
[    5.235804][    T1] usbcore: registered new interface driver usb-storage
[    5.243283][    T1] mousedev: PS/2 mouse device common for all mice
[    5.253457][    T1] rtc-mv f10d8500.real-time-clock: registered as rtc0
[    5.264328][    T1] rtc-mv f10d8500.real-time-clock: setting system clock to 2022-10-31T12:25:03 UTC (1667219103)
[    5.275601][    T1] i2c_dev: i2c /dev entries driver
[    5.282328][    T1] mv64xxx_i2c f1011000.i2c: can't get pinctrl, bus recovery not supported
[    5.294310][    T1] orion_wdt: Initial timeout 25 sec
[    5.303932][    T1] device-mapper: uevent: version 1.0.3
[    5.310632][    T1] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    5.320670][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[    5.328224][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[    5.335724][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[    5.343120][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    5.349988][    T1] device-mapper: raid: Loading target version 1.15.1
[    5.358913][    T1] marvell-cesa f1030000.crypto-engine: CESA device successfully registered
[    5.368634][    T1] hid: raw HID events driver (C) Jiri Kosina
[    5.376474][    T1] usbcore: registered new interface driver usbhid
[    5.382753][    T1] usbhid: USB HID core driver
[    5.389155][    T1] drop_monitor: Initializing network drop monitor service
[    5.397772][    T1] NET: Registered PF_INET6 protocol family
[    5.405160][    T1] Segment Routing with IPv6
[    5.409697][   T20] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    5.417232][    T1] RPL Segment Routing with IPv6
[    5.422002][    T1] In-situ OAM (IOAM) with IPv6
[    5.426946][    T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    5.436294][    T1] NET: Registered PF_PACKET protocol family
[    5.443988][    T1] 8021q: 802.1Q VLAN Support v1.8
[    5.449038][    T1] Key type dns_resolver registered
[    5.454165][    T1] ThumbEE CPU extension supported.
[    5.459243][    T1] Registering SWP/SWPB emulation handler
[    5.464733][    T1] PJ4 iWMMXt v2 coprocessor enabled.
[    5.470757][    T1] registered taskstats version 1
[    5.476047][    T1] Loading compiled-in X.509 certificates
[    5.482309][    T1] zswap: loaded using pool lzo/zbud
[    5.488038][    T1] Key type ._fscrypt registered
[    5.492786][    T1] Key type .fscrypt registered
[    5.497482][    T1] Key type fscrypt-provisioning registered
[    5.506853][    T1] Key type big_key registered
[    5.538176][    T1] Key type encrypted registered
[    5.559604][    T1] Freeing unused kernel image (initmem) memory: 1024K
[    5.597904][    T1] Checked W+X mappings: passed, no W+X pages found
[    5.604501][    T1] Run /init as init process
[    5.627772][   T20] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=77.63
[    5.640353][   T20] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    5.653631][   T20] usb 1-1: Product: USB2.0 Hub
[    5.665739][   T20] hub 1-1:1.0: USB hub found
[    5.676165][   T20] hub 1-1:1.0: 4 ports detected
Loading, please wait...
Starting version 247.3-7+deb11u1
[    5.995410][   T20] usb 1-1.1: new high-speed USB device number 3 using orion-ehci
[    6.168269][   T20] usb 1-1.1: New USB device found, idVendor=0951, idProduct=1665, bcdDevice= 1.00
[    6.185588][   T20] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.193611][   T20] usb 1-1.1: Product: DataTraveler 2.0
[    6.227674][   T20] usb 1-1.1: Manufacturer: Kingston
[    6.232757][   T20] usb 1-1.1: SerialNumber: 60A44C3FAF75F061C99424E4
[    6.268123][   T20] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[    6.291685][   T20] scsi host1: usb-storage 1-1.1:1.0
[    6.405376][   T20] usb 1-1.2: new full-speed USB device number 4 using orion-ehci
[    6.568768][   T20] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c52f, bcdDevice=22.01
[    6.595400][   T20] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.603446][   T20] usb 1-1.2: Product: USB Receiver
[    6.625881][  T915] usbcore: registered new interface driver uas
[    6.632953][   T20] usb 1-1.2: Manufacturer: Logitech
[    6.654082][   T20] input: Logitech USB Receiver as /devices/platform/mbus/mbus:internal-regs/f1050000.usb-host/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C52F.0001/input/input0
[    6.706900][   T20] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-f1050000.usb-host-1.2/input0
[    6.755631][   T20] input: Logitech USB Receiver Consumer Control as /devices/platform/mbus/mbus:internal-regs/f1050000.usb-host/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C52F.0002/input/input1
[    6.888492][   T20] hid-generic 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-f1050000.usb-host-1.2/input1
[    7.009296][  T914] logitech-djreceiver 0003:046D:C52F.0001: hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-f1050000.usb-host-1.2/input0
[    7.025376][   T20] usb 1-1.3: new low-speed USB device number 5 using orion-ehci
[    7.128240][  T916] i2c i2c-0: Added multiplexed i2c bus 1
[    7.155805][  T916] i2c i2c-0: Added multiplexed i2c bus 2
[    7.197586][  T914] logitech-djreceiver 0003:046D:C52F.0002: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-f1050000.usb-host-1.2/input1
[    7.222764][  T916] i2c i2c-0: Added multiplexed i2c bus 3
[    7.233790][   T20] usb 1-1.3: New USB device found, idVendor=04d9, idProduct=1702, bcdDevice= 4.06
[    7.265412][   T20] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.273454][   T20] usb 1-1.3: Product: USB Keyboard
[    7.305468][   T20] usb 1-1.3: Manufacturer:  
[    7.328671][   T20] input:   USB Keyboard as /devices/platform/mbus/mbus:internal-regs/f1050000.usb-host/usb1/1-1/1-1.3/1-1.3:1.0/0003:04D9:1702.0003/input/input4
[    7.350628][    C0] logitech-djreceiver 0003:046D:C52F.0002: device of type eQUAD step 4 DJ (0x04) connected on slot 1
[    7.436267][   T20] hid-generic 0003:04D9:1702.0003: input,hidraw2: USB HID v1.10 Keyboard [  USB Keyboard] on usb-f1050000.usb-host-1.3/input0
[    7.464918][  T928] input: Logitech Wireless Mouse PID:4008 Mouse as /devices/platform/mbus/mbus:internal-regs/f1050000.usb-host/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C52F.0002/0003:046D:4008.0004/input/input5
[    7.510701][   T20] input:   USB Keyboard System Control as /devices/platform/mbus/mbus:internal-regs/f1050000.usb-host/usb1/1-1/1-1.3/1-1.3:1.1/0003:04D9:1702.0005/input/input10
[    7.548483][  T928] input: Logitech Wireless Mouse PID:4008 Consumer Control as /devices/platform/mbus/mbus:internal-regs/f1050000.usb-host/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C52F.0002/0003:046D:4008.0004/input/input6
[    7.645986][   T20] input:   USB Keyboard Consumer Control as /devices/platform/mbus/mbus:internal-regs/f1050000.usb-host/usb1/1-1/1-1.3/1-1.3:1.1/0003:04D9:1702.0005/input/input11
[    7.662625][  T928] hid-generic 0003:046D:4008.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4008] on usb-f1050000.usb-host-1.2/input1:1
[    7.691509][   T20] hid-generic 0003:04D9:1702.0005: input,hidraw4: USB HID v1.10 Device [  USB Keyboard] on usb-f1050000.usb-host-1.3/input1
[    7.742950][  T917] sdhci: Secure Digital Host Controller Interface driver
[    7.799258][  T917] sdhci: Copyright(c) Pierre Ossman
[    8.030855][   T37] scsi 1:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 4
[    8.048676][    T8] sd 1:0:0:0: [sda] 30233588 512-byte logical blocks: (15.5 GB/14.4 GiB)
[    8.064429][    T8] sd 1:0:0:0: [sda] Write Protect is off
[    8.076053][    T8] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    8.100403][    T8]  sda: sda1 sda2
[    8.108578][    T8] sd 1:0:0:0: [sda] Attached SCSI removable disk
[    8.116552][  T913] sdhci-pltfm: SDHCI platform and OF driver helper
[    8.124706][    T8] mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
[    8.161516][    T8] mmc0: SDHCI controller on f1090000.sdio-host [f1090000.sdio-host] using DMA
[    8.187375][   T37] mmc1 bounce up to 128 segments into one, max segment size 65536 bytes
[    8.232098][   T37] mmc1: SDHCI controller on f1092000.sdio-host [f1092000.sdio-host] using DMA
[    9.177982][  T914] input: Logitech M185/M225 as /devices/platform/mbus/mbus:internal-regs/f1050000.usb-host/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C52F.0002/0003:046D:4008.0004/input/input12
[    9.249769][  T914] logitech-hidpp-device 0003:046D:4008.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech M185/M225] on usb-f1050000.usb-host-1.2/input1:1
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/sda2
fsck exited with status code 8
done.
Warning: File system check failed but did not detect errors
[   14.849993][  T950] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

INIT: version 2.96 booting

Using makefile-style concurrent boot in runlevel S.
Setting hostname to 'debian'...done.
Starting hotplug events dispatcher: systemd-udevd.
Synthesizing the initial hotplug events (subsystems)...done.
Synthesizing the initial hotplug events (devices)...done.
Waiting for /dev to be fully populated...[   18.726479][ T1138] sd 1:0:0:0: Attached scsi generic sg0 type 0
done.
Activating swap:.
[   22.249328][ T1278] EXT4-fs (sda2): re-mounted. Quota mode: none.
Will now check root file system:[/sbin/fsck.ext4 (1) -- /] fsck.ext4 -y -C0 /dev/sda2 
e2fsck 1.46.2 (28-Feb-2021)
rootfs: clean, 25306/936560 files, 390269/3746174 blocks
.
[   22.478976][ T1290] EXT4-fs (sda2): re-mounted. Quota mode: none.
Will now check all file systems.
Checking all file systems.
LABEL=rootfs is mounted
Done checking file systems.
Log is being saved in /var/log/fsck/checkfs if that location is writable.
[   26.047422][  T925] random: crng init done
Cleaning up temporary files...
[00].
Will now mount local filesystems:.
Will now activate swapfile swap, if any:done.
Checking minimum space in /tmp...done.
Cleaning up temporary files....
Starting Setting kernel variables: sysctl.
Initializing random number generator...done.
[   30.104213][    C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   30.115240][    C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[   30.121924][    C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   30.133011][  T928] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/***********
Sending on   LPF/eth0/***********
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
DHCPOFFER of 192.168.1.144 from 192.168.1.1
DHCPREQUEST for 192.168.1.144 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.1.144 from 192.168.1.1
bound to 192.168.1.144 -- renewal in 19117 seconds.
done.
Starting RPC port mapper daemon: rpcbind.
Starting NFS common utilities: statd idmapd.
Cleaning up temporary files....

INIT: Entering runlevel: 2

Using makefile-style concurrent boot in runlevel 2.
Not starting NFS kernel daemon: no exports. ... [1B][33m(warning).[1B][39;49m
Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
1848 (syslogd)
.
Starting periodic command scheduler: cron.
Starting system message bus: dbus.
Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
Starting NTP server: ntpd.
Starting OpenBSD Secure Shell server: sshd.
Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1878 (klogd)
.
Running local boot scripts (/etc/rc.local)
[00]Configuration file wrong or corrupted
<13>Oct 31 05:25:37 root[1979]: Cannot read u-boot env ethaddr
.


Debian GNU/Linux 11 debian ttyS0

debian login:



Edited 1 time(s). Last edit at 10/31/2022 07:54AM by wildhem.
Re: Debian on Dell Wyse T10 / T50
October 31, 2022 09:38AM
Great wildhem.!!!!!

Congratulations.!!!!

Do you have also video output or not.?
Can you share with us all the process .?

Thanks a lot.!!
Author:

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: