Regenerating the initramfs on Beaglebone Black

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have a Beaglebone Black, and I'm running Fedora 20 from a microSD
card. I wanted to change the size of the / partition, so I put the
microSD card in a laptop, tarred everything to a file, changed the
size of the partition, formatted it as ext4, untarred the file back,
and changed the UUID in /etc/fstab to the new UUID.

When I boot it now, I'm getting the following:
----
[  255.800895] dracut-initqueue[255]: Warning: Could not boot.
[  255.855200] dracut-initqueue[255]: Warning:
/dev/disk/by-uuid/cdbe716e-786b-4771-8a5d-6ba83be7f9fd does not exist
         Starting Dracut Emergency Shell...
Warning: /dev/disk/by-uuid/cdbe716e-786b-4771-8a5d-6ba83be7f9fd does not exist

Generating "/run/initramfs/rdsosreport.txt"
----

And then when I power it off, I get the following:
----
[ 365.254979] dracut-initqueue[255]: Warning: Not all disks have been found.
[ 365.270723] dracut-initqueue[255]: Warning: You might want to
regenerate your initramfs.
----

I tried chrooting into the partition then running "dracut
--regenerate-all --force", but I still get the same error after
rebooting.

My question is, how do I regenerate the initramfs on the Beaglebone Black?

I have attached the rdsosreport.txt file in case it has any useful information.
+ cat /proc/self/mountinfo
1 1 0:1 / / rw shared:1 - rootfs rootfs rw
14 1 0:3 / /proc rw,nosuid,nodev,noexec,relatime shared:2 - proc proc rw
15 1 0:13 / /sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw
16 1 0:5 / /dev rw,nosuid shared:9 - devtmpfs devtmpfs rw,size=234908k,nr_inodes=58727,mode=755
17 15 0:14 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:4 - securityfs securityfs rw
18 15 0:12 / /sys/fs/selinux rw,relatime shared:5 - selinuxfs selinuxfs rw
19 16 0:15 / /dev/shm rw,nosuid,nodev shared:10 - tmpfs tmpfs rw
20 16 0:10 / /dev/pts rw,nosuid,noexec,relatime shared:11 - devpts devpts rw,gid=5,mode=620,ptmxmode=000
21 1 0:16 / /run rw,nosuid,nodev shared:12 - tmpfs tmpfs rw,mode=755
22 15 0:17 / /sys/fs/cgroup rw,nosuid,nodev,noexec shared:6 - tmpfs tmpfs rw,mode=755
23 22 0:18 / /sys/fs/cgroup/systemd rw,nosuid,nodev,noexec,relatime shared:7 - cgroup cgroup rw,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd
24 15 0:19 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:8 - pstore pstore rw
25 22 0:20 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:13 - cgroup cgroup rw,cpuset
26 22 0:21 / /sys/fs/cgroup/cpu,cpuacct rw,nosuid,nodev,noexec,relatime shared:14 - cgroup cgroup rw,cpuacct,cpu
27 22 0:22 / /sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:15 - cgroup cgroup rw,memory
28 22 0:23 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:16 - cgroup cgroup rw,devices
29 22 0:24 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:17 - cgroup cgroup rw,freezer
30 22 0:25 / /sys/fs/cgroup/net_cls rw,nosuid,nodev,noexec,relatime shared:18 - cgroup cgroup rw,net_cls
31 22 0:26 / /sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:19 - cgroup cgroup rw,blkio
32 22 0:27 / /sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:20 - cgroup cgroup rw,perf_event
+ cat /proc/mounts
rootfs / rootfs rw 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
devtmpfs /dev devtmpfs rw,nosuid,size=234908k,nr_inodes=58727,mode=755 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
selinuxfs /sys/fs/selinux selinuxfs rw,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
tmpfs /sys/fs/cgroup tmpfs rw,nosuid,nodev,noexec,mode=755 0 0
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpuacct,cpu 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/net_cls cgroup rw,nosuid,nodev,noexec,relatime,net_cls 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
+ blkid
/dev/mmcblk0: PTUUID="000614fd" PTTYPE="dos" 
/dev/mmcblk0p1: SEC_TYPE="msdos" LABEL="uboot" UUID="4CFE-4C0B" TYPE="vfat" PARTUUID="000614fd-01" 
/dev/mmcblk0p2: LABEL="_swap" UUID="42be9d09-03d9-4523-82af-dfba387f1e26" TYPE="swap" PARTUUID="000614fd-02" 
/dev/mmcblk0p3: UUID="a0a6495d-38d1-4da9-a160-49cb1c88b6ef" TYPE="ext4" PARTUUID="000614fd-03" 
+ blkid -o udev
ID_FS_SEC_TYPE=msdos
ID_FS_LABEL=uboot
ID_FS_LABEL_ENC=uboot
ID_FS_UUID=4CFE-4C0B
ID_FS_UUID_ENC=4CFE-4C0B
ID_FS_TYPE=vfat
ID_FS_PARTUUID=000614fd-01

ID_FS_LABEL=_swap
ID_FS_LABEL_ENC=_swap
ID_FS_UUID=42be9d09-03d9-4523-82af-dfba387f1e26
ID_FS_UUID_ENC=42be9d09-03d9-4523-82af-dfba387f1e26
ID_FS_TYPE=swap
ID_FS_PARTUUID=000614fd-02

ID_FS_UUID=a0a6495d-38d1-4da9-a160-49cb1c88b6ef
ID_FS_UUID_ENC=a0a6495d-38d1-4da9-a160-49cb1c88b6ef
ID_FS_TYPE=ext4
ID_FS_PARTUUID=000614fd-03

ID_PART_TABLE_UUID=000614fd
ID_PART_TABLE_TYPE=dos
+ ls -l /dev/disk/by-id /dev/disk/by-label /dev/disk/by-path /dev/disk/by-uuid
/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root 0 13 Jan  1 00:00 mmc-SU04G_0x056662f6 -> ../../mmcblk0
lrwxrwxrwx 1 root 0 15 Jan  1 00:00 mmc-SU04G_0x056662f6-part1 -> ../../mmcblk0p1
lrwxrwxrwx 1 root 0 15 Jan  1 00:00 mmc-SU04G_0x056662f6-part2 -> ../../mmcblk0p2
lrwxrwxrwx 1 root 0 15 Jan  1 00:00 mmc-SU04G_0x056662f6-part3 -> ../../mmcblk0p3

/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root 0 15 Jan  1 00:00 _swap -> ../../mmcblk0p2
lrwxrwxrwx 1 root 0 15 Jan  1 00:00 uboot -> ../../mmcblk0p1

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root 0 13 Jan  1 00:00 platform-48060000.mmc -> ../../mmcblk0
lrwxrwxrwx 1 root 0 15 Jan  1 00:00 platform-48060000.mmc-part1 -> ../../mmcblk0p1
lrwxrwxrwx 1 root 0 15 Jan  1 00:00 platform-48060000.mmc-part2 -> ../../mmcblk0p2
lrwxrwxrwx 1 root 0 15 Jan  1 00:00 platform-48060000.mmc-part3 -> ../../mmcblk0p3

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root 0 15 Jan  1 00:00 42be9d09-03d9-4523-82af-dfba387f1e26 -> ../../mmcblk0p2
lrwxrwxrwx 1 root 0 15 Jan  1 00:00 4CFE-4C0B -> ../../mmcblk0p1
lrwxrwxrwx 1 root 0 15 Jan  1 00:00 a0a6495d-38d1-4da9-a160-49cb1c88b6ef -> ../../mmcblk0p3
+ cat /proc/cmdline
ro rootwait rhgb quiet root=UUID=cdbe716e-786b-4771-8a5d-6ba83be7f9fd console=ttyO0,115200n8
+ '[' -f /etc/cmdline ']'
+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/90crypt.conf ']'
+ echo /etc/cmdline.d/90crypt.conf
/etc/cmdline.d/90crypt.conf
+ cat /etc/cmdline.d/90crypt.conf

+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/90dmraid.conf ']'
+ echo /etc/cmdline.d/90dmraid.conf
/etc/cmdline.d/90dmraid.conf
+ cat /etc/cmdline.d/90dmraid.conf

+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/90lvm.conf ']'
+ echo /etc/cmdline.d/90lvm.conf
/etc/cmdline.d/90lvm.conf
+ cat /etc/cmdline.d/90lvm.conf

+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/90mdraid.conf ']'
+ echo /etc/cmdline.d/90mdraid.conf
/etc/cmdline.d/90mdraid.conf
+ cat /etc/cmdline.d/90mdraid.conf

+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/95resume.conf ']'
+ echo /etc/cmdline.d/95resume.conf
/etc/cmdline.d/95resume.conf
+ cat /etc/cmdline.d/95resume.conf

+ for _i in '/etc/conf.d/*.conf'
+ '[' -f /etc/conf.d/systemd.conf ']'
+ echo /etc/conf.d/systemd.conf
/etc/conf.d/systemd.conf
+ cat /etc/conf.d/systemd.conf
systemdutildir="/usr/lib/systemd"
systemdsystemunitdir="/usr/lib/systemd/system"
systemdsystemconfdir="/etc/systemd/system"
+ command -v lvm
+ lvm pvdisplay
+ lvm vgdisplay
  No volume groups found
+ lvm lvdisplay
  No volume groups found
+ command -v dmsetup
+ dmsetup ls --tree
No devices found
+ cat /proc/mdstat
Personalities : 
unused devices: <none>
+ command -v journalctl
+ journalctl -ab --no-pager -o short-monotonic
-- Logs begin at Sat 2000-01-01 00:00:00 UTC, end at Sat 2000-01-01 00:04:13 UTC. --
[    3.692747] localhost systemd-journal[51]: Runtime journal is using 4.0M (max 24.7M, leaving 37.1M of free 243.6M, current limit 24.7M).
[    3.696512] localhost systemd-journal[51]: Runtime journal is using 4.0M (max 24.7M, leaving 37.1M of free 243.6M, current limit 24.7M).
[    0.000000] localhost kernel: Booting Linux on physical CPU 0x0
[    0.000000] localhost kernel: Initializing cgroup subsys cpuset
[    0.000000] localhost kernel: Initializing cgroup subsys cpu
[    0.000000] localhost kernel: Initializing cgroup subsys cpuacct
[    0.000000] localhost kernel: Linux version 3.11.10-301.fc20.armv7hl (mockbuild@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc version 4.8.2 20131017 (Red Hat 4.8.2-1) (GCC) ) #1 SMP Thu Dec 5 15:21:22 UTC 2013
[    0.000000] localhost kernel: CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[    0.000000] localhost kernel: CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] localhost kernel: Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
[    0.000000] localhost kernel: cma: CMA: reserved 16 MiB at 9c800000
[    0.000000] localhost kernel: Memory policy: ECC disabled, Data cache writeback
[    0.000000] localhost kernel: On node 0 totalpages: 130816
[    0.000000] localhost kernel: free_area_init_node: node 0, pgdat c09bd500, node_mem_map c0abd000
[    0.000000] localhost kernel:   Normal zone: 1024 pages used for memmap
[    0.000000] localhost kernel:   Normal zone: 0 pages reserved
[    0.000000] localhost kernel:   Normal zone: 130816 pages, LIFO batch:31
[    0.000000] localhost kernel: CPU: All CPU(s) started in SVC mode.
[    0.000000] localhost kernel: AM335X ES2.1 (sgx neon )
[    0.000000] localhost kernel: PERCPU: Embedded 9 pages/cpu @c0ec7000 s13312 r8192 d15360 u36864
[    0.000000] localhost kernel: pcpu-alloc: s13312 r8192 d15360 u36864 alloc=9*4096
[    0.000000] localhost kernel: pcpu-alloc: [0] 0 
[    0.000000] localhost kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129792
[    0.000000] localhost kernel: Kernel command line: ro rootwait rhgb quiet root=UUID=cdbe716e-786b-4771-8a5d-6ba83be7f9fd console=ttyO0,115200n8
[    0.000000] localhost kernel: PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] localhost kernel: Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] localhost kernel: Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] localhost kernel: allocated 1048576 bytes of page_cgroup
[    0.000000] localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] localhost kernel: Memory: 469816K/523264K available (6118K kernel code, 761K rwdata, 2492K rodata, 633K init, 951K bss, 53448K reserved, 0K highmem)
[    0.000000] localhost kernel: Virtual kernel memory layout:
                                     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                                     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
                                     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
                                     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
                                     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                                     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                                       .text : 0xc0008000 - 0xc0870b54   (8611 kB)
                                       .init : 0xc0871000 - 0xc090f400   ( 633 kB)
                                       .data : 0xc0910000 - 0xc09ce558   ( 762 kB)
                                        .bss : 0xc09ce558 - 0xc0abc500   ( 952 kB)
[    0.000000] localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] localhost kernel: Hierarchical RCU implementation.
[    0.000000] localhost kernel: 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
[    0.000000] localhost kernel: NR_IRQS:16 nr_irqs:16 16
[    0.000000] localhost kernel: IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] localhost kernel: Total of 128 interrupts on 1 active controller
[    0.000000] localhost kernel: OMAP clockevent source: timer2 at 24000000 Hz
[    0.000000] localhost kernel: sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] localhost kernel: OMAP clocksource: timer1 at 24000000 Hz
[    0.000000] localhost kernel: Console: colour dummy device 80x30
[    0.000383] localhost kernel: Calibrating delay loop... 363.72 BogoMIPS (lpj=1818624)
[    0.049594] localhost kernel: pid_max: default: 32768 minimum: 301
[    0.049882] localhost kernel: Security Framework initialized
[    0.049977] localhost kernel: SELinux:  Initializing.
[    0.050043] localhost kernel: SELinux:  Starting in permissive mode
[    0.050404] localhost kernel: Mount-cache hash table entries: 512
[    0.057116] localhost kernel: Initializing cgroup subsys memory
[    0.057205] localhost kernel: Initializing cgroup subsys devices
[    0.057225] localhost kernel: Initializing cgroup subsys freezer
[    0.057242] localhost kernel: Initializing cgroup subsys net_cls
[    0.057257] localhost kernel: Initializing cgroup subsys blkio
[    0.057272] localhost kernel: Initializing cgroup subsys perf_event
[    0.057445] localhost kernel: CPU: Testing write buffer coherency: ok
[    0.057528] localhost kernel: ftrace: allocating 25924 entries in 51 pages
[    0.158200] localhost kernel: CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.158309] localhost kernel: Setting up static identity map for 0xc05c80e0 - 0xc05c8178
[    0.168849] localhost kernel: Brought up 1 CPUs
[    0.168881] localhost kernel: SMP: Total of 1 processors activated (363.72 BogoMIPS).
[    0.168895] localhost kernel: CPU: All CPU(s) started in SVC mode.
[    0.170558] localhost kernel: devtmpfs: initialized
[    0.245676] localhost kernel: atomic64 test passed
[    0.245707] localhost kernel: pinctrl core: initialized pinctrl subsystem
[    0.246401] localhost kernel: regulator-dummy: no parameters
[    0.249166] localhost kernel: NET: Registered protocol family 16
[    0.254355] localhost kernel: DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.265085] localhost kernel: platform 49000000.edma: alias fck already exists
[    0.265121] localhost kernel: platform 49000000.edma: alias fck already exists
[    0.265144] localhost kernel: platform 49000000.edma: alias fck already exists
[    0.266462] localhost kernel: OMAP GPIO hardware version 0.1
[    0.275049] localhost kernel: No ATAGs?
[    0.275074] localhost kernel: hw-breakpoint: debug architecture 0x4 unsupported.
[    0.276572] localhost kernel: omap_init_mbox: hwmod doesn't have valid attrs
[    0.277165] localhost kernel: cpsw.0: No hwaddr in dt. Using 90:59:af:95:ca:51 from efuse
[    0.277193] localhost kernel: cpsw.1: No hwaddr in dt. Using 90:59:af:95:ca:53 from efuse
[    0.278132] localhost kernel: Serial: AMBA PL011 UART driver
[    0.288708] localhost kernel: bio: create slab <bio-0> at 0
[    0.300770] localhost kernel: edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
[    0.301453] localhost kernel: vmmcsd_fixed: 3300 mV 
[    0.302951] localhost kernel: vgaarb: loaded
[    0.304102] localhost kernel: SCSI subsystem initialized
[    0.304552] localhost kernel: libata version 3.00 loaded.
[    0.305026] localhost kernel: usbcore: registered new interface driver usbfs
[    0.305125] localhost kernel: usbcore: registered new interface driver hub
[    0.305363] localhost kernel: usbcore: registered new device driver usb
[    0.305689] localhost kernel: omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
[    0.305729] localhost kernel: platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
[    0.305882] localhost kernel: pps_core: LinuxPPS API ver. 1 registered
[    0.305897] localhost kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[    0.305939] localhost kernel: PTP clock support registered
[    0.307905] localhost kernel: NetLabel: Initializing
[    0.307927] localhost kernel: NetLabel:  domain hash size = 128
[    0.307937] localhost kernel: NetLabel:  protocols = UNLABELED CIPSOv4
[    0.308041] localhost kernel: NetLabel:  unlabeled traffic allowed by default
[    0.308405] localhost kernel: Switched to clocksource timer1
[    0.397264] localhost kernel: NET: Registered protocol family 2
[    0.398660] localhost kernel: TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.398787] localhost kernel: TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.398896] localhost kernel: TCP: Hash tables configured (established 4096 bind 4096)
[    0.398993] localhost kernel: TCP: reno registered
[    0.399019] localhost kernel: UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.399056] localhost kernel: UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.399564] localhost kernel: NET: Registered protocol family 1
[    0.400273] localhost kernel: RPC: Registered named UNIX socket transport module.
[    0.400294] localhost kernel: RPC: Registered udp transport module.
[    0.400306] localhost kernel: RPC: Registered tcp transport module.
[    0.400318] localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.400340] localhost kernel: PCI: CLS 0 bytes, default 64
[    0.401011] localhost kernel: Unpacking initramfs...
[    2.937281] localhost kernel: Freeing initrd memory: 20404K (dde48000 - df235000)
[    2.940815] localhost kernel: audit: initializing netlink socket (disabled)
[    2.940917] localhost kernel: type=2000 audit(2.870:1): initialized
[    3.251662] localhost kernel: zbud: loaded
[    3.252207] localhost kernel: VFS: Disk quotas dquot_6.5.2
[    3.252744] localhost kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    3.256901] localhost kernel: NFS: Registering the id_resolver key type
[    3.257033] localhost kernel: Key type id_resolver registered
[    3.257049] localhost kernel: Key type id_legacy registered
[    3.257583] localhost kernel: msgmni has been set to 989
[    3.258259] localhost kernel: Key type big_key registered
[    3.258278] localhost kernel: SELinux:  Registering netfilter hooks
[    3.263139] localhost kernel: alg: No test for stdrng (krng)
[    3.263194] localhost kernel: NET: Registered protocol family 38
[    3.263635] localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    3.263963] localhost kernel: io scheduler noop registered
[    3.263982] localhost kernel: io scheduler deadline registered
[    3.264304] localhost kernel: io scheduler cfq registered (default)
[    3.265729] localhost kernel: pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    3.267775] localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    3.270127] localhost kernel: Serial: AMBA driver
[    3.270260] localhost kernel: Serial: IMX driver
[    3.271561] localhost kernel: 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
[    3.278130] localhost kernel: console [ttyO0] enabled
[    3.281642] localhost kernel: libphy: Fixed MDIO Bus: probed
[    3.282334] localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.282356] localhost kernel: ehci-pci: EHCI PCI platform driver
[    3.282463] localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.282626] localhost kernel: ohci-pci: OHCI PCI platform driver
[    3.282722] localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
[    3.283295] localhost kernel: usbcore: registered new interface driver usbserial
[    3.283368] localhost kernel: usbcore: registered new interface driver usbserial_generic
[    3.283440] localhost kernel: usbserial: USB Serial support registered for generic
[    3.283915] localhost kernel: mousedev: PS/2 mouse device common for all mice
[    3.285463] localhost kernel: omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[    3.286868] localhost kernel: device-mapper: uevent: version 1.0.3
[    3.287556] localhost kernel: device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@xxxxxxxxxx
[    3.288157] localhost kernel: omap_hsmmc 48060000.mmc: unable to select pin group
[    3.288614] localhost kernel: edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
[    3.288716] localhost kernel: edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
[    3.288968] localhost kernel: omap_hsmmc 48060000.mmc: pins are not configured from the driver
[    3.329093] localhost kernel: edma-dma-engine edma-dma-engine.0: allocated channel for 0:3
[    3.329135] localhost kernel: edma-dma-engine edma-dma-engine.0: allocated channel for 0:2
[    3.329210] localhost kernel: omap_hsmmc 481d8000.mmc: vmmc regulator missing
[    3.335122] localhost kernel: edma-dma-engine edma-dma-engine.0: freeing channel for 2
[    3.335145] localhost kernel: edma-dma-engine edma-dma-engine.0: freeing channel for 3
[    3.335253] localhost kernel: platform 481d8000.mmc: Driver omap_hsmmc requests probe deferral
[    3.335658] localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina
[    3.336609] localhost kernel: usbcore: registered new interface driver usbhid
[    3.336624] localhost kernel: usbhid: USB HID core driver
[    3.337305] localhost kernel: drop_monitor: Initializing network drop monitor service
[    3.337925] localhost kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.338049] localhost kernel: TCP: cubic registered
[    3.338069] localhost kernel: Initializing XFRM netlink socket
[    3.342971] localhost kernel: NET: Registered protocol family 10
[    3.344435] localhost kernel: mip6: Mobile IPv6
[    3.344467] localhost kernel: NET: Registered protocol family 17
[    3.344649] localhost kernel: Key type dns_resolver registered
[    3.344886] localhost kernel: VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    3.344924] localhost kernel: ThumbEE CPU extension supported.
[    3.344968] localhost kernel: Registering SWP/SWPB emulation handler
[    3.344982] localhost kernel: SmartReflex Class3 initialized
[    3.346228] localhost kernel: registered taskstats version 1
[    3.348097] localhost kernel: omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    3.364233] localhost kernel: tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    3.365148] localhost kernel: edma-dma-engine edma-dma-engine.0: allocated channel for 0:3
[    3.365190] localhost kernel: edma-dma-engine edma-dma-engine.0: allocated channel for 0:2
[    3.365276] localhost kernel: omap_hsmmc 481d8000.mmc: vmmc regulator missing
[    3.371421] localhost kernel: edma-dma-engine edma-dma-engine.0: freeing channel for 2
[    3.371449] localhost kernel: edma-dma-engine edma-dma-engine.0: freeing channel for 3
[    3.371570] localhost kernel: platform 481d8000.mmc: Driver omap_hsmmc requests probe deferral
[    3.409124] localhost kernel: mmc0: host does not support reading read-only switch. assuming write-enable.
[    3.414166] localhost kernel: mmc0: new high speed SDHC card at address aaaa
[    3.428428] localhost kernel: davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    3.428451] localhost kernel: davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    3.439383] localhost kernel: libphy: 4a101000.mdio: probed
[    3.439429] localhost kernel: davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver unknown
[    3.439655] localhost kernel: Detected MACID = 90:59:af:95:ca:51
[    3.442192] localhost kernel: edma-dma-engine edma-dma-engine.0: allocated channel for 0:3
[    3.442237] localhost kernel: edma-dma-engine edma-dma-engine.0: allocated channel for 0:2
[    3.442316] localhost kernel: omap_hsmmc 481d8000.mmc: vmmc regulator missing
[    3.448230] localhost kernel: edma-dma-engine edma-dma-engine.0: freeing channel for 2
[    3.448254] localhost kernel: edma-dma-engine edma-dma-engine.0: freeing channel for 3
[    3.449023] localhost kernel: omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[    3.449046] localhost kernel: sr_init: No PMIC hook to init smartreflex
[    3.449245] localhost kernel: sr_init: platform driver register failed for SR
[    3.455837] localhost kernel: platform 481d8000.mmc: Driver omap_hsmmc requests probe deferral
[    3.457787] localhost kernel: Freeing unused kernel memory: 632K (c0871000 - c090f000)
[    3.501974] localhost systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    3.502896] localhost systemd[1]: Running in initial RAM disk.
[    3.503605] localhost systemd[1]: No hostname configured.
[    3.503661] localhost systemd[1]: Set hostname to <localhost>.
[    3.504617] localhost systemd[1]: Initializing machine ID from random generator.
[    3.587335] localhost systemd[1]: Expecting device dev-disk-by\x2duuid-cdbe716e\x2d786b\x2d4771\x2d8a5d\x2d6ba83be7f9fd.device...
[    3.587539] localhost systemd[1]: Starting -.slice.
[    3.590009] localhost systemd[1]: Created slice -.slice.
[    3.590211] localhost systemd[1]: Starting System Slice.
[    3.591167] localhost systemd[1]: Created slice System Slice.
[    3.591295] localhost systemd[1]: Starting Slices.
[    3.591423] localhost systemd[1]: Reached target Slices.
[    3.591526] localhost systemd[1]: Starting Timers.
[    3.591643] localhost systemd[1]: Reached target Timers.
[    3.591746] localhost systemd[1]: Starting Encrypted Volumes.
[    3.591861] localhost systemd[1]: Reached target Encrypted Volumes.
[    3.591978] localhost systemd[1]: Starting Journal Socket.
[    3.592766] localhost systemd[1]: Listening on Journal Socket.
[    3.595279] localhost systemd[1]: Starting dracut cmdline hook...
[    3.601276] localhost systemd[1]: Started Load Kernel Modules.
[    3.601479] localhost systemd[1]: Starting Journal Service...
[    3.605843] localhost systemd[1]: Started Journal Service.
[    4.003243] localhost systemd-journal[51]: Journal started
[    4.012034] localhost systemd[1]: Starting udev Kernel Socket.
[    4.027494] localhost systemd[1]: Listening on udev Kernel Socket.
[    4.063232] localhost systemd[1]: Starting udev Control Socket.
[    4.066728] localhost systemd[1]: Listening on udev Control Socket.
[    4.069948] localhost systemd[1]: Starting Sockets.
[    4.095705] localhost systemd[1]: Reached target Sockets.
[    4.099133] localhost systemd[1]: Starting Setup Virtual Console...
[    4.128181] localhost systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    4.146000] localhost systemd[1]: Started Device-Mapper Multipath Device Controller.
[    4.149546] localhost systemd[1]: Starting Swap.
[    4.183690] localhost systemd[1]: Reached target Swap.
[    4.187205] localhost systemd[1]: Starting Local File Systems.
[    4.208321] localhost systemd[1]: Reached target Local File Systems.
[    4.217775] localhost systemd[1]: Started Setup Virtual Console.
[    4.241398] localhost systemd[1]: Started Create list of required static device nodes for the current kernel.
[    4.244995] localhost systemd[1]: Starting Create static device nodes in /dev...
[    4.248301] localhost systemd[1]: Started Create static device nodes in /dev.
[    4.269872] localhost dracut-cmdline[50]: dracut-20 (Heisenbug) dracut-034-64.git20131205.fc20
[    5.361836] localhost systemd[1]: Started dracut cmdline hook.
[    5.368837] localhost systemd[1]: Starting dracut pre-udev hook...
[    5.794252] localhost systemd[1]: Started dracut pre-udev hook.
[    5.803811] localhost systemd[1]: Starting udev Kernel Device Manager...
[    5.853738] localhost systemd[1]: Started udev Kernel Device Manager.
[    5.857142] localhost systemd[1]: Starting dracut pre-trigger hook...
[    5.926412] localhost systemd-udevd[178]: starting version 208
[    5.914981] localhost systemd-udevd[178]: invalid key/value pair in file /etc/udev/rules.d/99-resume.rules on line 1,starting at character 179 ('I')
[    6.536288] localhost dracut-pre-trigger[179]: rd.md=0: removing MD RAID activation
[    6.907645] localhost systemd[1]: Started dracut pre-trigger hook.
[    6.913682] localhost systemd[1]: Starting udev Coldplug all Devices...
[    7.009894] localhost systemd-udevd[178]: invalid key/value pair in file /etc/udev/rules.d/99-resume.rules on line 1,starting at character 179 ('I')
[    7.259997] localhost systemd[1]: Started udev Coldplug all Devices.
[    7.273990] localhost systemd[1]: Starting dracut initqueue hook...
[    7.277361] localhost systemd[1]: Starting Show Plymouth Boot Screen...
[    7.327272] localhost systemd[1]: Starting System Initialization.
[    7.333890] localhost systemd[1]: Reached target System Initialization.
[    7.911770] localhost systemd[1]: Failed to add job sys-kernel-config.mount/start, ignoring: Invalid argument.
[    7.953860] localhost systemd[1]: Reloading.
[    8.088179] localhost systemd[1]: Failed to add job sys-kernel-config.mount/start, ignoring: Invalid argument.
[    8.458709] localhost kernel: mmcblk0: mmc0:aaaa SU04G 3.69 GiB 
[    8.463350] localhost kernel:  mmcblk0: p1 p2 p3
[    8.465999] localhost kernel: edma-dma-engine edma-dma-engine.0: allocated channel for 0:3
[    8.466046] localhost kernel: edma-dma-engine edma-dma-engine.0: allocated channel for 0:2
[    8.466139] localhost kernel: omap_hsmmc 481d8000.mmc: vmmc regulator missing
[    8.481685] localhost kernel: edma-dma-engine edma-dma-engine.0: freeing channel for 2
[    8.481728] localhost kernel: edma-dma-engine edma-dma-engine.0: freeing channel for 3
[    8.481904] localhost kernel: platform 481d8000.mmc: Driver omap_hsmmc requests probe deferral
[   37.530521] localhost udevadm[258]: udevadm settle - timeout of 30 seconds reached, the event queue contains:
[   37.532939] localhost udevadm[258]: /sys/devices/platform/omapdrm.0 (1017)
[   40.772788] localhost systemd-udevd[178]: worker [242] /devices/platform/omapdrm.0 timeout; kill it
[   40.793719] localhost systemd-udevd[178]: seq 1017 '/devices/platform/omapdrm.0' killed
[   40.807231] localhost systemd-udevd[178]: worker [242] terminated by signal 9 (Killed)
[   40.895042] localhost systemd[1]: Started Show Plymouth Boot Screen.
[   40.923546] localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch.
[   40.929365] localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
[   40.937401] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   40.950924] localhost systemd[1]: Starting Paths.
[   40.954604] localhost systemd[1]: Reached target Paths.
[   40.957968] localhost systemd[1]: Starting Basic System.
[   40.972092] localhost systemd[1]: Reached target Basic System.
[  255.805382] localhost dracut-initqueue[255]: Warning: Could not boot.
[  255.883766] localhost dracut-initqueue[255]: Warning: /dev/disk/by-uuid/cdbe716e-786b-4771-8a5d-6ba83be7f9fd does not exist
[  255.934579] localhost systemd[1]: Starting Dracut Emergency Shell...
_______________________________________________
arm mailing list
arm@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/arm

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux ARM (Vger)]     [Linux ARM]     [ARM Kernel]     [Fedora User Discussion]     [Older Fedora Users Discussion]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Maintainers]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [Linux Apps]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]

Powered by Linux