Skip to content

Instantly share code, notes, and snippets.

@KunYi
Created August 17, 2022 06:28
Show Gist options
  • Save KunYi/8a932a5e6af187f89a900e1a6a3f1104 to your computer and use it in GitHub Desktop.
Save KunYi/8a932a5e6af187f89a900e1a6a3f1104 to your computer and use it in GitHub Desktop.
qemu booting with OpenBMC 2.11.0 for romulus
kunyi@kunyi-ThinkPad-P53:~/openbmc/openbmc/build/tmp/deploy/images/romulus$ ./qemu-system-arm -m 256 -machine romulus-bmc -nographic -drive file=./obmc-phosphor-image-romulus.static.mtd,format=raw,if=mtd -net nic -net user,hostfwd=:127.0.0.1:2022-:22,hostfwd=:127.0.0.1:2443-:443,hostfwd=tcp:127.0.0.1:2080-:80,hostfwd=tcp:127.0.0.1:2200-:2200,hostfwd=udp:127.0.0.1:2623-:623,hostfwd=udp:127.0.0.1:2664-:664,hostname=qemu
qemu-system-arm: warning: Aspeed iBT has no chardev backend
qemu-system-arm: warning: nic ftgmac100.1 has no peer
U-Boot 2016.07 (Aug 17 2022 - 03:19:19 +0000)
Watchdog enabled
DRAM: 240 MiB
Flash: 32 MiB
In: serial
Out: serial
Err: serial
Net: aspeednic#0
Error: aspeednic#0 address not set.
Hit any key to stop autoboot: 0
## Loading kernel from FIT Image at 20080000 ...
Using 'conf-aspeed-bmc-opp-romulus.dtb' configuration
Trying 'kernel-1' kernel subimage
Description: Linux kernel
Type: Kernel Image
Compression: uncompressed
Data Start: 0x20080128
Data Size: 3120920 Bytes = 3 MiB
Architecture: ARM
OS: Linux
Load Address: 0x80001000
Entry Point: 0x80001000
Hash algo: sha256
Hash value: 890e13080bd0dc3377b042455c6f7420a4b6baf18418d857407e773cc2dd0455
Verifying Hash Integrity ... sha256+ OK
## Loading ramdisk from FIT Image at 20080000 ...
Using 'conf-aspeed-bmc-opp-romulus.dtb' configuration
Trying 'ramdisk-1' ramdisk subimage
Description: obmc-phosphor-initramfs
Type: RAMDisk Image
Compression: uncompressed
Data Start: 0x20382470
Data Size: 1096624 Bytes = 1 MiB
Architecture: ARM
OS: Linux
Load Address: unavailable
Entry Point: unavailable
Hash algo: sha256
Hash value: 354a43ef96882e761f6975892fad2c6d2f6d3a4ad100b97b7ae166f5f4415bcc
Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at 20080000 ...
Using 'conf-aspeed-bmc-opp-romulus.dtb' configuration
Trying 'fdt-aspeed-bmc-opp-romulus.dtb' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x2037a158
Data Size: 33356 Bytes = 32.6 KiB
Architecture: ARM
Hash algo: sha256
Hash value: 27ef835faa9283605e5f862d2b81d014c3c642f0df2acbbe0ece041c8d2b1f82
Verifying Hash Integrity ... sha256+ OK
Booting using the fdt blob at 0x2037a158
Loading Kernel Image ... OK
Loading Ramdisk to 8ea8d000, end 8eb98bb0 ... OK
Loading Device Tree to 8ea81000, end 8ea8c24b ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.15.5-ebd46c8 (oe-user@oe-host) (arm-openbmc-linux-gnueabi-gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37.20210721) #1 Tue Aug 16 11:03:51 UTC 2022
[ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
[ 0.000000] CPU: VIPT aliasing data cache, unknown instruction cache
[ 0.000000] OF: fdt: Machine model: Romulus BMC
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] Reserved memory: created CMA memory pool at 0x8d000000, size 16 MiB
[ 0.000000] OF: reserved mem: initialized node framebuffer, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x8b000000, size 32 MiB
[ 0.000000] OF: reserved mem: initialized node jpegbuffer, compatible id shared-dma-pool
[ 0.000000] cma: Reserved 16 MiB at 0x8a000000
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000080000000-0x000000008effffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000008effffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000008effffff]
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 60960
[ 0.000000] Kernel command line: console=ttyS4,115200n8 root=/dev/ram rw
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 165628K/245760K available (7168K kernel code, 661K rwdata, 1552K rodata, 1024K init, 157K bss, 14596K reserved, 65536K cma-reserved)
[ 0.000000] random: get_random_u32 called from __kmem_cache_create+0x30/0x400 with crng_init=0
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] ftrace: allocating 23725 entries in 47 pages
[ 0.000000] ftrace: allocated 47 pages with 5 groups
[ 0.000000] trace event string verifier disabled
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] i2c controller registered, irq 17
[ 0.000000] clocksource: FTTMR010-TIMER2: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 77222644334 ns
[ 0.000124] sched_clock: 32 bits at 24MHz, resolution 40ns, wraps every 86767015915ns
[ 0.001385] Switching to timer-based delay loop, resolution 40ns
[ 0.004041] Calibrating delay loop (skipped), value calculated using timer frequency.. 49.50 BogoMIPS (lpj=247500)
[ 0.004201] pid_max: default: 32768 minimum: 301
[ 0.005313] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.005364] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.019175] CPU: Testing write buffer coherency: ok
[ 0.030064] Setting up static identity map for 0x80100000 - 0x80100038
[ 0.032338] ASPEED AST2500 rev A1 (04010303)
[ 0.038720] devtmpfs: initialized
[ 0.052743] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.052880] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[ 0.055889] pinctrl core: initialized pinctrl subsystem
[ 0.063523] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.071334] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.074335] hw-breakpoint: debug architecture 0x0 unsupported.
[ 0.126735] mc: Linux media interface: v0.10
[ 0.126852] videodev: Linux video capture interface: v2.00
[ 0.126969] pps_core: LinuxPPS API ver. 1 registered
[ 0.126990] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 0.127075] PTP clock support registered
[ 0.140395] clocksource: Switched to clocksource FTTMR010-TIMER2
[ 0.172529] NET: Registered PF_INET protocol family
[ 0.173588] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.176574] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.176665] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.176752] TCP bind hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.176852] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.177692] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.177842] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.179142] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.184813] Unpacking initramfs...
[ 0.200524] workingset: timestamp_bits=30 max_order=16 bucket_order=0
[ 0.206838] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.206898] jffs2: version 2.2. (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.208689] NET: Registered PF_ALG protocol family
[ 0.214946] gpio-819 (nic_func_mode0): hogged as output/low
[ 0.215058] gpio-820 (nic_func_mode1): hogged as output/low
[ 0.215102] gpio-943 (seq_cont): hogged as output/low
[ 0.222563] ipmi-bt-host 1e789140.ibt: Found bt bmc device
[ 0.223291] ipmi-bt-host 1e789140.ibt: Using IRQ 34
[ 0.233488] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[ 0.245541] 1e787000.serial: ttyS5 at MMIO 0x1e787000 (irq = 34, base_baud = 1546875) is a 16550A
[ 0.260994] 1e783000.serial: ttyS0 at MMIO 0x1e783000 (irq = 32, base_baud = 1500000) is a 16550A
[ 0.262049] 1e784000.serial: ttyS4 at MMIO 0x1e784000 (irq = 33, base_baud = 1500000) is a 16550A
[ 0.320962] printk: console [ttyS4] enabled
[ 0.325028] timeriomem_rng 1e6e2078.hwrng: 32bits from 0x(ptrval) @ 1us
[ 0.329248] aspeed_gfx 1e6e6000.display: assigned reserved memory node framebuffer
[ 0.354664] random: fast init done
[ 0.373020] [drm] Initialized aspeed-gfx-drm 1.0.0 20180319 for 1e6e6000.display on minor 0
[ 0.411399] aspeed_gfx 1e6e6000.display: [drm] fb0: aspeed-gfx-drm frame buffer device
[ 0.437481] loop: module loaded
[ 0.441934] random: crng init done
[ 0.535819] aspeed-smc 1e620000.spi: Using 50 MHz SPI frequency
[ 0.538946] aspeed-smc 1e620000.spi: n25q256a (32768 Kbytes)
[ 0.539573] aspeed-smc 1e620000.spi: CE0 window [ 0x20000000 - 0x22000000 ] 32MB
[ 0.540146] aspeed-smc 1e620000.spi: CE1 window [ 0x22000000 - 0x2a000000 ] 128MB
[ 0.540805] aspeed-smc 1e620000.spi: read control register: 203b0641
[ 1.901950] Freeing initrd memory: 1072K
[ 1.905039] 5 fixed-partitions partitions found on MTD device bmc
[ 1.905362] Creating 5 MTD partitions on "bmc":
[ 1.905885] 0x000000000000-0x000000060000 : "u-boot"
[ 1.907485] 0x000000060000-0x000000080000 : "u-boot-env"
[ 1.908776] 0x000000080000-0x0000004c0000 : "kernel"
[ 1.909914] 0x0000004c0000-0x000001c00000 : "rofs"
[ 1.911328] 0x000001c00000-0x000002000000 : "rwfs"
[ 1.949818] aspeed-smc 1e630000.spi: Using 100 MHz SPI frequency
[ 1.950978] aspeed-smc 1e630000.spi: mx66l1g45g (131072 Kbytes)
[ 1.951294] aspeed-smc 1e630000.spi: CE0 window resized to 120MB (AST2500 HW quirk)
[ 1.951946] aspeed-smc 1e630000.spi: CE0 window [ 0x30000000 - 0x37800000 ] 120MB
[ 1.952545] aspeed-smc 1e630000.spi: CE1 window [ 0x37800000 - 0x38000000 ] 8MB
[ 1.953212] aspeed-smc 1e630000.spi: CE0 window too small for chip 128MB
[ 1.953612] aspeed-smc 1e630000.spi: read control register: 203c0045
[ 1.961046] aspeed-smc 1e630000.spi: Calibration area too uniform, using low speed
[ 1.967747] libphy: Fixed MDIO Bus: probed
[ 1.969464] ftgmac100 1e660000.ethernet: Read MAC address 52:54:00:12:34:56 from chip
[ 1.970269] ftgmac100 1e660000.ethernet: Using NCSI interface
[ 1.974152] ftgmac100 1e660000.ethernet eth0: irq 20, mapped at 86d79aa1
[ 1.989843] aspeed_vhub 1e6a0000.usb-vhub: Initialized virtual hub in USB2 mode
[ 1.992368] Mass Storage Function, version: 2009/09/11
[ 1.992841] LUN: removable file: (no medium)
[ 1.994077] no file given for LUN0
[ 1.995175] g_mass_storage 1e6a0000.usb-vhub:p1: failed to start g_mass_storage: -22
[ 1.996363] i2c_dev: i2c /dev entries driver
[ 1.998752] aspeed-i2c-bus 1e78a080.i2c-bus: i2c bus 1 registered, irq 35
[ 1.999880] aspeed-i2c-bus 1e78a0c0.i2c-bus: i2c bus 2 registered, irq 36
[ 2.001691] aspeed-i2c-bus 1e78a100.i2c-bus: i2c bus 3 registered, irq 37
[ 2.002748] aspeed-i2c-bus 1e78a140.i2c-bus: i2c bus 4 registered, irq 38
[ 2.003775] aspeed-i2c-bus 1e78a180.i2c-bus: i2c bus 5 registered, irq 39
[ 2.004674] aspeed-i2c-bus 1e78a1c0.i2c-bus: i2c bus 6 registered, irq 40
[ 2.005544] aspeed-i2c-bus 1e78a300.i2c-bus: i2c bus 7 registered, irq 41
[ 2.006416] aspeed-i2c-bus 1e78a340.i2c-bus: i2c bus 8 registered, irq 42
[ 2.007468] aspeed-i2c-bus 1e78a380.i2c-bus: i2c bus 9 registered, irq 43
[ 2.008438] aspeed-i2c-bus 1e78a3c0.i2c-bus: i2c bus 10 registered, irq 44
[ 2.014158] rtc-rv8803 11-0032: registered as rtc0
[ 2.015049] rtc-rv8803 11-0032: setting system clock to 2022-08-17T06:23:51 UTC (1660717431)
[ 2.016449] aspeed-i2c-bus 1e78a400.i2c-bus: i2c bus 11 registered, irq 45
[ 2.017687] aspeed-i2c-bus 1e78a440.i2c-bus: i2c bus 12 registered, irq 46
[ 2.019351] aspeed-video 1e700000.video: assigned reserved memory node jpegbuffer
[ 2.026561] Driver for 1-wire Dallas network protocol.
[ 2.029067] w83773g 12-004c: error writing config rate register
[ 2.043110] SPI driver bmp280 has no spi_device_id for bosch,bmp085
[ 2.049032] fsi-master-acf gpio-fsi: ColdFire initialized, firmware v0 API v0.0 (trace disabled)
[ 2.049568] fsi-master-acf gpio-fsi: Unsupported coprocessor API version !
[ 2.060775] NET: Registered PF_INET6 protocol family
[ 2.067806] Segment Routing with IPv6
[ 2.068241] In-situ OAM (IOAM) with IPv6
[ 2.069415] NET: Registered PF_PACKET protocol family
[ 2.069870] 8021q: 802.1Q VLAN Support v1.8
[ 2.081779] printk: console [netcon0] enabled
[ 2.082043] netconsole: network logging started
[ 2.086429] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 2.114993] Freeing unused kernel image (initmem) memory: 1024K
[ 2.126956] Checked W+X mappings: passed, no W+X pages found
[ 2.127493] Run /init as init process
rofs = mtd4 squashfs rwfs = mtd5 jffs2
[ 3.896767] jffs2: notice: (84) jffs2_build_xattr_subsystem: complete building xattr subsystem, 19 of xdatum (12 unchecked, 1 orphan) and 25 of xref (1 dead, 0 orphan) found.
[ 3.974998] overlayfs: upper fs does not support tmpfile.
[ 3.976981] overlayfs: upper fs does not support RENAME_WHITEOUT.
[ 7.497997] systemd[1]: Failed to look up module alias 'autofs4': Function not implemented
[ 7.818566] systemd[1]: systemd 249 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR -IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL -ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -XKBCOMMON -UTMP +SYSVINIT default-hierarchy=hybrid)
[ 7.824710] systemd[1]: Detected architecture arm.
Welcome to Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 2.11.0!
[ 8.104895] systemd[1]: Hostname set to <romulus>.
[ 12.894799] systemd[1]: /lib/systemd/system/[email protected]:3: Invalid interface name, ignoring: sys-subsystem-net-devices-%i.device
[ 13.003921] systemd[1]: Queued start job for default target Multi-User System.
[ 13.033304] systemd[1]: Created slice Slice /system/getty.
[ OK ] Created slice Slice /system/getty.
[ 13.043350] systemd[1]: Created slice Slice /system/mapper-wait.
[ OK ] Created slice Slice /system/mapper-wait.
[ 13.049747] systemd[1]: Created slice Slice /system/modprobe.
[ OK ] Created slice Slice /system/modprobe.
[ 13.056376] systemd[1]: Created slice Slice /system/obmc-led-group-start.
[ OK ] Created slice Slice /system/obmc-led-group-start.
[ 13.065177] systemd[1]: Created slice Slice /system/op-reset-chassis-on.
[ OK ] Created slice Slice /system/op-reset-chassis-on.
[ 13.073054] systemd[1]: Created slice Slice /system/op-reset-chassis-running.
[ OK ] Created slice Slice /system/op-reset-chassis-running.
[ 13.079893] systemd[1]: Created slice Slice /system/org.openbmc.control.Power.
[ OK ] Created slice Slice /system/org.openbmc.control.Power.
[ 13.088999] systemd[1]: Created slice Slice /system/phosphor-certificate-manager.
[ OK ] Created slice Slice /system/phosphor-certificate-manager.
[ 13.099000] systemd[1]: Created slice Slice /system/phosphor-discover-system-state.
[ OK ] Created slice Slice /syste…hosphor-discover-system-state.
[ 13.107775] systemd[1]: Created slice Slice /system/phosphor-gpio-monitor.
[ OK ] Created slice Slice /system/phosphor-gpio-monitor.
[ 13.117870] systemd[1]: Created slice Slice /system/phosphor-ipmi-net.
[ OK ] Created slice Slice /system/phosphor-ipmi-net.
[ 13.125940] systemd[1]: Created slice Slice /system/phosphor-reset-host-running.
[ OK ] Created slice Slice /system/phosphor-reset-host-running.
[ 13.133716] systemd[1]: Created slice Slice /system/serial-getty.
[ OK ] Created slice Slice /system/serial-getty.
[ 13.139531] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 13.143933] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 13.149250] systemd[1]: Reached target Host0 running after reset.
[ OK ] Reached target Host0 running after reset.
[ 13.151583] systemd[1]: Reached target Path Units.
[ OK ] Reached target Path Units.
[ 13.153639] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 13.156513] systemd[1]: Reached target Slice Units.
[ OK ] Reached target Slice Units.
[ 13.160189] systemd[1]: Reached target Swaps.
[ OK ] Reached target Swaps.
[ 13.183469] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 13.226084] systemd[1]: Listening on Process Core Dump Socket.
[ OK ] Listening on Process Core Dump Socket.
[ 13.230603] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 13.235508] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 13.246561] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 13.256036] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 13.264416] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 13.288683] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 13.294437] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 13.301130] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 13.304458] systemd[1]: Condition check resulted in POSIX Message Queue File System being skipped.
[ 13.326008] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 13.391994] systemd[1]: Mounting Kernel Trace File System...
Mounting Kernel Trace File System...
[ 13.481804] systemd[1]: Mounting Temporary Directory /tmp...
Mounting Temporary Directory /tmp...
[ 13.485444] systemd[1]: Condition check resulted in Create List of Static Device Nodes being skipped.
[ 13.564671] systemd[1]: Starting Load Kernel Module configfs...
Starting Load Kernel Module configfs...
[ 13.672870] systemd[1]: Starting Load Kernel Module fuse...
Starting Load Kernel Module fuse...
[ 13.692901] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 13.777701] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 13.849967] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[ 13.893474] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 13.992965] systemd[1]: Starting Apply Kernel Variables...
Starting Apply Kernel Variables...
[ 14.107701] systemd[1]: Starting Coldplug All udev Devices...
Starting Coldplug All udev Devices...
[ 14.469810] systemd[1]: Mounted Kernel Debug File System.
[ OK ] Mounted Kernel Debug File System.
[ 14.514225] systemd[1]: Mounted Kernel Trace File System.
[ OK ] Mounted Kernel Trace File System.
[ 14.533464] systemd[1]: Mounted Temporary Directory /tmp.
[ OK ] Mounted Temporary Directory /tmp.
[ 14.662557] systemd[1]: [email protected]: Deactivated successfully.
[ 14.842627] systemd[1]: Finished Load Kernel Module configfs.
[ OK ] Finished Load Kernel Module configfs.
[ 15.277462] systemd[1]: [email protected]: Deactivated successfully.
[ 15.295681] systemd[1]: Finished Load Kernel Module fuse.
[ OK ] Finished Load Kernel Module fuse.
[ 15.340856] systemd[1]: Finished Remount Root and Kernel File Systems.
[ OK ] Finished Remount Root and Kernel File Systems.
[ 15.370806] systemd[1]: Finished Apply Kernel Variables.
[ OK ] Finished Apply Kernel Variables.
[ 15.404585] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[ 15.472622] systemd[1]: Mounting Kernel Configuration File System...
Mounting Kernel Configuration File System...
[ 15.542123] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 15.543775] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[ 15.547326] systemd[1]: Condition check resulted in Create System Users being skipped.
[ 15.616318] systemd[1]: Starting Create Static Device Nodes in /dev...
Starting Create Static Device Nodes in /dev...
[ 15.706650] systemd[1]: Mounted Kernel Configuration File System.
[ OK ] Mounted Kernel Configuration File System.
[ 16.321197] systemd[1]: Finished Create Static Device Nodes in /dev.
[ OK ] Finished Create Static Device Nodes in /dev.
[ 16.324789] systemd[1]: Reached target Preparation for Local File Systems.
[ OK ] Reached target Preparation for Local File Systems.
[ 16.372548] systemd[1]: Mounting /var/volatile...
Mounting /var/volatile...
[ 16.483114] systemd[1]: Starting Rule-based Manager for Device Events and Files...
Starting Rule-based Manage…for Device Events and Files...
[ 16.622991] systemd[1]: Mounted /var/volatile.
[ OK ] Mounted /var/volatile.
[ 16.670739] systemd[1]: Condition check resulted in Bind mount volatile /var/cache being skipped.
[ 16.673106] systemd[1]: Condition check resulted in Bind mount volatile /var/lib being skipped.
[ 16.714108] systemd[1]: Starting Load/Save Random Seed...
Starting Load/Save Random Seed...
[ 16.741465] systemd[1]: Condition check resulted in Bind mount volatile /var/spool being skipped.
[ 16.749116] systemd[1]: Condition check resulted in Bind mount volatile /srv being skipped.
[ 16.780943] systemd[1]: Reached target Local File Systems.
[ OK ] Reached target Local File Systems.
[ 16.944579] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Finished Load/Save Random Seed.
[ 17.538037] systemd-journald[109]: Received client request to flush runtime journal.
[ OK ] Finished Flush Journal to Persistent Storage.
Starting Create Volatile Files and Directories...
[ OK ] Started Rule-based Manager for Device Events and Files.
Starting Network Configuration...
[ OK ] Finished Create Volatile Files and Directories.
Starting Network Time Synchronization...
[ OK ] Finished Coldplug All udev Devices.
[ OK ] Started Network Configuration.
[ 25.594564] 8021q: adding VLAN 0 to HW filter on device eth0
[ 25.597746] ftgmac100 1e660000.ethernet eth0: NCSI: Handler for packet type 0x82 returned -19
[ 25.598694] ftgmac100 1e660000.ethernet eth0: NCSI: Handler for packet type 0x82 returned -19
[ 25.599147] ftgmac100 1e660000.ethernet eth0: NCSI: Handler for packet type 0x82 returned -19
[ 25.599561] ftgmac100 1e660000.ethernet eth0: NCSI: Handler for packet type 0x82 returned -19
[ 25.599977] ftgmac100 1e660000.ethernet eth0: NCSI: Handler for packet type 0x82 returned -19
[ 25.600719] ftgmac100 1e660000.ethernet eth0: NCSI: Handler for packet type 0x82 returned -19
[ 25.601227] ftgmac100 1e660000.ethernet eth0: NCSI: Handler for packet type 0x82 returned -19
[ 25.601717] ftgmac100 1e660000.ethernet eth0: NCSI: Handler for packet type 0x82 returned -19
[ OK ] Found device /dev/aspeed-lpc-ctrl.
[ OK ] Started Network Time Synchronization.
[ OK ] Created slice Slice /system/obmc-console.
[ OK ] Created slice Slice /system/xyz.openbmc_project.Hwmon.
[ OK ] Created slice Slice /syste…penbmc_project.led.controller.
[ OK ] Reached target System Time Set.
[ OK ] Reached target Hardware activated USB gadget.
Starting Load Kernel Module fuse...
Starting Wait for Network to be Configured...
Starting Network Name Resolution...
Starting Wait for udev To …plete Device Initialization...
[ OK ] Finished Load Kernel Module fuse.
[ OK ] Finished Wait for Network to be Configured.
[ OK ] Finished Wait for udev To Complete Device Initialization.
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily rotation of log files.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timer Units.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on BMC Webserver socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Listening on dropbear.socket.
[ OK ] Listening on Phosphor Host…ole SSH Per-Connection socket.
[ OK ] Listening on [email protected].
[ OK ] Reached target Socket Units.
Starting D-Bus System Message Bus...
[ OK ] Started D-Bus System Message Bus.
[ OK ] Reached target Basic System.
Starting Clear one time boot overrides...
Starting SSH Key Generation...
Starting Name Service Cache Daemon...
[ OK ] Started ttyVUART0 Console Server.
[ OK ] Started Phosphor Dump core monitor..
Starting Phosphor IPMI BT DBus Bridge...
Starting Phosphor Power0 Control...
[ OK ] Started Phosphor certificate manager for authority.
[ OK ] Started Phosphor certificate manager for bmcweb.
[ OK ] Started Phosphor certificate manager for nslcd.
[ OK ] Started Phosphor GPIO id_button monitor.
Starting BMC health monitoring...
[ OK ] Started phosphor systemd target monitor.
Starting OpenBMC ipKVM daemon...
Starting Phosphor Buttons...
Starting Phosphor Dump Manager...
[ OK ] Started Fru Device.
Starting Phosphor Inventory Manager...
Starting Phosphor LDAP privilege mapper...
Starting Phosphor Log Manager...
Starting Phosphor DBus Service Discovery Manager...
Starting Phosphor Settings Daemon...
Starting Phosphor Download Manager...
Starting Rsyslog config updater...
Starting Telemetry...
Starting Phosphor User Manager...
[ OK ] Started Phosphor sysfs LED controller.
[ OK ] Started Phosphor sysfs LED controller.
[ OK ] Started Phosphor sysfs LED controller.
[ OK ] Started Network Name Resolution.
[ OK ] Finished SSH Key Generation.
[ OK ] Started Name Service Cache Daemon.
[ OK ] Started OpenBMC ipKVM daemon.
[ OK ] Started Phosphor DBus Service Discovery Manager.
[ OK ] Started Phosphor Log Manager.
[ OK ] Started BMC health monitoring.
[ OK ] Started Phosphor IPMI BT DBus Bridge.
[ OK ] Started Phosphor Buttons.
[ OK ] Started Phosphor Settings Daemon.
[ OK ] Started Phosphor LDAP privilege mapper.
[ OK ] Started Phosphor Inventory Manager.
[ OK ] Started Phosphor Download Manager.
[ OK ] Started Telemetry.
[ OK ] Started Rsyslog config updater.
[ OK ] Started Phosphor User Manager.
[ OK ] Finished Clear one time boot overrides.
[ OK ] Started Phosphor Dump Manager.
[ OK ] Reached target Network.
[ OK ] Reached target Network is Online.
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Reached target Phosphor Object Mapper.
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started Start bmcweb server.
Starting Wait for /org/openbmc/control/power0...
Starting Wait for /xyz/ope…t/control/host0/auto_reboot...
Starting Wait for /xyz/ope…control/host0/boot/one_time...
Starting Wait for /xyz/ope…_project/control/host0/boot...
Starting Wait for /xyz/ope…/host0/power_restore_policy...
Starting Wait for /xyz/ope…trol/host0/restriction_mode...
Starting Wait for /xyz/openbmc_project/inventory...
Starting Wait for /xyz/ope…oject/led/groups/bmc_booted...
Starting Wait for /xyz/openbmc_project/state/chassis0...
Starting Wait for /xyz/openbmc_project/state/host0...
Starting Wait for /xyz/ope…mc_project/time/sync_method...
Starting LDAP daemon...
Starting OpenPower Software Update Manager...
[ OK ] Started Phosphor Button Handler.
[ OK ] Started Phosphor DBus Monitor.
Starting Ramoops monitor....
Starting System Logging Service...
[ OK ] Started Lightweight SLP Server.
Starting Hostname Service...
Starting Permit User Sessions...
[ OK ] Started Phosphor Hwmon Poller.
[ OK ] Started Phosphor Hwmon Poller.
Starting Phosphor LED Group Management Daemon...
Starting Phosphor SNMP conf Manager...
Starting Phosphor Network Manager...
Starting OpenBMC Software Update Manager...
Starting Phosphor BMC State Manager...
[ OK ] Started System Logging Service.
[ OK ] Finished Wait for /org/openbmc/control/power0.
[ OK ] Finished Wait for /xyz/ope…ect/control/host0/auto_reboot.
[ OK ] Finished Wait for /xyz/ope…t/control/host0/boot/one_time.
[ OK ] Finished Wait for /xyz/ope…mc_project/control/host0/boot.
[ OK ] Finished Wait for /xyz/ope…ol/host0/power_restore_policy.
[ OK ] Finished Wait for /xyz/ope…ontrol/host0/restriction_mode.
[ OK ] Finished Wait for /xyz/openbmc_project/inventory.
[ OK ] Finished Wait for /xyz/openbmc_project/time/sync_method.
[ OK ] Finished Ramoops monitor..
[ OK ] Finished Permit User Sessions.
[ OK ] Started Phosphor Power0 Control.
[ OK ] Started OpenPower Software Update Manager.
[ OK ] Started Phosphor SNMP conf Manager.
[ OK ] Started Phosphor Network Manager.
[ OK ] Started Phosphor LED Group Management Daemon.
[ OK ] Started LDAP daemon.
Starting Wait for /xyz/openbmc_project/led/groups...
Starting Check Chassis0 pg…reate a file to indicate it...
Starting OpenPOWER OCC controller...
Starting Phosphor Inband IPMI...
[ OK ] Started Serial Getty on ttyS4.
[ OK ] Reached target Login Prompts.
Starting Phosphor Ldap config updater...
Starting Phosphor Chassis State Manager...
Starting Phosphor Time Manager daemon...
[ OK ] Finished Wait for /xyz/ope…project/led/groups/bmc_booted.
[ OK ] Finished Wait for /xyz/openbmc_project/led/groups.
[ OK ] Finished Check Chassis0 pg… create a file to indicate it.
[ OK ] Started OpenBMC Software Update Manager.
[ OK ] Started Phosphor BMC State Manager.
[ OK ] Started OpenPOWER OCC controller.
[ OK ] Finished Wait for /xyz/openbmc_project/state/chassis0.
[ OK ] Started Hostname Service.
[ OK ] Started Phosphor Chassis State Manager.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started Phosphor Ldap config updater.
[ OK ] Reached target Chassis0 power on after reset.
Stopping LDAP daemon...
[ OK ] Started FRU Fault monitor service.
[ OK ] Reached target Chassis0 (Reset Check).
Starting Time & Date Service...
Starting Phosphor Version Software Manager...
[ OK ] Stopped LDAP daemon.
[ OK ] Started Phosphor Version Software Manager.
[ OK ] Started Phosphor Inband IPMI.
Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) nodistro.0 romulus ttyS4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment