Bagle bone boot is stopped at starting kernel

119 views
Skip to first unread message

Ratan Yadav

unread,
Jul 13, 2016, 9:49:13 AM7/13/16
to BeagleBoard

  Hi ,

 I am  newbie and trying to compile kernel and using TFTP want to boot my beaglebone black .

My problem is , my board gets hanged up at "starting Kernel "


Log is as below . Thank you for any help .


U-Boot# setenv ipaddr 192.168.1.7
U-Boot# setenv serverip 192.168.1.5
U-Boot# tftpboot 0x80F80000 am335x-boneblack.dtb
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.1.5; our IP address is 192.168.1.7
Filename 'am335x-boneblack.dtb'.
Load address: 0x80f80000
Loading: T ####
         9.8 KiB/s
done
Bytes transferred = 58133 (e315 hex)
U-Boot# tftpboot 0x80007fc0 uImage-BBB
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.1.5; our IP address is 192.168.1.7
Filename 'uImage-BBB'.
Load address: 0x80007fc0
Loading: T
TFTP error: 'File not found' (1)
Not retrying...
U-Boot# tftpboot 0x80007FC0 uImage-BBB
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.1.5; our IP address is 192.168.1.7
Filename 'uImage-BBB'.
Load address: 0x80007fc0
Loading: T #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #############
         307.6 KiB/s
done
Bytes transferred = 7810336 (772d20 hex)
U-Boot# setenv bootags console=ttyO0,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
U-Boot# bootm 0x80007fc0 - 0x80f80000
## Booting kernel from Legacy Image at 80007fc0 ...
   Image Name:   Linux-4.1.24+
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    7810272 Bytes = 7.4 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 80f80000
   Booting using the fdt blob at 0x80f80000
   XIP Kernel Image ... OK
OK
   Using Device Tree in place at 80f80000, end 80f91314

Starting kernel ...

James S

unread,
Jul 13, 2016, 10:18:25 AM7/13/16
to BeagleBoard

Ratan

unread,
Jul 20, 2016, 2:52:56 AM7/20/16
to BeagleBoard
 Hi James ,

Thanks for the links , at last I am able to go ahead from startin Kernel .

Issue was the dtb address .

After this I am getting stuck at below .

[    6.109739] init: Error while reading from descriptor: Bad file descriptor
[    6.117091] init: Error while reading from descriptor: Bad file descriptor
[    6.125627] init: plymouth-ready (startup) main process (119) terminated with sta7
[    6.134105] init: plymouth-upstart-bridge main process (120) terminated with stat1
[    6.142219] init: plymouth-upstart-bridge main process ended, respawning
[    6.152647] init: hwclock main process (123) terminated with status 127
[    6.289465] init: ureadahead main process (124) terminated with status 5
[    6.298215] init: plymouth-upstart-bridge main process (129) terminated with stat1
[    6.306361] init: plymouth-upstart-bridge main process ended, respawning
[    6.314406] init: plymouth main process (131) terminated with status 71
[    6.406667] init: mountall main process (136) terminated with status 127



Full Log is as below .





U-Boot# setenv ipaddr 192.168.1.5;setenv serverip 192.168.1.8;tftpboot 0x8FFEE000 am0

link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.1.8; our IP address is 192.168.1.5
Filename 'am335x-boneblack.dtb'.
Load address: 0x8ffee000
Loading: T #####
         10.7 KiB/s
done
Bytes transferred = 60627 (ecd3 hex)

link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.1.8; our IP address is 192.168.1.5

Filename 'uImage-BBB'.
Load address: 0x80007fc0
Loading: T T #################################################################

         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #############
         227.5 KiB/s

done
Bytes transferred = 7810336 (772d20 hex)
## Booting kernel from Legacy Image at 80007fc0 ...
   Image Name:   Linux-4.1.24+
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    7810272 Bytes = 7.4 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 8ffee000
   Booting using the fdt blob at 0x8ffee000

   XIP Kernel Image ... OK
OK
   Using Device Tree in place at 8ffee000, end 8ffffcd2

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.24+ (root@ratan-VirtualBox) (gcc version 4.7.3 (Ubu6
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cae
[    0.000000] Machine model: TI AM335x BeagleBone Black
[    0.000000] cma: Reserved 24 MiB at 0x9e000000
[    0.000000] Memory policy: Data cache writeback
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] AM335X ES2.0 (sgx neon )
[    0.000000] PERCPU: Embedded 13 pages/cpu @df90e000 s24128 r8192 d20928 u53248
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8
[    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 ro rot
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 478624K/522240K available (7033K kernel code, 936K rwdata, 37)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf800000 - 0xbfe00000   (   6 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0a9572c   (10806 kB)
[    0.000000]       .init : 0xc0a96000 - 0xc0b1c000   ( 536 kB)
[    0.000000]       .data : 0xc0b1c000 - 0xc0c0630c   ( 937 kB)
[    0.000000]        .bss : 0xc0c09000 - 0xc0cf7ba0   ( 955 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[    0.000021] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 894784849s
[    0.000040] clocksource timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idles
[    0.000050] OMAP clocksource: timer1 at 24000000 Hz
[    0.000331] Console: colour dummy device 80x30
[    0.000601] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[    0.000606] This ensures that you still see kernel messages. Please
[    0.000611] update your kernel commandline.
[    0.057913] Calibrating delay loop... 545.99 BogoMIPS (lpj=2729984)
[    0.057923] pid_max: default: 32768 minimum: 301
[    0.058158] Security Framework initialized
[    0.058232] AppArmor: AppArmor disabled by boot time parameter
[    0.058238] Yama: becoming mindful.
[    0.058550] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.058563] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.060039] Initializing cgroup subsys blkio
[    0.060062] Initializing cgroup subsys memory
[    0.060128] Initializing cgroup subsys devices
[    0.060151] Initializing cgroup subsys freezer
[    0.060173] Initializing cgroup subsys net_cls
[    0.060192] Initializing cgroup subsys perf_event
[    0.060212] Initializing cgroup subsys net_prio
[    0.060392] CPU: Testing write buffer coherency: ok
[    0.060403] ftrace: allocating 35173 entries in 69 pages
[    0.208206] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.208481] Setting up static identity map for 0x80008240 - 0x8000828c
[    0.328077] Brought up 1 CPUs
[    0.328114] SMP: Total of 1 processors activated (545.99 BogoMIPS).
[    0.328131] CPU: All CPU(s) started in SVC mode.
[    0.329481] devtmpfs: initialized
[    0.368660] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev3
[    0.417401] omap_hwmod: debugss: _wait_target_disable failed
[    0.475892] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idls
[    0.479186] xor: measuring software checksum speed
[    0.578099]    arm4regs  :   670.000 MB/sec
[    0.678016]    8regs     :   600.400 MB/sec
[    0.778013]    32regs    :   482.000 MB/sec
[    0.878009]    neon      :   922.000 MB/sec
[    0.878029] xor: using function: neon (922.000 MB/sec)
[    0.878295] pinctrl core: initialized pinctrl subsystem
[    0.881731] NET: Registered protocol family 16
[    0.890399] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.928088] cpuidle: using governor ladder
[    0.968076] cpuidle: using governor menu
[    0.979879] OMAP GPIO hardware version 0.1
[    1.009239] No ATAGs?
[    1.009286] hw-breakpoint: debug architecture 0x4 unsupported.
[    1.010234] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[    1.010260] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[    1.238456] raid6: int32x1  gen()   129 MB/s
[    1.408241] raid6: int32x1  xor()   132 MB/s
[    1.578170] raid6: int32x2  gen()   195 MB/s
[    1.748225] raid6: int32x2  xor()   145 MB/s
[    1.918174] raid6: int32x4  gen()   186 MB/s
[    2.088022] raid6: int32x4  xor()   141 MB/s
[    2.258305] raid6: int32x8  gen()   174 MB/s
[    2.428144] raid6: int32x8  xor()   122 MB/s
[    2.598021] raid6: neonx1   gen()   784 MB/s
[    2.768049] raid6: neonx2   gen()  1039 MB/s
[    2.938051] raid6: neonx4   gen()  1042 MB/s
[    3.108108] raid6: neonx8   gen()   387 MB/s
[    3.108128] raid6: using algorithm neonx4 gen() 1042 MB/s
[    3.108146] raid6: using intx1 recovery algorithm
[    3.131467] edma 49000000.edma: TI EDMA DMA engine driver
[    3.138418] vgaarb: loaded
[    3.139832] SCSI subsystem initialized
[    3.141133] usbcore: registered new interface driver usbfs
[    3.141295] usbcore: registered new interface driver hub
[    3.141492] usbcore: registered new device driver usb
[    3.142745] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@4e
[    3.142848] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@4e
[    3.143158] pps_core: LinuxPPS API ver. 1 registered
[    3.143177] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti >
[    3.143238] PTP clock support registered
[    3.145164] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[    3.146230] Advanced Linux Sound Architecture Driver Initialized.
[    3.147728] NetLabel: Initializing
[    3.147749] NetLabel:  domain hash size = 128
[    3.147763] NetLabel:  protocols = UNLABELED CIPSOv4
[    3.147872] NetLabel:  unlabeled traffic allowed by default
[    3.148590] Switched to clocksource timer1
[    3.432029] NET: Registered protocol family 2
[    3.433478] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    3.433613] TCP bind hash table entries: 4096 (order: 4, 114688 bytes)
[    3.433877] TCP: Hash tables configured (established 4096 bind 4096)
[    3.434004] UDP hash table entries: 256 (order: 2, 16384 bytes)
[    3.434068] UDP-Lite hash table entries: 256 (order: 2, 16384 bytes)
[    3.434530] NET: Registered protocol family 1
[    3.435636] RPC: Registered named UNIX socket transport module.
[    3.435664] RPC: Registered udp transport module.
[    3.435680] RPC: Registered tcp transport module.
[    3.435696] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    3.437240] CPU PMU: Failed to parse /pmu/interrupt-affinity[0]
[    3.437328] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters ave
[    3.442852] futex hash table entries: 256 (order: 2, 16384 bytes)
[    3.443067] audit: initializing netlink subsys (disabled)
[    3.443182] audit: type=2000 audit(3.340:1): initialized
[    3.466935] zpool: loaded
[    3.466974] zbud: loaded
[    3.468228] VFS: Disk quotas dquot_6.6.0
[    3.468963] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    3.475215] NFS: Registering the id_resolver key type
[    3.475333] Key type id_resolver registered
[    3.475353] Key type id_legacy registered
[    3.475407] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    3.476062] fuse init (API version 7.23)
[    3.477434] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    3.488814] NET: Registered protocol family 38
[    3.489061] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    3.489476] io scheduler noop registered
[    3.489510] io scheduler deadline registered
[    3.489614] io scheduler cfq registered (default)
[    3.492571] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    3.498865] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
[    3.501821] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[    3.508308] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000
[    4.356857] console [ttyS0] enabled
[    4.363076] [drm] Initialized drm 1.1.0 20060810
[    4.367932] usbcore: registered new interface driver udl
[    4.448647] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    4.454804] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    4.461469] davinci_mdio: dt: updated phy_id[0] from phy_mask[fffffffe]
[    4.470197] libphy: 4a101000.mdio: probed
[    4.474265] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver S0
[    4.484962] cpsw 4a100000.ethernet: Detected MACID = 90:59:af:62:11:49
[    4.494347] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    4.502146] usbcore: registered new interface driver pegasus
[    4.507974] usbcore: registered new interface driver rtl8150
[    4.513855] usbcore: registered new interface driver r8152
[    4.521788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.528423] ehci-pci: EHCI PCI platform driver
[    4.533125] ehci-platform: EHCI generic platform driver
[    4.539003] ehci-omap: OMAP-EHCI Host Controller driver
[    4.548120] 47401300.usb-phy supply vcc not found, using dummy regulator
[    4.594722] 47401b00.usb-phy supply vcc not found, using dummy regulator
[    4.642383] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[    4.648932] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus numb1
[    4.657314] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    4.664162] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.671436] usb usb1: Product: MUSB HDRC host driver
[    4.676437] usb usb1: Manufacturer: Linux 4.1.24+ musb-hcd
[    4.681964] usb usb1: SerialNumber: musb-hdrc.1.auto
[    4.688866] hub 1-0:1.0: USB hub found
[    4.692734] hub 1-0:1.0: 1 port detected
[    4.740434] mousedev: PS/2 mouse device common for all mice
[    4.748410] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[    4.757913] i2c /dev entries driver
[    4.761757] Driver for 1-wire Dallas network protocol.
[    4.770133] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    4.779158] omap_hsmmc 48060000.mmc: Got CD GPIO
[    4.856497] mmc0: host does not support reading read-only switch, assuming write-e
[    4.862022] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    4.877647] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    4.884000] mmc0: new high speed SDHC card at address 59b4
[    4.892332] mmcblk0: mmc0:59b4 00000 7.35 GiB
[    4.899376] hidraw: raw HID events driver (C) Jiri Kosina
[    4.906424]  mmcblk0: p1 p2
[    4.911568] usbcore: registered new interface driver usbhid
[    4.917181] usbhid: USB HID core driver
[    4.926384] ashmem: initialized
[    4.934284]  remoteproc0: wkup_m3 is available
[    4.939014]  remoteproc0: Note: remoteproc is still under development and conside.
[    4.948028]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward co.
[    4.962285] mmc1: MAN_BKOPS_EN bit is not set
[    4.971748] NET: Registered protocol family 10
[    4.978527] mmc1: new high speed MMC card at address 0001
[    4.985905] mip6: Mobile IPv6
[    4.989101] NET: Registered protocol family 17
[    4.993805] Key type dns_resolver registered
[    4.998136] mpls_gso: MPLS GSO support
[    4.999045] mmcblk1: mmc1:0001 MMC02G 1.79 GiB
[    4.999499] mmcblk1boot0: mmc1:0001 MMC02G partition 1 1.00 MiB
[    4.999882] mmcblk1boot1: mmc1:0001 MMC02G partition 2 1.00 MiB
[    5.002526]  mmcblk1: p1 p2
[    5.029383] omap_voltage_late_init: Voltage driver support not added
[    5.036535] cpu cpu0: of_pm_voltdm_notifier_register: Failed to get cpu0 regulato7
[    5.045339] cpu cpu0: cpu0 clock notifier not ready, retry
[    5.051906] PM: bootloader does not support rtc-only!
[    5.057414] ThumbEE CPU extension supported.
[    5.061786] Registering SWP/SWPB emulation handler
[    5.068717] registered taskstats version 1
[    5.078941] Btrfs loaded
[    5.085117] Key type encrypted registered
[    5.094280] input: tps65217_pwr_but as /devices/platform/ocp/44e0b000.i2c/i2c-0/00
[    5.133002] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    5.139877] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    5.147286] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    5.156012] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    5.164018] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    5.171910] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    5.179733] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    5.186731] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[    5.194809]  remoteproc0: powering up wkup_m3
[    5.199242]  remoteproc0: Booting fw image am335x-pm-firmware.elf, size 219735
[    5.200842] bone_capemgr bone_capemgr: Baseboard: 'A335BNLT,0A6A,0414BBBK1548'
[    5.200874] bone_capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black -4
[    5.222472]  remoteproc0: remote processor wkup_m3 is now up
[    5.222526] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x191
[    5.258679] bone_capemgr bone_capemgr: slot #0: No cape found
[    5.318734] bone_capemgr bone_capemgr: slot #1: No cape found
[    5.378676] bone_capemgr bone_capemgr: slot #2: No cape found
[    5.438677] bone_capemgr bone_capemgr: slot #3: No cape found
[    5.444652] bone_capemgr bone_capemgr: initialized OK.
[    5.450757] cpu cpu0: of_pm_voltdm_notifier_register: Fail calculating voltage la2
[    5.461434] cpu cpu0: of_pm_voltdm_notifier_register: Fail calculating voltage la2
[    5.471528] cpufreq: __cpufreq_add_dev: CPU0: Running at unlisted freq: 550000 KHz
[    5.481408] cpufreq: __cpufreq_add_dev: CPU0: Unlisted initial frequency changed z
[    5.492802] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UT)
[    5.501480] of_cfs_init
[    5.504066] of_cfs_init: OK
[    5.515879] ALSA device list:
[    5.518883]   No soundcards found.
[    5.537987] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts:)
[    5.546228] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    5.554456] devtmpfs: mounted
[    5.558342] Freeing unused kernel memory: 536K (c0a96000 - c0b1c000)
Mount failed for selinuxfs on /sys/fs/selinux:  No such file or directory
[    5.871091] random: init urandom read with 14 bits of entropy available
[    6.109739] init: Error while reading from descriptor: Bad file descriptor
[    6.117091] init: Error while reading from descriptor: Bad file descriptor
[    6.125627] init: plymouth-ready (startup) main process (119) terminated with sta7
[    6.134105] init: plymouth-upstart-bridge main process (120) terminated with stat1
[    6.142219] init: plymouth-upstart-bridge main process ended, respawning
[    6.152647] init: hwclock main process (123) terminated with status 127
[    6.289465] init: ureadahead main process (124) terminated with status 5
[    6.298215] init: plymouth-upstart-bridge main process (129) terminated with stat1
[    6.306361] init: plymouth-upstart-bridge main process ended, respawning
[    6.314406] init: plymouth main process (131) terminated with status 71
[    6.406667] init: mountall main process (136) terminated with status 127
Reply all
Reply to author
Forward
0 new messages