Jump to content

failed to boot pxe nfs file system


keiser1080

Recommended Posts

Hi,

 

armbian failed to boot from nfs.

It's mandatory to burn armbian on sdcard and do a first boot?

 

I compiled uboot for orange pi pc.

Then i burned uboot on a sdcard.

I am able to boot the kernel and i show the nfs mount but it fail without an error message after

[  OK  ] Started Rule-based Manager for Device Events and Files.

 

I mounted the nfs folder from another computer as nfs3 fs and i am able to write on it.

But there are no user folder on the /home/

here the full boot log

 

Hit any key to stop autoboot:  0 
switch to partitions #0, OK
mmc0 is current device

Device 0: unknown device
ethernet@1c30000 Waiting for PHY auto negotiation to complete. done
BOOTP broadcast 1
DHCP client bound to address 192.168.2.210 (13 ms)
Using ethernet@1c30000 device
TFTP from server 192.168.2.1; our IP address is 192.168.2.210
Filename 'pxelinux.0'.
Load address: 0x42000000
Loading: ####
	 1.6 MiB/s
done
Bytes transferred = 46909 (b73d hex)
missing environment variable: pxeuuid
Retrieving file: pxelinux.cfg/01-02-81-1b-1a-2e-09
Using ethernet@1c30000 device
TFTP from server 192.168.2.1; our IP address is 192.168.2.210
Filename 'pxelinux.cfg/01-02-81-1b-1a-2e-09'.
Load address: 0x43200000
Loading: #
	 49.8 KiB/s
done
Bytes transferred = 206 (ce hex)
Config file 'pxelinux.0' found
1:	linux
Retrieving file: uInitrd-5.15.48-sunxi
Using ethernet@1c30000 device
TFTP from server 192.168.2.1; our IP address is 192.168.2.210
Filename 'uInitrd-5.15.48-sunxi'.
Load address: 0x43400000
Loading: #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #############
	 1.6 MiB/s
done
Bytes transferred = 12591409 (c02131 hex)
Retrieving file: vmlinuz-5.15.48-sunxi
Using ethernet@1c30000 device
TFTP from server 192.168.2.1; our IP address is 192.168.2.210
Filename 'vmlinuz-5.15.48-sunxi'.
Load address: 0x42000000
Loading: #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 ###################################################
	 2.1 MiB/s
done
Bytes transferred = 8378512 (7fd890 hex)
append: root=/dev/nfs initrd=uInitrd-5.15.48-sunxi nfsroot=192.168.1.2:/mnt/sda1/nfsshare/nfsroot/02-81-1B-1A-2E-09 ip=dhcp rw
Retrieving file: dtb-5.15.48-sunxi/sun8i-h3-orangepi-pc.dtb
Using ethernet@1c30000 device
TFTP from server 192.168.2.1; our IP address is 192.168.2.210
Filename 'dtb-5.15.48-sunxi/sun8i-h3-orangepi-pc.dtb'.
Load address: 0x43000000
Loading: ###
	 1.6 MiB/s
done
Bytes transferred = 32077 (7d4d hex)
Kernel image @ 0x42000000 [ 0x000000 - 0x7fd890 ]
## Loading init Ramdisk from Legacy Image at 43400000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    12591345 Bytes = 12 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 43000000
   Booting using the fdt blob at 0x43000000
EHCI failed to shut down host controller.
   Loading Ramdisk to 493fd000, end 49fff0f1 ... OK
   Loading Device Tree to 493f2000, end 493fcd4c ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.15.48-sunxi (root@0b76cad7afe5) (arm-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #22.05.3 SMP Wed Jun 22 07:35:10 UTC 2022
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Xunlong Orange Pi PC
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 128 MiB at 0x78000000
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000040000000-0x000000006fffffff]
[    0.000000]   HighMem  [mem 0x0000000070000000-0x000000007fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: Using PSCI v0.1 Function IDs from DT
[    0.000000] percpu: Embedded 17 pages/cpu s38540 r8192 d22900 u69632
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 260416
[    0.000000] Kernel command line: root=/dev/nfs initrd=uInitrd-5.15.48-sunxi nfsroot=192.168.1.2:/mnt/sda1/nfsshare/nfsroot/02-81-1B-1A-2E-09 ip=dhcp rw
[    0.000000] Unknown kernel command line parameters "nfsroot=192.168.1.2:/mnt/sda1/nfsshare/nfsroot/02-81-1B-1A-2E-09", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000] Memory: 878608K/1048576K available (9216K kernel code, 1507K rwdata, 3388K rodata, 1024K init, 324K bss, 38896K reserved, 131072K cma-reserved, 131072K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 43925 entries in 129 pages
[    0.000000] ftrace: allocated 129 pages with 2 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] 	Rude variant of Tasks RCU enabled.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000019] Switching to timer-based delay loop, resolution 41ns
[    0.000341] Console: colour dummy device 80x30
[    0.000848] printk: console [tty0] enabled
[    0.000917] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.000951] pid_max: default: 32768 minimum: 301
[    0.001437] LSM: Security Framework initializing
[    0.001530] Yama: becoming mindful.
[    0.001749] AppArmor: AppArmor initialized
[    0.001998] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002036] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.003469] CPU: Testing write buffer coherency: ok
[    0.004020] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.004910] Setting up static identity map for 0x40100000 - 0x40100054
[    0.005069] rcu: Hierarchical SRCU implementation.
[    0.006453] smp: Bringing up secondary CPUs ...
[    0.017467] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.028580] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.039588] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.039683] smp: Brought up 1 node, 4 CPUs
[    0.039748] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.039768] CPU: All CPU(s) started in HYP mode.
[    0.039781] CPU: Virtualization extensions available.
[    0.040612] allocated 1048576 bytes of page_ext
[    0.041399] devtmpfs: initialized
[    0.049081] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.049333] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.049403] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.054920] pinctrl core: initialized pinctrl subsystem
[    0.056620] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.060903] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.061691] audit: initializing netlink subsys (disabled)
[    0.062030] audit: type=2000 audit(0.036:1): state=initialized audit_enabled=0 res=1
[    0.062544] thermal_sys: Registered thermal governor 'fair_share'
[    0.062554] thermal_sys: Registered thermal governor 'bang_bang'
[    0.062575] thermal_sys: Registered thermal governor 'step_wise'
[    0.063023] cpuidle: using governor ladder
[    0.063080] cpuidle: using governor menu
[    0.063334] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.063363] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.069275] platform 1c0c000.lcd-controller: Fixing up cyclic dependency with 1100000.mixer
[    0.074684] platform 1ee0000.hdmi: Fixing up cyclic dependency with 1c0c000.lcd-controller
[    0.079327] platform connector: Fixing up cyclic dependency with 1ee0000.hdmi
[    0.091312] cryptd: max_cpu_qlen set to 1000
[    0.163885] raid6: neonx8   gen()   780 MB/s
[    0.231990] raid6: neonx8   xor()   576 MB/s
[    0.300118] raid6: neonx4   gen()   831 MB/s
[    0.368234] raid6: neonx4   xor()   631 MB/s
[    0.436344] raid6: neonx2   gen()   914 MB/s
[    0.504461] raid6: neonx2   xor()   652 MB/s
[    0.572586] raid6: neonx1   gen()   815 MB/s
[    0.640685] raid6: neonx1   xor()   564 MB/s
[    0.708842] raid6: int32x8  gen()   303 MB/s
[    0.776961] raid6: int32x8  xor()   180 MB/s
[    0.845080] raid6: int32x4  gen()   354 MB/s
[    0.913181] raid6: int32x4  xor()   205 MB/s
[    0.981284] raid6: int32x2  gen()   399 MB/s
[    1.049428] raid6: int32x2  xor()   213 MB/s
[    1.117511] raid6: int32x1  gen()   402 MB/s
[    1.185633] raid6: int32x1  xor()   192 MB/s
[    1.185651] raid6: using algorithm neonx2 gen() 914 MB/s
[    1.185668] raid6: .... xor() 652 MB/s, rmw enabled
[    1.185684] raid6: using neon recovery algorithm
[    1.187126] iommu: Default domain type: Translated 
[    1.187158] iommu: DMA domain TLB invalidation policy: strict mode 
[    1.187540] SCSI subsystem initialized
[    1.188037] usbcore: registered new interface driver usbfs
[    1.188101] usbcore: registered new interface driver hub
[    1.188176] usbcore: registered new device driver usb
[    1.188305] mc: Linux media interface: v0.10
[    1.188347] videodev: Linux video capture interface: v2.00
[    1.188484] pps_core: LinuxPPS API ver. 1 registered
[    1.188503] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.188539] PTP clock support registered
[    1.189061] Advanced Linux Sound Architecture Driver Initialized.
[    1.190003] NetLabel: Initializing
[    1.190025] NetLabel:  domain hash size = 128
[    1.190040] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.190135] NetLabel:  unlabeled traffic allowed by default
[    1.190585] clocksource: Switched to clocksource arch_sys_counter
[    1.230702] VFS: Disk quotas dquot_6.6.0
[    1.230856] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.231509] AppArmor: AppArmor Filesystem Enabled
[    1.336861] NET: Registered PF_INET protocol family
[    1.337122] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.338368] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    1.338522] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.338598] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    1.338716] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.338845] TCP: Hash tables configured (established 8192 bind 8192)
[    1.339020] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.339094] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.339405] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.339889] Trying to unpack rootfs image as initramfs...
[    1.340944] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[    1.342517] Initialise system trusted keyrings
[    1.342699] Key type blacklist registered
[    1.342962] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    1.349557] zbud: loaded
[    1.351569] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.352955] fuse: init (API version 7.34)
[    1.358449] integrity: Platform Keyring initialized
[    1.463794] xor: measuring software checksum speed
[    1.471506]    arm4regs        :  1296 MB/sec
[    1.482501]    8regs           :   901 MB/sec
[    1.494134]    32regs          :   848 MB/sec
[    1.501659]    neon            :  1320 MB/sec
[    1.501691] xor: using function: neon (1320 MB/sec)
[    1.501746] Key type asymmetric registered
[    1.501769] Asymmetric key parser 'x509' registered
[    1.502104] bounce: pool size: 64 pages
[    1.502239] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.502528] io scheduler mq-deadline registered
[    1.502551] io scheduler kyber registered
[    1.502781] io scheduler bfq registered
[    1.510635] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    1.512671] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[    1.520430] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    1.523405] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator
[    1.524190] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 50, base_baud = 1500000) is a 16550A
[    2.144853] Freeing initrd memory: 12300K
[    2.145361] printk: console [ttyS0] enabled
[    2.484647] brd: module loaded
[    2.492886] loop: module loaded
[    2.498842] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found
[    2.505250] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found
[    2.511260] dwmac-sun8i 1c30000.ethernet: supply phy not found, using dummy regulator
[    2.519304] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator
[    2.527577] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[    2.533377] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000)
[    2.543111] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
[    2.550414] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
[    2.557656] dwmac-sun8i 1c30000.ethernet: COE Type 2
[    2.562637] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
[    2.569440] dwmac-sun8i 1c30000.ethernet: Normal descriptors
[    2.575113] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
[    2.582466] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
[    2.589116] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
[    2.595531] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
[    2.614199] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.620816] ehci-platform: EHCI generic platform driver
[    2.626318] ehci-platform 1c1a000.usb: EHCI Host Controller
[    2.631971] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[    2.640315] ehci-platform 1c1a000.usb: irq 35, io mem 0x01c1a000
[    2.658599] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[    2.665082] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    2.673386] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.680630] usb usb1: Product: EHCI Host Controller
[    2.685524] usb usb1: Manufacturer: Linux 5.15.48-sunxi ehci_hcd
[    2.691545] usb usb1: SerialNumber: 1c1a000.usb
[    2.696682] hub 1-0:1.0: USB hub found
[    2.700503] hub 1-0:1.0: 1 port detected
[    2.705102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.711335] ohci-platform: OHCI generic platform driver
[    2.716814] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[    2.723476] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[    2.731549] ohci-platform 1c1a400.usb: irq 36, io mem 0x01c1a400
[    2.798872] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
[    2.807174] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.814416] usb usb2: Product: Generic Platform OHCI controller
[    2.820351] usb usb2: Manufacturer: Linux 5.15.48-sunxi ohci_hcd
[    2.826372] usb usb2: SerialNumber: 1c1a400.usb
[    2.831468] hub 2-0:1.0: USB hub found
[    2.835311] hub 2-0:1.0: 1 port detected
[    2.840361] usbcore: registered new interface driver usb-storage
[    2.847562] sun6i-rtc 1f00000.rtc: registered as rtc0
[    2.852680] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:00:28 UTC (28)
[    2.860840] sun6i-rtc 1f00000.rtc: RTC enabled
[    2.865627] i2c_dev: i2c /dev entries driver
[    2.870143] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator
[    2.880715] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    2.889505] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator
[    2.898673] ledtrig-cpu: registered to indicate activity on CPUs
[    2.905203] sun8i-ce 1c15000.crypto: Set mod clock to 50000000 (50 Mhz) from 24000000 (24 Mhz)
[    2.914068] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[    2.914113] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[    2.926525] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[    2.934319] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[    2.942083] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[    2.949829] sun8i-ce 1c15000.crypto: Register cbc(aes)
[    2.951436] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
[    2.955146] sun8i-ce 1c15000.crypto: Register ecb(aes)
[    2.967251] sun8i-ce 1c15000.crypto: Register cbc(des3_ede)
[    2.972985] sun8i-ce 1c15000.crypto: Register ecb(des3_ede)
[    2.978718] sun8i-ce 1c15000.crypto: Register md5
[    2.983564] sun8i-ce 1c15000.crypto: Register sha1
[    2.988520] sun8i-ce 1c15000.crypto: Register sha224
[    2.993626] sun8i-ce 1c15000.crypto: Register sha256
[    2.995815] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.998735] sun8i-ce 1c15000.crypto: Register sha384
[    3.006732] mmc0: new SD card at address a921
[    3.011723] sun8i-ce 1c15000.crypto: Register sha512
[    3.017446] mmcblk0: mmc0:a921 SR032 29.2 MiB 
[    3.021182] sun8i-ce 1c15000.crypto: Register stdrng
[    3.029563]  mmcblk0: p1
[    3.030695] sun8i-ce 1c15000.crypto: TRNG not supported
[    3.038221] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 1
[    3.044169] hid: raw HID events driver (C) Jiri Kosina
[    3.049472] usbcore: registered new interface driver usbhid
[    3.055065] usbhid: USB HID core driver
[    3.063389] debugfs: Directory '1c22c00.codec' with parent 'H3 Audio Codec' already present!
[    3.076803] Initializing XFRM netlink socket
[    3.081849] NET: Registered PF_INET6 protocol family
[    3.125003] Segment Routing with IPv6
[    3.128836] In-situ OAM (IOAM) with IPv6
[    3.132891] NET: Registered PF_PACKET protocol family
[    3.137991] NET: Registered PF_KEY protocol family
[    3.142866] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    3.156008] 8021q: 802.1Q VLAN Support v1.8
[    3.160291] Key type dns_resolver registered
[    3.164725] Registering SWP/SWPB emulation handler
[    3.170245] registered taskstats version 1
[    3.174393] Loading compiled-in X.509 certificates
[    3.185969] Loaded X.509 cert 'Build time autogenerated kernel key: f42b5debf4cea41d9e8cde2bc3b3ec85a37db752'
[    3.201720] zswap: loaded using pool zstd/z3fold
[    3.207389] Key type ._fscrypt registered
[    3.211434] Key type .fscrypt registered
[    3.215379] Key type fscrypt-provisioning registered
[    3.225468] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=yes
[    3.250782] Key type encrypted registered
[    3.254857] AppArmor: AppArmor sha1 policy hashing enabled
[    3.272900] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator
[    3.294463] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0aa2c00)
[    3.301787] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0a9eb34)
[    3.309543] sun8i-dw-hdmi 1ee0000.hdmi: supply hvcc not found, using dummy regulator
[    3.318308] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
[    3.328448] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
[    3.336313] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0aa21b4)
[    3.343794] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
[    3.351639] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[    3.359371] ehci-platform 1c1b000.usb: EHCI Host Controller
[    3.365000] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
[    3.372929] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[    3.380402] ehci-platform 1c1b000.usb: irq 37, io mem 0x01c1b000
[    3.398598] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[    3.405040] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    3.413341] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.420584] usb usb3: Product: EHCI Host Controller
[    3.425478] usb usb3: Manufacturer: Linux 5.15.48-sunxi ehci_hcd
[    3.431505] usb usb3: SerialNumber: 1c1b000.usb
[    3.436611] hub 3-0:1.0: USB hub found
[    3.440453] hub 3-0:1.0: 1 port detected
[    3.445468] ehci-platform 1c1c000.usb: EHCI Host Controller
[    3.451104] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
[    3.459308] ehci-platform 1c1c000.usb: irq 39, io mem 0x01c1c000
[    3.478600] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
[    3.485003] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    3.493305] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.500548] usb usb4: Product: EHCI Host Controller
[    3.505441] usb usb4: Manufacturer: Linux 5.15.48-sunxi ehci_hcd
[    3.511462] usb usb4: SerialNumber: 1c1c000.usb
[    3.516551] hub 4-0:1.0: USB hub found
[    3.520384] hub 4-0:1.0: 1 port detected
[    3.525307] ehci-platform 1c1d000.usb: EHCI Host Controller
[    3.530944] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
[    3.539096] ehci-platform 1c1d000.usb: irq 41, io mem 0x01c1d000
[    3.558599] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
[    3.565020] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    3.573319] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.580560] usb usb5: Product: EHCI Host Controller
[    3.585454] usb usb5: Manufacturer: Linux 5.15.48-sunxi ehci_hcd
[    3.591475] usb usb5: SerialNumber: 1c1d000.usb
[    3.596564] hub 5-0:1.0: USB hub found
[    3.600397] hub 5-0:1.0: 1 port detected
[    3.605332] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
[    3.612012] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
[    3.620051] ohci-platform 1c1b400.usb: irq 38, io mem 0x01c1b400
[    3.686830] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
[    3.695133] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.702376] usb usb6: Product: Generic Platform OHCI controller
[    3.708312] usb usb6: Manufacturer: Linux 5.15.48-sunxi ohci_hcd
[    3.714333] usb usb6: SerialNumber: 1c1b400.usb
[    3.719398] hub 6-0:1.0: USB hub found
[    3.723229] hub 6-0:1.0: 1 port detected
[    3.728130] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
[    3.734813] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
[    3.742947] ohci-platform 1c1c400.usb: irq 40, io mem 0x01c1c400
[    3.810871] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
[    3.819174] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.826416] usb usb7: Product: Generic Platform OHCI controller
[    3.832360] usb usb7: Manufacturer: Linux 5.15.48-sunxi ohci_hcd
[    3.838385] usb usb7: SerialNumber: 1c1c400.usb
[    3.843498] hub 7-0:1.0: USB hub found
[    3.847335] hub 7-0:1.0: 1 port detected
[    3.852292] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
[    3.858976] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
[    3.867035] ohci-platform 1c1d400.usb: irq 42, io mem 0x01c1d400
[    3.934843] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
[    3.943139] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.950382] usb usb8: Product: Generic Platform OHCI controller
[    3.956316] usb usb8: Manufacturer: Linux 5.15.48-sunxi ohci_hcd
[    3.962336] usb usb8: SerialNumber: 1c1d400.usb
[    3.967399] hub 8-0:1.0: USB hub found
[    3.971257] hub 8-0:1.0: 1 port detected
[    3.976083] of_cfs_init
[    3.978661] of_cfs_init: OK
[    3.982639] dwmac-sun8i 1c30000.ethernet eth0: PHY [0.1:01] driver [Generic PHY] (irq=POLL)
[    3.991587] dwmac-sun8i 1c30000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[    4.000938] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found
[    4.008291] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
[    4.015972] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
[    4.023038] dwmac-sun8i 1c30000.ethernet eth0: configuring for phy/mii link mode
[    5.047068] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[    5.055675] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    5.074599] Sending DHCP requests ., OK
[    5.094457] IP-Config: Got DHCP answer from 192.168.2.1, my address is 192.168.2.210
[    5.102233] IP-Config: Complete:
[    5.105476]      device=eth0, hwaddr=02:81:1b:1a:2e:09, ipaddr=192.168.2.210, mask=255.255.255.0, gw=192.168.2.1
[    5.115669]      host=pi, domain=lan, nis-domain=(none)
[    5.120907]      bootserver=192.168.2.1, rootserver=192.168.2.1, rootpath=
[    5.120918]      nameserver0=192.168.2.1
[    5.132013] ALSA device list:
[    5.135011]   #0: H3 Audio Codec
[    5.144586] Freeing unused kernel image (initmem) memory: 1024K
[    5.154844] Run /init as init process
Loading, please wait...
Starting version 249.11-0ubuntu3.3
[    5.629766] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
[    5.721574] usb_phy_generic usb_phy_generic.3.auto: supply vcc not found, using dummy regulator
[    5.730659] usb_phy_generic usb_phy_generic.3.auto: dummy supplies not allowed for exclusive requests
[    5.741181] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver
[    5.747020] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 9
[    5.755183] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    5.763539] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.770810] usb usb9: Product: MUSB HDRC host driver
[    5.775812] usb usb9: Manufacturer: Linux 5.15.48-sunxi musb-hcd
[    5.781896] usb usb9: SerialNumber: musb-hdrc.4.auto
[    5.787824] hub 9-0:1.0: USB hub found
[    5.794802] hub 9-0:1.0: 1 port detected
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/nfs-top ... done.
Begin: Running /scripts/nfs-premount ... done.
Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/02:81:1b:1a:2e:09
Sending on   LPF/eth0/02:81:1b:1a:2e:09
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 (xid=0x482ddc08)
DHCPOFFER of 192.168.2.210 from 192.168.2.1
DHCPREQUEST for 192.168.2.210 on eth0 to 255.255.255.255 port 67 (xid=0x8dc2d48)
DHCPACK of 192.168.2.210 from 192.168.2.1 (xid=0x482ddc08)
ip: RTNETLINK answers: File exists
bound to 192.168.2.210 -- renewal in 18339 seconds.
[    6.172561] FS-Cache: Loaded
[    6.262371] RPC: Registered named UNIX socket transport module.
[    6.268367] RPC: Registered udp transport module.
[    6.273089] RPC: Registered tcp transport module.
[    6.277806] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.420747] FS-Cache: Netfs 'nfs' registered for caching
done.
Begin: Running /scripts/nfs-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[    7.735421] systemd[1]: System time before build time, advancing clock.
[    7.790826] systemd[1]: Inserted module 'autofs4'
[    7.925950] systemd[1]: systemd 249.11-0ubuntu3.3 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    7.957916] systemd[1]: Detected architecture arm.

Welcome to Armbian 22.05.3 Jammy!

[    7.985766] systemd[1]: Hostname set to <orangepipc>.
[   10.048487] systemd[1]: Queued start job for default target Graphical Interface.
[   10.058079] random: systemd: uninitialized urandom read (16 bytes read)
[   10.070788] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[   10.094870] random: systemd: uninitialized urandom read (16 bytes read)
[   10.104364] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[   10.126845] random: systemd: uninitialized urandom read (16 bytes read)
[   10.135314] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[   10.158855] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
[   10.172662] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[   10.200205] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[  OK  ] Set up automount Arbitrary…s File System Automount Point.
[   10.227118] systemd[1]: Reached target Local Encrypted Volumes.
[  OK  ] Reached target Local Encrypted Volumes.
[   10.251675] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[   10.270935] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[   10.290849] systemd[1]: Reached target System Time Set.
[  OK  ] Reached target System Time Set.
[   10.311229] systemd[1]: Reached target Local Verity Protected Volumes.
[  OK  ] Reached target Local Verity Protected Volumes.
[   10.360957] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[   10.389690] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[   10.411304] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[   10.437545] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[   10.459590] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[   10.483692] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   10.505880] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[   10.528564] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   10.550888] systemd[1]: Reached target Socket Units.
[  OK  ] Reached target Socket Units.
[   10.571582] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[   10.584965] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[   10.612053] systemd[1]: Mounting NFSD configuration filesystem...
         Mounting NFSD configuration filesystem...
[   10.640984] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[   10.668477] systemd[1]: Mounting Kernel Trace File System...
         Mounting Kernel Trace File System...
[   10.693385] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[   10.715486] systemd[1]: Starting Restore / save the current clock...
         Starting Restore / save the current clock...
[   10.754642] systemd[1]: Starting Set the console keyboard layout...
         Starting Set the console keyboard layout...
[   10.787943] systemd[1]: Starting Create List of Static Device Nodes...
         Starting Create List of Static Device Nodes...
[   10.819263] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[   10.847881] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[   10.878912] systemd[1]: Starting Load Kernel Module fuse...
[   10.880689] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
         Starting Load Kernel Module fuse...
[   10.917260] systemd[1]: Started Nameserver information manager.
[  OK  ] Started Nameserver information manager.
[   10.943988] systemd[1]: Reached target Preparation for Network.
[  OK  ] Reached target Preparation for Network.
[   10.983261] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[   11.009798] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[   11.038840] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[   11.073081] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[   11.100052] systemd[1]: Mounted NFSD configuration filesystem.
[  OK  ] Mounted NFSD configuration filesystem.
[   11.127731] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[   11.151672] systemd[1]: Mounted Kernel Trace File System.
[  OK  ] Mounted Kernel Trace File System.
[   11.181313] systemd[1]: Finished Restore / save the current clock.
[  OK  ] Finished Restore / save the current clock.
[   11.205423] systemd[1]: Finished Create List of Static Device Nodes.
[  OK  ] Finished Create List of Static Device Nodes.
[   11.232792] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   11.241496] systemd[1]: Finished Load Kernel Module configfs.
[  OK  ] Finished Load Kernel Module configfs.
[   11.264892] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   11.273337] systemd[1]: Finished Load Kernel Module drm.
[  OK  ] Finished Load Kernel Module drm.
[   11.301689] systemd[1]: Finished Set the console keyboard layout.
[  OK  ] Finished Set the console keyboard layout.
[   11.324627] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   11.332841] systemd[1]: Finished Load Kernel Module fuse.
[  OK  ] Finished Load Kernel Module fuse.
[   11.358741] systemd[1]: Finished Load Kernel Modules.
[  OK  ] Finished Load Kernel Modules.
[   11.384832] systemd[1]: Finished Remount Root and Kernel File Systems.
[  OK  ] Finished Remount Root and Kernel File Systems.
[   11.423069] urandom_read_iter: 31 callbacks suppressed
[   11.423086] random: systemd: uninitialized urandom read (16 bytes read)
[   11.440616] systemd[1]: Mounting FUSE Control File System...
         Mounting FUSE Control File System...
[   11.463405] random: systemd: uninitialized urandom read (16 bytes read)
[   11.475277] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[   11.499310] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[   11.509044] random: systemd: uninitialized urandom read (16 bytes read)
[   11.521981] systemd[1]: Starting Load/Save Random Seed...
         Starting Load/Save Random Seed...
[   11.549646] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[   11.580131] systemd[1]: Starting Create System Users...
         Starting Create System Users...
[   11.619836] systemd[1]: Mounted FUSE Control File System.
[  OK  ] Mounted FUSE Control File System.
[   11.643840] systemd[1]: Mounted Kernel Configuration File System.
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Finished Create System Users.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Finished Apply Kernel Variables.
[  OK  ] Finished Coldplug All udev Devices.
         Starting Helper to synchronize boot up for ifupdown...
[  OK  ] Finished Helper to synchronize boot up for ifupdown.
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Reached target Preparation for Local File Systems.
         Mounting /tmp...
         Starting Rule-based Manage…for Device Events and Files...
[  OK  ] Finished Load/Save Random Seed.
[  OK  ] Mounted /tmp.
[  OK  ] Reached target Local File Systems.
         Starting Armbian leds state...
         Starting Armbian ZRAM config...
         Starting Set console font and keymap...
         Starting Raise network interfaces...
[  OK  ] Finished Armbian leds state.
[  OK  ] Finished Set console font and keymap.
[  OK  ] Started Rule-based Manager for Device Events and Files.

 

 

Link to comment
Share on other sites

3 hours ago, Werner said:

Well at least a sdcard with u boot is mandatory since this sbc does not feature any permanent storage on board iirc.

 

Not sure why pxe does not work but tbh unsure if that has every been tested either...

Thanks, the SD card and uboot work flawlessly.

 

I think there is a script that run on the first boot to extend SD card and create a user and maybe some other action. 

 

So the question is  do a need to install armbian on a sdcard and do a first boot then copy the root FS.

 

Or i can directly copy the rootfs from the armbian img file?

 

 

Link to comment
Share on other sites

There isn't actually something like a "installation". The OS image written to the sd is ready to use. Only exception are a few scripts that run on first boot and then disable themselves like hw optimization or create non-privileged user with sudo permissions.

Link to comment
Share on other sites

3 hours ago, Werner said:

There isn't actually something like a "installation". The OS image written to the sd is ready to use. Only exception are a few scripts that run on first boot and then disable themselves like hw optimization or create non-privileged user with sudo permissions.

Thanks,  

I don't know what I can do.

I complied yesterday buildroot.

I  will first check if I can boot buildroot from NFS share. To determine if it's linked with my setup.

Then I can also try to use the uboot shiped with armbian.

And finally I can try to use an sdcard for the first boot en move the rootfs to the share.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines