Welcome! Log In Create A New Profile

Advanced

PogoHole project - stuck on oxnas boot only - help

Posted by myhobby 
PogoHole project - stuck on oxnas boot only - help
September 18, 2020 06:04AM
Because I needed for different locations "pi-hole" like solutions, I decided to re-use 3 different versions of Pogoplug devices.

I'm currently stuck on booting after (I think) successfully installing the latest OXNAS820 on a Pogo-B03. I have created an USB stick according the guidelines with the label "rootfs" and ext3 filesystem. On the USB stick I untarred Debian-4.14.180-oxnas-tld-1-rootfs-bodhi.tar.bz2 and when checking the USB stick, I do find all the files on the right spot.

Ultimate goal is to have Debian Buster on the pogo.

Booting from USB is currently the issue. When I stop this process via my serial connection I end up at the OX820 prompt.

OX820> boot

Reset IDE: SATA PHY not ready for device 0
ide_preinit failed

Partition Map for USB device 0  --   Partition Type: DOS

Part    Start Sector    Num Sectors     UUID            Type
  1     2048            15726592        458da385-01     83
loading envs from usb 0 ...
** File not found /boot/uEnv.txt **

no IDE devices available
running scan_disk ...
Scan device usb
device usb 0:1
** File not found /boot/uImage **
device usb 1:1
** Bad device usb 1 **
device usb 2:1
** Bad device usb 2 **
device usb 3:1
** Bad device usb 3 **
Scan device ide

Reset IDE: SATA PHY not ready for device 0
ide_preinit failed
device ide 0:1
** Bad device size - ide 0 **
device ide 1:1
** Bad device ide 1 **
device ide 2:1
** Bad device ide 2 **
device ide 3:1
** Bad device ide 3 **
loading uImage ...
** File not found /boot/uImage **
loading uInitrd ...
** File not found /boot/uInitrd **
loading DTB /boot/dts/ox820-pogoplug-pro.dtb ...
** File not found /boot/dts/ox820-pogoplug-pro.dtb **
Wrong Image Format for bootm command
ERROR: can't get kernel image!
resetting ...

U-Boot SPL 2013.10-tld-4 (Sep 07 2014 - 14:10:12)
  Boot device: NAND
Attempting to set PLLA to 850 MHz ...
  plla_ctrl0 : 0000020a
  plla_ctrl1 : 00330000
  plla_ctrl2 : 0065008b
  plla_ctrl3 : 000000f1

PLLA Set


U-Boot 2015.10-tld-2 (Oct 21 2017 - 22:00:02 -0700)
OXNAS OX820

DRAM:  128 MiB
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   dwmac.40400000
Hit any key to stop autoboot:  0
starting USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 3 USB Device(s) found
       scanning usb for storage devices... 1 Storage Device(s) found

Reset IDE: SATA PHY not ready for device 0
ide_preinit failed

Partition Map for USB device 0  --   Partition Type: DOS

Part    Start Sector    Num Sectors     UUID            Type
  1     2048            15726592        458da385-01     83
loading envs from usb 0 ...
** File not found /boot/uEnv.txt **

no IDE devices available
running scan_disk ...
Scan device usb
device usb 0:1
** File not found /boot/uImage **
device usb 1:1
** Bad device usb 1 **
device usb 2:1
** Bad device usb 2 **
device usb 3:1
** Bad device usb 3 **
Scan device ide

Reset IDE: SATA PHY not ready for device 0
ide_preinit failed
device ide 0:1
** Bad device size - ide 0 **
device ide 1:1
** Bad device ide 1 **
device ide 2:1
** Bad device ide 2 **
device ide 3:1
** Bad device ide 3 **
loading uImage ...
** File not found /boot/uImage **
loading uInitrd ...
** File not found /boot/uInitrd **
loading DTB /boot/dts/ox820-pogoplug-pro.dtb ...
** File not found /boot/dts/ox820-pogoplug-pro.dtb **
Wrong Image Format for bootm command
ERROR: can't get kernel image!
resetting ...

U-Boot SPL 2013.10-tld-4 (Sep 07 2014 - 14:10:12)
  Boot device: NAND
Attempting to set PLLA to 850 MHz ...
  plla_ctrl0 : 0000020a
  plla_ctrl1 : 00330000
  plla_ctrl2 : 0065008b
  plla_ctrl3 : 000000f1

PLLA Set


U-Boot 2015.10-tld-2 (Oct 21 2017 - 22:00:02 -0700)
OXNAS OX820

DRAM:  128 MiB
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   dwmac.40400000
Hit any key to stop autoboot:  0
OX820> <INTERRUPT>



OX820> printenv
bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec; reset
bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm 0x60500000 0x60e00000 0x62c00000; else bootm 0x60500000 0x60e00000; fi; else if run load_dtb; then bootm 0x60500000 - 0x62c00000; else bootm 0x60500000; fi; fi
bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi
bootdelay=10
bootdev=usb
device=0:1
devices=usb ide
disks=0 1 2 3
dtb_file=/boot/dts/ox820-pogoplug-pro.dtb
ethact=dwmac.40400000
ethaddr=52:3b:20:9c:11:51
if_netconsole=ping $serverip
ipaddr=192.168.0.222
load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device 0x62c00000 $dtb_file
load_initrd=echo loading uInitrd ...; load $bootdev $device 0x60e00000 /boot/uInitrd
load_uimage=echo loading uImage ...; load $bootdev $device 0x60500000 /boot/uImage
mainlineLinux=yes
mtdids=nand0=41000000.nand
mtdparts=mtdparts=41000000.nand:14m(boot),-(data)
preboot_nc=setenv nc_ready 0; for pingstat in 1 2 3 4 5; do; sleep 1; if run if_netconsole; then setenv nc_ready 1; fi; done; if test $nc_ready -eq 1; then run start_netconsole; fi
scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start";  setenv scan_ide "ide reset";  setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 0x60500000 /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done
serverip=192.168.0.220
set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
stderr=serial
stdin=serial
stdout=serial
uenv_import=echo importing envs ...; env import -t 0x60510000  $filesize
uenv_init_devices=setenv init_usb "usb start";  setenv init_ide "ide reset";  setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done;
uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices;  do for disknum in 0; do run uenv_read_disk; done; done;
uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 0x60500000 /boot/uEnv.txt; then setenv uenv_loaded 1; fi
uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read;  fi; else if $devtype part $disknum; then run uenv_read; fi;  fi
usb_custom_params=zswap.enabled=1
usb_ready_retry=15

Environment size: 2720/131068 bytes

Question: What needs to be changed to boot from this USB stick ?

=====
modertor edit: please use formatted code to post log.



Edited 2 time(s). Last edit at 09/18/2020 04:30PM by bodhi.
Re: PogoHole project - stuck on oxnas boot only - help
September 18, 2020 04:34PM
myhobby,

> I'm currently stuck on booting after (I think)
> successfully installing the latest OXNAS820 on a
> Pogo-B03. I have created an USB stick according
> the guidelines with the label "rootfs" and ext3
> filesystem. On the USB stick I untarred
> Debian-4.14.180-oxnas-tld-1-rootfs-bodhi.tar.bz2
> and when checking the USB stick, I do find all the
> files on the right spot.

> device usb 0:1
> ** File not found /boot/uImage **

> Question: What needs to be changed to boot from
> this USB stick ?

It seems the USB rootfs is not good.

- Mount it on another Linux box, and run e2fsck to see if there is any error.
- List the folders (assuming it is mounted at /media/sdb1):

mount
df -h
cd /media/sdb1/
ls -lart /
ls -lart /boot
And post the log here.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: PogoHole project - stuck on oxnas boot only - help
September 19, 2020 11:53AM
Thanks for your help. I checked the USB drive and I encountered indeed issues with the newly arrived sticks. Will keep you updated if this is resolved and working USB stick
Re: PogoHole project - stuck on oxnas boot only - help
September 20, 2020 01:54PM
Other stick used for the current situation, but... booting stucks ... maybe some loading issues? Stick is not the issue anymore



1 Storage Device(s) found

Reset IDE: SATA PHY not ready for device 0
ide_preinit failed

Partition Map for USB device 0  --   Partition Type: DOS

Part    Start Sector    Num Sectors     UUID            Type
  1     2048            31275008        4e3d3e58-01     83
loading envs from usb 0 ...
** File not found /boot/uEnv.txt **

no IDE devices available
running scan_disk ...
Scan device usb
device usb 0:1
1 bytes read in 199 ms (0 Bytes/s)
Found bootable drive on usb 0
loading uImage ...
4600448 bytes read in 451 ms (9.7 MiB/s)
loading uInitrd ...
6464907 bytes read in 490 ms (12.6 MiB/s)
loading DTB /boot/dts/ox820-pogoplug-pro.dtb ...
9032 bytes read in 205 ms (43 KiB/s)
## Booting kernel from Legacy Image at 60500000 ...
   Image Name:   Linux-4.14.180-oxnas-tld-1
   Created:      2020-05-15   3:58:34 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4600384 Bytes = 4.4 MiB
   Load Address: 60008000
   Entry Point:  60008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 60e00000 ...
   Image Name:   initramfs-4.14.180-oxnas-tld-1
   Created:      2020-05-15   3:58:49 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    6464843 Bytes = 6.2 MiB
   Load Address: 60000000
   Entry Point:  60000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 62c00000
   Booting using the fdt blob at 0x62c00000
   Loading Kernel Image ... OK
   Loading Ramdisk to 677fc000, end 67e2654b ... OK
   Loading Device Tree to 677f6000, end 677fb347 ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.180-oxnas-tld-1 (root@tldDebian) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PREEMPT Wed May 13 02:38:34 PDT 2020
[    0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Pogoplug V3 Pro
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] random: get_random_bytes called from start_kernel+0x84/0x3f8 with crng_init=0
[    0.000000] percpu: Embedded 15 pages/cpu s29548 r8192 d23700 u61440
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=41000000.nand:14m(boot),-(data)
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 112712K/131072K available (7168K kernel code, 199K rwdata, 1524K rodata, 1024K init, 245K bss, 18360K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff800000   ( 880 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0800000   (8160 kB)
[    0.000000]       .init : 0xc0a00000 - 0xc0b00000   (1024 kB)
[    0.000000]       .data : 0xc0b00000 - 0xc0b31f68   ( 200 kB)
[    0.000000]        .bss : 0xc0b383b8 - 0xc0b757c0   ( 246 kB)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Tasks RCU enabled.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] FPGA IRQ chip 0 "interrupt-controller" @ c8804000, 32 irqs, parent IRQ: 16
[    0.000017] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns
[    0.000046] clocksource: oxnas_rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns
[    0.000061] timer_oxnas_rps: Registered clocksource rate 390625Hz
[    0.000087] timer_oxnas_rps: Registered clock event rate 6250000Hz prescaler 0 period 62500
[    0.000235] GIC: PPI13 is secure or misconfigured
[    0.000286] GIC: PPI13 is secure or misconfigured
[    0.000453] Console: colour dummy device 80x30
[    0.000499] Calibrating delay loop... 339.14 BogoMIPS (lpj=1695744)
[    0.050380] pid_max: default: 32768 minimum: 301
[    0.050654] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.050680] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.051571] CPU: Testing write buffer coherency: ok
[    0.090439] Setting up static identity map for 0x60100000 - 0x60100038
[    0.110343] Hierarchical SRCU implementation.
[    0.150346] smp: Bringing up secondary CPUs ...
[    0.220451] GIC: PPI13 is secure or misconfigured
[    0.280632] smp: Brought up 1 node, 2 CPUs
[    0.280663] SMP: Total of 2 processors activated (678.29 BogoMIPS).
[    0.281390] devtmpfs: initialized
[    0.286597] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.286632] futex hash table entries: 512 (order: 2, 16384 bytes)
[    0.286955] prandom: seed boundary self test passed
[    0.291248] prandom: 100 self tests passed
[    0.291269] pinctrl core: initialized pinctrl subsystem
[    0.291960] NET: Registered protocol family 16
[    0.293575] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.295769] cpuidle: using governor ladder
[    0.295846] cpuidle: using governor menu
[    0.314385] vgaarb: loaded
[    0.314897] SCSI subsystem initialized
[    0.315601] usbcore: registered new interface driver usbfs
[    0.315691] usbcore: registered new interface driver hub
[    0.315837] usbcore: registered new device driver usb
[    0.316034] pps_core: LinuxPPS API ver. 1 registered
[    0.316052] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.316088] PTP clock support registered
[    0.317158] clocksource: Switched to clocksource oxnas_rps_clocksource_timer
[    0.332853] NET: Registered protocol family 2
[    0.333731] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.333772] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
[    0.333808] TCP: Hash tables configured (established 1024 bind 1024)
[    0.333969] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.334018] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.334292] NET: Registered protocol family 1
[    0.335052] RPC: Registered named UNIX socket transport module.
[    0.335073] RPC: Registered udp transport module.
[    0.335086] RPC: Registered tcp transport module.
[    0.335096] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.335467] Unpacking initramfs...
[    1.044334] Freeing initrd memory: 6316K
[    1.045514] Initialise system trusted keyrings
[    1.045580] Key type blacklist registered
[    1.045911] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[    1.052743] zbud: loaded
[    1.057372] NFS: Registering the id_resolver key type
[    1.057418] Key type id_resolver registered
[    1.057436] Key type id_legacy registered
[    1.057464] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.057477] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    1.058350] fuse init (API version 7.26)
[    1.059304] orangefs_debugfs_init: called with debug mask: :none: :0:
[    1.059581] orangefs_init: module version upstream loaded
[    3.042688] Key type asymmetric registered
[    3.042711] Asymmetric key parser 'x509' registered
[    3.042813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    3.042833] io scheduler noop registered
[    3.042846] io scheduler deadline registered
[    3.042903] io scheduler cfq registered (default)
[    3.045109] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[    3.046571] console [ttyS0] disabled
[    3.046707] 44200000.serial: ttyS0 at MMIO 0x44200000 (irq = 55, base_baud = 390625) is a 16550A
[    3.620846] console [ttyS0] enabled
[    3.634859] loop: module loaded
[    3.639982] scsi host0: sata_oxnas
[    3.643706] ata1: SATA max UDMA/133 irq 57
[    3.647948] sata_oxnas: resetting SATA core
[    3.717504] nand: Could not find valid ONFI parameter page; aborting
[    3.723842] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[    3.730214] nand: Hynix NAND 128MiB 3,3V 8-bit
[    3.734640] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    3.742220] Scanning device for bad blocks
[    3.747911] Bad eraseblock 19 at 0x000000260000
[    3.807342] Bad eraseblock 703 at 0x0000057e0000
[    3.837706] 2 ofpart partitions found on MTD device 41000000.nand-controller
[    3.844720] Creating 2 MTD partitions on "41000000.nand-controller":
[    3.851100] 0x000000000000-0x000000e00000 : "boot"
[    3.857502] 0x000000e00000-0x000008000000 : "data"
[    3.865315] libphy: Fixed MDIO Bus: probed
[    3.869864] oxnas-dwmac 40400000.ethernet: PTP uses main clock
[    3.875683] oxnas-dwmac 40400000.ethernet: no reset control found
[    3.947264] stmmac - user ID: 0x12, Synopsys ID: 0x35
[    3.952302] oxnas-dwmac 40400000.ethernet: Ring mode enabled
[    3.957990] oxnas-dwmac 40400000.ethernet: DMA HW capability register supported
[    3.965265] oxnas-dwmac 40400000.ethernet: Enhanced/Alternate descriptors
[    3.972052] oxnas-dwmac 40400000.ethernet: Enabled extended descriptors
[    3.978670] oxnas-dwmac 40400000.ethernet: RX Checksum Offload Engine supported
[    3.985945] oxnas-dwmac 40400000.ethernet: COE Type 2
[    3.989043] ata1: SATA link down (SStatus 0 SControl 310)
[    3.991001] oxnas-dwmac 40400000.ethernet: TX Checksum insertion supported
[    4.003215] oxnas-dwmac 40400000.ethernet: Wake-Up On Lan supported
[    4.009484] oxnas-dwmac 40400000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    4.061107] libphy: stmmac: probed
[    4.064509] mdio_bus stmmac-0:00: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[    4.073994] mdio_bus stmmac-0:03: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:03, irq=POLL)
[    4.084359] PPP generic driver version 2.4.2
[    4.088985] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.095488] ehci-pci: EHCI PCI platform driver
[    4.307220] oxnas-ehci 40200100.ehci: EHCI Host Controller
[    4.312727] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1
[    4.320604] oxnas-ehci 40200100.ehci: irq 52, io mem 0x40200100
[    4.347223] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00
[    4.353556] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    4.360376] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.367600] usb usb1: Product: EHCI Host Controller
[    4.372456] usb usb1: Manufacturer: Linux 4.14.180-oxnas-tld-1 ehci_hcd
[    4.379074] usb usb1: SerialNumber: 40200100.ehci
[    4.384555] hub 1-0:1.0: USB hub found
[    4.388459] hub 1-0:1.0: 2 ports detected
[    4.393413] usbcore: registered new interface driver cdc_wdm
[    4.399249] usbcore: registered new interface driver usb-storage
[    4.405363] usbcore: registered new interface driver usbserial
[    4.411320] usbcore: registered new interface driver usbserial_generic
[    4.417920] usbserial: USB Serial support registered for generic
[    4.424197] mousedev: PS/2 mouse device common for all mice
[    4.429946] i2c /dev entries driver
[    4.434688] hidraw: raw HID events driver (C) Jiri Kosina
[    4.440327] usbcore: registered new interface driver usbhid
[    4.445875] usbhid: USB HID core driver
[    4.451064] NET: Registered protocol family 10
[    4.456934] Segment Routing with IPv6
[    4.460753] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    4.468387] NET: Registered protocol family 17
[    4.472952] Key type dns_resolver registered
[    4.478420] registered taskstats version 1
[    4.482506] Loading compiled-in X.509 certificates
[    4.487431] zswap: loaded using pool lzo/zbud
[    4.568153] Key type big_key registered
[    4.609576] Key type encrypted registered
[    4.757184] usb 1-1: new high-speed USB device number 2 using oxnas-ehci

====
moderator edit: please code tags (formatted code) to post log.



Edited 1 time(s). Last edit at 09/20/2020 04:40PM by bodhi.
Re: PogoHole project - stuck on oxnas boot only - help
September 20, 2020 04:49PM
[    4.757184] usb 1-1: new high-speed USB device number 2 using oxnas-ehci

At this point the USB stick was not detected further. What we should see is somethign like this (idVendor and idProduct numbers are specific to a USB brand and model).

[    4.597393] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608

So,
- What type of USB drive is it? brand, model, capacity.
- Was it formatted as single partition of type Ext3 or Ext4?
- Did you try the port in the back right next to the Ethernet port?

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: PogoHole project - stuck on oxnas boot only - help
September 21, 2020 12:33AM
I should have provided that info indeed.

After spending some hours I found the issue. Booting pogoplug-pro.dtb instead of pogoplug-classic.dtb.

In OXNAS I changed that via the commands editenv & saveenv. After that I was up and running. Next step is the Pihole software installation.

Thanks for the help



Edited 1 time(s). Last edit at 09/21/2020 08:50AM by myhobby.
Re: PogoHole project - stuck on oxnas boot only - help
September 28, 2020 01:12PM
Pihole is installed. Needed to compile PiHole-FTL for this ARM6 platform. Still some issues.

Installed Buster which runs great. Nevertheless I have a time/date issue

systemctl start systemd-timesyncd
Failed to start systemd-timesyncd.service: Launch helper exited with unknown return code 1
See system logs and 'systemctl status systemd-timesyncd.service' for details.


Are there known solutions for an ARM6 platform and time/date ? Can't find the logging mentioned.
Author:

Your Email:


Subject:


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