Skip to content

Instantly share code, notes, and snippets.

@sergev
Created July 20, 2021 19:46
Show Gist options
  • Save sergev/5d498badca9162540458146b9b16f015 to your computer and use it in GitHub Desktop.
Save sergev/5d498badca9162540458146b9b16f015 to your computer and use it in GitHub Desktop.
Start Microsoft CBL-Mariner Linux on VirtualBox
[ 0.000000] Linux version 5.10.42.1-3.cm1 (root@CBL-Mariner) (gcc (GCC) 9.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP Mon Jun 28 13:00:04 UTC 2021
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.10.42.1-3.cm1 rd.auto=1 root=PARTUUID=9997a588-8f45-4df6-ae96-372f3fbd883d init=/lib/systemd/systemd ro loglevel=3 quiet no-vmw-sta crashkernel=128M lockdown=integrity net.ifnames=0 plymouth.enable=0 systemd.legacy_systemd_cgroup_controller=yes
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffeffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007fff0000-0x000000007fffffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] Kernel is locked down from command line; see man kernel_lockdown.7
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.5 present.
[ 0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 14c03001, primary cpu clock
[ 0.000000] kvm-clock: using sched offset of 3234503362 cycles
[ 0.000001] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000003] tsc: Detected 3600.000 MHz processor
[ 0.000885] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000887] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000890] last_pfn = 0x7fff0 max_arch_pfn = 0x400000000
[ 0.000933] MTRR default type: uncachable
[ 0.000933] MTRR variable ranges disabled:
[ 0.000933] Disabled
[ 0.000934] x86/PAT: MTRRs disabled, skipping PAT initialization too.
[ 0.000943] CPU MTRRs all blank - virtualized system.
[ 0.000951] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
[ 0.000967] kexec: Reserving the low 1M of memory for crashkernel
[ 0.001101] RAMDISK: [mem 0x36a64000-0x37529fff]
[ 0.001102] ACPI: Early table checksum verification disabled
[ 0.001104] ACPI: RSDP 0x00000000000E0000 000024 (v02 VBOX )
[ 0.001107] ACPI: XSDT 0x000000007FFF0030 00003C (v01 VBOX VBOXXSDT 00000001 ASL 00000061)
[ 0.001110] ACPI: FACP 0x000000007FFF00F0 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061)
[ 0.001114] ACPI: DSDT 0x000000007FFF0480 002325 (v02 VBOX VBOXBIOS 00000002 INTL 20120111)
[ 0.001116] ACPI: FACS 0x000000007FFF0200 000040
[ 0.001118] ACPI: FACS 0x000000007FFF0200 000040
[ 0.001120] ACPI: APIC 0x000000007FFF0240 00006C (v02 VBOX VBOXAPIC 00000001 ASL 00000061)
[ 0.001122] ACPI: SSDT 0x000000007FFF02B0 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20120111)
[ 0.001125] ACPI: Reserving FACP table memory at [mem 0x7fff00f0-0x7fff01e3]
[ 0.001125] ACPI: Reserving DSDT table memory at [mem 0x7fff0480-0x7fff27a4]
[ 0.001126] ACPI: Reserving FACS table memory at [mem 0x7fff0200-0x7fff023f]
[ 0.001126] ACPI: Reserving FACS table memory at [mem 0x7fff0200-0x7fff023f]
[ 0.001127] ACPI: Reserving APIC table memory at [mem 0x7fff0240-0x7fff02ab]
[ 0.001127] ACPI: Reserving SSDT table memory at [mem 0x7fff02b0-0x7fff047b]
[ 0.001180] ACPI: Local APIC address 0xfee00000
[ 0.001442] No NUMA configuration found
[ 0.001443] Faking a node at [mem 0x0000000000000000-0x000000007ffeffff]
[ 0.001450] NODE_DATA(0) allocated [mem 0x7ffce000-0x7ffeffff]
[ 0.001641] Reserving 128MB of memory at 1904MB for crashkernel (System RAM: 2047MB)
[ 0.001647] Zone ranges:
[ 0.001648] DMA32 [mem 0x0000000000001000-0x000000007ffeffff]
[ 0.001649] Normal empty
[ 0.001649] Device empty
[ 0.001650] Movable zone start for each node
[ 0.001651] Early memory node ranges
[ 0.001652] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.001653] node 0: [mem 0x0000000000100000-0x000000007ffeffff]
[ 0.001654] Initmem setup node 0 [mem 0x0000000000001000-0x000000007ffeffff]
[ 0.001654] On node 0 totalpages: 524174
[ 0.001655] DMA32 zone: 8192 pages used for memmap
[ 0.001655] DMA32 zone: 158 pages reserved
[ 0.001656] DMA32 zone: 524174 pages, LIFO batch:63
[ 0.013976] DMA32 zone: 114 pages in unavailable ranges
[ 0.014353] ACPI: PM-Timer IO Port: 0x4008
[ 0.014355] ACPI: Local APIC address 0xfee00000
[ 0.014394] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
[ 0.014396] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.014397] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.014398] ACPI: IRQ0 used by override.
[ 0.014399] ACPI: IRQ9 used by override.
[ 0.014400] Using ACPI (MADT) for SMP configuration information
[ 0.014404] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.014421] [mem 0x80000000-0xfebfffff] available for PCI devices
[ 0.014422] Booting paravirtualized kernel on KVM
[ 0.014424] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.014427] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.014520] percpu: Embedded 54 pages/cpu s183512 r8192 d29480 u524288
[ 0.014523] pcpu-alloc: s183512 r8192 d29480 u524288 alloc=1*2097152
[ 0.014524] pcpu-alloc: [0] 0 1 2 3
[ 0.014541] Built 1 zonelists, mobility grouping on. Total pages: 515824
[ 0.014542] Policy zone: DMA32
[ 0.014543] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.42.1-3.cm1 rd.auto=1 root=PARTUUID=9997a588-8f45-4df6-ae96-372f3fbd883d init=/lib/systemd/systemd ro loglevel=3 quiet no-vmw-sta crashkernel=128M lockdown=integrity net.ifnames=0 plymouth.enable=0 systemd.legacy_systemd_cgroup_controller=yes
[ 0.014713] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.014747] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.014793] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:on
[ 0.014793] mem auto-init: clearing system memory may take some time...
[ 0.664794] Memory: 1886036K/2096696K available (14348K kernel code, 3429K rwdata, 5172K rodata, 2276K init, 2356K bss, 210400K reserved, 0K cma-reserved)
[ 0.664801] random: get_random_u64 called from __kmem_cache_create+0x2a/0x450 with crng_init=0
[ 0.664843] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.664847] Kernel/User page tables isolation: enabled
[ 0.664897] rcu: Hierarchical RCU implementation.
[ 0.664898] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.664898] Tracing variant of Tasks RCU enabled.
[ 0.664899] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.664900] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.665294] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[ 0.665673] random: crng done (trusting CPU's manufacturer)
[ 0.670715] Console: colour VGA+ 80x25
[ 0.670720] printk: console [tty0] enabled
[ 0.670730] ACPI: Core revision 20200925
[ 0.670808] APIC: Switch to symmetric I/O mode setup
[ 0.670951] x2apic enabled
[ 0.671083] Switched APIC routing to physical x2apic.
[ 0.671755] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.671769] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f, max_idle_ns: 440795236593 ns
[ 0.671772] Calibrating delay loop (skipped) preset value.. 7200.00 BogoMIPS (lpj=14400000)
[ 0.671774] pid_max: default: 32768 minimum: 301
[ 0.671789] LSM: Security Framework initializing
[ 0.671795] Yama: becoming mindful.
[ 0.671810] AppArmor: AppArmor initialized
[ 0.671815] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.671817] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.672008] unchecked MSR access error: WRMSR to 0x3a (tried to write 0x0000000000000001) at rIP: 0xffffffffbb067168 (native_write_msr+0x8/0x30)
[ 0.672008] Call Trace:
[ 0.672011] init_ia32_feat_ctl+0x79/0x2b0
[ 0.672012] init_intel+0xdc/0x420
[ 0.672013] identify_cpu+0x301/0x590
[ 0.672015] identify_boot_cpu+0x28/0xe3
[ 0.672016] check_bugs+0x3c/0x15b0
[ 0.672017] start_kernel+0x842/0x891
[ 0.672018] x86_64_start_reservations+0x7d/0x9e
[ 0.672019] x86_64_start_kernel+0x7b/0x9e
[ 0.672020] secondary_startup_64_no_verify+0xb0/0xbb
[ 0.672039] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.672039] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.672042] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.672043] Spectre V2 : Mitigation: Full generic retpoline
[ 0.672044] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.672044] Speculative Store Bypass: Vulnerable
[ 0.672047] SRBDS: Unknown: Dependent on hypervisor status
[ 0.672047] MDS: Mitigation: Clear CPU buffers
[ 0.672117] Freeing SMP alternatives memory: 36K
[ 0.781575] smpboot: CPU0: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz (family: 0x6, model: 0x9e, stepping: 0xd)
[ 0.781650] Performance Events: unsupported p6 CPU model 158 no PMU driver, software events only.
[ 0.781669] rcu: Hierarchical SRCU implementation.
[ 0.781910] NMI watchdog: Perf NMI watchdog permanently disabled
[ 0.781939] smp: Bringing up secondary CPUs ...
[ 0.781976] x86: Booting SMP configuration:
[ 0.781977] .... node #0, CPUs: #1
[ 0.010136] kvm-clock: cpu 1, msr 14c03041, secondary cpu clock
[ 0.783770] #2
[ 0.010136] kvm-clock: cpu 2, msr 14c03081, secondary cpu clock
[ 0.783835] #3
[ 0.010136] kvm-clock: cpu 3, msr 14c030c1, secondary cpu clock
[ 0.786175] smp: Brought up 1 node, 4 CPUs
[ 0.786175] smpboot: Max logical packages: 1
[ 0.786175] smpboot: Total of 4 processors activated (28800.00 BogoMIPS)
[ 0.786175] devtmpfs: initialized
[ 0.786175] x86/mm: Memory block size: 128MB
[ 0.787861] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.787861] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.787879] pinctrl core: initialized pinctrl subsystem
[ 0.788174] NET: Registered protocol family 16
[ 0.788251] audit: initializing netlink subsys (disabled)
[ 0.788264] audit: type=2000 audit(1626809990.963:1): state=initialized audit_enabled=0 res=1
[ 0.788264] thermal_sys: Registered thermal governor 'step_wise'
[ 0.788264] thermal_sys: Registered thermal governor 'user_space'
[ 0.788264] cpuidle: using governor ladder
[ 0.788264] cpuidle: using governor menu
[ 0.788264] ACPI: bus type PCI registered
[ 0.788264] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.788264] dca service started, version 1.12.1
[ 0.788264] PCI: Using configuration type 1 for base access
[ 0.789049] Kprobes globally optimized
[ 0.789064] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.807949] cryptd: max_cpu_qlen set to 1000
[ 0.812133] ACPI: Added _OSI(Module Device)
[ 0.812133] ACPI: Added _OSI(Processor Device)
[ 0.812133] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.812133] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.812133] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.812133] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.812133] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.812909] ACPI: 2 ACPI AML tables successfully acquired and loaded
[ 0.813924] ACPI: Interpreter enabled
[ 0.813930] ACPI: (supports S0 S5)
[ 0.813930] ACPI: Using IOAPIC for interrupt routing
[ 0.814041] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.814130] ACPI: Enabled 2 GPEs in block 00 to 07
[ 0.819214] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.819217] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
[ 0.819473] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[ 0.819478] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.819790] PCI host bridge to bus 0000:00
[ 0.819792] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.819793] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.819793] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.819794] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfdffffff window]
[ 0.819795] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.819840] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 0.820494] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 0.821271] pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a
[ 0.821638] pci 0000:00:01.1: reg 0x20: [io 0xd000-0xd00f]
[ 0.821793] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.821794] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.821794] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.821795] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.822040] pci 0000:00:02.0: [15ad:0405] type 00 class 0x030000
[ 0.823289] pci 0000:00:02.0: reg 0x10: [io 0xd010-0xd01f]
[ 0.823974] pci 0000:00:02.0: reg 0x14: [mem 0xe0000000-0xe0ffffff pref]
[ 0.824537] pci 0000:00:02.0: reg 0x18: [mem 0xf0000000-0xf01fffff]
[ 0.826898] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 0.827371] pci 0000:00:03.0: reg 0x10: [mem 0xf0200000-0xf021ffff]
[ 0.828221] pci 0000:00:03.0: reg 0x18: [io 0xd020-0xd027]
[ 0.830309] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000
[ 0.830783] pci 0000:00:04.0: reg 0x10: [io 0xd040-0xd05f]
[ 0.831169] pci 0000:00:04.0: reg 0x14: [mem 0xf0400000-0xf07fffff]
[ 0.831576] pci 0000:00:04.0: reg 0x18: [mem 0xf0800000-0xf0803fff pref]
[ 0.833281] pci 0000:00:05.0: [8086:2415] type 00 class 0x040100
[ 0.833406] pci 0000:00:05.0: reg 0x10: [io 0xd100-0xd1ff]
[ 0.833472] pci 0000:00:05.0: reg 0x14: [io 0xd200-0xd23f]
[ 0.834074] pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310
[ 0.834543] pci 0000:00:06.0: reg 0x10: [mem 0xf0804000-0xf0804fff]
[ 0.837298] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000
[ 0.837828] pci 0000:00:07.0: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI
[ 0.837839] pci 0000:00:07.0: quirk: [io 0x4100-0x410f] claimed by PIIX4 SMB
[ 0.839127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11)
[ 0.839305] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 *10 11)
[ 0.839386] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *9 10 11)
[ 0.839467] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 9 10 *11)
[ 0.839877] iommu: Default domain type: Translated
[ 0.839877] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.839877] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.839877] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.839877] vgaarb: loaded
[ 0.839900] SCSI subsystem initialized
[ 0.839908] libata version 3.00 loaded.
[ 0.839908] pps_core: LinuxPPS API ver. 1 registered
[ 0.839908] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.839908] PTP clock support registered
[ 0.839908] EDAC MC: Ver: 3.0.0
[ 0.840012] NetLabel: Initializing
[ 0.840012] NetLabel: domain hash size = 128
[ 0.840012] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.840012] NetLabel: unlabeled traffic allowed by default
[ 0.840012] PCI: Using ACPI for IRQ routing
[ 0.840012] PCI: pci_cache_line_size set to 64 bytes
[ 0.840103] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.840106] e820: reserve RAM buffer [mem 0x7fff0000-0x7fffffff]
[ 0.840112] clocksource: Switched to clocksource kvm-clock
[ 0.850548] VFS: Disk quotas dquot_6.6.0
[ 0.850559] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.850617] AppArmor: AppArmor Filesystem Enabled
[ 0.850628] pnp: PnP ACPI init
[ 0.850661] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.850711] pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active)
[ 0.851326] pnp: PnP ACPI: found 2 devices
[ 0.858618] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.858655] NET: Registered protocol family 2
[ 0.858671] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.858852] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.858856] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.858870] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.858894] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.858905] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.858909] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.858931] NET: Registered protocol family 1
[ 0.858934] NET: Registered protocol family 44
[ 0.858939] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.858940] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.858941] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.858941] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfdffffff window]
[ 0.858971] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.858998] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.859050] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.860163] PCI: CLS 0 bytes, default 64
[ 0.860202] Trying to unpack rootfs image as initramfs...
[ 0.964921] Freeing initrd memory: 11032K
[ 0.965143] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
[ 0.965152] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f, max_idle_ns: 440795236593 ns
[ 0.965238] clocksource: Switched to clocksource tsc
[ 0.965259] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.965428] Initialise system trusted keyrings
[ 0.965432] Key type blacklist registered
[ 0.965531] workingset: timestamp_bits=36 max_order=19 bucket_order=0
[ 0.966544] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.966563] SGI XFS with ACLs, security attributes, realtime, verbose warnings, quota, no debug enabled
[ 0.972080] Key type asymmetric registered
[ 0.972082] Asymmetric key parser 'x509' registered
[ 0.972089] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.972172] io scheduler mq-deadline registered
[ 0.972172] io scheduler kyber registered
[ 0.972512] intel_idle: Please enable MWAIT in BIOS SETUP
[ 0.972701] ioatdma: Intel(R) QuickData Technology Driver 5.00
[ 0.972802] Serial: 8250/16550 driver, 8 ports, IRQ sharing enabled
[ 0.973585] Linux agpgart interface v0.103
[ 0.973597] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 0.973598] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[ 0.974069] [drm] DMA map mode: Caching DMA mappings.
[ 0.974101] [drm] Capabilities:
[ 0.974101] [drm] Cursor.
[ 0.974102] [drm] Cursor bypass 2.
[ 0.974102] [drm] Alpha cursor.
[ 0.974102] [drm] 3D.
[ 0.974103] [drm] Extended Fifo.
[ 0.974103] [drm] Pitchlock.
[ 0.974103] [drm] Irq mask.
[ 0.974104] [drm] GMR.
[ 0.974104] [drm] Traces.
[ 0.974104] [drm] GMR2.
[ 0.974104] [drm] Screen Object 2.
[ 0.974105] [drm] Max GMR ids is 8192
[ 0.974106] [drm] Max number of GMR pages is 1048576
[ 0.974106] [drm] Max dedicated hypervisor surface memory is 507904 kiB
[ 0.974106] [drm] Maximum display memory size is 16384 kiB
[ 0.974107] [drm] VRAM at 0xe0000000 size is 16384 kiB
[ 0.974107] [drm] MMIO at 0xf0000000 size is 2048 kiB
[ 0.974319] [TTM] Zone kernel: Available graphics memory: 948682 KiB
[ 0.974320] [TTM] Initializing pool allocator
[ 0.974322] [TTM] Initializing DMA pool allocator
[ 0.974814] [drm] Screen Objects Display Unit initialized
[ 0.974858] [drm] width 720
[ 0.974869] [drm] height 400
[ 0.974879] [drm] bpp 32
[ 0.975140] [drm] Fifo max 0x00200000 min 0x00001000 cap 0x00000355
[ 0.975148] [drm] Atomic: yes.
[ 0.975158] [drm:vmw_host_log] *ERROR* Failed to send host log message.
[ 0.975896] [drm:vmw_host_log] *ERROR* Failed to send host log message.
[ 0.977070] fbcon: svgadrmfb (fb0) is primary device
[ 0.978520] Console: switching to colour frame buffer device 100x37
[ 0.979616] [drm] Initialized vmwgfx 2.18.0 20200114 for 0000:00:02.0 on minor 0
[ 0.981560] brd: module loaded
[ 0.982385] loop: module loaded
[ 0.982407] Loading iSCSI transport class v2.0-870.
[ 0.982589] rdac: device handler registered
[ 0.982634] Microsemi PQI Driver (v1.2.16-010)
[ 0.982652] mpt3sas version 35.100.00.00 loaded
[ 0.982867] VMware PVSCSI driver - version 1.0.7.0-k
[ 0.983131] ata_piix 0000:00:01.1: version 2.13
[ 0.983461] scsi host0: ata_piix
[ 0.983620] scsi host1: ata_piix
[ 0.983639] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14
[ 0.983639] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15
[ 0.984003] libphy: Fixed MDIO Bus: probed
[ 0.984007] e1000: Intel(R) PRO/1000 Network Driver
[ 0.984008] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.217427] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
[ 1.217430] ata1.00: 33552384 sectors, multi 128: LBA
[ 1.217878] scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5
[ 1.218071] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.218154] sd 0:0:0:0: [sda] 33552384 512-byte logical blocks: (17.2 GB/16.0 GiB)
[ 1.218158] sd 0:0:0:0: [sda] Write Protect is off
[ 1.218159] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.218165] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.219531] sda: sda1 sda2
[ 1.219752] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.220012] ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133
[ 1.220639] scsi 1:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5
[ 1.252350] sr 1:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray
[ 1.252353] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.382317] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 1.382438] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 1.834549] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:95:8f:84
[ 1.834554] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
[ 1.834572] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.834573] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.834584] PPP generic driver version 2.4.2
[ 1.834617] VMware vmxnet3 virtual NIC driver - version 1.5.0.0-k-NAPI
[ 1.834624] Fusion MPT base driver 3.04.20
[ 1.834624] Copyright (c) 1999-2008 LSI Corporation
[ 1.834627] Fusion MPT SPI Host driver 3.04.20
[ 1.834633] Fusion MPT SAS Host driver 3.04.20
[ 1.834639] Fusion MPT misc device (ioctl) driver 3.04.20
[ 1.834649] mptctl: Registered with Fusion MPT base driver
[ 1.834650] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 1.834666] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 1.835146] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.835149] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.835479] rtc_cmos rtc_cmos: registered as rtc0
[ 1.835619] rtc_cmos rtc_cmos: setting system clock to 2021-07-20T19:39:47 UTC (1626809987)
[ 1.835630] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[ 1.835639] intel_pstate: CPU model not supported
[ 1.835663] drop_monitor: Initializing network drop monitor service
[ 1.835802] NET: Registered protocol family 10
[ 1.836239] Segment Routing with IPv6
[ 1.836269] NET: Registered protocol family 17
[ 1.836419] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.836807] IPI shorthand broadcast: enabled
[ 1.836810] AVX2 version of gcm_enc/dec engaged.
[ 1.836810] AES CTR mode by8 optimization enabled
[ 1.849191] sched_clock: Marking stable (1843049234, 6136412)->(1851645408, -2459762)
[ 1.849335] registered taskstats version 1
[ 1.849337] Loading compiled-in X.509 certificates
[ 1.851308] Loaded X.509 cert 'Build time autogenerated kernel key: e5184526a19456dbe2bea46abb91428f47380aa3'
[ 1.851321] Loaded X.509 cert 'Microsoft Corporation: Mariner Secure Boot(Production Signing): aeb818b2d3d08233aff69b696ca75927c9eacf59'
[ 1.851334] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.851337] ima: No TPM chip found, activating TPM-bypass!
[ 1.851338] ima: Allocated hash algorithm: sha256
[ 1.851343] ima: No architecture policies found
[ 1.851890] Freeing unused kernel image (initmem) memory: 2276K
[ 1.864439] Write protecting the kernel read-only data: 22528k
[ 1.865255] Freeing unused kernel image (text/rodata gap) memory: 2032K
[ 1.865659] Freeing unused kernel image (rodata/data gap) memory: 972K
[ 1.868082] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.868083] x86/mm: Checking user space page tables
[ 1.868254] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.868259] Run /init as init process
[ 1.868260] with arguments:
[ 1.868260] /init
[ 1.868261] no-vmw-sta
[ 1.868261] with environment:
[ 1.868262] HOME=/
[ 1.868263] TERM=linux
[ 1.868263] BOOT_IMAGE=/boot/vmlinuz-5.10.42.1-3.cm1
[ 1.868264] crashkernel=128M
[ 1.875496] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS -ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[ 1.875520] systemd[1]: Detected virtualization oracle.
[ 1.875522] systemd[1]: Detected architecture x86-64.
[ 1.875524] systemd[1]: Running in initial RAM disk.
[ 1.897340] systemd[1]: Set hostname to <mariner>.
[ 1.897377] systemd[1]: Initializing machine ID from random generator.
[ 1.922518] systemd[1]: File /lib/systemd/system/systemd-journald.service:37 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[ 1.922521] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 1.925976] systemd[1]: Listening on udev Kernel Socket.
[ 1.926060] systemd[1]: Listening on Journal Audit Socket.
[ 2.071340] ACPI: bus type USB registered
[ 2.071362] usbcore: registered new interface driver usbfs
[ 2.071367] usbcore: registered new interface driver hub
[ 2.071374] usbcore: registered new device driver usb
[ 2.077585] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.081183] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.082674] ehci-pci: EHCI PCI platform driver
[ 2.083646] ohci-pci: OHCI PCI platform driver
[ 2.084321] ohci-pci 0000:00:06.0: OHCI PCI host controller
[ 2.084326] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 1
[ 2.084376] ohci-pci 0000:00:06.0: irq 22, io mem 0xf0804000
[ 2.144511] hub 1-0:1.0: USB hub found
[ 2.144522] hub 1-0:1.0: 12 ports detected
[ 2.153528] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.309396] systemd-journald[209]: Received SIGTERM from PID 1 (systemd).
[ 2.318405] printk: systemd: 23 output lines suppressed due to ratelimiting
[ 2.376194] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS -ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[ 2.376214] systemd[1]: Detected virtualization oracle.
[ 2.376217] systemd[1]: Detected architecture x86-64.
[ 2.376557] systemd[1]: Set hostname to <mariner>.
[ 2.461939] systemd[1]: File /lib/systemd/system/systemd-journald.service:37 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[ 2.461941] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 2.507912] usb 1-1: new full-speed USB device number 2 using ohci-pci
[ 2.529772] systemd[1]: Stopped Switch Root.
[ 2.529886] systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.
[ 2.529927] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[ 2.529964] systemd[1]: Stopped Journal Service.
[ 2.534513] audit: type=1305 audit(1626809988.195:2): op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj==unconfined res=1
[ 2.555433] EXT4-fs (sda2): re-mounted. Opts: (null)
[ 2.564121] systemd-journald[387]: Received request to flush runtime journal from PID 1
[ 2.700075] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 2.715952] ACPI: Power Button [PWRF]
[ 2.716033] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input4
[ 2.716046] ACPI: Sleep Button [SLPF]
[ 2.719213] ACPI: AC Adapter [AC] (on-line)
[ 2.720587] piix4_smbus 0000:00:07.0: SMBus Host Controller at 0x4100, revision 0
[ 2.728612] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 2.728652] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input5
[ 2.876888] usbcore: registered new interface driver usbhid
[ 2.876890] usbhid: USB HID core driver
[ 2.938781] input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input7
[ 2.938878] hid-generic 0003:80EE:0021.0001: input: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0
[ 2.941565] mousedev: PS/2 mouse device common for all mice
[ 2.946254] audit: type=1325 audit(1626809988.604:3): table=filter family=2 entries=0 op=xt_register pid=466 subj==unconfined comm="modprobe"
[ 2.946702] audit: type=1325 audit(1626809988.604:4): table=filter family=2 entries=4 op=xt_replace pid=464 subj==unconfined comm="iptables"
[ 2.947560] audit: type=1325 audit(1626809988.604:5): table=filter family=2 entries=4 op=xt_replace pid=467 subj==unconfined comm="iptables"
[ 2.948277] audit: type=1325 audit(1626809988.608:6): table=filter family=2 entries=4 op=xt_replace pid=468 subj==unconfined comm="iptables"
[ 2.953530] audit: type=1325 audit(1626809988.612:7): table=filter family=10 entries=0 op=xt_register pid=471 subj==unconfined comm="modprobe"
[ 2.953936] audit: type=1325 audit(1626809988.612:8): table=filter family=10 entries=4 op=xt_replace pid=469 subj==unconfined comm="ip6tables"
[ 2.954785] audit: type=1325 audit(1626809988.612:9): table=filter family=10 entries=4 op=xt_replace pid=472 subj==unconfined comm="ip6tables"
[ 2.955451] audit: type=1325 audit(1626809988.612:10): table=filter family=10 entries=4 op=xt_replace pid=473 subj==unconfined comm="ip6tables"
[ 2.962105] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input6
[ 4.799025] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 4.799365] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment