Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8037

Networking and servers • Re: TFTP boot to iSCSI root on 3B+

$
0
0
The disk may be mounted, but the /init script in the initramfs is failing to switch to it, or at least not getting as far as execing the real init (systemd). /init exits with status 1. That is unusual because normally it will try to drop to a busybox shell.

I do not understand why you have no initramfs debug at all now, but still have kernel messages. Do you have console=serial0,115200 and debug= and not quiet plymouth.ignore-serial-consoles in cmdline?
Yessir, cmdline.txt:

Code:

debug= console=serial0,115200 console=tty1 cgroup_enable=cpuset cgroup_enable=memory cgroup_enable=pids cgroup_memory=1 systemd.unified_cgroup_hierarchy=0 ip=10.10.0.3:::255.255.0.0:iscsipi:eth0:static root=UUID=46973817-ff83-4b8b-868f-bbc0fe598114 rootfstype=ext4 rootwait ISCSI_INITIATOR=iqn.1993-08.org.debian:01:7da7faebba8a ISCSI_TARGET_NAME=iqn.2005-10.org.freenas.ctl:iscsipi-8e83a54c ISCSI_TARGET_IP=10.10.0.130 ISCSI_TARGET_PORT=3260 rw
The initramfs debug apparently isn't output over the UART debug connection. I can still see it on the screen. Maybe if I take out the second console...?

Edit, yeah that worked, now everything gets dumped to the UART:

Code:

Raspberry Pi BootcodeRead File: config.txt, 1312Read File: start.elf, 2988032 (bytes)Read File: fixup.dat, 7330 (bytes)MESS:00:00:18.775353:0: brfs: File read: /mfs/sd/config.txtMESS:00:00:18.780172:0: brfs: File read: 1312 bytesMESS:00:00:18.850486:0: brfs: File read: /mfs/sd/config.txtMESS:00:00:18.855355:0: gpioman: gpioman_get_pin_num: pin LEDS_PWR_OK not definedMESS:00:00:19.367454:0: gpioman: gpioman_get_pin_num: pin DISPLAY_DSI_PORT not definedMESS:00:00:19.374480:0: gpioman: gpioman_get_pin_num: pin DISPLAY_DSI_PORT not definedMESS:00:00:19.382264:0: gpioman: gpioman_get_pin_num: pin LEDS_PWR_OK not definedMESS:00:00:19.388557:0: *** Restart loggingMESS:00:00:19.392432:0: brfs: File read: 1312 bytesMESS:00:00:19.424897:0: gpioman: gpioman_get_pin_num: pin EMMC_ENABLE not definedMESS:00:00:19.440575:0: HDMI0: hdmi_pixel_encoding: 162000000MESS:00:00:23.315588:0: brfs: File read: /mfs/sd/initramfs8MESS:00:00:23.319468:0: Loaded 'initramfs8' to 0x0 size 0x78b469MESS:00:00:23.334197:0: initramfs loaded to 0x2e874000 (size 0x78b469)MESS:00:00:23.348714:0: dtb_file 'bcm2710-rpi-3-b.dtb'MESS:00:00:23.352157:0: brfs: File read: 7910505 bytesMESS:00:00:23.377357:0: brfs: File read: /mfs/sd/bcm2710-rpi-3-b.dtbMESS:00:00:23.382014:0: Loaded 'bcm2710-rpi-3-b.dtb' to 0x100 size 0x877fMESS:00:00:23.404141:0: brfs: File read: 34687 bytesMESS:00:00:23.412863:0: brfs: File read: /mfs/sd/overlays/overlay_map.dtbMESS:00:00:23.446323:0: brfs: File read: 5555 bytesMESS:00:00:23.452986:0: brfs: File read: /mfs/sd/config.txtMESS:00:00:23.456998:0: dtparam: audio=onMESS:00:00:23.467811:0: brfs: File read: 1312 bytesMESS:00:00:23.473486:0: brfs: File read: /mfs/sd/overlays/vc4-kms-v3d.dtboMESS:00:00:23.526098:0: Loaded overlay 'vc4-kms-v3d'MESS:00:00:23.635520:0: brfs: File read: 2760 bytesMESS:00:00:23.641545:0: brfs: File read: /mfs/sd/cmdline.txtMESS:00:00:23.645627:0: Read command line from file 'cmdline.txt':MESS:00:00:23.651427:0: 'debug= console=serial0,115200 cgroup_enable=cpuset cgroup_enable=memory cgroup_enable=pids cgroup_memory=1 systemd.unified_cgroup_hierarchy=0 ip=10.10.0.3:::255.255.0.0:iscsipi:eth0:static root=UUID=46973817-ff83-4b8b-868f-bbc0MESS:00:00:23.803395:0: brfs: File read: 433 bytesMESS:00:00:27.348140:0: brfs: File read: /mfs/sd/kernel8.imgMESS:00:00:27.352095:0: Loaded 'kernel8.img' to 0x200000 size 0x94df19MESS:00:00:29.172136:0: Device tree loaded to 0x2e86b200 (size 0x8dd5)MESS:00:00:29.178594:0: uart: Set PL011 baud rate to 103448.300000 HzMESS:00:00:29.184847:0: uart: Baud rate change done...MESS:00:00:29.188263:0: uart: Baud rate[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034][    0.000000] Linux version 6.12.20+rpt-rpi-v8 (serge@raspberrypi.com) (aarch64-linux-gnu-gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.12.20-1+rpt1~bpo12+1 (2025-03-19)[    0.000000] KASLR enabled[    0.000000] random: crng init done[    0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2[    0.000000] efi: UEFI not found.[    0.000000] Reserved memory: created CMA memory pool at 0x000000001e800000, size 256 MiB[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool[    0.000000] OF: reserved mem: 0x000000001e800000..0x000000002e7fffff (262144 KiB) map reusable linux,cma[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000003b3fffff][    0.000000] NODE_DATA(0) allocated [mem 0x3b1fd000-0x3b1ffcff][    0.000000] Zone ranges:[    0.000000]   DMA      [mem 0x0000000000000000-0x000000003b3fffff][    0.000000]   DMA32    empty[    0.000000]   Normal   empty[    0.000000] Movable zone start for each node[    0.000000] Early memory node ranges[    0.000000]   node   0: [mem 0x0000000000000000-0x000000003b3fffff][    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff][    0.000000] On node 0, zone DMA: 19456 pages in unavailable ranges[    0.000000] percpu: Embedded 33 pages/cpu s95064 r8192 d31912 u135168[    0.000000] pcpu-alloc: s95064 r8192 d31912 u135168 alloc=33*4096[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [    0.000000] Detected VIPT I-cache on CPU0[    0.000000] CPU features: kernel page table isolation forced ON by KASLR[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)[    0.000000] CPU features: detected: ARM erratum 843419[    0.000000] CPU features: detected: ARM erratum 845719[    0.000000] alternatives: applying boot alternatives[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 cgroup_disable=memory snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  debug= console=ttyS0,115200 cgroup_enable=cpuset cgroup_enable=memory cgroup_enable=pids cgroup_memory=1 systemd.unified_cgroup_hierarchy=0 ip=10.10.0.3:::255.255.0.0:iscsipi:eth0:static root=UUID=46973817-ff83-4b8b-868f-bbc0fe598114 rootfstype=ext4 rootwait ISCSI_INITIATOR=iqn.1993-08.org.debian:01:7da7faebba8a ISCSI_TARGET_NAME=iqn.2005-10.org.freenas.ctl:iscsipi-8e83a54c ISCSI_TARGET_IP=10.10.0.130 ISCSI_TARGET_PORT=3260 rw[    0.000000] cgroup: Disabling memory control group subsystem[    0.000000] cgroup: Enabling cpuset control group subsystem[    0.000000] cgroup: Enabling memory control group subsystem[    0.000000] cgroup: Enabling pids control group subsystem[    0.000000] Unknown kernel command line parameters "cgroup_memory=1 ISCSI_INITIATOR=iqn.1993-08.org.debian:01:7da7faebba8a ISCSI_TARGET_NAME=iqn.2005-10.org.freenas.ctl:iscsipi-8e83a54c ISCSI_TARGET_IP=10.10.0.130 ISCSI_TARGET_PORT=3260", will be passed to user space.[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)[    0.000000] Fallback order for Node 0: 0 [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 242688[    0.000000] Policy zone: DMA[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1[    0.000000] ftrace: allocating 45034 entries in 176 pages[    0.000000] ftrace: allocated 176 pages with 3 groups[    0.000000] rcu: Preemptible hierarchical RCU implementation.[    0.000000] rcu: .RCU event tracing is enabled.[    0.000000] .Trampoline variant of Tasks RCU enabled.[    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 Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.[    0.000000] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.[    0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0[    0.000000] Root IRQ handler: bcm2836_arm_irqchip_handle_irq[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.[    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns[    0.000000] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns[    0.000247] Console: colour dummy device 80x25[    0.000331] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)[    0.000344] pid_max: default: 32768 minimum: 301[    0.000409] LSM: initializing lsm=capability[    0.000567] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)[    0.000586] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)[    0.016045] rcu: Hierarchical SRCU implementation.[    0.016055] rcu: .Max phase no-delay instances is 1000.[    0.016301] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level[    0.017344] EFI services will not be available.[    0.020077] smp: Bringing up secondary CPUs ...[    0.032262] Detected VIPT I-cache on CPU1[    0.032374] CPU1: Booted secondary processor 0x0000000001 [0x410fd034][    0.036341] Detected VIPT I-cache on CPU2[    0.036424] CPU2: Booted secondary processor 0x0000000002 [0x410fd034][    0.040257] Detected VIPT I-cache on CPU3[    0.040331] CPU3: Booted secondary processor 0x0000000003 [0x410fd034][    0.040556] smp: Brought up 1 node, 4 CPUs[    0.040563] SMP: Total of 4 processors activated.[    0.040566] CPU: All CPU(s) started at EL2[    0.040581] CPU features: detected: 32-bit EL0 Support[    0.040584] CPU features: detected: 32-bit EL1 Support[    0.040589] CPU features: detected: CRC32 instructions[    0.040638] alternatives: applying system-wide alternatives[    0.042121] Memory: 648780K/970752K available (14016K kernel code, 2252K rwdata, 4684K rodata, 5184K init, 577K bss, 55236K reserved, 262144K cma-reserved)[    0.042632] devtmpfs: initialized[    0.050365] Enabled cp15_barrier support[    0.050383] Enabled setend support[    0.050528] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns[    0.050546] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)[    0.059541] 2G module region forced by RANDOMIZE_MODULE_REGION_FULL[    0.059557] 0 pages in range for non-PLT usage[    0.059563] 517552 pages in range for PLT usage[    0.059813] pinctrl core: initialized pinctrl subsystem[    0.060383] DMI not present or invalid.[    0.063113] NET: Registered PF_NETLINK/PF_ROUTE protocol family[    0.067087] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations[    0.067573] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations[    0.068160] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations[    0.068222] audit: initializing netlink subsys (disabled)[    0.068509] audit: type=2000 audit(0.068:1): state=initialized audit_enabled=0 res=1[    0.069057] thermal_sys: Registered thermal governor 'step_wise'[    0.069094] cpuidle: using governor menu[    0.069349] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.[    0.069458] ASID allocator initialised with 32768 entries[    0.070124] Serial: AMBA PL011 UART driver[    0.073900] bcm2835-mbox 3f00b880.mailbox: mailbox enabled[    0.084454] raspberrypi-firmware soc:firmware: Attached to firmware from 2025-03-19T18:25:26, variant start[    0.088445] raspberrypi-firmware soc:firmware: Firmware hash is ca6e8171a80ea46924ffaa629250bfb482f3a02c[    0.098030] bcm2835-dma 3f007000.dma-controller: DMA legacy API manager, dmachans=0x1[    0.098935] iommu: Default domain type: Translated[    0.098940] iommu: DMA domain TLB invalidation policy: strict mode[    0.100037] SCSI subsystem initialized[    0.100200] usbcore: registered new interface driver usbfs[    0.100233] usbcore: registered new interface driver hub[    0.100266] usbcore: registered new device driver usb[    0.100688] pps_core: LinuxPPS API ver. 1 registered[    0.100692] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>[    0.100706] PTP clock support registered[    0.101863] vgaarb: loaded[    0.102372] clocksource: Switched to clocksource arch_sys_counter[    1.031917] VFS: Disk quotas dquot_6.6.0[    1.031949] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)[    1.038760] NET: Registered PF_INET protocol family[    1.038956] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)[    1.040144] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)[    1.040173] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)[    1.040185] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)[    1.040257] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)[    1.040527] TCP: Hash tables configured (established 8192 bind 8192)[    1.040774] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)[    1.040831] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)[    1.040859] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)[    1.040989] NET: Registered PF_UNIX/PF_LOCAL protocol family[    1.041490] RPC: Registered named UNIX socket transport module.[    1.041496] RPC: Registered udp transport module.[    1.041498] RPC: Registered tcp transport module.[    1.041501] RPC: Registered tcp-with-tls transport module.[    1.041504] RPC: Registered tcp NFSv4.1 backchannel transport module.[    1.041528] PCI: CLS 0 bytes, default 64[    1.042056] Trying to unpack rootfs image as initramfs...[    1.051466] kvm [1]: nv: 554 coarse grained trap handlers[    1.052034] kvm [1]: IPA Size Limit: 40 bits[    1.053215] kvm [1]: Hyp nVHE mode initialized successfully[    1.056445] Initialise system trusted keyrings[    1.056861] workingset: timestamp_bits=42 max_order=18 bucket_order=0[    1.061768] NFS: Registering the id_resolver key type[    1.061811] Key type id_resolver registered[    1.061815] Key type id_legacy registered[    1.061846] nfs4filelayout_init: NFSv4 File Layout Driver Registering...[    1.061853] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...[    1.062746] Key type asymmetric registered[    1.062759] Asymmetric key parser 'x509' registered[    1.062825] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)[    1.067161] io scheduler mq-deadline registered[    1.067180] io scheduler kyber registered[    1.067248] io scheduler bfq registered[    1.072692] pinctrl-bcm2835 3f200000.gpio: GPIO_OUT persistence: yes[    1.406748] Freeing initrd memory: 7724K[    1.414507] ledtrig-cpu: registered to indicate activity on CPUs[    1.416914] simple-framebuffer 3e402000.framebuffer: framebuffer at 0x3e402000, 0x7f8000 bytes[    1.416939] simple-framebuffer 3e402000.framebuffer: format=a8r8g8b8, mode=1920x1080x32, linelength=7680[    1.428853] Console: switching to colour frame buffer device 240x67[    1.438571] simple-framebuffer 3e402000.framebuffer: fb0: simplefb registered![    1.441066] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled[    1.442568] bcm2835-rng 3f104000.rng: hwrng registered[    1.442806] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)[    1.451559] brd: module loaded[    1.456352] loop: module loaded[    1.456850] Loading iSCSI transport class v2.0-870.[    1.460217] usbcore: registered new device driver r8152-cfgselector[    1.460250] usbcore: registered new interface driver r8152[    1.460275] usbcore: registered new interface driver lan78xx[    1.460304] usbcore: registered new interface driver smsc95xx[    1.460479] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)[    2.188052] Core Release: 2.80a[    2.188076] Setting default values for core params[    2.188092] Finished setting default values for core params[    2.388300] Using Buffer DMA mode[    2.388303] Periodic Transfer Interrupt Enhancement - disabled[    2.388306] Multiprocessor Interrupt Enhancement - disabled[    2.388309] OTG VER PARAM: 0, OTG VER FLAG: 0[    2.388318] Dedicated Tx FIFOs mode[    2.391535] [    2.391545] WARN::dwc_otg_hcd_init:1072: FIQ DMA bounce buffers: virt = ffffffc080cd3000 dma = 0x00000000dec00000 len=9024[    2.391576] FIQ FSM acceleration enabled for :[    2.391576] Non-periodic Split Transactions[    2.391576] Periodic Split Transactions[    2.391576] High-Speed Isochronous Endpoints[    2.391576] Interrupt/Control Split Transaction hack enabled[    2.391586] dwc_otg: Microframe scheduler enabled[    2.391617] [    2.391619] WARN::hcd_init_fiq:496: MPHI regs_base at ffffffc080075000[    2.391692] dwc_otg 3f980000.usb: DWC OTG Controller[    2.391727] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1[    2.391758] dwc_otg 3f980000.usb: irq 74, io mem 0x00000000[    2.391802] Init: Port Power? op_state=1[    2.391804] Init: Power Port (0)[    2.391964] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12[    2.391974] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1[    2.391980] usb usb1: Product: DWC OTG Controller[    2.391985] usb usb1: Manufacturer: Linux 6.12.20+rpt-rpi-v8 dwc_otg_hcd[    2.391990] usb usb1: SerialNumber: 3f980000.usb[    2.392538] hub 1-0:1.0: USB hub found[    2.392568] hub 1-0:1.0: 1 port detected[    2.393015] dwc_otg: FIQ enabled[    2.393018] dwc_otg: NAK holdoff enabled[    2.393021] dwc_otg: FIQ split-transaction FSM enabled[    2.393029] Module dwc_common_port init[    2.393674] usbcore: registered new interface driver uas[    2.393712] usbcore: registered new interface driver usb-storage[    2.394069] mousedev: PS/2 mouse device common for all mice[    2.395908] sdhci: Secure Digital Host Controller Interface driver[    2.395916] sdhci: Copyright(c) Pierre Ossman[    2.396159] sdhci-pltfm: SDHCI platform and OF driver helper[    2.396417] hid: raw HID events driver (C) Jiri Kosina[    2.396520] usbcore: registered new interface driver usbhid[    2.396524] usbhid: USB HID core driver[    2.400732] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available[    2.401565] NET: Registered PF_PACKET protocol family[    2.401652] Key type dns_resolver registered[    2.421120] registered taskstats version 1[    2.421325] Loading compiled-in X.509 certificates[    2.428776] Demotion targets for Node 0: null[    2.429500] Key type .fscrypt registered[    2.429506] Key type fscrypt-provisioning registered[    2.436034] uart-pl011 3f201000.serial: cts_event_workaround enabled[    2.436376] 3f201000.serial: ttyAMA1 at MMIO 0x3f201000 (irq = 99, base_baud = 0) is a PL011 rev2[    2.436580] serial serial0: tty port ttyAMA1 registered[    2.437810] bcm2835-aux-uart 3f215040.serial: there is not valid maps for state default[    2.438285] printk: legacy console [ttyS0] disabled[    2.438781] 3f215040.serial: ttyS0 at MMIO 0x3f215040 (irq = 71, base_baud = 50000000) is a 16550[    2.438835] printk: legacy console [ttyS0] enabled[    2.502492] Indeed it is in host mode hprt0 = 00021501[    2.514203] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer[    2.727650] usb 1-1: new high-speed USB device number 2 using dwc_otg[    2.736022] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver[    2.749265] Indeed it is in host mode hprt0 = 00001101[    2.757173] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0[    2.984946] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00[    2.989068] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated[    3.026433] of_cfs_init[    3.027865] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0[    3.031945] of_cfs_init: OK[    3.052291] hub 1-1:1.0: USB hub found[    3.926067] hub 1-1:1.0: 5 ports detected[    3.956286] sdhost-bcm2835 3f202000.mmc: loaded - DMA enabled (>1)[    3.992520] mmc1: new high speed SDIO card at address 0001[    4.210379] usb 1-1.1: new high-speed USB device number 3 using dwc_otg[    4.318601] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00[    4.327087] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0[    4.337038] smsc95xx v2.0.0[    4.428320] SMSC LAN8700 usb-001:003:01: attached PHY driver (mii_bus:phy_addr=usb-001:003:01, irq=184)[    4.438483] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:83:a5:4c[    5.008720] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup[    5.017679] smsc95xx 1-1.1:1.0 eth0: Link is Down[    6.251337] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off[    6.274374] IP-Config: Complete:[    6.277650]      device=eth0, hwaddr=b8:27:eb:83:a5:4c, ipaddr=10.10.0.3, mask=255.255.0.0, gw=255.255.255.255[    6.287812]      host=iscsipi, domain=, nis-domain=(none)[    6.293294]      bootserver=255.255.255.255, rootserver=255.255.255.255, rootpath=[    6.293597] clk: Disabling unused clocks[    6.305551] PM: genpd: Disabling unused power domains[    6.318320] Freeing unused kernel memory: 5184K[    6.323115] Run /init as init process[    6.326842]   with arguments:[    6.329847]     /init[    6.332156]   with environment:[    6.335345]     HOME=/[    6.337735]     TERM=linux[    6.340483]     cgroup_memory=1[    6.343674]     ISCSI_INITIATOR=iqn.1993-08.org.debian:01:7da7faebba8a[    6.350299]     ISCSI_TARGET_NAME=iqn.2005-10.org.freenas.ctl:iscsipi-8e83a54c[    6.357644]     ISCSI_TARGET_IP=10.10.0.130[    6.361891]     ISCSI_TARGET_PORT=3260Loading, please wait...+ IP=10.10.0.3:::255.255.0.0:iscsipi:eth0:static+ ROOT='UUID=46973817-ff83-4b8b-868f-bbc0fe598114'+ '[' -z  ]+ '[' 'UUID=46973817-ff83-4b8b-868f-bbc0fe598114' '=' /dev/nfs ]+ ROOTFSTYPE=ext4+ readonly=n+ '[' -z  ]+ BOOT=local+ '[' -n  ]+ '['  '=' none ]+ resume=+ mount -t tmpfs -o 'nodev,noexec,nosuid,size=10%,mode=0755' tmpfs /run+ mkdir -m 0700 /run/initramfs+ '[' -n  ]+ maybe_break top+ run_scripts /scripts/init-top+ initdir=/scripts/init-top+ '[' '!' -d /scripts/init-top ]+ shift+ . /scripts/init-top/ORDER+ /scripts/init-top/all_generic_ide+ '[' -e /conf/param.conf ]+ /scripts/init-top/blacklist+ '[' -e /conf/param.conf ]+ /scripts/init-top/keymap+ '[' -e /conf/param.conf ]+ /scripts/init-top/udevStarting systemd-udevd version 252.36-1~deb12u1[    6.912819] Console: switching to colour dummy device 80x25[    6.928559] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])+ '[' -e /conf/param.conf ]+ maybe_break modules+ '[' n '!=' y ]+ log_begin_msg 'Loading essential drivers'+ _log_msg 'Begin: %s ... ' 'Loading essential drivers'+ '[' n '=' y ]+ printf 'Begin: %s ... ' 'Loading essential drivers'Begin: Loading essential drivers ... + return 0+ '[' -n  ]+ load_modules+ '[' -e /conf/modules ]+ '[' n '!=' y ]+ log_end_msg+ _log_msg 'done.\n'+ '[' n '=' y ]+ printf 'done.\n'done.+ return 0+ _uptime+ local uptime+ cat /proc/uptime+ uptime='6.94 22.24'+ uptime=6+ echo 6+ starttime=6+ starttime=7+ export starttime+ '['  ]+ maybe_break premount+ '[' n '!=' y ]+ log_begin_msg 'Running /scripts/init-premount'+ _log_msg 'Begin: %s ... ' 'Running /scripts/init-premount'+ '[' n '=' y ]+ printf 'Begin: %s ... ' 'Running /scripts/init-premount'Begin: Running /scripts/init-premount ... + return 0+ run_scripts /scripts/init-premount+ initdir=/scripts/init-premount+ '[' '!' -d /scripts/init-premount ]+ return+ '[' n '!=' y ]+ log_end_msg+ _log_msg 'done.\n'+ '[' n '=' y ]+ printf 'done.\n'done.+ return 0+ maybe_break mount+ log_begin_msg 'Mounting root file system'+ _log_msg 'Begin: %s ... ' 'Mounting root file system'+ '[' n '=' y ]+ printf 'Begin: %s ... ' 'Mounting root file system'Begin: Mounting root file system ... + return 0+ . /scripts/local+ . /scripts/nfs+ . /scripts/local+ parse_numeric 'UUID=46973817-ff83-4b8b-868f-bbc0fe598114'+ return+ maybe_break mountroot+ mount_top+ local_top+ '['  '!=' yes ]+ '[' n '!=' y ]+ log_begin_msg 'Running /scripts/local-top'+ _log_msg 'Begin: %s ... ' 'Running /scripts/local-top'+ '[' n '=' y ]+ printf 'Begin: %s ... ' 'Running /scripts/local-top'Begin: Running /scripts/local-top ... + return 0+ run_scripts /scripts/local-top+ initdir=/scripts/local-top+ '[' '!' -d /scri[    7.105425] iscsi: registered transport (tcp)pts/local-top ]+ shift+ . /scripts/local-top/ORDER+ /scripts/local-top/iscsiBegin: Waiting up to 180 secs for eth0 to become available ... done.IP-Config: eth0 hardware address b8:27:eb:83:a5:4c mtu 1500IP-Config: eth0 guessed broadcast address 10.10.255.255IP-Config: eth0 complete: address: 10.10.0.3        broadcast: 10.10.255.255    netmask: 255.255.0.0      gateway: 0.0.0.0          dns0     : 0.0.0.0          dns1   : 0.0.0.0          host   : iscsipi                                                          rootserver: 0.0.0.0 rootpath:  filename  : iscsistart: version 2.1.8iscsistart: Logging into iqn.2005-10.org.freenas.ctl:iscsipi-8e83a54c 10.10.0.130:3260,1[    8.139354] scsi host0: iSCSI Initiator over TCP/IPiscsistart: Could not set session1 priority. READ/WRITE throughout and l[    8.157953] scsi 0:0:0:0: Direct-Access     TrueNAS  iSCSI Disk       390  PQ: 0 ANSI: 6atency could be affected.iscsistart: Connection1:0 to [target: iqn.2005-10.org.freenas.ctl:iscsipi-8e83a54c, portal: 1[    8.176287] sd 0:0:0:0: Power-on or device reset occurred0.10.0.130,3260] through[    8.183955] sd 0:0:0:0: [sda] 8388640 4096-byte logical blocks: (34.4 GB/32.0 GiB) [iface: default] is operational[    8.194486] sd 0:0:0:0: [sda] 131072-byte physical blocks now[    8.202867] sd 0:0:0:0: [sda] Write Protect is off[    8.207831] sd 0:0:0:0: [sda] Mode Sense: 83 00 10 08iscsistart: version 2.1.[    8.214795] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA8[    8.226265] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes not a multiple of physical block size (131072 bytes)[    8.237325] sd 0:0:0:0: [sda] Optimal transfer size 8388608 bytes[    8.268398] sd 0:0:0:0: [sda] Attached SCSI disk[    8.275222] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])iscsistart: Logging into iqn.2005-10.org.freenas.ctl:iscsipi-8e83a54c 10.10.0.130:3260,1iscsistart: initiator reported error (15 - session exists)+ '[' -e /conf/param.conf ]+ '[' n '!=' y ]+ log_end_msg+ _log_msg 'done.\n'+ '[' n '=' y ]+ printf 'done.\n'done.+ return 0+ local_top_used=yes+ mount_premount+ local_premount+ '['  '!=' yes ]+ '[' n '!=' y ]+ log_begin_msg 'Running /scripts/local-premount'+ _log_msg 'Begin: %s ... ' 'Running /scripts/local-premount'+ '[' n '=' y ]+ printf 'Begin: %s ... ' 'Running /scripts/local-premount'Begin: Running /scripts/local-premount ... + return 0+ run_scripts /scripts/local-premount+ initdir=/scripts/local-premount+ '[' '!' -d /scripts/local-premount ]+ shift+ . /scripts/local-premount/ORDER+ /scripts/local-premount/firstboot+ '[' -e /conf/param.conf ]+ /scripts/local-premount/ntfs_3g+ '[' -e /conf/param.conf ]+ /scripts/local-premount/resume+ '[' -e /conf/param.conf ]+ '[' n '!=' y ]+ log_end_msg+ _log_msg 'done.\n'+ '[' n '=' y ]+ printf 'done.\n'done.+ return 0+ local_premount_used=yes+ mountroot+ local_mount_root+ local_top+ '[' yes '!=' yes ]+ local_top_used=yes+ '[' -z 'UUID=46973817-ff83-4b8b-868f-bbc0fe598114' ]+ local_device_setup 'UUID=46973817-ff83-4b8b-868f-bbc0fe598114' 'root file system'+ local 'dev_id=UUID=46973817-ff83-4b8b-868f-bbc0fe598114'+ local 'name=root file system'+ local 'may_panic=true'+ local real_dev+ local time_elapsed+ local count+ wait_for_udev 10+ command -v udevadm+ udevadm settle '--timeout=10'+ '[' -n  ]+ '[' 'UUID=46973817-ff83-4b8b-868f-bbc0fe598114' '=' 'UUID=46973817-ff83-4b8b-868f-bbc0fe598114' ]+ '[' 46973817-ff83-4b8b-868f-bbc0fe598114 '=' 'UUID=46973817-ff83-4b8b-868f-bbc0fe598114' ]+ resolve_device 'UUID=46973817-ff83-4b8b-868f-bbc0fe598114'+ DEV='UUID=46973817-ff83-4b8b-868f-bbc0fe598114'+ blkid -l -t 'UUID=46973817-ff83-4b8b-868f-bbc0fe598114' -o device+ DEV=/dev/sda+ '[' -e /dev/sda ]+ echo /dev/sda+ real_dev=/dev/sda+ get_fstype /dev/sda+ local FS FSTYPE+ FS=/dev/sda+ FSTYPE=unknown+ fstype /dev/sda+ eval 'FSTYPE=ext4FSSIZE=34359738368'+ FSTYPE=ext4+ FSSIZE=34359738368+ '[' ext4 '=' unknown ]+ echo ext4+ return 0+ resolve_device 'UUID=46973817-ff83-4b8b-868f-bbc0fe598114'+ DEV='UUID=46973817-ff83-4b8b-868f-bbc0fe598114'+ blkid -l -t 'UUID=46973817-ff83-4b8b-868f-bbc0fe598114' -o device+ DEV=/dev/sda+ '[' -e /dev/sda ]+ echo /dev/sda+ real_dev=/dev/sda+ get_fstype /dev/sda+ local FS FSTYPE+ FS=/dev/sda+ FSTYPE=unknown+ fstype /dev/sda+ eval 'FSTYPE=ext4FSSIZE=34359738368'+ FSTYPE=ext4+ FSSIZE=34359738368+ '[' ext4 '=' unknown ]+ echo ext4+ return 0+ DEV=/dev/sda+ ROOT=/dev/sda+ '[' -z ext4 ]+ '[' ext4 '=' auto ]+ FSTYPE=ext4+ local_premount+ '[' yes '!=' yes ]+ local_premount_used=yes+ '[' n '=' y ]+ roflag=-w+ checkfs /dev/sda root ext4+ _checkfs_once /dev/sda root ext4+ DEV=/dev/sda+ NAME=root+ TYPE=ext4+ '[' root '=' / ]+ FSCK_LOGFILE=/run/initramfs/fsck.log+ FSCK_STAMPFILE=/run/initramfs/fsck-root+ '[' ext4 '=' auto ]+ FSCKCODE=0+ '[' -z ext4 ]+ command -v fsck+ '[' n '=' y ]+ '[' n '=' y ]+ force=+ '['  '=' y ]+ '['  '=' n ]+ fix=-a+ spinner=+ '[' -z y ]+ '[' n '=' n ]+ log_begin_msg 'Will now check root file system'+ _log_msg 'Begin: %s ... ' 'Will now check root file system'+ '[' n '=' y ]+ printf 'Begin: %s ... ' 'Will now check root file system'Begin: Will now check root file system ... + return 0+ logsave -a -s /run/initramfs/fsck.log fsck -a -V -t ext4 /dev/sdafsck from util-linux 2.38.1[/sbin/fsck.ext4 (1) -- /dev/sda] fsck.ext4 -a /dev/sda /dev/sda: recovering journal/dev/sda: clean, 83853/2101248 files, 846256/8388608 blocks+ FSCKCODE=0+ log_end_msg+ _log_msg 'done.\n'+ '[' n '=' y ]+ printf 'done.\n'done.+ return 0+ '[' 0 -eq 32 ]+ '[' 0 -eq 4 ]+ '[' 0 -gt 1 ]+ true+ return 0+ mount -w -t ext4 /dev/sda /root[    9.948990] EXT4-fs (sda): mounted filesystem 46973817-ff83-4b8b-868f-bbc0fe598114 r/w with ordered data mode. Quota mode: none.+ log_end_msg+ _log_msg 'done.\n'+ '[' n '=' y ]+ printf 'done.\n'done.+ return 0+ read_fstab_entry /usr+ found=1+ '[' -f /root/etc/fstab ]+ read -r MNT_FSNAME MNT_DIR MNT_TYPE MNT_OPTS MNT_FREQ MNT_PASS MNT_JUNK+ '[' /proc '=' /usr ]+ read -r MNT_FSNAME MNT_DIR MNT_TYPE MNT_OPTS MNT_FREQ MNT_PASS MNT_JUNK+ continue+ read -r MNT_FSNAME MNT_DIR MNT_TYPE MNT_OPTS MNT_FREQ MNT_PASS MNT_JUNK+ '[' /boot/firmware '=' /usr ]+ read -r MNT_FSNAME MNT_DIR MNT_TYPE MNT_OPTS MNT_FREQ MNT_PASS MNT_JUNK+ continue+ read -r MNT_FSNAME MNT_DIR MNT_TYPE MNT_OPTS MNT_FREQ MNT_PASS MNT_JUNK+ continue+ read -r MNT_FSNAME MNT_DIR MNT_TYPE MNT_OPTS MNT_FREQ MNT_PASS MNT_JUNK+ continue+ read -r MNT_FSNAME MNT_DIR MNT_TYPE MNT_OPTS MNT_FREQ MNT_PASS MNT_JUNK+ return 1+ mount_bottom+ local_bottom+ '[' yes '=' yes ]+ '[' n '!=' y ]+ log_begin_msg 'Running /scripts/local-bottom'+ _log_msg 'Begin: %s ... ' 'Running /scripts/local-bottom'+ '[' n '=' y ]+ printf 'Begin: %s ... ' 'Running /scripts/local-bottom'Begin: Running /scripts/local-bottom ... + return 0+ run_scripts /scripts/local-bottom+ initdir=/scripts/local-bottom+ '[' '!' -d /scripts/local-bottom ]+ shift+ . /scripts/local-bottom/ORDER+ /scripts/local-bottom/firstboot_fstrim+ '[' -e /conf/param.conf ]+ /scripts/local-bottom/imager_fixup+ '[' -e /conf/param.conf ]+ /scripts/local-bottom/iscsi+ '[' -e /conf/param.conf ]+ /scripts/local-bottom/ntfs_3g+ '[' -e /conf/param.conf ]+ '[' n '!=' y ]+ log_end_msg+ _log_msg 'done.\n'+ '[' n '=' y ]+ printf 'done.\n'done.+ return 0+ local_premount_used=no+ local_top_used=no+ nfs_bottom+ '['  '=' yes ]+ '['  '=' yes ]+ nfs_premo[   10.157426] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100[   10.165989] CPU: 0 UID: 0 PID: 1 Comm: init Not tainted 6.12.20+rpt-rpi-v8 #1  Debian 1:6.12.20-1+rpt1~bpo12+1[   10.176133] Hardware name: Raspberry Pi 3 Model B Rev 1.2 (DT)[   10.182043] Call trace:[   10.184516]  dump_backtrace+0xa0/0x100[   10.188321]  show_stack+0x20/0x38[   10.191678]  dump_stack_lvl+0x38/0x90[   10.195393]  dump_stack+0x18/0x28[   10.198752]  panic+0x3b8/0x3d8[   10.201848]  do_exit+0x8c0/0x9c0[   10.205120]  do_group_exit+0x3c/0xa0[   10.208743]  __arm64_sys_exit_group+0x20/0x28[   10.213159]  invoke_syscall+0x50/0x120[   10.216960]  el0_svc_common.constprop.0+0x48/0xf0[   10.221730]  do_el0_svc+0x24/0x38[   10.225091]  el0_svc+0x30/0xd0[   10.228188]  el0t_64_sync_handler+0x100/0x130[   10.232605]  el0t_64_sync+0x190/0x198[   10.236318] SMP: stopping secondary CPUs[   10.240298] Kernel Offset: 0x1774200000 from 0xffffffc080000000[   10.246297] PHYS_OFFSET: 0x0[   10.249210] CPU features: 0x00,000000d0,00200000,0200421b[   10.254680] Memory Limit: none[   10.257774] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100 ]---

Statistics: Posted by HertogJan — Tue Apr 01, 2025 7:37 pm



Viewing all articles
Browse latest Browse all 8037

Trending Articles