-
Notifications
You must be signed in to change notification settings - Fork 354
Open
Description
I'm on Mac OS Catalina. I've followed:
to get my setup going. However, I'm a noob when it comes to working with the kernel. Here is my install.sh.
When I run it, this is what I get:
350+0 records in
350+0 records out
367001600 bytes transferred in 0.555540 secs (660621277 bytes/sec)
[ 0.000000] Linux version 5.10.11-0-lts (buildozer@build-3-13-x86) (gcc (Alpine 10.2.1_pre1) 10.2.1 20201203, GNU ld (GNU Binutils) 2.35.1) #1-Alpine SMP Thu, 28 Jan 2021 15:29:16 UTC
[ 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 0x0000000000100000-0x00000000bfffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: \x0f^^\x85os2$6Bone None, BIOS 1.00 03/14/2014
[ 0.000000] last_pfn = 0xc0000 max_arch_pfn = 0x100000
[ 0.000000] Disabled
[ 0.000000] x86/PAT: MTRRs disabled, skipping PAT initialization too.
[ 0.000000] CPU MTRRs all blank - virtualized system.
[ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
[ 0.000000] found SMP MP-table at [mem 0x000f0000-0x000f000f]
[ 0.000000] RAMDISK: [mem 0x7f4aa000-0x7fffffff]
[ 0.000000] Allocated new RAMDISK: [mem 0x358a8000-0x363fd907]
[ 0.000000] Move RAMDISK from [mem 0x7f4aa000-0x7ffff907] to [mem 0x358a8000-0x363fd907]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F2400 000024 (v02 BHYVE )
[ 0.000000] ACPI: XSDT 0x00000000000F2480 000044 (v01 BHYVE BVXSDT 00000001 INTL 20140828)
[ 0.000000] ACPI: APIC 0x00000000000F2500 00005A (v01 BHYVE BVMADT 00000001 INTL 20140828)
[ 0.000000] ACPI: FACP 0x00000000000F2600 00010C (v05 BHYVE BVFACP 00000001 INTL 20140828)
[ 0.000000] ACPI: DSDT 0x00000000000F2800 000A2D (v02 BHYVE BVDSDT 00000001 INTL 20140828)
[ 0.000000] ACPI: FACS 0x00000000000F27C0 000040
[ 0.000000] ACPI: FACS 0x00000000000F27C0 000040
[ 0.000000] ACPI: HPET 0x00000000000F2740 000038 (v01 BHYVE BVHPET 00000001 INTL 20140828)
[ 0.000000] ACPI: MCFG 0x00000000000F2780 00003C (v01 BHYVE BVMCFG 00000001 INTL 20140828)
[ 0.000000] 2204MB HIGHMEM available.
[ 0.000000] 867MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 363fe000
[ 0.000000] low ram: 0 - 363fe000
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x0000000000ffffff]
[ 0.000000] Normal [mem 0x0000000001000000-0x00000000363fdfff]
[ 0.000000] HighMem [mem 0x00000000363fe000-0x00000000bfffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000bfffffff]
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 0 already used, trying 1
[ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x80860701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ 0.000000] [mem 0xc0000000-0xffffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] percpu: Embedded 35 pages/cpu s113036 r0 d30324 u143360
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 784599
[ 0.000000] Kernel command line: alpine_dev=cdrom:iso9660 earlyprintk=serial console=ttyS0
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.000000] Initializing HighMem for node 0 (000363fe:000c0000)
[ 0.000000] Initializing Movable for node 0 (00000000:00000000)
[ 0.000000] Memory: 3093616K/3145340K available (6862K kernel code, 724K rwdata, 2716K rodata, 772K init, 2892K bss, 51724K reserved, 0K cma-reserved, 2256904K highmem)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] random: get_random_u32 called from cache_random_seq_create+0x66/0x140 with crng_init=0
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] kmemleak: Kernel memory leak detector disabled
[ 0.000000] ftrace: allocating 29517 entries in 58 pages
[ 0.000000] ftrace: allocated 58 pages with 4 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=1.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] NR_IRQS: 4352, nr_irqs: 256, preallocated irqs: 16
[ 0.000000] random: crng done (trusting CPU's manufacturer)
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] printk: console [ttyS0] enabled
[ 0.000000] ACPI: Core revision 20200925
[ 0.000000] ACPI BIOS Warning (bug): Incorrect checksum in table [DSDT] - 0x00, should be 0x5D (20200925/tbprint-173)
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 191126044627 ns
[ 0.000000] APIC: Switch to symmetric I/O mode setup
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.023333] tsc: PIT calibration matches PMTIMER. 2 loops
[ 0.023333] tsc: Detected 2492.370 MHz processor
[ 0.000010] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23ed11e97bd, max_idle_ns: 440795256480 ns
[ 0.001705] Calibrating delay loop (skipped), value calculated using timer frequency.. 4986.43 BogoMIPS (lpj=8307900)
[ 0.003347] pid_max: default: 32768 minimum: 301
[ 0.004078] LSM: Security Framework initializing
[ 0.005044] Yama: becoming mindful.
[ 0.005778] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.007079] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
rdmsr to register 0x3a on vcpu 0
wrmsr to register 0x3a(0x1) on vcpu 0
rdmsr to register 0x140 on vcpu 0
wrmsr to register 0x140(0) on vcpu 0
[ 0.008401] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.009427] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.010424] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.011706] Spectre V2 : Mitigation: Full generic retpoline
[ 0.012656] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.014061] Speculative Store Bypass: Vulnerable
[ 0.015040] L1TF: Kernel not compiled for PAE. No mitigation for L1TF
[ 0.016202] SRBDS: Unknown: Dependent on hypervisor status
[ 0.017122] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.020445] Freeing SMP alternatives memory: 28K
[ 0.128369] smpboot: CPU0: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz (family: 0x6, model: 0x46, stepping: 0x1)
[ 0.128369] Performance Events: unsupported p6 CPU model 70 no PMU driver, software events only.
[ 0.128369] rcu: Hierarchical SRCU implementation.
[ 0.128532] NMI watchdog: Perf NMI watchdog permanently disabled
[ 0.129802] smp: Bringing up secondary CPUs ...
[ 0.130523] smp: Brought up 1 node, 1 CPU
[ 0.131706] smpboot: Max logical packages: 1
[ 0.132359] ----------------
[ 0.132806] | NMI testsuite:
[ 0.133252] --------------------
[ 0.133797] remote IPI: ok |
[ 0.134324] local IPI: ok |
[ 0.135044] --------------------
[ 0.135591] Good, all 2 testcases passed! |
[ 0.136447] ---------------------------------
[ 0.137115] smpboot: Total of 1 processors activated (4986.43 BogoMIPS)
[ 0.138254] devtmpfs: initialized
[ 0.138381] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.139910] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.141031] pinctrl core: initialized pinctrl subsystem
[ 0.141933] NET: Registered protocol family 16
[ 0.142855] audit: initializing netlink subsys (disabled)
[ 0.144085] thermal_sys: Registered thermal governor 'fair_share'
[ 0.144086] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.145146] audit: type=2000 audit(1612966031.166:1): state=initialized audit_enabled=0 res=1
[ 0.148387] thermal_sys: Registered thermal governor 'step_wise'
[ 0.148388] thermal_sys: Registered thermal governor 'user_space'
[ 0.149397] cpuidle: using governor ladder
[ 0.151072] cpuidle: using governor menu
[ 0.152028] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.153472] ACPI: bus type PCI registered
[ 0.154135] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.155240] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.156754] PCI: not using MMCONFIG
[ 0.157380] PCI: Using configuration type 1 for base access
[ 0.172007] ACPI: Added _OSI(Module Device)
[ 0.172654] ACPI: Added _OSI(Processor Device)
[ 0.173332] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.174056] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.175242] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.176039] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.177075] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.178823] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.180753] ACPI: Interpreter enabled
[ 0.181453] ACPI: (supports S0 S5)
[ 0.181727] ACPI: Using IOAPIC for interrupt routing
[ 0.182592] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.184108] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[ 0.185076] PCI: Using MMCONFIG for extended config space
[ 0.186285] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.189682] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00])
[ 0.190590] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.192009] acpi resource window ([0x0-0xd0000fffff] ignored, not CPU addressable)
[ 0.193457] PCI host bridge to bus 0000:00
[ 0.194161] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.195060] pci_bus 0000:00: root bus resource [io 0x0d00-0x1fff window]
[ 0.196115] pci_bus 0000:00: root bus resource [io 0x2000-0x209f window]
[ 0.197139] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xc01fffff window]
[ 0.198417] pci_bus 0000:00: root bus resource [bus 00]
[ 0.199370] pci 0000:00:00.0: [1275:1275] type 00 class 0x060000
[ 0.200656] pci 0000:00:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
[ 0.202593] pci 0000:00:02.0: [1af4:1000] type 00 class 0x020000
[ 0.203720] pci 0000:00:02.0: reg 0x10: [io 0x2000-0x201f]
[ 0.204628] pci 0000:00:02.0: reg 0x14: [mem 0xc0000000-0xc0001fff]
[ 0.205423] pci 0000:00:02.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
[ 0.208547] pci 0000:00:03.0: [8086:2821] type 00 class 0x010601
[ 0.210181] pci 0000:00:03.0: reg 0x24: [mem 0xc0002000-0xc00023ff]
[ 0.211281] pci 0000:00:03.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
[ 0.212273] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000
[ 0.213483] pci 0000:00:04.0: reg 0x10: [io 0x2040-0x207f]
[ 0.215128] pci 0000:00:04.0: reg 0x14: [mem 0xc0004000-0xc0005fff]
[ 0.216548] pci 0000:00:04.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
[ 0.218680] pci 0000:00:1f.0: [8086:7000] type 00 class 0x060100
[ 0.220444] pci 0000:00:1f.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
[ 0.221702] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[ 0.221812] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 *6 7 9 10 11 12 14 15)
[ 0.223089] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
[ 0.225197] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.226712] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.228463] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.230008] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.231450] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.231923] iommu: Default domain type: Translated
[ 0.232781] vgaarb: loaded
[ 0.233306] pps_core: LinuxPPS API ver. 1 registered
[ 0.235047] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.236977] PTP clock support registered
[ 0.237822] PCI: Using ACPI for IRQ routing
[ 0.333342] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.334308] hpet0: 8 comparators, 32-bit 10.000000 MHz counter
[ 0.337119] clocksource: Switched to clocksource tsc-early
[ 0.349471] VFS: Disk quotas dquot_6.6.0
[ 0.349471] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.351429] pnp: PnP ACPI init
[ 0.352433] system 00:00: [io 0x0220-0x0223] has been reserved
[ 0.353423] system 00:00: [io 0x0224-0x0227] has been reserved
[ 0.354396] system 00:00: [io 0x04d0-0x04d1] has been reserved
[ 0.355367] system 00:00: [io 0x0400-0x0407] has been reserved
[ 0.356347] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.357580] pnp: PnP ACPI: found 4 devices
[ 0.394492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.397629] NET: Registered protocol family 2
[ 0.398557] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.400256] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.401806] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.403017] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.404011] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.405001] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.406270] NET: Registered protocol family 1
[ 0.407159] NET: Registered protocol family 44
[ 0.408017] pci 0000:00:02.0: BAR 6: assigned [mem 0xc0002800-0xc0002fff pref]
[ 0.409455] pci 0000:00:03.0: BAR 6: assigned [mem 0xc0003000-0xc00037ff pref]
[ 0.410826] pci 0000:00:04.0: BAR 6: assigned [mem 0xc0003800-0xc0003fff pref]
[ 0.412346] pci 0000:00:1f.0: BAR 6: assigned [mem 0xc0006000-0xc00067ff pref]
[ 0.413685] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.414791] pci_bus 0000:00: resource 5 [io 0x0d00-0x1fff window]
[ 0.415999] pci_bus 0000:00: resource 6 [io 0x2000-0x209f window]
[ 0.417184] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xc01fffff window]
[ 0.418552] pci 0000:00:1f.0: Activating ISA DMA hang workarounds
[ 0.419925] PCI: CLS 0 bytes, default 64
[ 0.420743] Trying to unpack rootfs image as initramfs...
[ 0.637274] Freeing initrd memory: 11608K
rdmsr to register 0x34 on vcpu 0
[ 0.638500] Initialise system trusted keyrings
[ 0.639466] workingset: timestamp_bits=30 max_order=20 bucket_order=0
[ 0.640985] Key type asymmetric registered
[ 0.641628] Asymmetric key parser 'x509' registered
[ 0.642438] bounce: pool size: 64 pages
[ 0.643275] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.644511] io scheduler mq-deadline registered
[ 0.645225] io scheduler kyber registered
[ 0.646036] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.647206] ERST DBG: ERST support is disabled.
[ 0.647955] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.649033] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.650678] 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 0.654753] brd: module loaded
[ 0.656067] i8042: PNP: No PS/2 controller found.
[ 0.657238] ACPI Error: Could not enable RealTimeClock event (20200925/evxfevnt-182)
[ 0.658481] ACPI Warning: Could not enable fixed event - RealTimeClock (4) (20200925/evxface-618)
[ 0.660966] rtc_cmos 00:03: registered as rtc0
[ 0.661866] rtc_cmos 00:03: setting system clock to 2021-02-10T14:07:12 UTC (1612966032)
[ 0.663334] rtc_cmos 00:03: alarms up to one day, y3k, 114 bytes nvram
[ 0.664496] intel_pstate: CPU model not supported
[ 0.665367] gre: GRE over IPv4 demultiplexor driver
[ 0.666175] Key type dns_resolver registered
[ 0.666986] IPI shorthand broadcast: enabled
[ 0.667781] sched_clock: Marking stable (691912925, -24963675)->(672624815, -5675565)
[ 0.669414] registered taskstats version 1
[ 0.670125] Loading compiled-in X.509 certificates
[ 0.670996] Key type ._fscrypt registered
[ 0.671671] Key type .fscrypt registered
[ 0.672316] Key type fscrypt-provisioning registered
[ 0.674263] Freeing unused kernel image (initmem) memory: 772K
[ 0.683001] Write protecting kernel text and read-only data: 9580k
[ 0.683990] Run /init as init process
[ 0.690103] Alpine Init 3.5.0-r0
Alpine Init 3.5.0-r0
[ 0.691104] Loading boot drivers...
* Loading boot drivers: [ 0.695354] loop: module loaded
[ 0.696472] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.697936] Loading boot drivers: ok.
ok.
[ 0.699289] Mounting boot media...
* Mounting boot media: [ 0.714037] SCSI subsystem initialized
[ 0.720332] ahci 0000:00:03.0: SSS flag set, parallel bus scan disabled
[ 0.721528] ahci 0000:00:03.0: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1 impl SATA mode
[ 0.722826] ahci 0000:00:03.0: flags: 64bit ncq sntf ilck stag pm led clo pio slum part sxs apst
[ 0.725315] scsi host0: ahci
[ 0.725967] scsi host1: ahci
[ 0.726761] scsi host2: ahci
[ 0.727374] scsi host3: ahci
[ 0.728065] scsi host4: ahci
[ 0.728773] scsi host5: ahci
[ 0.729351] ata1: SATA max UDMA/133 abar m1024@0xc0002000 port 0xc0002100 irq 24
[ 0.730610] ata2: DUMMY
[ 0.731032] ata3: DUMMY
[ 0.731442] ata4: DUMMY
[ 0.731852] ata5: DUMMY
[ 0.732263] ata6: DUMMY
[ 1.049167] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.655349] tsc: Refined TSC clocksource calibration: 2492.429 MHz
[ 1.656420] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23ed4a00a80, max_idle_ns: 440795309510 ns
[ 1.658084] clocksource: Switched to clocksource tsc
[ 6.215444] ata1.00: qc timeout (cmd 0xa1)
[ 6.216277] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[ 6.533648] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 16.672412] ata1.00: qc timeout (cmd 0xa1)
[ 16.674056] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[ 16.676450] ata1: limiting SATA link speed to 3.0 Gbps
[ 16.989317] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[ 47.392239] ata1.00: qc timeout (cmd 0xa1)
[ 47.393804] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[ 47.705571] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[ 47.708288] virtio-pci 0000:00:02.0: virtio_pci: leaving for legacy driver
[ 47.710652] virtio-pci 0000:00:04.0: virtio_pci: leaving for legacy driver
[ 47.718741] virtio_blk virtio1: [vda] 716800 512-byte logical blocks (367 MB/350 MiB)
[ 47.719969] vda: detected capacity change from 0 to 367001600
Does anyone know why the boot process is not continuing? Could it be that I'm not configuring xhyve correctly?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels