Skip to content

Instantly share code, notes, and snippets.

@leitao
Created December 9, 2014 22:39
Show Gist options
  • Save leitao/cb23d92ae084c323f11e to your computer and use it in GitHub Desktop.
Save leitao/cb23d92ae084c323f11e to your computer and use it in GitHub Desktop.
brenohl@sid:~/git/baremetal_autoinstall/live$ sudo ./runlive.sh tftp://9.8.234.81/breno/live 4C:45:42:45:03:01
+ qemu-system-ppc64 -enable-kvm -M pseries -smp 4,cores=2,threads=4 -m 4G -nographic -nodefaults -serial stdio -kernel vmlinux -append 'debug=1 BOOT=LIVE boot=live toram=filesystem.squashfs rw console=hvc0 apparmor=0 security="" kernel.panic=1 dodhcp fetch=tftp://9.8.234.81/breno/live/filesystem.squashfs' -initrd initrd.img -device spapr-vscsi -device spapr-vlan,netdev=net0,mac=4C:45:42:45:03:01 -netdev bridge,br=br0,id=net0
SLOF **********************************************************************
QEMU Starting
Build Date = Oct 16 2014 08:49:16
FW Version = buildd@ release 20140630
Press "s" to enter Open Firmware.
Populating /vdevice methods
Populating /vdevice/vty@71000000
Populating /vdevice/nvram@71000001
Populating /vdevice/v-scsi@71000002
SCSI: Looking for devices
Populating /vdevice/l-lan@71000003
Populating /pci@800000020000000
Adapters on 0800000020000000
None
No NVRAM common partition, re-initializing...
Scanning USB
Using default console: /vdevice/vty@71000000
Detected RAM kernel at 400000 (16fc81c bytes)
Welcome to Open Firmware
Copyright (c) 2004, 2011 IBM Corporation All rights reserved.
This program and the accompanying materials are made available
under the terms of the BSD License available at
http://www.opensource.org/licenses/bsd-license.php
Booting from memory...
OF stdout device is: /vdevice/vty@71000000
Preparing to boot Linux version 3.16.0-24-generic (buildd@fisher03) (gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6) ) #32-Ubuntu SMP Tue Oct 28 13:06:19 UTC 2014 (Ubuntu 3.16.0-24.32-generic 3.16.4)
Detected machine type: 0000000000000101
Max number of cores passed to firmware: 512 (NR_CPUS = 2048)
Calling ibm,client-architecture-support... done
command line: debug=1 BOOT=LIVE boot=live toram=filesystem.squashfs rw console=hvc0 apparmor=0 security="" kernel.panic=1 dodhcp fetch=tftp://9.8.234.81/breno/live/filesystem.squashfs
memory layout at init:
memory_limit : 0000000000000000 (16 MB aligned)
alloc_bottom : 0000000001b10000
alloc_top : 0000000030000000
alloc_top_hi : 0000000100000000
rmo_top : 0000000030000000
ram_top : 0000000100000000
instantiating rtas at 0x000000002fff0000... done
prom_hold_cpus: skipped
copying OF device tree...
Building dt strings...
Building dt structure...
Device tree strings 0x0000000003820000 -> 0x000000000382078d
Device tree struct 0x0000000003830000 -> 0x0000000003840000
Calling quiesce...
returning from prom_init
[ 0.000000] Allocated 4718592 bytes for 2048 pacas at c00000000fb80000
[ 0.000000] Using pSeries machine description
[ 0.000000] Page sizes from device-tree:
[ 0.000000] base_shift=12: shift=12, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=0
[ 0.000000] base_shift=16: shift=16, sllp=0x0110, avpnm=0x00000000, tlbiel=1, penc=1
[ 0.000000] Page orders: linear mapping = 16, virtual = 16, io = 12, vmemmap = 16
[ 0.000000] Using 1TB segments
[ 0.000000] kvm_cma: CMA: reserved 256 MiB
[ 0.000000] Found initrd at 0xc000000001b10000:0xc0000000037e7eac
[ 0.000000] bootconsole [udbg0] enabled
[ 0.000000] CPU maps initialized for 4 threads per core
[ 0.000000] (thread shift is 2)
[ 0.000000] Freed 4653056 bytes for unused pacas
-> smp_release_cpus()
spinning_secondaries = 3
<- smp_release_cpus()
[ 0.000000] Starting Linux PPC64 #32-Ubuntu SMP Tue Oct 28 13:06:19 UTC 2014
[ 0.000000] -----------------------------------------------------
[ 0.000000] ppc64_pft_size = 0x19
[ 0.000000] physicalMemorySize = 0x100000000
[ 0.000000] htab_hash_mask = 0x3ffff
[ 0.000000] -----------------------------------------------------
<- setup_system()
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.16.0-24-generic (buildd@fisher03) (gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6) ) #32-Ubuntu SMP Tue Oct 28 13:06:19 UTC 2014 (Ubuntu 3.16.0-24.32-generic 3.16.4)
CF000012
Setup Arch[ 0.000000] [boot]0012 Setup Arch
[ 0.000000] Node 0 Memory: 0x0-0x100000000
[ 0.000000] PCI host bridge /pci@800000020000000 ranges:
[ 0.000000] IO 0x0000010080000000..0x000001008000ffff -> 0x0000000000000000
[ 0.000000] MEM 0x00000100a0000000..0x00000100bfffffff -> 0x0000000080000000
[ 0.000000] PPC64 nvram contains 65536 bytes
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00000000-0xffffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00000000-0xffffffff]
[ 0.000000] On node 0 totalpages: 65536
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 65536 pages, LIFO batch:1
CF000015
Setup Done[ 0.000000] [boot]0015 Setup Done
[ 0.000000] PERCPU: Embedded 3 pages/cpu @c000000003900000 s103680 r0 d92928 u262144
[ 0.000000] pcpu-alloc: s103680 r0 d92928 u262144 alloc=1*1048576
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 65480
[ 0.000000] Policy zone: DMA
[ 0.000000] Kernel command line: debug=1 BOOT=LIVE boot=live toram=filesystem.squashfs rw console=hvc0 apparmor=0 security="" kernel.panic=1 dodhcp fetch=tftp://9.8.234.81/breno/live/filesystem.squashfs
[ 0.000000] PID hash table entries: 4096 (order: -1, 32768 bytes)
[ 0.000000] Sorting __ex_table...
[ 0.000000] Memory: 3806848K/4194304K available (10304K kernel code, 1408K rwdata, 3324K rodata, 5632K init, 2802K bss, 387456K reserved)
[ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=256
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=2048 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS:512 nr_irqs:512 16
[ 0.000000] pic: no ISA interrupt controller
[ 0.000000] time_init: decrementer frequency = 512.000000 MHz
[ 0.000000] time_init: processor frequency = 3425.000000 MHz
[ 0.000002] clocksource: timebase mult[1f40000] shift[24] registered
[ 0.000630] clockevent: decrementer mult[83126e98] shift[32] cpu[0]
[ 0.001364] Console: colour dummy device 80x25
[ 0.001810] console [hvc0] enabled
[ 0.001810] console [hvc0] enabled
[ 0.002175] bootconsole [udbg0] disabled
[ 0.002175] bootconsole [udbg0] disabled
[ 0.005921] allocated 1048576 bytes of page_cgroup
[ 0.006046] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.006138] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[ 0.006212] pid_max: default: 32768 minimum: 301
[ 0.006320] Security Framework initialized
[ 0.006360] AppArmor: AppArmor disabled by boot time parameter
[ 0.006412] Yama: becoming mindful.
[ 0.006573] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes)
[ 0.007419] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes)
[ 0.007849] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes)
[ 0.007901] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes)
[ 0.008265] Initializing cgroup subsys memory
[ 0.008408] Initializing cgroup subsys devices
[ 0.008454] Initializing cgroup subsys freezer
[ 0.008494] Initializing cgroup subsys net_cls
[ 0.008535] Initializing cgroup subsys blkio
[ 0.008574] Initializing cgroup subsys perf_event
[ 0.008613] Initializing cgroup subsys net_prio
[ 0.008655] Initializing cgroup subsys hugetlb
[ 0.008712] ftrace: allocating 26881 entries in 10 pages
[ 0.017910] EEH: pSeries platform initialized
[ 0.018002] POWER8 performance monitor hardware support registered
[ 0.018059] power8-pmu: PMAO restore workaround active.
[ 0.042950] Brought up 4 CPUs
[ 0.043098] Node 0 CPUs: 0-3
[ 0.044232] devtmpfs: initialized
[ 0.072689] evm: security.selinux
[ 0.072803] evm: security.SMACK64
[ 0.072932] evm: security.SMACK64EXEC
[ 0.073027] evm: security.SMACK64TRANSMUTE
[ 0.073118] evm: security.SMACK64MMAP
[ 0.073208] evm: security.ima
[ 0.073298] evm: security.capability
[ 0.073474] EEH: devices created
[ 0.073908] regulator-dummy: no parameters
[ 0.074274] NET: Registered protocol family 16
[ 0.074400] pseries_eeh_init: RTAS service <ibm,set-eeh-option> invalid
[ 0.074578] eeh_init: Failed to call platform init function (-22)
[ 0.074810] IBM eBus Device Driver
[ 0.075114] cpuidle: using governor ladder
[ 0.075223] cpuidle: using governor menu
[ 0.075585] pstore: Registered nvram as persistent store backend
Linux ppc64le
#32-Ubuntu SMP T[ 0.077923] PCI: Probing PCI hardware
[ 0.078038] no ibm,pcie-link-speed-stats property
[ 0.078219] PCI host bridge to bus 0000:00
[ 0.078341] pci_bus 0000:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x0000-0xffff])
[ 0.078609] pci_bus 0000:00: root bus resource [mem 0x100a0000000-0x100bfffffff] (bus address [0x80000000-0x9fffffff])
[ 0.078924] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.107193] IOMMU table initialized, virtual merging enabled
[ 0.107388] PCI: Probing PCI hardware done
[ 0.120473] vgaarb: loaded
[ 0.120825] SCSI subsystem initialized
[ 0.120967] libata version 3.00 loaded.
[ 0.121113] usbcore: registered new interface driver usbfs
[ 0.121278] usbcore: registered new interface driver hub
[ 0.121454] usbcore: registered new device driver usb
[ 0.121632] pps_core: LinuxPPS API ver. 1 registered
[ 0.121792] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.122064] PTP clock support registered
[ 0.122413] NetLabel: Initializing
[ 0.122523] NetLabel: domain hash size = 128
[ 0.122681] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.122871] NetLabel: unlabeled traffic allowed by default
[ 0.123086] Switched to clocksource timebase
[ 0.128047] NET: Registered protocol family 2
[ 0.128339] TCP established hash table entries: 32768 (order: 2, 262144 bytes)
[ 0.128613] TCP bind hash table entries: 32768 (order: 3, 524288 bytes)
[ 0.128842] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.129180] TCP: reno registered
[ 0.129298] UDP hash table entries: 2048 (order: 0, 65536 bytes)
[ 0.129479] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes)
[ 0.129703] NET: Registered protocol family 1
[ 0.129840] PCI: CLS 0 bytes, default 128
[ 0.129971] Trying to unpack rootfs image as initramfs...
[ 0.551654] Freeing initrd memory: 29504K (c000000001b10000 - c0000000037e0000)
[ 0.552103] rtasd: No event-scan on system
[ 0.579403] futex hash table entries: 1024 (order: 1, 131072 bytes)
[ 0.579604] Initialise system trusted keyring
[ 0.579746] audit: initializing netlink subsys (disabled)
[ 0.579923] audit: type=2000 audit(1418164577.572:1): initialized
[ 0.582115] zpool: loaded
[ 0.582176] zbud: loaded
[ 0.582426] VFS: Disk quotas dquot_6.5.2
[ 0.582574] Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
[ 0.583022] hugetlbfs: disabling because there are no supported hugepage sizes
[ 0.583314] fuse init (API version 7.23)
[ 0.583471] msgmni has been set to 8132
[ 0.583660] Key type big_key registered
[ 0.584080] Key type asymmetric registered
[ 0.584295] Asymmetric key parser 'x509' registered
[ 0.584588] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.584992] io scheduler noop registered
[ 0.585191] io scheduler deadline registered
[ 0.585468] io scheduler cfq registered (default)
[ 0.585779] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.586360] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.587975] Linux agpgart interface v0.103
[ 0.589357] brd: module loaded
[ 0.590114] loop: module loaded
[ 0.590511] ibmvscsi 71000002: SRP_VERSION: 16.a
[ 0.590939] scsi0 : IBM POWER Virtual SCSI Adapter 1.5.9
[ 0.591339] ibmvscsi 71000002: partner initialization complete
[ 0.591652] ibmvscsi 71000002: host srp version: 16.a, host partition qemu (0), OS 2, max io 2097152
[ 0.592065] ibmvscsi 71000002: sent SRP login
[ 0.592296] ibmvscsi 71000002: SRP_LOGIN succeeded
[ 0.592821] libphy: Fixed MDIO Bus: probed
[ 0.593062] tun: Universal TUN/TAP device driver, 1.6
[ 0.593351] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.593929] ibmveth: IBM Power Virtual Ethernet Driver 1.04
[ 0.594340] ibmveth 71000003 (unregistered net_device): unable to change checksum offload settings. 1 rc=-2 ret_attr=71000003
[ 0.595352] ehea: IBM eHEA ethernet device driver (Release EHEA_0107)
[ 0.596022] PPP generic driver version 2.4.2
[ 0.596412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.596769] ehci-pci: EHCI PCI platform driver
[ 0.597074] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.597417] ohci-pci: OHCI PCI platform driver
[ 0.597722] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.598477] mousedev: PS/2 mouse device common for all mice
[ 0.599273] device-mapper: uevent: version 1.0.3
[ 0.600007] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[ 0.600646] pseries_idle_driver registered
[ 0.600896] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.601560] TCP: cubic registered
[ 0.602346] NET: Registered protocol family 10
[ 0.603464] NET: Registered protocol family 17
[ 0.603779] Key type dns_resolver registered
[ 0.604678] Loading compiled-in X.509 certificates
[ 0.609816] Loaded X.509 cert 'Magrathea: Glacier signing key: 32f4d03489c67cd7716794f60c00d7f7e8d2780e'
[ 0.610284] registered taskstats version 1
[ 0.613028] Key type trusted registered
[ 0.618809] Key type encrypted registered
[ 0.622655] ima: No TPM chip found, activating TPM-bypass!
[ 0.622858] evm: HMAC attrs: 0x1
[ 0.623196] /build/buildd/linux-3.16.0/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 0.623614] PM: Hibernation image not present or could not be loaded.
[ 0.684424] Freeing unused kernel memory: 5632K (c000000000d60000 - c0000000012e0000)
Loading, please wait...
+ BOOT=live
+ readonly=n
+ [ -n ]
+ resume=/dev/mapper/system-swap
+ maybe_break top
+ echo
+ egrep -q (,|^)top(,|$)
+ export BOOT
+ run_scripts /scripts/init-top
+ initdir=/scripts/init-top
+ [ ! -d /scripts/init-top ]
+ [ -f /scripts/init-top/ORDER ]
+ . /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/udev
[ 0.710057] systemd-udevd[111]: starting version 208
[ 0.711419] random: systemd-udevd urandom read with 13 bits of entropy available
+ [ -e /conf/param.conf ]
+ /scripts/init-top/framebuffer
+ [ -e /conf/param.conf ]
+ /scripts/init-top/console_setup
+ [ -e /conf/param.conf ]
+ /scripts/init-top/plymouth
+ [ -e /conf/param.conf ]
+ maybe_break modules
+ echo
+ egrep -q (,|^)modules(,|$)
+ [ n != y ]
+ log_begin_msg Loading essential drivers
+ _log_msg Begin: Loading essential drivers ...
+ [ n = y ]
+ printf Begin: Loading essential drivers ...
Begin: Loading essential drivers ... + load_modules
+ [ -e /conf/modules ]
+ cat /conf/modules
+ read m
+ [ -z linear ]
+ printf %.1s linear
+ com=l
+ [ l = # ]
+ modprobe linear
[ 1.811644] md: linear personality registered for level -1
+ read m
+ [ -z multipath ]
+ printf %.1s multipath
+ com=m
+ [ m = # ]
+ modprobe multipath
[ 1.816397] md: multipath personality registered for level -4
+ read m
+ [ -z raid0 ]
+ printf %.1s raid0
+ com=r
+ [ r = # ]
+ modprobe raid0
[ 1.822879] md: raid0 personality registered for level 0
+ read m
+ [ -z raid1 ]
+ printf %.1s raid1
+ com=r
+ [ r = # ]
+ modprobe raid1
[ 1.829686] md: raid1 personality registered for level 1
+ read m
+ [ -z raid456 ]
+ printf %.1s raid456
+ com=r
+ [ r = # ]
+ modprobe raid456
[ 1.899095] raid6: altivecx1 9282 MB/s
[ 1.967091] raid6: altivecx2 15830 MB/s
[ 2.035089] raid6: altivecx4 22778 MB/s
[ 2.103089] raid6: altivecx8 17320 MB/s
[ 2.171103] raid6: int64x1 3998 MB/s
[ 2.239096] raid6: int64x2 7972 MB/s
[ 2.307089] raid6: int64x4 10744 MB/s
[ 2.375098] raid6: int64x8 3069 MB/s
[ 2.375276] raid6: using algorithm altivecx4 (22778 MB/s)
[ 2.375493] raid6: using intx1 recovery algorithm
[ 2.376540] xor: measuring software checksum speed
[ 2.415093] 8regs : 16880.000 MB/sec
[ 2.455089] 8regs_prefetch: 15392.000 MB/sec
[ 2.495092] 32regs : 18096.000 MB/sec
[ 2.535088] 32regs_prefetch: 16352.000 MB/sec
[ 2.575089] altivec : 24816.000 MB/sec
[ 2.575201] xor: using function: altivec (24816.000 MB/sec)
[ 2.576106] async_tx: api initialized (async)
[ 2.581925] md: raid6 personality registered for level 6
[ 2.582091] md: raid5 personality registered for level 5
[ 2.582210] md: raid4 personality registered for level 4
+ read m
+ [ -z raid5 ]
+ printf %.1s raid5
+ com=r
+ [ r = # ]
+ modprobe raid5
+ read m
+ [ -z raid6 ]
+ printf %.1s raid6
+ com=r
+ [ r = # ]
+ modprobe raid6
+ read m
+ [ -z raid10 ]
+ printf %.1s raid10
+ com=r
+ [ r = # ]
+ modprobe raid10
[ 2.595074] md: raid10 personality registered for level 10
+ read m
+ [ n != y ]
+ log_end_msg
+ _log_msg done.\n
+ [ n = y ]
+ printf done.\n
done.
+ [ -n ]
+ maybe_break premount
+ echo
+ egrep -q (,|^)premount(,|$)
+ [ n != y ]
+ log_begin_msg Running /scripts/init-premount
+ _log_msg Begin: Running /scripts/init-premount ...
+ [ n = y ]
+ printf Begin: Running /scripts/init-premount ...
Begin: Running /scripts/init-premount ... + run_scripts /scripts/init-premount
+ initdir=/scripts/init-premount
+ [ ! -d /scripts/init-premount ]
+ [ -f /scripts/init-premount/ORDER ]
+ . /scripts/init-premount/ORDER
+ /scripts/init-premount/mdadm
+ [ -e /conf/param.conf ]
+ /scripts/init-premount/lvm2
+ [ -e /conf/param.conf ]
+ [ n != y ]
+ log_end_msg
+ _log_msg done.\n
+ [ n = y ]
+ printf done.\n
done.
+ maybe_break mount
+ echo
+ egrep -q (,|^)mount(,|$)
+ log_begin_msg Mounting root file system
+ _log_msg Begin: Mounting root file system ...
+ [ n = y ]
+ printf Begin: Mounting root file system ...
Begin: Mounting root file system ... + . /scripts/live
+ . /bin/live-boot
+ [ -e /etc/live/boot.conf ]
+ [ -e /etc/live/boot/* ]
+ [ -e /lib/live/boot/0010-debug ]
+ . /lib/live/boot/0010-debug
+ [ -e /lib/live/boot/0020-read-only ]
+ . /lib/live/boot/0020-read-only
+ [ -e /lib/live/boot/0030-verify-checksums ]
+ . /lib/live/boot/0030-verify-checksums
+ [ -e /lib/live/boot/3020-swap ]
+ . /lib/live/boot/3020-swap
+ [ -e /lib/live/boot/9990-aaa-fixme.sh ]
+ . /lib/live/boot/9990-aaa-fixme.sh
+ PATH=/root/usr/bin:/root/usr/sbin:/root/bin:/root/sbin:/usr/bin:/usr/sbin:/bin:/sbin
+ export PATH
+ echo /root/lib
+ echo /root/usr/lib
+ mountpoint=/live/medium
+ alt_mountpoint=/media
+ LIVE_MEDIA_PATH=live
+ HOSTNAME=host
+ mkdir -p /live/medium
+ mkdir -p /var/lib/live/boot
+ mkdir -p /etc
+ touch /etc/mtab
+ [ ! -x /bin/fstype ]
+ custom_overlay_label=persistence
+ persistence_list=persistence.conf
+ [ -e /lib/live/boot/9990-cmdline-old ]
+ . /lib/live/boot/9990-cmdline-old
+ [ -e /lib/live/boot/9990-fstab.sh ]
+ . /lib/live/boot/9990-fstab.sh
+ [ -e /lib/live/boot/9990-initramfs-tools.sh ]
+ . /lib/live/boot/9990-initramfs-tools.sh
+ [ -e /lib/live/boot/9990-main.sh ]
+ . /lib/live/boot/9990-main.sh
+ [ -e /lib/live/boot/9990-misc-helpers.sh ]
+ . /lib/live/boot/9990-misc-helpers.sh
+ [ -e /lib/live/boot/9990-mount-cifs.sh ]
+ . /lib/live/boot/9990-mount-cifs.sh
+ [ -e /lib/live/boot/9990-mount-http.sh ]
+ . /lib/live/boot/9990-mount-http.sh
+ [ -e /lib/live/boot/9990-mount-iscsi.sh ]
+ . /lib/live/boot/9990-mount-iscsi.sh
+ [ -e /lib/live/boot/9990-mount-nfs.sh ]
+ . /lib/live/boot/9990-mount-nfs.sh
+ [ -e /lib/live/boot/9990-netbase.sh ]
+ . /lib/live/boot/9990-netbase.sh
+ [ -e /lib/live/boot/9990-netboot.sh ]
+ . /lib/live/boot/9990-netboot.sh
+ [ -e /lib/live/boot/9990-networking.sh ]
+ . /lib/live/boot/9990-networking.sh
+ [ -e /lib/live/boot/9990-overlay.sh ]
+ . /lib/live/boot/9990-overlay.sh
+ [ -e /lib/live/boot/9990-select-eth-device.sh ]
+ . /lib/live/boot/9990-select-eth-device.sh
+ [ -e /lib/live/boot/9990-toram-todisk.sh ]
+ . /lib/live/boot/9990-toram-todisk.sh
+ . /scripts/functions
+ parse_numeric
+ return
+ maybe_break mountroot
+ echo
+ egrep -q (,|^)mountroot(,|$)
+ mountroot
+ Live
+ [ -x /scripts/local-top/cryptroot ]
+ /scripts/local-top/cryptroot
+ exec
+ exec
+ exec
+ exec
+ tailpid=194
+ tail -f boot.log
+ cat /proc/cmdline
+ LIVE_BOOT_CMDLINE=debug=1 BOOT=LIVE boot=live toram=filesystem.squashfs rw console=hvc0 apparmor=0 security="" kernel.panic=1 dodhcp fetch=tftp://9.8.234.81/breno/live/filesystem.squashfs
+ Cmdline_old
+ TORAM=true
+ MODULETORAM=filesystem.squashfs
+ export TORAM MODULETORAM
+ FETCH=tftp://9.8.234.81/breno/live/filesystem.squashfs
+ export FETCH
+ [ -z ]
+ [ = /dev/nfs ]
+ [ = /dev/cifs ]
+ [ -z ]
+ MODULE=filesystem
+ export MODULE
+ [ -z ]
+ UNIONTYPE=aufs
+ export UNIONTYPE
+ [ -z ]
+ PERSISTENCE_ENCRYPTION=none
+ export PERSISTENCE_ENCRYPTION
+ [ -z ]
+ PERSISTENCE_METHOD=overlay
+ export PERSISTENCE_METHOD
+ [ -z ]
+ PERSISTENCE_STORAGE=filesystem,file
+ export PERSISTENCE_STORAGE
+ Debug
+ return 0
+ Read_only
+ return 0
+ Select_eth_device
+ egrep ^BOOT= /conf/initramfs.conf
+ tail -1
+ bootconf=BOOT=local
+ [ BOOT=local != BOOT=nfs ]
+ [ -z ]
+ [ -z tftp://9.8.234.81/breno/live/filesystem.squashfs ]
+ modprobe -q af_packet
+ l_interfaces=
+ Device_from_bootif
+ [ -n ]
+ [ -z ]
+ uname -r
+ echo Waiting for ethernet card(s) up... If this fails, maybe the ethernet card is not supported by the kernel 3.16.0-24-generic?
Waiting for ethernet card(s) up... If this fails, maybe the ethernet card is not supported by the kernel 3.16.0-24-generic?
+ [ -z ]
+ cd /sys/class/net/
+ ls -d eth0
+ l_interfaces=eth0
+ [ -z eth0 ]
+ echo eth0
+ wc -w
+ [ 1 -lt 2 ]
+ echo DEVICE=eth0
+ return
+ [ -e /conf/param.conf ]
+ . /conf/param.conf
+ DEVICE=eth0
+ [ ! -z ]
+ [ ! -z tftp://9.8.234.81/breno/live/filesystem.squashfs ]
+ do_netmount
+ do_netsetup
+ modprobe -q af_packet
+ udevadm trigger
+ udevadm settle
+ [ -n ]
+ ETHDEV_TIMEOUT=15
+ echo Using timeout of 15 seconds for network configuration.
Using timeout of 15 seconds for network configuration.
+ [ -z ]
+ [ -z tftp://9.8.234.81/breno/live/filesystem.squashfs ]
+ ipconfig -t 15 eth0
+ tee /netboot-eth0.config
IP-Config: eth0 hardware address 4c:45:42:45:03:01 mtu 1500 DHCP RARP
IP-Config: eth0 complete (dhcp from 10.1.0.1):
address: 10.1.3.1 broadcast: 10.255.255.255 netmask: 255.0.0.0
gateway: 10.1.0.1 dns0 : 10.1.0.1 dns1 : 0.0.0.0
host : pfsmorigo1
rootserver: 10.1.0.1 rootpath:
filename :
+ [ -e /run/net-eth0.conf ]
+ . /run/net-eth0.conf
+ DEVICE=eth0
+ PROTO=dhcp
+ IPV4ADDR=10.1.3.1
+ IPV4BROADCAST=10.255.255.255
+ IPV4NETMASK=255.0.0.0
+ IPV4GATEWAY=10.1.0.1
+ IPV4DNS0=10.1.0.1
+ IPV4DNS1=0.0.0.0
+ HOSTNAME=pfsmorigo1
+ DNSDOMAIN=
+ NISDOMAIN=
+ ROOTSERVER=10.1.0.1
+ ROOTPATH=
+ filename=
+ UPTIME=3
+ DHCPLEASETIME=3600
+ DOMAINSEARCH=
+ [ 10.1.3.1 != 0.0.0.0 ]
+ break
+ OLDHOSTNAME=pfsmorigo1
+ [ -e /run/net-eth0.conf ]
+ . /run/net-eth0.conf
+ DEVICE=eth0
+ PROTO=dhcp
+ IPV4ADDR=10.1.3.1
+ IPV4BROADCAST=10.255.255.255
+ IPV4NETMASK=255.0.0.0
+ IPV4GATEWAY=10.1.0.1
+ IPV4DNS0=10.1.0.1
+ IPV4DNS1=0.0.0.0
+ HOSTNAME=pfsmorigo1
+ DNSDOMAIN=
+ NISDOMAIN=
+ ROOTSERVER=10.1.0.1
+ ROOTPATH=
+ filename=
+ UPTIME=3
+ DHCPLEASETIME=3600
+ DOMAINSEARCH=
+ [ -z pfsmorigo1 ]
+ export HOSTNAME
+ [ -n eth0 ]
+ cat /sys/class/net/eth0/address
+ HWADDR=4c:45:42:45:03:01
+ [ ! -e /etc/resolv.conf ]
+ echo Creating /etc/resolv.conf
Creating /etc/resolv.conf
+ [ -n ]
+ [ -n 10.1.0.1 ]
+ [ 10.1.0.1 != 0.0.0.0 ]
+ echo nameserver 10.1.0.1
+ [ -n 0.0.0.0 ]
+ [ 0.0.0.0 != 0.0.0.0 ]
+ [ -n 0.0.0.0 ]
+ [ 0.0.0.0 != 0.0.0.0 ]
+ ls /sys/class/net/eth0
+ [ 10.1.0.1:/exports/rootfs = auto ]
+ rc=1
+ [ -n tftp://9.8.234.81/breno/live/filesystem.squashfs ]
+ do_httpmount
+ rc=1
+ local url extension dest
+ eval echo "${HTTPFS}"
+ echo
+ url=
+ echo
+ sed s/\(.*\)\.\(.*\)/\2/
+ extension=
+ [ -n ]
+ local url extension dest
+ eval echo "${FTPFS}"
+ echo
+ url=
+ echo
+ sed s/\(.*\)\.\(.*\)/\2/
+ extension=
+ [ -n ]
+ local url extension dest
+ eval echo "${FETCH}"
+ echo tftp://9.8.234.81/breno/live/filesystem.squashfs
+ url=tftp://9.8.234.81/breno/live/filesystem.squashfs
+ echo tftp://9.8.234.81/breno/live/filesystem.squashfs
+ sed s/\(.*\)\.\(.*\)/\2/
+ extension=squashfs
+ [ -n tftp://9.8.234.81/breno/live/filesystem.squashfs ]
+ [ squashfs = iso ]
+ dest=/live/medium/live
+ mount -t ramfs ram /live/medium
+ mkdir -p /live/medium/live
+ [ FETCH = FETCH ]
+ dirname tftp://9.8.234.81/breno/live/filesystem.squashfs
+ sed -e s|tftp://||g -e s|/.*$||g
+ ip=9.8.234.81
+ echo tftp://9.8.234.81/breno/live/filesystem.squashfs
+ sed -e s|tftp://9.8.234.81||g
+ rfile=/breno/live/filesystem.squashfs
+ basename tftp://9.8.234.81/breno/live/filesystem.squashfs
+ lfile=filesystem.squashfs
+ log_begin_msg Trying tftp -g -b 65464 -r /breno/live/filesystem.squashfs -l /live/medium/live/filesystem.squashfs 9.8.234.81
+ _log_msg Begin: Trying tftp -g -b 65464 -r /breno/live/filesystem.squashfs -l /live/medium/live/filesystem.squashfs 9.8.234.81 ...
+ [ n = y ]
+ printf Begin: Trying tftp -g -b 65464 -r /breno/live/filesystem.squashfs -l /live/medium/live/filesystem.squashfs 9.8.234.81 ...
Begin: Trying tftp -g -b 65464 -r /breno/live/filesystem.squashfs -l /live/medium/live/filesystem.squashfs 9.8.234.81 ... + tftp -g -b 65464 -r /breno/live/filesystem.squashfs -l /live/medium/live/filesystem.squashfs 9.8.234.81
[ 11.644761] random: nonblocking pool is initialized
* Copying /live/medium/live/filesystem.squashfs to RAM
sending incremental file list
filesystem.squashfs
32,768 0% 0.00kB/s 0:00:00 + [ 0 -eq 0 ]
+ rc=0
+ [ squashfs = tgz ]
+ [ squashfs = iso ]
+ break
+ [ 0 != 0 ]
+ [ FETCH != FETCH ]
+ return 0
+ return 0
+ livefs_root=/live/medium
+ [ -z /live/medium ]
+ Verify_checksums /live/medium
+ return 0
+ [ true ]
+ live_dest=ram
+ [ ram ]
+ log_begin_msg Copying live media to ram
+ _log_msg Begin: Copying live media to ram ...
+ [ n = y ]
+ printf Begin: Copying live media to ram ...
Begin: Copying live media to ram ... + copy_live_to /live/medium ram
+ copyfrom=/live/medium
+ copytodev=ram
+ copyto=/live/medium_swap
+ [ -z filesystem.squashfs ]
+ MODULETORAMFILE=/live/medium/live/filesystem.squashfs
+ [ -f /live/medium/live/filesystem.squashfs ]
+ + awk {print $5}
ls -la /live/medium/live/filesystem.squashfs
+ expr / 1024 + 5000
expr: syntax error
+ size=
+ [ ram = ram ]
+ awk /^MemFree:/{f=$2} /^Cached:/{c=$2} END{print f+c} /proc/meminfo
+ freespace=4097920
+ mount_options=-o size=k
+ free_string=memory
+ fstype=tmpfs
+ dev=/dev/shm
+ [ 4097920 -lt ]
sh: bad number
+ [ -z -o size=k ]
+ mkdir /live/medium_swap
+ log_begin_msg mount -t tmpfs -o size=k /dev/shm /live/medium_swap
+ _log_msg Begin: mount -t tmpfs -o size=k /dev/shm /live/medium_swap ...
+ [ n = y ]
+ printf Begin: mount -t tmpfs -o size=k /dev/shm /live/medium_swap ...
Begin: mount -t tmpfs -o size=k /dev/shm /live/medium_swap ... + mount -t tmpfs -o size=k /dev/shm /live/medium_swap
+ [ = tgz ]
+ [ -n /live/medium/live/filesystem.squashfs ]
+ [ -x /bin/rsync ]
+ echo * Copying /live/medium/live/filesystem.squashfs to RAM
+ rsync -a --progress /live/medium/live/filesystem.squashfs /live/medium_swap
431,939,584 100% 196.52MB/s 0:00:02 (xfr#1, to-chk=0/1)
[ 21.035011] aufs 3.x-rcN-20140707
[ 21.057762] squashfs: version 4.0 (2009/01/31) Phillip Lougher
+ kill 194
+ [ -w /root/var/log/ ]
+ log_end_msg
+ _log_msg done.\n
+ [ n = y ]
+ printf done.\n
done.
+ maybe_break bottom
+ [ = bottom ]
+ [ n != y ]
+ log_begin_msg Running /scripts/init-bottom
+ _log_msg Begin: Running /scripts/init-bottom ...
+ [ n = y ]
+ printf Begin: Running /scripts/init-bottom ...
Begin: Running /scripts/init-bottom ... + run_scripts /scripts/init-bottom
+ initdir=/scripts/init-bottom
+ [ ! -d /scripts/init-bottom ]
+ [ -f /scripts/init-bottom/ORDER ]
+ . /scripts/init-bottom/ORDER
+ /scripts/init-bottom/udev
+ [ -e /conf/param.conf ]
+ . /conf/param.conf
+ DEVICE=eth0
+ /scripts/init-bottom/plymouth
+ [ -e /conf/param.conf ]
+ . /conf/param.conf
+ DEVICE=eth0
+ [ n != y ]
+ log_end_msg
+ _log_msg done.\n
+ [ n = y ]
+ printf done.\n
done.
+ [ -d /root/run ]
+ mount -n -o move /run /root/run
+ mount -n -o move /sys /root/sys
+ mount -n -o move /proc /root/proc
+ [ -n /sbin/init ]
+ validate_init /sbin/init
+ checktarget=/sbin/init
+ [ -d /root ]
+ [ -h /root/sbin/init ]
+ readlink /root/sbin/init
+ [ ! -x /root/sbin/init ]
+ [ -d /root/sbin/init ]
+ [ ! -x /root/sbin/init ]
+ maybe_break init
+ [ = init ]
+ unset debug
+ unset MODPROBE_OPTIONS
+ unset DPKG_ARCH
+ unset ROOTFLAGS
+ unset ROOTFSTYPE
+ unset ROOTDELAY
+ unset ROOT
+ unset IP
+ unset BOOT
+ unset BOOTIF
+ unset UBIMTD
+ unset blacklist
+ unset break
+ unset noresume
+ unset panic
+ unset quiet
+ unset readonly
+ unset resume
+ unset resume_offset
+ exec run-init /root /sbin/init dodhcp
init:/etc/init.conf: Unable to load configuration: Not a directory
init:/etc/init: Unable to load configuration: Not a directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment