Skip to content

Instantly share code, notes, and snippets.

@notro
Created October 3, 2013 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notro/6811898 to your computer and use it in GitHub Desktop.
Save notro/6811898 to your computer and use it in GitHub Desktop.
Uncompressing Linux... done, booting the 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 3.11.2 (pi@raspi1) (gcc version 4.7.1 20120402 (prerelease) (crosstool-NG 1.15.2) ) #1 Thu Oct 3 17:36:06 CEST 2013
[ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] Machine: BCM2835, model: Raspberry Pi Model B
[ 0.000000] bootconsole [earlycon0] enabled
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 131072
[ 0.000000] free_area_init_node: node 0, pgdat c052e614, node_mem_map c05fc000
[ 0.000000] Normal zone: 1024 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 131072 pages, LIFO batch:31
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
[ 0.000000] Kernel command line: debug earlyprintk dtb dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 448076K/524288K available (3931K kernel code, 208K rwdata, 884K rodata, 270K init, 790K bss, 76212K reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] .text : 0xc0008000 - 0xc04bc0f4 (4817 kB)
[ 0.000000] .init : 0xc04bd000 - 0xc0500b5c ( 271 kB)
[ 0.000000] .data : 0xc0502000 - 0xc0536210 ( 209 kB)
[ 0.000000] .bss : 0xc0536210 - 0xc05fbbd8 ( 791 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 4294967ms
[ 0.000000] bcm2835: system timer (irq = 27)
[ 0.000000] Console: colour dummy device 80x30
[ 0.009403] Calibrating delay loop... 464.48 BogoMIPS (lpj=2322432)
[ 0.075914] pid_max: default: 32768 minimum: 301
[ 0.081079] Mount-cache hash table entries: 512
[ 0.086607] Initializing cgroup subsys devices
[ 0.091206] Initializing cgroup subsys freezer
[ 0.095787] Initializing cgroup subsys perf_event
[ 0.100750] CPU: Testing write buffer coherency: ok
[ 0.105828] ftrace: allocating 14407 entries in 43 pages
[ 0.191505] Setting up static identity map for 0xc0386768 - 0xc03867a0
[ 0.200854] devtmpfs: initialized
[ 0.206940] pinctrl core: initialized pinctrl subsystem
[ 0.212570] NET: Registered protocol family 16
[ 0.217777] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.227569] No ATAGs?
[ 0.229708] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[ 0.236921] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.242944] Serial: AMBA PL011 UART driver
[ 0.247359] 20201000.uart: ttyAMA0 at MMIO 0x20201000 (irq = 81) is a PL011 rev2
[ 0.254998] console [ttyAMA0] enabled, bootconsole disabled
[ 0.254998] console [ttyAMA0] enabled, bootconsole disabled
[ 0.270328] bio: create slab <bio-0> at 0
[ 0.276047] Switched to clocksource timer
[ 0.308333] NET: Registered protocol family 2
[ 0.313763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.320998] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.327544] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.334089] TCP: reno registered
[ 0.337384] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.343233] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.349826] NET: Registered protocol family 1
[ 0.354693] RPC: Registered named UNIX socket transport module.
[ 0.360683] RPC: Registered udp transport module.
[ 0.365385] RPC: Registered tcp transport module.
[ 0.370118] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.393303] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.400067] msgmni has been set to 875
[ 0.404247] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[ 0.411709] io scheduler noop registered
[ 0.415634] io scheduler deadline registered
[ 0.420222] io scheduler cfq registered (default)
[ 0.427589] kgdb: Registered I/O driver kgdboc.
[ 0.432833] bcm2835-rng 20104000.rng: hwrng registered
[ 0.438273] i2c /dev entries driver
[ 0.442876] sdhci: Secure Digital Host Controller Interface driver
[ 0.449121] sdhci: Copyright(c) Pierre Ossman
[ 0.453476] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.496115] mmc0: SDHCI controller on 20300000.sdhci [20300000.sdhci] using PIO
[ 0.504049] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.510484] oprofile: no performance counters
[ 0.515913] oprofile: using timer interrupt.
[ 0.522719] TCP: cubic registered
[ 0.533833] NET: Registered protocol family 10
[ 0.544554] sit: IPv6 over IPv4 tunneling driver
[ 0.550548] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
ø[ 0.560004] Waiting for root device /dev/mmcblk0p2...
[ 0.574387] mmc0: new SDHC card at address 0007
[ 0.579564] mmcblk0: mmc0:0007 SD8GB 7.21 GiB
[ 0.585997] mmcblk0: p1 p2
[ 0.687710] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 0.695870] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 0.715150] devtmpfs: mounted
[ 0.721814] Freeing unused kernel memory: 268K (c04bd000 - c0500000)
INIT: øversion 2.88 bootingø
ø[info] Using makefile-style concurrent boot in runlevel S.
[....] Starting the hotplug events dispatcher: udevd[ 2.352172] udevd[142]: starting version 175
. ok
[ ok ] Synthesizing the initial hotplug events...done.
[ ok ] Waiting for /dev to be fully populated...done.
Starting fake hwclock: loading system time.
Thu Oct 3 12:12:06 UTC 2013
[ ok ] Setting preliminary keymap...done.
[ ok ] Activating swap...done.
[ 6.647312] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[....] Checking root file system...fsck from util-linux 2.20.1
/dev/mmcblk0p2: clean, 71962/475136 files, 425874/1874944 blocks
done.
[ 8.549210] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ ok ] Cleaning up temporary files... /tmp.
[ ok ] Activating lvm and md swap...done.
[....] Checking file systems...fsck from util-linux 2.20.1
done.
[....] Mounting local filesystems...[ 13.797266] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
done.
[ ok ] Activating swapfile swap...done.
[ ok ] Cleaning up temporary files....
[ ok ] Setting kernel variables ...done.
[ ok ] Configuring network interfaces...done.
[ ok ] Cleaning up temporary files....
[ ok ] Setting up ALSA...done (none loaded).
[info] Setting console screen modes.
setterm: cannot (un)set powersave mode: Inappropriate ioctl for device
[info] Skipping font and keymap setup (handled by console-setup).
[ ok ] Setting up console font and keymap...done.
[ ok ] Setting up X socket directories... /tmp/.X11-unix /tmp/.ICE-unix.
INIT: øEntering runlevel: 2ø
ø[info] Using makefile-style concurrent boot in runlevel 2.
Error opening '/dev/input/event*': No such file or directory
[ ok ] Starting enhanced syslogd: rsyslogd.
[ ok ] Starting system message bus: dbus.
[ ok ] Starting periodic command scheduler: cron.
Starting dphys-swapfile swapfile setup ...
want /var/swap=100MByte, checking existing: keeping it
done.
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting OpenBSD Secure Shell server: sshd.
My IP address is ::127.0.0.1
ø
Raspbian GNU/Linux 7 raspberrypi ttyAMA0
raspberrypi login:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment