Welcome! Log In Create A New Profile

Advanced

Debian on Dell Kace M300

Posted by JDS420 
Re: Debian on Dell Kace M300
February 01, 2023 03:39PM
> wanted to give an update on this after so long,
> finally found one of my max3232 adapters and got
> one of them hooked up-- I made a booboo when I did
> the kernel upgrade around 5.18 or so it seems, and
> set the load_dtb_addr env to 0x2c00000 as
> "required" with the newer larger kernels... turns
> out, I'm a dummy, the M300's U-Boot is much newer
> and should be kept at the stock 0x1c00000 instead.

True. The new u-boot figures out the relocation perfectly. So we don't need to play with those load addresses. But the size has to fit in memory first.

> This should probably get added to the kernel page
> so others with an M300 don't give themselves this
> issue by accident, given the U-Boot is much newer
> as stated, and the difference between a 2017
> version and a 2022 version is like comparing a
> Model A and a Tesla.

Haha :)

You would notice that I have not formally released the M300 u-boot 2022 version. I still need to tweak the new envs image. And want to release new version for other boards too. So I'm procastinate a bit.

>
> and yeah I didn't do a lazy_init when I created
> the ext4 rootfs, it's good, so I knew that wasn't
> the issue, I thought it was just some crazy stuff
> with the uboot but it turns out it was a true
> PEBKAC error with the uboot all along.... just
> took me 5 months to get around to it.
>
> One of my two M300s has become an Owntone server
> in that time, and I've been using it to listen to
> music via iTunes on my PCs and on my Roku
> Soundbridge M1001. Turns out the 2GHz kirkwood has
> JUST enough horsepower to transcode FLAC files to
> something usable by iTunes in the end (probably
> WAV.)

Cool!

> The other one has been sitting on and dormant as
> the test box for anything I want to try running on
> these. I've since given away my Pogoplug E02 to a
> friend in CA and the v4 is still kicking around...
> somewhere, buried under other projects. but given
> how much power just the M300 has alone, I'm
> unlikely to use it ever again. It was a good
> starter box, but now we're playing with real fire.
> :D

The Pogo V4 still has its place as a mini NAS with a nice SATA slot and 1Gbit ethernet.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Kace M300
March 20, 2023 07:31AM
read about these kace m300 boxes and ordered 3 from ebay at around 20 each. i did sift through this forum.
i was able to remove the root password by just editing the shadow file and blanking out the second field of the root account and have access to the prompt.
what are the current instructions and files i need to update these boxes?
also are there any usb images available that are already prepared with what is needed to do the updates on new boxes,
since they are the same hardware inside the m300's? and is there a kwboot.exe for windows?



Edited 1 time(s). Last edit at 03/20/2023 07:49AM by mrc333777.
Re: Debian on Dell Kace M300
March 20, 2023 01:45PM
> what are the current instructions and files i need
> to update these boxes?

Quote
1st post

bodhi's note:

Please see this post for Installation Instruction:

https://forum.doozan.com/read.php?2,61344,90019#msg-90019

And there is no kwboot for windows.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Kace M300
March 20, 2023 02:40PM
bodhi Wrote:
-------------------------------------------------------

> And there is no kwboot for windows.

You can build kwboot from source under cygwin. I don't know about the legality of packaging the cygwin dll with an application or I'd just post a link to an already built version.
Re: Debian on Dell Kace M300
March 20, 2023 05:11PM
JT,

> You can build kwboot from source under cygwin. I
> don't know about the legality of packaging the
> cygwin dll with an application or I'd just post a
> link to an already built version.

Yeah. It would be nice to find out. It is quite useful for Windows users who are not yet ready to run a Linux VM. So you have built one under cygwin? what is the size of that package?

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Kace M300
March 20, 2023 07:30PM
the reason i asked about that was i noticed while sifting through some of these messages, i seen kwboot.exe in them
Re: Debian on Dell Kace M300
March 21, 2023 10:28PM
bodhi Wrote:
-------------------------------------------------------
> JT,
>
>
> Yeah. It would be nice to find out. It is quite
> useful for Windows users who are not yet ready to
> run a Linux VM. So you have built one under
> cygwin? what is the size of that package?

The big part of the package is cygwin1.dll which is 3.4MB. The kwboot.exe is only 67k. My zip with everything is 1.3MB.
Re: Debian on Dell Kace M300
March 21, 2023 11:19PM
> The big part of the package is cygwin1.dll which
> is 3.4MB. The kwboot.exe is only 67k. My zip
> with everything is 1.3MB.

Not bad. Now I guess there must be some info out there re the dll copyright.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Kace M300
March 22, 2023 12:20AM
I think it's ok to distribute the dll (https://www.cygwin.com/faq.html):

"4.22.

Can I bundle Cygwin with my product for free?

Starting with Cygwin version 2.5.2, which is LGPL licensed, yes, albeit it's not recommended for interoperability reasons."

I'm not real sure what "bundle Cygwin" means or what that entails (just add the dll to the zip?).

For now, here's the exe as well as the source I used. I'm not sure how useful it is without the dll, but if anyone wants to try it, here it is. Make sure you read the readme.txt file. As I stated in the readme, it's been a few years since I've used it, but I did successfully use it on my Kace/M300. I'm having issues with a Pogopro I can't ssh into right now, so may have to crack it open to get to the serial console anyway. If I do, I'll give it a try. I don't have Windows 11 on any of my computers, so Windows 10 is the best I'll be able to test assuming I can find the right driver. The USB serial port adapter I have is pretty old from Prolific.
Attachments:
open | download - kwboot-windows.zip (106.2 KB)
Re: Debian on Dell Kace M300
March 22, 2023 02:17PM
Up in the Wiki thread.

Quote

Unbricking with Serial Console & JTAG console

How to unbrick your box using serial console with kwboot
kwboot on Mac OSX 10
kwboot on Windows 10

Thanks!

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Kace M300
March 26, 2023 03:31PM
i cant get a created usb to boot up, i followed the instructions properly i think.
can someone make a couple usb images of already working bootable usb sticks for me to toy around with?

and the m300 command line / env settings i need to boot them



Edited 1 time(s). Last edit at 03/26/2023 04:18PM by mrc333777.
Re: Debian on Dell Kace M300
March 26, 2023 04:28PM
mrc333777,

> i cant get a created usb to boot up, i followed
> the instructions properly i think.
> can someone make a couple usb images of already
> working bootable usb sticks for me to toy around
> with?

The instruction is concise. So you might have missed some details. Recreate the USB rootfs, and copy /paste everything you've done on the Linux terminal, and post here. I will take a look for you.


>
> and the m300 command line / env settings i need to
> boot them

It is in the first post, where I pointed to the installation instruction:

Quote

Please see this post for Installation Instruction:

https://forum.doozan.com/read.php?2,61344,90019#msg-90019

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Kace M300
March 26, 2023 05:17PM
root@x:~# mkfs.ext3 /dev/sdb
mke2fs 1.46.2 (28-Feb-2021)
/dev/sdb contains a ext3 file system labelled 'rootfs'
        last mounted on /mnt on Sun Mar 26 15:53:12 2023
Proceed anyway? (y,N) y
Creating filesystem with 29305205 4k blocks and 7331840 inodes
Filesystem UUID: 00426021-bdce-4f72-90e9-8612522a9375
Superblock backups stored on blocks:
        32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
        4096000, 7962624, 11239424, 20480000, 23887872

Allocating group tables: done
Writing inode tables: done
Creating journal (131072 blocks): done
Writing superblocks and filesystem accounting information: done

root@x:~# e2label /dev/sdb rootfs
root@x:~# mount /dev/sdb /mnt
cp Debian-5.2.9-kirkwood-tld-1-rootfs-bodhi.tar.bz2 /mnt
cd /mnt
root@x:/mnt# ls
Debian-5.2.9-kirkwood-tld-1-rootfs-bodhi.tar.bz2  lost+found
tar -xjf Debian-5.2.9-kirkwood-tld-1-rootfs-bodhi.tar.bz2
root@x:/mnt# ls
bin  boot  Debian-5.2.9-kirkwood-tld-1-rootfs-bodhi.tar.bz2  dev  etc  home  lib  lost+found  media  mnt  opt  proc  root  run  sbin  srv  sys  tmp  usr  var
root@x:/mnt# cd boot
root@x:/mnt/boot# ls
config-5.2.9-kirkwood-tld-1 initrd.img-5.2.9-kirkwood-tld-1 System.map-5.2.9-kirkwood-tld-1 uInitrd zImage-5.2.9-kirkwood-tld-1 dts linux-headers-5.2.9-kirkwood-tld-1_1.0_armel.deb  uImage vmlinuz-5.2.9-kirkwood-tld-1
root@x:/mnt/boot# cp -a zImage-5.2.9-kirkwood-tld-1  zImage.fdt
cat dts/kirkwood-m300.dtb  >> zImage.fdt
mv uImage uImage.orig
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.2.9-kirkwood-tld-1 -d zImage.fdt  uImage
sync
Image Name:   Linux-5.2.9-kirkwood-tld-1
Created:      Sun Mar 26 18:07:39 2023
Image Type:   ARM Linux Kernel Image (uncompressed)
Data Size:    4974252 Bytes = 4857.67 KiB = 4.74 MiB
Load Address: 00008000
Entry Point:  00008000
root@x:/mnt/boot#
sync

umount /dev/sdb

then went to the m300 and did this

----------------------------------------------

         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** LOADER **
 ** MARVELL BOARD: DB-88F6282A-BP LE

U-Boot 1.1.4 (Jun 20 2011 - 13:16:26) Marvell version: 3.4.27
USISH-SMB Ver: kacemini-1.5

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CDBC0

Soc: MV88F1155 Rev 1 (DDR3)
CPU running @ 2000Mhz L2 running @ 500Mhz
SysClock = 500Mhz , TClock = 200Mhz

DRAM (DDR3) CAS Latency = 7 tRP = 7 tRAS = 20 tRCD=7
DRAM CS[0] base 0x00000000   size 512MB
DRAM CS[1] base 0x20000000   size 512MB
DRAM CS[2] base 0x40000000   size 512MB
DRAM CS[3] base 0x60000000   size 512MB
DRAM Total size   2GB  16bit width
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
[512kB@f8000000] Flash: 512 kB
Good CRC!

CPU : Marvell Feroceon (Rev 1)

Streaming disabled
Write allocate disabled


USB 0: host mode
PEX 0: interface detected no Link.
Net:   egiga0 [PRIME]


Running diagnostics ...

        DDR3 data bus test                               PASSED

        DDR3 address bus test                            PASSED

        DDR3 device test                                 PASSED

Diag completed
Hit any key to stop autoboot:  0
Marvell>>
Marvell>> setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial'
Marvell>> setenv load_uima usb 0:1 0x800000 /boot/uImage'
Marvell>> setenv load_uinitrd 'ext2load usb 0:1 0x2100000 /boot/uInitrd'
Marvell>> setenv usb_boot 'mw 0x800000 0 1; run load_uimage; run load_uinitrd; bootm 0x800000 0x2100000'
Marvell>> setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot'
Marvell>> setenv bootcmd 'usb reset; run usb_bootcmd; usb stop; reset'
Marvell>> printenv
baudrate=115200
loads_echo=0
rootpath=/mnt/ARM_FS/
usiversion=kacemini-1.5
console=console=ttyS0,115200 mtdparts=spi_flash:0x7f000@0(uboot),0x1000@0x7f000(u-boot-env)
CASset=min
MALLOC_len=1
ethprime=egiga0
bootargs_root=root=/dev/nfs rw
bootargs_end=:::DB88FXX81:eth0:none
image_name=uImage
standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000;
ethmtu=1500
mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs
mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500
usb0Mode=host
yuk_ethaddr=00:00:00:EE:51:81
netretry=no
rcvrip=169.254.100.100
loadaddr=0x02000000
autoload=no
ethact=egiga0
filesize=728c0
fileaddr=1200000
netmask=255.255.255.0
ipaddr=192.168.58.233
serverip=192.168.58.188
ethaddr=18:03:73:41:db:df
run_diag=yes
bootargs_console=console=ttyS0,115200 mtdparts=spi_flash:0x7f000@0(uboot),0x1000@0x7f000(u-boot-env)
bootcmd_ide=run bootcmd_ideload; setenv bootargs $(bootargs_console); bootm 0x100000 0x01100000
bootcmd_ideload=ide reset; ext2load ide 0:1 0x100000 /uImage; ext2load ide 0:1 0x01100000 /uInitrd
bootcmd2=ide reset; ext2load ide 0:2 0x100000 /kbox/bin/uImage.bak; ext2load ide 0:1 0x01100000 /uInitrd;bootm 0x100000 0x01100000
bootargs=console=ttyS0,115200 mtdparts=spi_flash:0x7f000@0(uboot),0x1000@0x7f000(u-boot-env)
kernel2bootup=no
stdin=serial
stdout=serial
stderr=serial
mainlineLinux=no
enaMonExt=no
enaCpuStream=no
enaWrAllo=no
pexMode=RC
disL2Cache=no
setL2CacheWT=yes
disL2Prefetch=yes
enaICPref=yes
enaDCPref=yes
sata_dma_mode=yes
netbsd_en=no
vxworks_en=no
bootdelay=3
disaMvPnp=no
enaAutoRecovery=yes
pcieTune=no
usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial
load_uima=usb 0:1 0x800000 /boot/uImage
load_uinitrd=ext2load usb 0:1 0x2100000 /boot/uInitrd
usb_boot=mw 0x800000 0 1; run load_uimage; run load_uinitrd; bootm 0x800000 0x2100000
usb_bootcmd=run usb_set_bootargs; run usb_boot
bootcmd=usb reset; run usb_bootcmd; usb stop; reset

Environment size: 2056/4092 bytes
Marvell>> boot
(Re)start USB...
USB:   scanning bus for devices... 3 USB Device(s) found
Waiting for storage device(s) to settle before scanning...
USI board reset
ΓΌ
         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** LOADER **
 ** MARVELL BOARD: DB-88F6282A-BP LE

U-Boot 1.1.4 (Jun 20 2011 - 13:16:26) Marvell version: 3.4.27
USISH-SMB Ver: kacemini-1.5

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CDBC0

Soc: MV88F1155 Rev 1 (DDR3)
CPU running @ 2000Mhz L2 running @ 500Mhz
SysClock = 500Mhz , TClock = 200Mhz

DRAM (DDR3) CAS Latency = 7 tRP = 7 tRAS = 20 tRCD=7
DRAM CS[0] base 0x00000000   size 512MB
DRAM CS[1] base 0x20000000   size 512MB
DRAM CS[2] base 0x40000000   size 512MB
DRAM CS[3] base 0x60000000   size 512MB
DRAM Total size   2GB  16bit width
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
[512kB@f8000000] Flash: 512 kB
Good CRC!

CPU : Marvell Feroceon (Rev 1)

Streaming disabled
Write allocate disabled


USB 0: host mode
PEX 0: interface detected no Link.
Net:   egiga0 [PRIME]


Running diagnostics ...

        DDR3 data bus test                               PASSED

        DDR3 address bus test                            PASSED

        DDR3 device test                                 PASSED

Diag completed
Hit any key to stop autoboot:  0
Marvell>>


this is one of the 3 new boxes i ordered from ebay to play with

============
bodhi's edit: please use code tags (formatted code) to post log.



Edited 2 time(s). Last edit at 03/26/2023 07:40PM by bodhi.
Re: Debian on Dell Kace M300
March 26, 2023 07:46PM
> root@x:~# mkfs.ext3 /dev/sdb

This was wrong. It should be the 1st partition, not the whole disk.

mkfs.ext3 /dev/sdb1

> root@x:~# e2label /dev/sdb rootfs

This was also incorrect. Should be:

e2label /dev/sdb1 rootfs

> root@x:~# mount /dev/sdb /mnt

Ditto,

mount /dev/sdb1 /mnt

So on ....

> Marvell>> boot
> (Re)start USB...
> USB: scanning bus for devices... 3 USB Device(s)
> found
> Waiting for storage device(s) to settle before
> scanning...
> USI board reset

So stock u-boot probably choked on reading the partition.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Kace M300
March 26, 2023 08:52PM
wow it worked, i must of tried 10 different usb sticks and 3 sata to usb 3 adapters. thank you!
now i am on a mission to update the uboot.
do i need it? im not sure if these boxes have the latest
Re: Debian on Dell Kace M300
March 26, 2023 08:58PM
It is optional. The new u-boot has not been released yet. But others have tried OK.

Installation instruction:

Quote

E. U-Boot 2022.04-tld-1 for M300 (Optional)

After the box is running to your satisfaction. Consider installing new u-boot.

See new u-boot installation and binary here

You don't have to, since stock u-boot works OK. The advantage with the new u-boot is that it is modern and has all capabilities that I can think of adding.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Kace M300
March 27, 2023 09:43PM
just an update. i did get the latest u-boot installed and the latest kernel and all working great, thank you!
Re: Debian on Dell Kace M300
March 27, 2023 10:35PM
Cool!

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Kace M300
April 22, 2023 12:02AM
I recently purchased some Lexar 128GB SSD from Amazon for $10.49 that are a perfect fit after removal from case to mount in replacement of the stock 16GB device. Pictures attached.
I suspect the 256GB, 512GB and 1TB versions would fit as well.

Ray
Attachments:
open | download - Lexar 128GB SSD.jpeg (60.5 KB)
open | download - Lexar SSD case opened.jpeg (79.6 KB)
open | download - Lexar SSD installed.jpeg (117.9 KB)
Re: Debian on Dell Kace M300
April 22, 2023 12:25AM
Ray,

Very nice mod! actually it's awesome, because it fits like a native SSD SATA drive.

I'm ordering a few for my cluster. Thanks!

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



Edited 1 time(s). Last edit at 04/22/2023 12:33AM by bodhi.
Re: Debian on Dell Kace M300
April 23, 2023 05:46PM
can the m300 use an ssd larger than 128 gig? i tried a 256 gig and it wouldnt boot, something about panic.
so i just put a 128 gig in
Re: Debian on Dell Kace M300
April 23, 2023 06:04PM
> can the m300 use an ssd larger than 128 gig? i
> tried a 256 gig and it wouldnt boot, something
> about panic.
> so i just put a 128 gig in

It should not make any difference whether 128G or 256G, or 1TB.

I'd suggest recreating your 256G rootfs.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Kace M300
April 23, 2023 07:17PM
bodhi Wrote:
-------------------------------------------------------
> > can the m300 use an ssd larger than 128 gig? i
> > tried a 256 gig and it wouldnt boot, something
> > about panic.
> > so i just put a 128 gig in
>
> It should not make any difference whether 128G or
> 256G, or 1TB.
>
> I'd suggest recreating your 256G rootfs.


okay, will try
Re: Debian on Dell Kace M300
April 24, 2023 06:14AM
works fine with the 128 gig drive both ways. so i re-did the 256 gig ssd again , same thing happens and it times out
when hooked to the sata port, when i hook it to a usb to sata connector it does boot from usb port. here is the logs.

[2023-04-24 06:58:49.007] U-Boot 2022.04-tld-1 (Mar 20 2022 - 18:15:15 -0700)
[2023-04-24 06:58:49.007] Dell KACE M300
[2023-04-24 06:58:49.023]
[2023-04-24 06:58:49.023] SoC: Kirkwood 88F6282_A1
[2023-04-24 06:58:49.023] Model: Dell KACE M300
[2023-04-24 06:58:49.023] DRAM: 2 GiB
[2023-04-24 06:58:49.054] Core: 9 devices, 8 uclasses, devicetree: separate
[2023-04-24 06:58:49.070] Loading Environment from SPIFlash... SF: Detected mx25l4005a with page size 256 Bytes, erase size 4 KiB, total 512 KiB
[2023-04-24 06:58:49.117] OK
[2023-04-24 06:58:49.117] In: serial
[2023-04-24 06:58:49.117] Out: serial
[2023-04-24 06:58:49.120] Err: serial
[2023-04-24 06:58:49.120] Net:
[2023-04-24 06:58:49.133] Warning: ethernet-controller@72000 (eth0) using random MAC address - 02:86:01:5e:3f:82
[2023-04-24 06:58:49.133] eth0: ethernet-controller@72000
[2023-04-24 06:58:49.149] Hit any key to stop autoboot: 10 9 8 7 6 5 4 3 2 1 0
[2023-04-24 06:58:59.172] Initializing devices...
[2023-04-24 06:58:59.172] resetting USB...
[2023-04-24 06:58:59.172] Bus ehci@50000: USB EHCI 1.00
[2023-04-24 06:58:59.192] scanning bus ehci@50000 for devices... 3 USB Device(s) found
[2023-04-24 06:59:00.516] scanning usb for storage devices... 1 Storage Device(s) found
[2023-04-24 06:59:01.532] resetting USB...
[2023-04-24 06:59:01.532] Bus ehci@50000: USB EHCI 1.00
[2023-04-24 06:59:01.548] scanning bus ehci@50000 for devices... 3 USB Device(s) found
[2023-04-24 06:59:02.883] scanning usb for storage devices... 1 Storage Device(s) found
[2023-04-24 06:59:03.131] Loading envs from usb 0...
[2023-04-24 06:59:03.131] Failed to load '/boot/uEnv.txt'
[2023-04-24 06:59:03.131] Loading envs from usb 1...
[2023-04-24 06:59:03.131] Couldn't find partition usb 1:1
[2023-04-24 06:59:03.145] Can't set block device
[2023-04-24 06:59:03.145] Loading envs from usb 2...
[2023-04-24 06:59:03.145] Couldn't find partition usb 2:1
[2023-04-24 06:59:03.145] Can't set block device
[2023-04-24 06:59:03.161] Loading envs from usb 3...
[2023-04-24 06:59:03.161] Couldn't find partition usb 3:1
[2023-04-24 06:59:03.161] Can't set block device
[2023-04-24 06:59:03.161] Loading envs from sata 0...
[2023-04-24 06:59:03.394] Couldn't find partition sata 0:1
[2023-04-24 06:59:03.394] Can't set block device
[2023-04-24 06:59:03.410] Loading envs from sata 1...
[2023-04-24 06:59:03.644] Couldn't find partition sata 1:1
[2023-04-24 06:59:03.644] Can't set block device
[2023-04-24 06:59:03.644] Loading envs from sata 2...
[2023-04-24 06:59:03.885] Couldn't find partition sata 2:1
[2023-04-24 06:59:03.885] Can't set block device
[2023-04-24 06:59:03.885] Loading envs from sata 3...
[2023-04-24 06:59:04.114] Couldn't find partition sata 3:1
[2023-04-24 06:59:04.114] Can't set block device
[2023-04-24 06:59:04.130] running scan_disk ...
[2023-04-24 06:59:04.130] Scan device usb
[2023-04-24 06:59:04.130] resetting USB...
[2023-04-24 06:59:04.130] Bus ehci@50000: USB EHCI 1.00
[2023-04-24 06:59:04.146] scanning bus ehci@50000 for devices... 3 USB Device(s) found
[2023-04-24 06:59:05.488] scanning usb for storage devices... 1 Storage Device(s) found
[2023-04-24 06:59:06.496] resetting USB...
[2023-04-24 06:59:06.496] Bus ehci@50000: USB EHCI 1.00
[2023-04-24 06:59:06.508] scanning bus ehci@50000 for devices... 3 USB Device(s) found
[2023-04-24 06:59:07.846] scanning usb for storage devices... 1 Storage Device(s) found
[2023-04-24 06:59:07.848] device usb 0:1
[2023-04-24 06:59:07.862] 1 bytes read in 7 ms (0 Bytes/s)
[2023-04-24 06:59:07.862] Found bootable drive on usb 0
[2023-04-24 06:59:07.877] loading uImage ...
[2023-04-24 06:59:08.011] 5435888 bytes read in 141 ms (36.8 MiB/s)
[2023-04-24 06:59:08.011] loading uInitrd ...
[2023-04-24 06:59:08.275] 9671091 bytes read in 245 ms (37.6 MiB/s)
[2023-04-24 06:59:08.275] loading DTB /boot/dts/kirkwood-m300.dtb ...
[2023-04-24 06:59:08.289] 10497 bytes read in 17 ms (602.5 KiB/s)
[2023-04-24 06:59:08.305] ## Booting kernel from Legacy Image at 00800000 ...
[2023-04-24 06:59:08.305] Image Name: Linux-5.13.6-kirkwood-tld-1
[2023-04-24 06:59:08.305] Created: 2021-09-24 0:22:58 UTC
[2023-04-24 06:59:08.305] Image Type: ARM Linux Kernel Image (uncompressed)
[2023-04-24 06:59:08.321] Data Size: 5435824 Bytes = 5.2 MiB
[2023-04-24 06:59:08.321] Load Address: 00008000
[2023-04-24 06:59:08.321] Entry Point: 00008000
[2023-04-24 06:59:08.321] Verifying Checksum ... OK
[2023-04-24 06:59:08.627] ## Loading init Ramdisk from Legacy Image at 02100000 ...
[2023-04-24 06:59:08.627] Image Name: initramfs-5.13.6-kirkwood-tld-1
[2023-04-24 06:59:08.627] Created: 2021-09-24 1:06:32 UTC
[2023-04-24 06:59:08.638] Image Type: ARM Linux RAMDisk Image (gzip compressed)
[2023-04-24 06:59:08.638] Data Size: 9671027 Bytes = 9.2 MiB
[2023-04-24 06:59:08.638] Load Address: 00000000
[2023-04-24 06:59:08.638] Entry Point: 00000000
[2023-04-24 06:59:08.638] Verifying Checksum ... OK
[2023-04-24 06:59:09.168] ## Flattened Device Tree blob at 01c00000
[2023-04-24 06:59:09.168] Booting using the fdt blob at 0x1c00000
[2023-04-24 06:59:09.183] Loading Kernel Image
[2023-04-24 06:59:09.246] Loading Ramdisk to 3f6c6000, end 3ffff173 ... OK
[2023-04-24 06:59:09.349] Loading Device Tree to 7fb93000, end 7fb98900 ... OK
[2023-04-24 06:59:09.365]
[2023-04-24 06:59:09.365] Starting kernel ...
[2023-04-24 06:59:09.365]
[2023-04-24 06:59:09.412] Uncompressing Linux... done, booting the kernel.
[2023-04-24 06:59:17.579] [ 0.000000][ T0] Booting Linux on physical CPU 0x0
[2023-04-24 06:59:17.579] [ 0.000000][ T0] Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021
[2023-04-24 06:59:17.598] [ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[2023-04-24 06:59:17.598] [ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache
[2023-04-24 06:59:17.611] [ 0.000000][ T0] OF: fdt: Machine model: Dell KACE M300
[2023-04-24 06:59:17.611] [ 0.000000][ T0] Memory policy: Data cache writeback
[2023-04-24 06:59:17.626] [ 0.000000][ T0] Ignoring RAM at 0x70000000-0x80000000
[2023-04-24 06:59:17.626] [ 0.000000][ T0] Consider using a HIGHMEM enabled kernel.
[2023-04-24 06:59:17.626] [ 0.000000][ T0] Zone ranges:
[2023-04-24 06:59:17.626] [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000006fffffff]
[2023-04-24 06:59:17.642] [ 0.000000][ T0] Movable zone start for each node
[2023-04-24 06:59:17.642] [ 0.000000][ T0] Early memory node ranges
[2023-04-24 06:59:17.642] [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000006fffffff]
[2023-04-24 06:59:17.657] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000006fffffff]
[2023-04-24 06:59:17.657] [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 455168
[2023-04-24 06:59:17.673] [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi0.0:0x7f000@0(uboot),0x1000@0x7f000(u-boot-env)
[2023-04-24 06:59:17.690] [ 0.000000][ T0] Dentry cache hash table entries: 262144 (order: 8, 1048576 bytes, linear)
[2023-04-24 06:59:17.690] [ 0.000000][ T0] Inode-cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[2023-04-24 06:59:17.705] [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off
[2023-04-24 06:59:17.705] [ 0.000000][ T0] Memory: 1790308K/1835008K available (11264K kernel code, 1553K rwdata, 4272K rodata, 1024K init, 309K bss, 44700K reserved, 0K cma-reserved)
[2023-04-24 06:59:17.721] [ 0.000000][ T0] random: get_random_u32 called from ____cache_alloc+0x408/0x7b4 with crng_init=0
[2023-04-24 06:59:17.736] [ 0.000000][ T0] trace event string verifier disabled
[2023-04-24 06:59:17.736] [ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation.
[2023-04-24 06:59:17.752] [ 0.000000][ T0] Trampoline variant of Tasks RCU enabled.
[2023-04-24 06:59:17.752] [ 0.000000][ T0] Tracing variant of Tasks RCU enabled.
[2023-04-24 06:59:17.752] [ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[2023-04-24 06:59:17.767] [ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[2023-04-24 06:59:17.767] [ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[2023-04-24 06:59:17.785] [ 0.000002][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[2023-04-24 06:59:17.785] [ 0.000047][ T0] Switching to timer-based delay loop, resolution 5ns
[2023-04-24 06:59:17.800] [ 0.000676][ T0] Console: colour dummy device 80x30
[2023-04-24 06:59:17.800] [ 0.000739][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
[2023-04-24 06:59:17.816] [ 0.000773][ T0] pid_max: default: 32768 minimum: 301
[2023-04-24 06:59:17.816] [ 0.001083][ T0] LSM: Security Framework initializing
[2023-04-24 06:59:17.816] [ 0.001231][ T0] Mount-cache hash table entries: 4096 (order: 2, 16384 bytes, linear)
[2023-04-24 06:59:17.831] [ 0.001280][ T0] Mountpoint-cache hash table entries: 4096 (order: 2, 16384 bytes, linear)
[2023-04-24 06:59:17.847] [ 0.002418][ T0] CPU: Testing write buffer coherency: ok
[2023-04-24 06:59:17.847] [ 0.004457][ T1] Setting up static identity map for 0x100000 - 0x100058
[2023-04-24 06:59:17.847] [ 0.004684][ T1] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1
[2023-04-24 06:59:17.863] [ 0.004971][ T1] rcu: Hierarchical SRCU implementation.
[2023-04-24 06:59:17.863] [ 0.006238][ T1] devtmpfs: initialized
[2023-04-24 06:59:17.863] [ 0.010595][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[2023-04-24 06:59:17.878] [ 0.010640][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[2023-04-24 06:59:17.894] [ 0.033108][ T1] prandom32: self test passed (less than 6 bits correlated)
[2023-04-24 06:59:17.894] [ 0.033146][ T1] prandom: seed boundary self test passed
[2023-04-24 06:59:17.894] [ 0.035665][ T1] prandom: 100 self tests passed
[2023-04-24 06:59:17.909] [ 0.035680][ T1] pinctrl core: initialized pinctrl subsystem
[2023-04-24 06:59:17.909] [ 0.037005][ T1] NET: Registered protocol family 16
[2023-04-24 06:59:17.909] [ 0.037629][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[2023-04-24 06:59:17.925] [ 0.038387][ T1] audit: initializing netlink subsys (disabled)
[2023-04-24 06:59:17.925] [ 0.039557][ T1] thermal_sys: Registered thermal governor 'step_wise'
[2023-04-24 06:59:17.941] [ 0.039868][ T16] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 res=1
[2023-04-24 06:59:17.941] [ 0.040025][ T1] cpuidle: using governor ladder
[2023-04-24 06:59:17.941] [ 0.040151][ T1] cpuidle: using governor menu
[2023-04-24 06:59:17.956] [ 0.040522][ T1] Feroceon L2: Enabling L2
[2023-04-24 06:59:17.956] [ 0.040567][ T1] Feroceon L2: Cache support initialised.
[2023-04-24 06:59:17.956] [ 0.046236][ T1] No ATAGs?
[2023-04-24 06:59:17.972] [ 2.560052][ C0] random: fast init done
[2023-04-24 06:59:17.972] [ 2.948980][ T39] "cryptomgr_test" (39) uses obsolete ecb(arc4) skcipher
[2023-04-24 06:59:17.972] [ 2.966440][ T59] wait_for_initramfs() called before rootfs_initcalls
[2023-04-24 06:59:17.988] [ 3.150259][ T1] raid6: int32x8 gen() 185 MB/s
[2023-04-24 06:59:17.988] [ 3.320146][ T1] raid6: int32x8 xor() 114 MB/s
[2023-04-24 06:59:17.988] [ 3.490086][ T1] raid6: int32x4 gen() 179 MB/s
[2023-04-24 06:59:18.006] [ 3.660092][ T1] raid6: int32x4 xor() 117 MB/s
[2023-04-24 06:59:18.006] [ 3.830072][ T1] raid6: int32x2 gen() 220 MB/s
[2023-04-24 06:59:18.006] [ 4.000055][ T1] raid6: int32x2 xor() 134 MB/s
[2023-04-24 06:59:18.020] [ 4.170128][ T1] raid6: int32x1 gen() 149 MB/s
[2023-04-24 06:59:18.020] [ 4.340171][ T1] raid6: int32x1 xor() 94 MB/s
[2023-04-24 06:59:18.020] [ 4.340183][ T1] raid6: using algorithm int32x2 gen() 220 MB/s
[2023-04-24 06:59:18.036] [ 4.340192][ T1] raid6: .... xor() 134 MB/s, rmw enabled
[2023-04-24 06:59:18.036] [ 4.340200][ T1] raid6: using intx1 recovery algorithm
[2023-04-24 06:59:18.036] [ 4.340425][ T1] vgaarb: loaded
[2023-04-24 06:59:18.036] [ 4.340843][ T1] SCSI subsystem initialized
[2023-04-24 06:59:18.051] [ 4.341244][ T1] usbcore: registered new interface driver usbfs
[2023-04-24 06:59:18.051] [ 4.341299][ T1] usbcore: registered new interface driver hub
[2023-04-24 06:59:18.068] [ 4.341340][ T1] usbcore: registered new device driver usb
[2023-04-24 06:59:18.068] [ 4.341486][ T1] pps_core: LinuxPPS API ver. 1 registered
[2023-04-24 06:59:18.068] [ 4.341499][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[2023-04-24 06:59:18.083] [ 4.341523][ T1] PTP clock support registered
[2023-04-24 06:59:18.083] [ 4.342880][ T1] clocksource: Switched to clocksource orion_clocksource
[2023-04-24 06:59:18.101] [ 4.413409][ T1] VFS: Disk quotas dquot_6.6.0
[2023-04-24 06:59:18.101] [ 4.413499][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[2023-04-24 06:59:18.101] [ 4.429489][ T1] NET: Registered protocol family 2
[2023-04-24 06:59:18.115] [ 4.429759][ T1] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[2023-04-24 06:59:18.115] [ 4.431868][ T1] tcp_listen_portaddr_hash hash table entries: 1024 (order: 1, 8192 bytes, linear)
[2023-04-24 06:59:18.132] [ 4.431957][ T1] TCP established hash table entries: 16384 (order: 4, 65536 bytes, linear)
[2023-04-24 06:59:18.132] [ 4.432193][ T1] TCP bind hash table entries: 16384 (order: 4, 65536 bytes, linear)
[2023-04-24 06:59:18.147] [ 4.432390][ T1] TCP: Hash tables configured (established 16384 bind 16384)
[2023-04-24 06:59:18.147] [ 4.432630][ T1] MPTCP token hash table entries: 2048 (order: 2, 24576 bytes, linear)
[2023-04-24 06:59:18.162] [ 4.432737][ T1] UDP hash table entries: 1024 (order: 2, 16384 bytes, linear)
[2023-04-24 06:59:18.162] [ 4.432812][ T1] UDP-Lite hash table entries: 1024 (order: 2, 16384 bytes, linear)
[2023-04-24 06:59:18.178] [ 4.433071][ T1] NET: Registered protocol family 1
[2023-04-24 06:59:18.178] [ 4.443310][ T1] RPC: Registered named UNIX socket transport module.
[2023-04-24 06:59:18.194] [ 4.443328][ T1] RPC: Registered udp transport module.
[2023-04-24 06:59:18.196] [ 4.443336][ T1] RPC: Registered tcp transport module.
[2023-04-24 06:59:18.196] [ 4.443343][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[2023-04-24 06:59:18.210] [ 4.443356][ T1] PCI: CLS 0 bytes, default 32
[2023-04-24 06:59:18.210] [ 4.443478][ T1] NetWinder Floating Point Emulator V0.97 (double precision)
[2023-04-24 06:59:18.210] [ 4.443928][ T58] Trying to unpack rootfs image as initramfs...
[2023-04-24 06:59:18.227] [ 5.564863][ T58] Freeing initrd memory: 9448K
[2023-04-24 06:59:18.227] [ 5.885793][ T1] Initialise system trusted keyrings
[2023-04-24 06:59:18.241] [ 5.885848][ T1] Key type blacklist registered
[2023-04-24 06:59:18.241] [ 5.886063][ T1] workingset: timestamp_bits=30 max_order=19 bucket_order=0
[2023-04-24 06:59:18.241] [ 5.886157][ T1] zbud: loaded
[2023-04-24 06:59:18.241] [ 5.887233][ T1] NFS: Registering the id_resolver key type
[2023-04-24 06:59:18.257] [ 5.887266][ T1] Key type id_resolver registered
[2023-04-24 06:59:18.257] [ 5.887277][ T1] Key type id_legacy registered
[2023-04-24 06:59:18.257] [ 5.887309][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[2023-04-24 06:59:18.273] [ 5.887328][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[2023-04-24 06:59:18.273] [ 5.887339][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[2023-04-24 06:59:18.289] [ 5.887560][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[2023-04-24 06:59:18.289] [ 5.887924][ T1] fuse: init (API version 7.34)
[2023-04-24 06:59:18.304] [ 5.888236][ T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[2023-04-24 06:59:18.304] [ 5.888393][ T1] orangefs_init: module version upstream loaded
[2023-04-24 06:59:18.304] [ 5.888408][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled
[2023-04-24 06:59:18.322] [ 5.950513][ T1] xor: measuring software checksum speed
[2023-04-24 06:59:18.322] [ 5.955846][ T1] arm4regs : 1866 MB/sec
[2023-04-24 06:59:18.336] [ 5.964691][ T1] 8regs : 1119 MB/sec
[2023-04-24 06:59:18.336] [ 5.970817][ T1] 32regs : 1608 MB/sec
[2023-04-24 06:59:18.336] [ 5.970827][ T1] xor: using function: arm4regs (1866 MB/sec)
[2023-04-24 06:59:18.352] [ 5.970842][ T1] async_tx: api initialized (async)
[2023-04-24 06:59:18.352] [ 5.970857][ T1] Key type asymmetric registered
[2023-04-24 06:59:18.352] [ 5.970867][ T1] Asymmetric key parser 'x509' registered
[2023-04-24 06:59:18.367] [ 5.970915][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[2023-04-24 06:59:18.367] [ 5.970975][ T1] io scheduler bfq registered
[2023-04-24 06:59:18.383] [ 6.090463][ T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[2023-04-24 06:59:18.383] [ 6.091824][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges:
[2023-04-24 06:59:18.399] [ 6.091887][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1040000..0x00f1041fff -> 0x0000040000
[2023-04-24 06:59:18.399] [ 6.091918][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1044000..0x00f1045fff -> 0x0000044000
[2023-04-24 06:59:18.414] [ 6.091947][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1080000..0x00f1081fff -> 0x0000080000
[2023-04-24 06:59:18.430] [ 6.091976][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[2023-04-24 06:59:18.430] [ 6.092002][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[2023-04-24 06:59:18.445] [ 6.092029][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000
[2023-04-24 06:59:18.461] [ 6.092049][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000
[2023-04-24 06:59:18.461] [ 6.092290][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[2023-04-24 06:59:18.477] [ 6.092307][ T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[2023-04-24 06:59:18.477] [ 6.092324][ T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff])
[2023-04-24 06:59:18.492] [ 6.092340][ T1] pci_bus 0000:00: root bus resource [mem 0xf1044000-0xf1045fff] (bus address [0x00044000-0x00045fff])
[2023-04-24 06:59:18.508] [ 6.092355][ T1] pci_bus 0000:00: root bus resource [mem 0xf1080000-0xf1081fff] (bus address [0x00080000-0x00081fff])
[2023-04-24 06:59:18.508] [ 6.092368][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[2023-04-24 06:59:18.523] [ 6.092380][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff]
[2023-04-24 06:59:18.523] [ 6.092473][ T1] pci 0000:00:01.0: [11ab:6282] type 01 class 0x060400
[2023-04-24 06:59:18.540] [ 6.092501][ T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[2023-04-24 06:59:18.540] [ 6.093293][ T1] PCI: bus0: Fast back to back transfers disabled
[2023-04-24 06:59:18.555] [ 6.093319][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[2023-04-24 06:59:18.555] [ 6.093987][ T1] PCI: bus1: Fast back to back transfers enabled
[2023-04-24 06:59:18.571] [ 6.094008][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[2023-04-24 06:59:18.571] [ 6.094153][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0000000-0xe00007ff pref]
[2023-04-24 06:59:18.587] [ 6.094175][ T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[2023-04-24 06:59:18.587] [ 6.094607][ T1] mv_xor f1060800.xor: Marvell shared XOR driver
[2023-04-24 06:59:18.587] [ 6.153616][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[2023-04-24 06:59:18.602] [ 6.155332][ T1] mv_xor f1060900.xor: Marvell shared XOR driver
[2023-04-24 06:59:18.602] [ 6.213594][ T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[2023-04-24 06:59:18.618] [ 6.215501][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[2023-04-24 06:59:18.618] [ 6.216565][ T1] printk: console [ttyS0] disabled
[2023-04-24 06:59:18.618] [ 6.216639][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A
[2023-04-24 06:59:18.635] [ 7.279920][ T1] printk: console [ttyS0] enabled
[2023-04-24 06:59:18.650] [ 7.291025][ T1] loop: module loaded
[2023-04-24 06:59:18.650] [ 7.295554][ T1] sata_mv f1080000.sata: slots 32 ports 2
[2023-04-24 06:59:18.668] [ 7.304076][ T1] scsi host0: sata_mv
[2023-04-24 06:59:18.668] [ 7.308401][ T1] scsi host1: sata_mv
[2023-04-24 06:59:18.668] [ 7.312442][ T1] ata1: SATA max UDMA/133 irq 33
[2023-04-24 06:59:18.668] [ 7.317315][ T1] ata2: SATA max UDMA/133 irq 33
[2023-04-24 06:59:18.682] [ 7.323485][ T1] spi-nor spi0.0: mx25l4005a (512 Kbytes)
[2023-04-24 06:59:18.682] [ 7.329114][ T1] 2 cmdlinepart partitions found on MTD device spi0.0
[2023-04-24 06:59:18.698] [ 7.335801][ T1] Creating 2 MTD partitions on "spi0.0":
[2023-04-24 06:59:18.698] [ 7.341316][ T1] 0x000000000000-0x00000007f000 : "uboot"
[2023-04-24 06:59:18.698] [ 7.348034][ T1] 0x00000007f000-0x000000080000 : "u-boot-env"
[2023-04-24 06:59:18.713] [ 7.355409][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[2023-04-24 06:59:18.713] [ 7.364018][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[2023-04-24 06:59:18.729] [ 7.375174][ T1] libphy: Fixed MDIO Bus: probed
[2023-04-24 06:59:18.729] [ 7.381011][ T1] libphy: orion_mdio_bus: probed
[2023-04-24 06:59:18.762] [ 7.397739][ T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[2023-04-24 06:59:18.762] [ 7.406944][ T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 02:86:01:5e:3f:82
[2023-04-24 06:59:18.776] [ 7.416583][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[2023-04-24 06:59:18.776] [ 7.423937][ T1] ehci-pci: EHCI PCI platform driver
[2023-04-24 06:59:18.776] [ 7.429152][ T1] ehci-orion: EHCI orion driver
[2023-04-24 06:59:18.793] [ 7.434077][ T1] orion-ehci f1050000.ehci: EHCI Host Controller
[2023-04-24 06:59:18.793] [ 7.440312][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[2023-04-24 06:59:18.808] [ 7.448893][ T1] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
[2023-04-24 06:59:18.839] [ 7.482906][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[2023-04-24 06:59:18.839] [ 7.489867][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[2023-04-24 06:59:18.856] [ 7.498896][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[2023-04-24 06:59:18.856] [ 7.506868][ T1] usb usb1: Product: EHCI Host Controller
[2023-04-24 06:59:18.871] [ 7.512469][ T1] usb usb1: Manufacturer: Linux 5.13.6-kirkwood-tld-1 ehci_hcd
[2023-04-24 06:59:18.871] [ 7.519912][ T1] usb usb1: SerialNumber: f1050000.ehci
[2023-04-24 06:59:18.887] [ 7.525850][ T1] hub 1-0:1.0: USB hub found
[2023-04-24 06:59:18.887] [ 7.530349][ T1] hub 1-0:1.0: 1 port detected
[2023-04-24 06:59:18.887] [ 7.535603][ T1] usbcore: registered new interface driver usb-storage
[2023-04-24 06:59:18.902] [ 7.542659][ T1] mousedev: PS/2 mouse device common for all mice
[2023-04-24 06:59:18.902] [ 7.549748][ T1] rtc-mv f1010300.rtc: registered as rtc0
[2023-04-24 06:59:18.902] [ 7.555438][ T1] rtc-mv f1010300.rtc: setting system clock to 2023-04-24T10:59:18 UTC (1682333958)
[2023-04-24 06:59:18.918] [ 7.564947][ T1] i2c /dev entries driver
[2023-04-24 06:59:18.918] [ 7.569649][ T1] device-mapper: uevent: version 1.0.3
[2023-04-24 06:59:18.934] [ 7.575296][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[2023-04-24 06:59:18.934] [ 7.584836][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[2023-04-24 06:59:18.952] [ 7.592130][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[2023-04-24 06:59:18.952] [ 7.599523][ T1] device-mapper: multipath service-time: version 0.3.0 loaded
[2023-04-24 06:59:18.965] [ 7.606948][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[2023-04-24 06:59:18.965] [ 7.613801][ T1] device-mapper: raid: Loading target version 1.15.1
[2023-04-24 06:59:18.983] [ 7.621535][ T1] hid: raw HID events driver (C) Jiri Kosina
[2023-04-24 06:59:18.983] [ 7.627764][ T1] drop_monitor: Initializing network drop monitor service
[2023-04-24 06:59:18.997] [ 7.635144][ T1] NET: Registered protocol family 10
[2023-04-24 06:59:18.997] [ 7.641331][ T1] Segment Routing with IPv6
[2023-04-24 06:59:18.997] [ 7.645809][ T1] RPL Segment Routing with IPv6
[2023-04-24 06:59:19.013] [ 7.650609][ T1] NET: Registered protocol family 17
[2023-04-24 06:59:19.013] [ 7.655813][ T94] ata1: SATA link down (SStatus 0 SControl F300)
[2023-04-24 06:59:19.013] [ 7.662244][ T1] Key type dns_resolver registered
[2023-04-24 06:59:19.028] [ 7.667702][ T1] registered taskstats version 1
[2023-04-24 06:59:19.028] [ 7.672650][ T1] Loading compiled-in X.509 certificates
[2023-04-24 06:59:19.028] [ 7.678663][ T1] zswap: loaded using pool lzo/zbud
[2023-04-24 06:59:19.045] [ 7.684078][ T1] Key type ._fscrypt registered
[2023-04-24 06:59:19.045] [ 7.688805][ T1] Key type .fscrypt registered
[2023-04-24 06:59:19.045] [ 7.693511][ T1] Key type fscrypt-provisioning registered
[2023-04-24 06:59:19.060] [ 7.700688][ T1] Key type big_key registered
[2023-04-24 06:59:19.077] [ 7.726887][ T1] Key type encrypted registered
[2023-04-24 06:59:19.187] [ 7.822905][ T105] usb 1-1: new high-speed USB device number 2 using orion-ehci
[2023-04-24 06:59:19.365] [ 8.004348][ T96] ata2: SATA link down (SStatus 0 SControl F300)
[2023-04-24 06:59:19.387] [ 8.023404][ T105] usb 1-1: New USB device found, idVendor=058f, idProduct=6254, bcdDevice= 1.00
[2023-04-24 06:59:19.387] [ 8.032333][ T105] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[2023-04-24 06:59:19.401] [ 8.040812][ T1] Freeing unused kernel memory: 1024K
[2023-04-24 06:59:19.401] [ 8.046800][ T1] Checked W+X mappings: passed, no W+X pages found
[2023-04-24 06:59:19.416] [ 8.053222][ T1] Run /init as init process
[2023-04-24 06:59:19.416] [ 8.062082][ T105] hub 1-1:1.0: USB hub found
[2023-04-24 06:59:19.432] [ 8.070373][ T105] hub 1-1:1.0: 4 ports detected
[2023-04-24 06:59:19.463] Loading, please wait...
[2023-04-24 06:59:19.527] Starting version 247.3-6
[2023-04-24 06:59:19.757] [ 8.392961][ T105] usb 1-1.2: new high-speed USB device number 3 using orion-ehci
[2023-04-24 06:59:20.049] [ 8.685038][ T105] usb 1-1.2: New USB device found, idVendor=0bc2, idProduct=5030, bcdDevice= 1.00
[2023-04-24 06:59:20.058] [ 8.701613][ T105] usb 1-1.2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[2023-04-24 06:59:20.073] [ 8.723013][ T105] usb 1-1.2: Product: FA GOFlex Desk
[2023-04-24 06:59:20.089] [ 8.728283][ T105] usb 1-1.2: Manufacturer: Seagate
[2023-04-24 06:59:20.089] [ 8.738713][ T105] usb 1-1.2: SerialNumber: 01234567
[2023-04-24 06:59:20.105] [ 8.750614][ T105] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[2023-04-24 06:59:20.127] [ 8.769737][ T105] scsi host2: usb-storage 1-1.2:1.0
[2023-04-24 06:59:20.416] [ 9.055965][ T138] usbcore: registered new interface driver uas
[2023-04-24 06:59:20.457] Begin: Loading essential drivers ... done.
[2023-04-24 06:59:21.199] [ 9.844355][ T7] scsi 2:0:0:0: Direct-Access Seagate USB 3.0 Cable 0214 PQ: 0 ANSI: 0
[2023-04-24 06:59:21.209] [ 9.857704][ T58] sd 2:0:0:0: [sda] 500118191 512-byte logical blocks: (256 GB/238 GiB)
[2023-04-24 06:59:21.225] [ 9.870442][ T58] sd 2:0:0:0: [sda] Write Protect is off
[2023-04-24 06:59:21.225] [ 9.876675][ T58] sd 2:0:0:0: [sda] No Caching mode page found
[2023-04-24 06:59:21.241] [ 9.882717][ T58] sd 2:0:0:0: [sda] Assuming drive cache: write through
[2023-04-24 06:59:21.288] [ 9.924865][ T58] sda: sda1 sda2
[2023-04-24 06:59:21.288] [ 9.935445][ T58] sd 2:0:0:0: [sda] Attached SCSI disk
[2023-04-24 06:59:30.468] Begin: Running /scripts/init-premount ... done.
[2023-04-24 06:59:30.469] Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
[2023-04-24 06:59:30.480] Begin: Running /scripts/local-premount ... done.
[2023-04-24 06:59:30.527] Begin: Will now check root file system ... fsck from util-linux 2.36.1
[2023-04-24 06:59:30.591] [/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1
[2023-04-24 06:59:30.787] rootfs: clean, 15641/15073280 files, 1390132/60293120 blocks
[2023-04-24 06:59:30.812] done.
[2023-04-24 06:59:30.812] [ 19.455347][ T168] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[2023-04-24 06:59:31.068] [ 19.715581][ T168] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[2023-04-24 06:59:31.084] done.
[2023-04-24 06:59:31.103] Begin: Running /scripts/local-bottom ... done.
[2023-04-24 06:59:31.104] Begin: Running /scripts/init-bottom ... done.
[2023-04-24 06:59:31.351] INIT: version 2.96 booting
[2023-04-24 06:59:31.516] Using makefile-style concurrent boot in runlevel S.
[2023-04-24 06:59:31.610] Setting hostname to 'debian'...done.
[2023-04-24 06:59:32.227] Starting hotplug events dispatcher: systemd-udevd.
[2023-04-24 06:59:32.384] Synthesizing the initial hotplug events (subsystems)...done.
[2023-04-24 06:59:32.493] Synthesizing the initial hotplug events (devices)...done.
[2023-04-24 06:59:32.847] Waiting for /dev to be fully populated...[ 21.828454][ T352] orion_wdt: Initial timeout 21 sec
[2023-04-24 06:59:33.528] [ 22.166808][ T357] sd 2:0:0:0: Attached scsi generic sg0 type 0
[2023-04-24 06:59:33.591] [ 22.236520][ T356] marvell-cesa f1030000.crypto: CESA device successfully registered
[2023-04-24 06:59:34.210] done.
[2023-04-24 06:59:34.564] Activating swap:.
[2023-04-24 06:59:34.627] [ 23.265479][ C0] random: crng init done
[2023-04-24 06:59:34.659] [ 23.299575][ T504] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[2023-04-24 06:59:35.347] Will now check all file systems.
[2023-04-24 06:59:35.379] Checking all file systems.
[2023-04-24 06:59:35.379] LABEL=rootfs is mounted
[2023-04-24 06:59:35.408] Done checking file systems.
[2023-04-24 06:59:35.427] Log is being saved in /var/log/fsck/checkfs if that location is writable.
[2023-04-24 06:59:35.633] Cleaning up temporary files...Cleaning /tmp...done.
[2023-04-24 06:59:35.633] /tmp.
[2023-04-24 06:59:36.655] Will now mount local filesystems:.
[2023-04-24 06:59:36.655] Will now activate swapfile swap, if any:done.
[2023-04-24 06:59:36.655] Checking minimum space in /tmp...done.
[2023-04-24 06:59:36.743] Cleaning up temporary files....
[2023-04-24 06:59:36.901] Initializing random number generator...done.
[2023-04-24 06:59:36.901] Starting Setting kernel variables: sysctl.
[2023-04-24 06:59:40.158] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1
[2023-04-24 06:59:40.158] Copyright 2004-2018 Internet Systems Consortium.
[2023-04-24 06:59:40.158] All rights reserved.
[2023-04-24 06:59:40.158] For info, please visit https://www.isc.org/software/dhcp/
[2023-04-24 06:59:40.175]
[2023-04-24 06:59:40.175] Listening on LPF/eth0/02:86:01:5e:3f:82
[2023-04-24 06:59:40.175] Sending on LPF/eth0/02:86:01:5e:3f:82
[2023-04-24 06:59:40.175] Sending on Socket/fallback
[2023-04-24 06:59:40.175] DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
[2023-04-24 06:59:40.483] [ 29.123569][ C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[2023-04-24 06:59:40.483] [ 29.134203][ T105] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[2023-04-24 06:59:49.237] DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
[2023-04-24 06:59:49.237] DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
[2023-04-24 06:59:49.237] DHCPOFFER of 192.168.0.125 from 192.168.0.1
[2023-04-24 06:59:49.249] DHCPREQUEST for 192.168.0.125 on eth0 to 255.255.255.255 port 67
[2023-04-24 06:59:49.249] DHCPACK of 192.168.0.125 from 192.168.0.1
[2023-04-24 06:59:49.249] bound to 192.168.0.125 -- renewal in 1767 seconds.
[2023-04-24 06:59:49.265] done.
[2023-04-24 06:59:49.470] Starting RPC port mapper daemon: rpcbind.
[2023-04-24 06:59:49.778] Starting NFS common utilities: statd idmapd.
[2023-04-24 06:59:49.840] Cleaning up temporary files....
[2023-04-24 06:59:49.888] INIT: Entering runlevel: 2
[2023-04-24 06:59:49.993] Using makefile-style concurrent boot in runlevel 2.
[2023-04-24 06:59:50.294] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
[2023-04-24 06:59:50.296] 1055 (syslogd)
[2023-04-24 06:59:50.296] .
[2023-04-24 06:59:50.435] Starting NFS common utilities: statd idmapd.
[2023-04-24 06:59:50.762] Not starting NFS kernel daemon: no exports. ... (warning).
[2023-04-24 06:59:50.836] Starting system message bus: dbus.
[2023-04-24 06:59:50.987] Starting NTP server: ntpd.
[2023-04-24 06:59:51.020] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[2023-04-24 06:59:51.457] Starting OpenBSD Secure Shell server: sshd.
[2023-04-24 06:59:52.443] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
[2023-04-24 06:59:52.448] 1089 (klogd)
[2023-04-24 06:59:52.448] .
[2023-04-24 06:59:52.459] Running local boot scripts (/etc/rc.local)
[2023-04-24 06:59:52.589] .
[2023-04-24 06:59:53.596]
[2023-04-24 06:59:53.596] Debian GNU/Linux 11 debian ttyS0
[2023-04-24 06:59:53.596]
[2023-04-24 06:59:53.596] debian login: root
[2023-04-24 07:00:02.704] Password:
[2023-04-24 07:00:04.346] Linux debian 5.13.6-kirkwood-tld-1 #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 armv5tel
[2023-04-24 07:00:04.359]
[2023-04-24 07:00:04.359] The programs included with the Debian GNU/Linux system are free software;
[2023-04-24 07:00:04.359] the exact distribution terms for each program are described in the
[2023-04-24 07:00:04.375] individual files in /usr/share/doc/*/copyright.
[2023-04-24 07:00:04.375]
[2023-04-24 07:00:04.375] Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
[2023-04-24 07:00:04.375] permitted by applicable law.
[2023-04-24 07:00:04.375] Last login: Mon Apr 24 03:56:37 PDT 2023 on ttyS0
[2023-04-24 07:00:04.390] debian
[2023-04-24 07:00:04.422] 192.168.0.125
[2023-04-24 07:00:04.453] Dell KACE M300
[2023-04-24 07:00:04.453] Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021
[2023-04-24 07:00:04.469] Debian 11.0
[2023-04-24 07:00:04.485] Mon Apr 24 04:00:04 PDT 2023 up 0 minutes
[2023-04-24 07:00:04.485] root@debian:~#
[2023-04-24 07:00:04.986] root@debian:~#
[2023-04-24 07:00:05.152] root@debian:~# rebootifconfig
[2023-04-24 07:00:06.279] eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
[2023-04-24 07:00:06.293] inet 192.168.0.125 netmask 255.255.255.0 broadcast 192.168.0.255
[2023-04-24 07:00:06.293] inet6 fe80::86:1ff:fe5e:3f82 prefixlen 64 scopeid 0x20<link>
[2023-04-24 07:00:06.293] inet6 2603:6011:7500:7102:86:1ff:fe5e:3f82 prefixlen 64 scopeid 0x0<global>
[2023-04-24 07:00:06.309] ether 02:86:01:5e:3f:82 txqueuelen 1000 (Ethernet)
[2023-04-24 07:00:06.309] RX packets 11 bytes 1506 (1.4 KiB)
[2023-04-24 07:00:06.324] RX errors 0 dropped 0 overruns 0 frame 0
[2023-04-24 07:00:06.324] TX packets 36 bytes 5084 (4.9 KiB)
[2023-04-24 07:00:06.324] TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[2023-04-24 07:00:06.324] device interrupt 36
[2023-04-24 07:00:06.340]
[2023-04-24 07:00:06.340] lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
[2023-04-24 07:00:06.340] inet 127.0.0.1 netmask 255.0.0.0
[2023-04-24 07:00:06.340] inet6 ::1 prefixlen 128 scopeid 0x10<host>
[2023-04-24 07:00:06.340] loop txqueuelen 1000 (Local Loopback)
[2023-04-24 07:00:06.356] RX packets 14 bytes 1822 (1.7 KiB)
[2023-04-24 07:00:06.356] RX errors 0 dropped 0 overruns 0 frame 0
[2023-04-24 07:00:06.356] TX packets 14 bytes 1822 (1.7 KiB)
[2023-04-24 07:00:06.371] TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[2023-04-24 07:00:06.371]
[2023-04-24 07:00:06.403] root@debian:~#
[2023-04-24 07:00:09.313] root@debian:~# ifconfigrebootifconfigping 192.168.0.3
[2023-04-24 07:00:11.827] PING 192.168.0.3 (192.168.0.3) 56(84) bytes of data.
[2023-04-24 07:00:28.789]
[2023-04-24 07:00:28.981]
[2023-04-24 07:00:29.350] ^C
[2023-04-24 07:00:29.350] --- 192.168.0.3 ping statistics ---
[2023-04-24 07:00:29.350] 17 packets transmitted, 0 received, 100% packet loss, time 16657ms
[2023-04-24 07:00:29.350]
[2023-04-24 07:00:29.378] root@debian:~#
[2023-04-24 07:00:29.672] root@debian:~# ping yahoo.com
[2023-04-24 07:00:33.357] PING yahoo.com(media-router-fp73.prod.media.vip.gq1.yahoo.com (2001:4998:24:120d::1:0)) 56 data bytes
[2023-04-24 07:00:33.457] 64 bytes from media-router-fp73.prod.media.vip.gq1.yahoo.com (2001:4998:24:120d::1:0): icmp_seq=1 ttl=47 time=90.5 ms
[2023-04-24 07:00:34.452] 64 bytes from media-router-fp73.prod.media.vip.gq1.yahoo.com (2001:4998:24:120d::1:0): icmp_seq=2 ttl=47 time=78.7 ms
[2023-04-24 07:00:35.448] 64 bytes from media-router-fp73.prod.media.vip.gq1.yahoo.com (2001:4998:24:120d::1:0): icmp_seq=3 ttl=47 time=77.9 ms
[2023-04-24 07:00:36.455] 64 bytes from media-router-fp73.prod.media.vip.gq1.yahoo.com (2001:4998:24:120d::1:0): icmp_seq=4 ttl=46 time=79.2 ms
[2023-04-24 07:00:37.449] 64 bytes from media-router-fp73.prod.media.vip.gq1.yahoo.com (2001:4998:24:120d::1:0): icmp_seq=5 ttl=46 time=78.3 ms
[2023-04-24 07:00:38.458] 64 bytes from media-router-fp73.prod.media.vip.gq1.yahoo.com (2001:4998:24:120d::1:0): icmp_seq=6 ttl=47 time=78.3 ms
[2023-04-24 07:00:39.459] 64 bytes from media-router-fp73.prod.media.vip.gq1.yahoo.com (2001:4998:24:120d::1:0): icmp_seq=7 ttl=47 time=78.4 ms
[2023-04-24 07:00:40.460] 64 bytes from media-router-fp73.prod.media.vip.gq1.yahoo.com (2001:4998:24:120d::1:0): icmp_seq=8 ttl=46 time=78.7 ms
[2023-04-24 07:00:41.461] 64 bytes from media-router-fp73.prod.media.vip.gq1.yahoo.com (2001:4998:24:120d::1:0): icmp_seq=9 ttl=47 time=78.6 ms
[2023-04-24 07:00:42.463] 64 bytes from media-router-fp73.prod.media.vip.gq1.yahoo.com (2001:4998:24:120d::1:0): icmp_seq=10 ttl=47 time=78.3 ms
[2023-04-24 07:00:43.019] ^C
[2023-04-24 07:00:43.019] --- yahoo.com ping statistics ---
[2023-04-24 07:00:43.019] 10 packets transmitted, 10 received, 0% packet loss, time 9013ms
[2023-04-24 07:00:43.019] rtt min/avg/max/mdev = 77.857/79.688/90.484/3.614 ms
[2023-04-24 07:00:43.063] root@debian:~#
[2023-04-24 07:01:07.769] root@debian:~#
[2023-04-24 07:01:08.200] root@debian:~# rebppt
[2023-04-24 07:01:19.941] -bash: rebppt: command not found
[2023-04-24 07:01:19.974] root@debian:~# reboot
[2023-04-24 07:01:22.249] INIT: Switching to runI
[2023-04-24 07:01:22.249] Broadcast message from root@debian (ttyS0) (Mon Apr 24 04:01:22 2023):
[2023-04-24 07:01:22.249]
[2023-04-24 07:01:22.249] The system is going down for reboot NOW!
[2023-04-24 07:01:22.312] Using makefile-style concurrent boot in runlevel 6.
[2023-04-24 07:01:22.489] Stopping hotplug events dispatcher: systemd-udevd.
[2023-04-24 07:01:22.544] Stopping busybox' klogd implementation: klogd1089 (klogd)
[2023-04-24 07:01:22.544] Stopped klogd (pid 1089).
[2023-04-24 07:01:22.544] .
[2023-04-24 07:01:22.605] Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[2023-04-24 07:01:22.636] Saving random seed...done.
[2023-04-24 07:01:22.761] Stopping busybox' syslogd implementation: syslogd1055 (syslogd)
[2023-04-24 07:01:22.761] .
[2023-04-24 07:01:22.776] Stopping NFS kernel daemon: mountd nfsd.
[2023-04-24 07:01:22.776] Unexporting directories for NFS kernel daemon....
[2023-04-24 07:01:22.860] Asking all remaining processes to terminate...done.
[2023-04-24 07:01:22.877] All processes ended within 1 seconds...done.
[2023-04-24 07:01:23.042] Stopping RPC port mapper daemon: rpcbind.
[2023-04-24 07:01:23.092] Stopping NFS common utilities: idmapd statd.
[2023-04-24 07:01:23.189] Saving the system clock to /dev/rtc0.
[2023-04-24 07:01:23.205] Hardware Clock updated to Mon Apr 24 04:01:23 PDT 2023.
[2023-04-24 07:01:23.292] Deconfiguring network interfaces...Removed stale PID file
[2023-04-24 07:01:23.293] Internet Systems Consortium DHCP Client 4.4.1
[2023-04-24 07:01:23.293] Copyright 2004-2018 Internet Systems Consortium.
[2023-04-24 07:01:23.293] All rights reserved.
[2023-04-24 07:01:23.304] For info, please visit https://www.isc.org/software/dhcp/
[2023-04-24 07:01:23.304]
[2023-04-24 07:01:23.304] Listening on LPF/eth0/02:86:01:5e:3f:82
[2023-04-24 07:01:23.304] Sending on LPF/eth0/02:86:01:5e:3f:82
[2023-04-24 07:01:23.320] Sending on Socket/fallback
[2023-04-24 07:01:23.320] DHCPRELEASE of 192.168.0.125 on eth0 to 192.168.0.1 port 67
[2023-04-24 07:01:23.322] done.
[2023-04-24 07:01:23.442] Will now unmount temporary filesystems:umount: /tmp unmounted
[2023-04-24 07:01:23.442] .
[2023-04-24 07:01:23.442] Will now deactivate swap:.
[2023-04-24 07:01:23.471] [ 132.116173][ T1377] EXT4-fs (sda1): re-mounted. Opts: (null). Quota mode: none.
[2023-04-24 07:01:23.519] Mounting root filesystem read-only...done.
[2023-04-24 07:01:23.550] Will now restart.
[2023-04-24 07:01:23.555] [ 132.194649][ T1381] reboot: Restarting system
[2023-04-24 07:01:24.112]
[2023-04-24 07:01:24.112]
[2023-04-24 07:01:24.112] U-Boot 2022.04-tld-1 (Mar 20 2022 - 18:15:15 -0700)
[2023-04-24 07:01:24.112] Dell KACE M300
[2023-04-24 07:01:24.112]
[2023-04-24 07:01:24.112] SoC: Kirkwood 88F6282_A1
[2023-04-24 07:01:24.112] Model: Dell KACE M300
[2023-04-24 07:01:24.112] DRAM: 2 GiB
[2023-04-24 07:01:24.159] Core: 9 devices, 8 uclasses, devicetree: separate
[2023-04-24 07:01:24.159] Loading Environment from SPIFlash... SF: Detected mx25l4005a with page size 256 Bytes, erase size 4 KiB, total 512 KiB
[2023-04-24 07:01:24.207] OK
[2023-04-24 07:01:24.207] In: serial
[2023-04-24 07:01:24.207] Out: serial
[2023-04-24 07:01:24.207] Err: serial
[2023-04-24 07:01:24.207] Net:
[2023-04-24 07:01:24.223] Warning: ethernet-controller@72000 (eth0) using random MAC address - 02:86:01:5e:3f:82
[2023-04-24 07:01:24.223] eth0: ethernet-controller@72000
[2023-04-24 07:01:24.255] Hit any key to stop autoboot: 10 9 0
[2023-04-24 07:01:25.616] M300>
[2023-04-24 07:01:25.938] M300>
[2023-04-24 07:01:26.125] M300>
[2023-04-24 07:01:50.667]
[2023-04-24 07:01:50.667] U-Boot 2022.04-tld-1 (Mar 20 2022 - 18:15:15 -0700)
[2023-04-24 07:01:50.667] Dell KACE M300
[2023-04-24 07:01:50.667]
[2023-04-24 07:01:50.667] SoC: Kirkwood 88F6282_A1
[2023-04-24 07:01:50.667] Model: Dell KACE M300
[2023-04-24 07:01:50.667] DRAM: 2 GiB
[2023-04-24 07:01:50.711] Core: 9 devices, 8 uclasses, devicetree: separate
[2023-04-24 07:01:50.720] Loading Environment from SPIFlash... SF: Detected mx25l4005a with page size 256 Bytes, erase size 4 KiB, total 512 KiB
[2023-04-24 07:01:50.765] OK
[2023-04-24 07:01:50.765] In: serial
[2023-04-24 07:01:50.765] Out: serial
[2023-04-24 07:01:50.765] Err: serial
[2023-04-24 07:01:50.765] Net:
[2023-04-24 07:01:50.781] Warning: ethernet-controller@72000 (eth0) using random MAC address - 02:86:01:5e:3f:82
[2023-04-24 07:01:50.781] eth0: ethernet-controller@72000
[2023-04-24 07:01:50.797] Hit any key to stop autoboot: 10 9 8 7 6 5 4 3 2 1 0
[2023-04-24 07:02:00.820] Initializing devices...
[2023-04-24 07:02:00.826] resetting USB...
[2023-04-24 07:02:00.826] Bus ehci@50000: USB EHCI 1.00
[2023-04-24 07:02:00.826] scanning bus ehci@50000 for devices... 2 USB Device(s) found
[2023-04-24 07:02:02.179] scanning usb for storage devices... 0 Storage Device(s) found
[2023-04-24 07:02:03.186] resetting USB...
[2023-04-24 07:02:03.186] Bus ehci@50000: USB EHCI 1.00
[2023-04-24 07:02:03.186] scanning bus ehci@50000 for devices... 2 USB Device(s) found
[2023-04-24 07:02:04.529] scanning usb for storage devices... 0 Storage Device(s) found
[2023-04-24 07:02:14.590] Err: Failed to identify SATA device 0
[2023-04-24 07:02:24.598] Device not ready on port: 0
[2023-04-24 07:02:24.598] Loading envs from usb 0...
[2023-04-24 07:02:24.598] Couldn't find partition usb 0:1
[2023-04-24 07:02:24.598] Can't set block device
[2023-04-24 07:02:24.610] Loading envs from usb 1...
[2023-04-24 07:02:24.610] Couldn't find partition usb 1:1
[2023-04-24 07:02:24.610] Can't set block device
[2023-04-24 07:02:24.610] Loading envs from usb 2...
[2023-04-24 07:02:24.610] Couldn't find partition usb 2:1
[2023-04-24 07:02:24.624] Can't set block device
[2023-04-24 07:02:24.624] Loading envs from usb 3...
[2023-04-24 07:02:24.624] Couldn't find partition usb 3:1
[2023-04-24 07:02:24.624] Can't set block device
[2023-04-24 07:02:24.624] Loading envs from sata 0...
[2023-04-24 07:02:34.639] Failed to wait for completion on port 0
[2023-04-24 07:02:34.639] ATA operation timed out
[2023-04-24 07:02:44.645] Failed to wait for completion on port 0
[2023-04-24 07:02:44.645] ATA operation timed out
[2023-04-24 07:02:44.645] ** Bad device size - sata 0 **
[2023-04-24 07:02:44.645] Couldn't find partition sata 0:1
[2023-04-24 07:02:44.645] Can't set block device
[2023-04-24 07:02:44.658] Loading envs from sata 1...
[2023-04-24 07:02:44.658] Couldn't find partition sata 1:1
[2023-04-24 07:02:44.658] Can't set block device
[2023-04-24 07:02:44.658] Loading envs from sata 2...
[2023-04-24 07:02:44.658] Couldn't find partition sata 2:1
[2023-04-24 07:02:44.658] Can't set block device
[2023-04-24 07:02:44.674] Loading envs from sata 3...
[2023-04-24 07:02:44.674] Couldn't find partition sata 3:1
[2023-04-24 07:02:44.674] Can't set block device
[2023-04-24 07:02:44.674] running scan_disk ...
[2023-04-24 07:02:44.689] Scan device usb
[2023-04-24 07:02:44.689] resetting USB...
[2023-04-24 07:02:44.689] Bus ehci@50000: USB EHCI 1.00
[2023-04-24 07:02:44.705] scanning bus ehci@50000 for devices... 2 USB Device(s) found
[2023-04-24 07:02:46.045] scanning usb for storage devices... 0 Storage Device(s) found
[2023-04-24 07:02:47.052] resetting USB...
[2023-04-24 07:02:47.052] Bus ehci@50000: USB EHCI 1.00
[2023-04-24 07:02:47.061] scanning bus ehci@50000 for devices... 2 USB Device(s) found
[2023-04-24 07:02:48.395] scanning usb for storage devices... 0 Storage Device(s) found
[2023-04-24 07:02:48.395] device usb 0:1
[2023-04-24 07:02:48.411] Couldn't find partition usb 0:1
[2023-04-24 07:02:48.411] Can't set block device
[2023-04-24 07:02:48.411] device usb 1:1
[2023-04-24 07:02:48.411] Couldn't find partition usb 1:1
[2023-04-24 07:02:48.411] Can't set block device
[2023-04-24 07:02:48.411] device usb 2:1
[2023-04-24 07:02:48.411] Couldn't find partition usb 2:1
[2023-04-24 07:02:48.425] Can't set block device
[2023-04-24 07:02:48.425] device usb 3:1
[2023-04-24 07:02:48.425] Couldn't find partition usb 3:1
[2023-04-24 07:02:48.425] Can't set block device
[2023-04-24 07:02:48.425] Scan device sata
[2023-04-24 07:02:48.425] device sata 0:1
[2023-04-24 07:02:48.441] ** Bad device size - sata 0 **
[2023-04-24 07:02:48.441] Couldn't find partition sata 0:1
[2023-04-24 07:02:48.441] Can't set block device
[2023-04-24 07:02:48.441] device sata 1:1
[2023-04-24 07:02:48.441] Couldn't find partition sata 1:1
[2023-04-24 07:02:48.441] Can't set block device
[2023-04-24 07:02:48.441] device sata 2:1
[2023-04-24 07:02:48.441] Couldn't find partition sata 2:1
[2023-04-24 07:02:48.456] Can't set block device
[2023-04-24 07:02:48.456] device sata 3:1
[2023-04-24 07:02:48.456] Couldn't find partition sata 3:1
[2023-04-24 07:02:48.456] Can't set block device
[2023-04-24 07:02:48.472] loading uImage ...
[2023-04-24 07:02:48.472] Couldn't find partition usb 0:1
[2023-04-24 07:02:48.472] Can't set block device
[2023-04-24 07:02:48.472] resetting ...
[2023-04-24 07:02:49.074]
[2023-04-24 07:02:49.074]
[2023-04-24 07:02:49.074] U-Boot 2022.04-tld-1 (Mar 20 2022 - 18:15:15 -0700)
[2023-04-24 07:02:49.074] Dell KACE M300
[2023-04-24 07:02:49.074]
[2023-04-24 07:02:49.074] SoC: Kirkwood 88F6282_A1
[2023-04-24 07:02:49.092] Model: Dell KACE M300
[2023-04-24 07:02:49.092] DRAM: 2 GiB
[2023-04-24 07:02:49.121] Core: 9 devices, 8 uclasses, devicetree: separate
[2023-04-24 07:02:49.137] Loading Environment from SPIFlash... SF: Detected mx25l4005a with page size 256 Bytes, erase size 4 KiB, total 512 KiB
[2023-04-24 07:02:49.169] OK
[2023-04-24 07:02:49.169] In: serial
[2023-04-24 07:02:49.169] Out: serial
[2023-04-24 07:02:49.185] Err: serial
[2023-04-24 07:02:49.185] Net:
[2023-04-24 07:02:49.200] Warning: ethernet-controller@72000 (eth0) using random MAC address - 02:86:01:5e:3f:82
[2023-04-24 07:02:49.200] eth0: ethernet-controller@72000
[2023-04-24 07:02:49.227] Hit any key to stop autoboot: 10 9 0
[2023-04-24 07:02:50.309] M300>



Edited 2 time(s). Last edit at 04/24/2023 09:18AM by mrc333777.
Re: Debian on Dell Kace M300
April 24, 2023 03:22PM
Looks like this 256G SSD did not work at all in u-boot. That's sometime happens with certain brand and model, but not because of the capacity.

What brand and model is the 256G SSD? and also the 128G?

Reboot with the 256G SSD connected to SATA port (not in USB enclosure). Let it boot with USB kernel and rootfs. Log into Debian and

lsblk
And post the serial console log here.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Kace M300
April 24, 2023 03:45PM
bodhi Wrote:
-------------------------------------------------------
> Looks like this 256G SSD did not work at all in
> u-boot. That's sometime happens with certain brand
> and model, but not because of the capacity.
>
> What brand and model is the 256G SSD? and also the
> 128G?
>
> Reboot with the 256G SSD connected to SATA port
> (not in USB enclosure). Let it boot with
> USB kernel and rootfs. Log into Debian and
>
>
> lsblk
>
> And post the serial console log here.

thats what i did, the top boot process is the usb to sata adapter which does work. putting it in the m300 attached to the
sata port inside it does not boot

i should of broke the logs up. but where i type reboot [2023-04-24 07:01:19.974] root@debian:~# reboot

is where i powered it off and hooked it to the internal sata port

the 256 gig just says OEM SSD 256GB SATA III SSD S3105 SERIES on a sticker, some generic stuff i suppose

root@debian:~# lsblk
NAME      MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda         8:0    0 238.5G  0 disk
|-sda1      8:1    0   230G  0 part /
`-sda2      8:2    0   8.5G  0 part
mtdblock0  31:0    0   508K  0 disk
mtdblock1  31:1    0     4K  0 disk
root@debian:~#



Edited 3 time(s). Last edit at 04/24/2023 03:59PM by mrc333777.
Re: Debian on Dell Kace M300
April 24, 2023 03:59PM
Quote
bodhi
Reboot with the 256G SSD connected to SATA port (not in USB enclosure). Let it boot with USB kernel and rootfs. Log into Debian and

lsblk

And post the serial console log here.

You still have the USB rootfs on a thumb drive, right? so use that to boot the system, with the 256G SSD connected to the SATA port.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Dell Kace M300
April 24, 2023 04:32PM
bodhi Wrote:
-------------------------------------------------------
>
Quote
bodhi
> Reboot with the 256G SSD connected to SATA port
> (not in USB enclosure). Let it boot with USB
> kernel and rootfs
. Log into Debian and
>
> lsblk
>
> And post the serial console log here.
>
>
> You still have the USB rootfs on a thumb drive,
> right? so use that to boot the system, with the
> 256G SSD connected to the SATA port.


sorry, i misunderstood you. here is what you asked me to do.

root@debian:~# lsblk
NAME      MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda         8:0    0 238.5G  0 disk
|-sda1      8:1    0   230G  0 part
`-sda2      8:2    0   8.5G  0 part
sdb         8:16   1   7.5G  0 disk
`-sdb1      8:17   1   7.5G  0 part /
mtdblock0  31:0    0   508K  0 disk
mtdblock1  31:1    0     4K  0 disk

i went ahead and re-did the 256 to a single partition, and this is the lsblk info

root@debian:~# lsblk
NAME      MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda         8:0    0 238.5G  0 disk
`-sda1      8:1    0 238.5G  0 part
sdb         8:16   1   7.5G  0 disk
`-sdb1      8:17   1   7.5G  0 part /
mtdblock0  31:0    0   508K  0 disk
mtdblock1  31:1    0     4K  0 disk

also i noticed in the serial log these...

scanning bus ehci@50000 for devices... 3 USB Device(s) found
       scanning usb for storage devices... 1 Storage Device(s) found
Err: Failed to identify SATA device 0
Device not ready on port: 0
Loading envs from usb 0...
Failed to load '/boot/uEnv.txt'

...

Loading envs from sata 0...
Failed to wait for completion on port 0
ATA operation timed out
Failed to wait for completion on port 0
ATA operation timed out
** Bad device size - sata 0 **
Couldn't find partition sata 0:1
Can't set block device



Edited 1 time(s). Last edit at 04/24/2023 04:59PM by mrc333777.
Re: Debian on Dell Kace M300
April 24, 2023 05:34PM
its okay, we dont have to mess with this anymore. i just wanted to see if the m300 would boot a larger drive.
i went ahead and pulled out a 500 gig regular sata drive from the milk crate full of old laptop drives and set
it up as a test and it booted. so there must be something wrong with the ssd 256 gig i guess.
doesnt make sense as to why it boots from usb but not the internal sata port.
Re: Debian on Dell Kace M300
April 24, 2023 07:44PM
mrc333777,

> its okay, we dont have to mess with this anymore.
> i just wanted to see if the m300 would boot a
> larger drive.
> i went ahead and pulled out a 500 gig regular sata
> drive from the milk crate full of old laptop
> drives and set
> it up as a test and it booted.

That gave you the assurance that the capacity is not a factor.

> so there must be
> something wrong with the ssd 256 gig i guess.
> doesnt make sense as to why it boots from usb but
> not the internal sata port.

Easy to explain, and it would make sense. When you boot with the SSD inside the enclosure, the controller is USB which interfaces with u-boot. USB driver is the easiest to get working (not too many quirks). u-boot does not even know there is SATA drive, it just know everything is USB.

OTOH, SSDs have its own SATA controller and quirks. The SSD SATA controller FW varies, old and new FW behave differently. So very often, a quirk needs to be found, and implemented in the SATA driver (same for u-boot and kernel).

The fact that you see this Debian, indicates that the drive is OK as far as Linux is concerned:
root@debian:~# lsblk
NAME      MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda         8:0    0 238.5G  0 disk
`-sda1      8:1    0 238.5G  0 part
sdb         8:16   1   7.5G  0 disk
`-sdb1      8:17   1   7.5G  0 part /
mtdblock0  31:0    0   508K  0 disk
mtdblock1  31:1    0     4K  0 disk

The u-boot sata_mv driver is not the same as one in Linux. I've fixed some SATA quirks in u-boot before. But I guess there are still some out there that I'm not aware of.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
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: