* [gentoo-user] Kernel panic - not syncing: No working init found.
@ 2020-06-03 16:24 thelma
2020-06-03 16:31 ` Dale
` (2 more replies)
0 siblings, 3 replies; 15+ messages in thread
From: thelma @ 2020-06-03 16:24 UTC (permalink / raw
To: Gentoo mailing list
When I try to boot I'm getting an error:
"Kernel panic - not syncing: No working init found. Try passing init=
option to kernel."
I am running very low on disk space, I think.
I've tried to boot strap the system and remove some files but boot strap
is not working. When I boot from minimal-install gentoo CD I try:
swapon /dev/sda3
swapon: /dev/sda3: read swap header failed: Input/output error
Any solution?
--
Thelma
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: No working init found.
2020-06-03 16:24 [gentoo-user] Kernel panic - not syncing: No working init found thelma
@ 2020-06-03 16:31 ` Dale
2020-06-03 16:52 ` thelma
2020-06-03 18:06 ` J. Roeleveld
2020-06-04 3:10 ` Adam Carter
2 siblings, 1 reply; 15+ messages in thread
From: Dale @ 2020-06-03 16:31 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 599 bytes --]
thelma@sys-concept.com wrote:
> When I try to boot I'm getting an error:
>
> "Kernel panic - not syncing: No working init found. Try passing init=
> option to kernel."
>
> I am running very low on disk space, I think.
> I've tried to boot strap the system and remove some files but boot strap
> is not working. When I boot from minimal-install gentoo CD I try:
>
> swapon /dev/sda3
> swapon: /dev/sda3: read swap header failed: Input/output error
>
> Any solution?
>
Are you sure you are pointing to the right partition for /, root?
That's one common reason for that error.
Dale
:-) :-)
[-- Attachment #2: Type: text/html, Size: 1063 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: No working init found.
2020-06-03 16:31 ` Dale
@ 2020-06-03 16:52 ` thelma
2020-06-03 16:57 ` tedheadster
2020-06-03 18:10 ` J. Roeleveld
0 siblings, 2 replies; 15+ messages in thread
From: thelma @ 2020-06-03 16:52 UTC (permalink / raw
To: gentoo-user
On 06/03/2020 10:31 AM, Dale wrote:
> thelma@sys-concept.com wrote:
>> When I try to boot I'm getting an error:
>>
>> "Kernel panic - not syncing: No working init found. Try passing init=
>> option to kernel."
>>
>> I am running very low on disk space, I think.
>> I've tried to boot strap the system and remove some files but boot strap
>> is not working. When I boot from minimal-install gentoo CD I try:
>>
>> swapon /dev/sda3
>> swapon: /dev/sda3: read swap header failed: Input/output error
>>
>> Any solution?
>>
>
>
> Are you sure you are pointing to the right partition for /, root?
> That's one common reason for that error.
>
> Dale
>
> :-) :-)
I'm sure, here is my backup fstab from this system:
/dev/sda2 /boot ext2 noauto,noatime 1 2
/dev/sda3 none swap sw 0 0
/dev/sda4 / ext4 noatime 0 1
/dev/cdrom /mnt/cdrom auto noauto,user 0 0
Sometimes the system boot but most of the time it doesn't. So I was
trying to "bootstrap" it to clean up some files.
--
Thelma
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: No working init found.
2020-06-03 16:52 ` thelma
@ 2020-06-03 16:57 ` tedheadster
2020-06-03 17:12 ` thelma
2020-06-03 18:10 ` J. Roeleveld
1 sibling, 1 reply; 15+ messages in thread
From: tedheadster @ 2020-06-03 16:57 UTC (permalink / raw
To: gentoo-user
Can you provide the "Command line:" information from when the kernel
first boots? It is around line 5 or so.
- Matthew
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: No working init found.
2020-06-03 16:57 ` tedheadster
@ 2020-06-03 17:12 ` thelma
2020-06-03 17:15 ` tedheadster
0 siblings, 1 reply; 15+ messages in thread
From: thelma @ 2020-06-03 17:12 UTC (permalink / raw
To: gentoo-user, tedheadster
On 06/03/2020 10:57 AM, tedheadster wrote:
> Can you provide the "Command line:" information from when the kernel
> first boots? It is around line 5 or so.
>
> - Matthew
To do it I think I need to record the screen as it boots.
--
Thelma
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: No working init found.
2020-06-03 17:12 ` thelma
@ 2020-06-03 17:15 ` tedheadster
2020-06-03 17:28 ` Dale
0 siblings, 1 reply; 15+ messages in thread
From: tedheadster @ 2020-06-03 17:15 UTC (permalink / raw
To: thelma; +Cc: gentoo-user
Yes, you do need to capture the kernel output.
The usual way is to hook up a serial cable to another computer and
pipe the output to it. You interrupt the boot (usually by hitting
<shift> or <tab> in GRUB), and then edit the kernel command line thus:
console=tty1 console=ttyS0,115200n8
If you can do that you can give us some debug output.
- Matthew
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: No working init found.
2020-06-03 17:15 ` tedheadster
@ 2020-06-03 17:28 ` Dale
2020-06-03 17:51 ` Michael
2020-06-03 18:35 ` thelma
0 siblings, 2 replies; 15+ messages in thread
From: Dale @ 2020-06-03 17:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 620 bytes --]
tedheadster wrote:
> Yes, you do need to capture the kernel output.
>
> The usual way is to hook up a serial cable to another computer and
> pipe the output to it. You interrupt the boot (usually by hitting
> <shift> or <tab> in GRUB), and then edit the kernel command line thus:
>
> console=tty1 console=ttyS0,115200n8
>
> If you can do that you can give us some debug output.
>
> - Matthew
>
>
Could she boot from some other media, mount the partitions to get to
dmesg and get it from that? Or since it may not be mounting any
partitons, would that lead down the wrong path if it is outdated?
Dale
:-) :-)
[-- Attachment #2: Type: text/html, Size: 1035 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: No working init found.
2020-06-03 17:28 ` Dale
@ 2020-06-03 17:51 ` Michael
2020-06-03 18:35 ` thelma
1 sibling, 0 replies; 15+ messages in thread
From: Michael @ 2020-06-03 17:51 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1076 bytes --]
On Wednesday, 3 June 2020 18:28:33 BST Dale wrote:
> tedheadster wrote:
> > Yes, you do need to capture the kernel output.
> >
> > The usual way is to hook up a serial cable to another computer and
> > pipe the output to it. You interrupt the boot (usually by hitting
> > <shift> or <tab> in GRUB), and then edit the kernel command line thus:
> >
> > console=tty1 console=ttyS0,115200n8
> >
> > If you can do that you can give us some debug output.
> >
> > - Matthew
>
> Could she boot from some other media, mount the partitions to get to
> dmesg and get it from that? Or since it may not be mounting any
> partitons, would that lead down the wrong path if it is outdated?
>
> Dale
>
> :-) :-)
If the /dev/sda3 partition is the correct swap partition as fdisk reports with
a LiveCD, the OP can create a new swap on it and see if it can be activated:
mkswap -L SWAP /dev/sda3
swapon /dev/sda3
If there are still I/O errors try reseating the SATA cable, there may be
corrosion on the contacts. dmesg with the LiveCD will also reveal any other
hardware issues.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: No working init found.
2020-06-03 16:24 [gentoo-user] Kernel panic - not syncing: No working init found thelma
2020-06-03 16:31 ` Dale
@ 2020-06-03 18:06 ` J. Roeleveld
2020-06-03 18:38 ` thelma
2020-06-04 3:10 ` Adam Carter
2 siblings, 1 reply; 15+ messages in thread
From: J. Roeleveld @ 2020-06-03 18:06 UTC (permalink / raw
To: gentoo-user
On 3 June 2020 18:24:47 CEST, thelma@sys-concept.com wrote:
>When I try to boot I'm getting an error:
>
>"Kernel panic - not syncing: No working init found. Try passing init=
>option to kernel."
>
>I am running very low on disk space, I think.
>I've tried to boot strap the system and remove some files but boot
>strap
>is not working. When I boot from minimal-install gentoo CD I try:
>
>swapon /dev/sda3
>swapon: /dev/sda3: read swap header failed: Input/output error
>
>Any solution?
Is this on a new system? Or on an existing system that started showing this issue after working correctly for a while?
--
Joost
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: No working init found.
2020-06-03 16:52 ` thelma
2020-06-03 16:57 ` tedheadster
@ 2020-06-03 18:10 ` J. Roeleveld
1 sibling, 0 replies; 15+ messages in thread
From: J. Roeleveld @ 2020-06-03 18:10 UTC (permalink / raw
To: gentoo-user
On 3 June 2020 18:52:59 CEST, thelma@sys-concept.com wrote:
>On 06/03/2020 10:31 AM, Dale wrote:
>> thelma@sys-concept.com wrote:
>>> When I try to boot I'm getting an error:
>>>
>>> "Kernel panic - not syncing: No working init found. Try passing
>init=
>>> option to kernel."
>>>
>>> I am running very low on disk space, I think.
>>> I've tried to boot strap the system and remove some files but boot
>strap
>>> is not working. When I boot from minimal-install gentoo CD I try:
>>>
>>> swapon /dev/sda3
>>> swapon: /dev/sda3: read swap header failed: Input/output error
>>>
>>> Any solution?
>>>
>>
>>
>> Are you sure you are pointing to the right partition for /, root?
>> That's one common reason for that error.
>>
>> Dale
>>
>> :-) :-)
>
>I'm sure, here is my backup fstab from this system:
>
>/dev/sda2 /boot ext2 noauto,noatime 1 2
>/dev/sda3 none swap sw
>0 0
>/dev/sda4 / ext4 noatime 0 1
>/dev/cdrom /mnt/cdrom auto noauto,user
>0 0
>
>Sometimes the system boot but most of the time it doesn't. So I was
>trying to "bootstrap" it to clean up some files.
>
>--
>Thelma
What exactly do you mean with "bootstrap"?
--
Joost
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: No working init found.
2020-06-03 17:28 ` Dale
2020-06-03 17:51 ` Michael
@ 2020-06-03 18:35 ` thelma
1 sibling, 0 replies; 15+ messages in thread
From: thelma @ 2020-06-03 18:35 UTC (permalink / raw
To: gentoo-user, Dale
On 06/03/2020 11:28 AM, Dale wrote:
> tedheadster wrote:
>> Yes, you do need to capture the kernel output.
>>
>> The usual way is to hook up a serial cable to another computer and
>> pipe the output to it. You interrupt the boot (usually by hitting
>> <shift> or <tab> in GRUB), and then edit the kernel command line thus:
>>
>> console=tty1 console=ttyS0,115200n8
>>
>> If you can do that you can give us some debug output.
>>
>> - Matthew
>>
>>
>
>
> Could she boot from some other media, mount the partitions to get to
> dmesg and get it from that? Or since it may not be mounting any
> partitons, would that lead down the wrong path if it is outdated?
>
> Dale
>
> :-) :-)
When the screen boots I see an output:
"Decompressing Linux - Parsing ELF done.
Booting the kernel
... next section scrolls very fast.
Here is a link to a video (if you can slow it down)
https://vimeo.com/user117037821/review/425595417/79e330424c
The good news is that I had a luck to boot it; here output of "df -h
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda4 458G 372G 63G 86% /
tmpfs 396M 1.2M 395M 1% /run
dev 10M 0 10M 0% /dev
shm 2.0G 4.0K 2.0G 1% /dev/shm
cgroup_root 10M 0 10M 0% /sys/fs/cgroup
none 2.0G 0 2.0G 0% /run/user/1000
and "dmesg"
dmesg
[ 0.000000] Linux version 4.9.72-gentoo (root@syscon4) (gcc version
6.4.0 (Gentoo 6.4.0-r1 p1.3) ) #3 SMP Wed Jun 3 09:12:45 MDT 2020
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.9.72-gentoo
root=/dev/sda4 ro
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: 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 0x00000000000e4000-0x00000000000fffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cff7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cff80000-0x00000000cff8dfff]
ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000cff8e000-0x00000000cffdffff]
ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cffe0000-0x00000000cfffffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000012fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: System manufacturer P5E3 Deluxe/P5E3 Deluxe, BIOS
1401 07/17/2008
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x130000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-DFFFF write-protect
[ 0.000000] E0000-EFFFF write-through
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0D0000000 mask FF0000000 uncachable
[ 0.000000] 1 base 0E0000000 mask FE0000000 uncachable
[ 0.000000] 2 base 000000000 mask F00000000 write-back
[ 0.000000] 3 base 100000000 mask FE0000000 write-back
[ 0.000000] 4 base 120000000 mask FF0000000 write-back
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC-
WT
[ 0.000000] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xcff80 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped
at [ffff8800000ff780]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] BRK [0x02120000, 0x02120fff] PGTABLE
[ 0.000000] BRK [0x02121000, 0x02121fff] PGTABLE
[ 0.000000] BRK [0x02122000, 0x02122fff] PGTABLE
[ 0.000000] BRK [0x02123000, 0x02123fff] PGTABLE
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000FBB80 000014 (v00 ACPIAM)
[ 0.000000] ACPI: RSDT 0x00000000CFF80000 00003C (v01 A_M_I_ OEMRSDT
07000817 MSFT 00000097)
[ 0.000000] ACPI: FACP 0x00000000CFF80200 000084 (v02 A_M_I_ OEMFACP
07000817 MSFT 00000097)
[ 0.000000] ACPI: DSDT 0x00000000CFF80440 009CA9 (v01 A0834 A0834088
00000088 INTL 20060113)
[ 0.000000] ACPI: FACS 0x00000000CFF8E000 000040
[ 0.000000] ACPI: APIC 0x00000000CFF80390 00006C (v01 A_M_I_ OEMAPIC
07000817 MSFT 00000097)
[ 0.000000] ACPI: MCFG 0x00000000CFF80400 00003C (v01 A_M_I_ OEMMCFG
07000817 MSFT 00000097)
[ 0.000000] ACPI: OEMB 0x00000000CFF8E040 000081 (v01 A_M_I_ AMI_OEM
07000817 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x00000000CFF8A0F0 000038 (v01 A_M_I_ OEMHPET
07000817 MSFT 00000097)
[ 0.000000] ACPI: OSFR 0x00000000CFF8A130 0000B0 (v01 A_M_I_ OEMOSFR
07000817 MSFT 00000097)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000012fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x12fff8000-0x12fffbfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000012fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000cff7ffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000012fffffff]
[ 0.000000] Initmem setup node 0 [mem
0x0000000000001000-0x000000012fffffff]
[ 0.000000] On node 0 totalpages: 1048350
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 13246 pages used for memmap
[ 0.000000] DMA32 zone: 847744 pages, LIFO batch:31
[ 0.000000] Normal zone: 3072 pages used for memmap
[ 0.000000] Normal zone: 196608 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI
0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcff80000-0xcff8dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcff8e000-0xcffdffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcffe0000-0xcfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
[ 0.000000] e820: [mem 0xd0000000-0xfedfffff] available for PCI devices
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff
max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4
nr_node_ids:1
[ 0.000000] percpu: Embedded 34 pages/cpu @ffff88012fc00000 s100952
r8192 d30120 u524288
[ 0.000000] pcpu-alloc: s100952 r8192 d30120 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on.
Total pages: 1031947
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.72-gentoo
root=/dev/sda4 ro
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 4043632K/4193400K available (9417K kernel code,
1184K rwdata, 2912K rodata, 1164K init, 800K bss, 149768K reserved, 0K
cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ 0.000000] NR_IRQS:4352 nr_irqs:456 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles:
0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2833.049 MHz processor
[ 0.002002] Calibrating delay loop (skipped), value calculated using
timer frequency.. 5666.09 BogoMIPS (lpj=2833049)
[ 0.002181] pid_max: default: 32768 minimum: 301
[ 0.002273] ACPI: Core revision 20160831
[ 0.006411] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.006543] Security Framework initialized
[ 0.006632] SELinux: Initializing.
[ 0.006727] SELinux: Starting in permissive mode
[ 0.006923] Dentry cache hash table entries: 524288 (order: 10,
4194304 bytes)
[ 0.008539] Inode-cache hash table entries: 262144 (order: 9, 2097152
bytes)
[ 0.009287] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.009381] Mountpoint-cache hash table entries: 8192 (order: 4,
65536 bytes)
[ 0.009722] CPU: Physical Processor ID: 0
[ 0.009811] CPU: Processor Core ID: 0
[ 0.009899] mce: CPU supports 6 MCE banks
[ 0.009992] CPU0: Thermal monitoring enabled (TM2)
[ 0.010093] process: using mwait in idle threads
[ 0.010185] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[ 0.010274] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[ 0.010713] Freeing SMP alternatives memory: 36K
[ 0.011087] smpboot: Max logical packages: 1
[ 0.011511] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.022000] smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU Q9550 @
2.83GHz (family: 0x6, model: 0x17, stepping: 0x7)
[ 0.022000] Performance Events: PEBS fmt0+, Core2 events, Intel PMU
driver.
[ 0.022000] ... version: 2
[ 0.022000] ... bit width: 40
[ 0.022000] ... generic registers: 2
[ 0.022000] ... value mask: 000000ffffffffff
[ 0.022000] ... max period: 000000007fffffff
[ 0.022000] ... fixed-purpose events: 3
[ 0.022000] ... event mask: 0000000700000003
[ 0.022377] x86: Booting SMP configuration:
[ 0.022466] .... node #0, CPUs: #1 #2 #3
[ 0.028035] x86: Booted up 1 node, 4 CPUs
[ 0.028192] smpboot: Total of 4 processors activated (22664.39 BogoMIPS)
[ 0.029205] devtmpfs: initialized
[ 0.029245] PM: Registering ACPI NVS region [mem
0xcff8e000-0xcffdffff] (335872 bytes)
[ 0.030071] clocksource: jiffies: mask: 0xffffffff max_cycles:
0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.030239] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.030389] RTC time: 17:54:32, date: 06/03/20
[ 0.030547] NET: Registered protocol family 16
[ 0.034004] cpuidle: using governor ladder
[ 0.037003] cpuidle: using governor menu
[ 0.037146] ACPI: bus type PCI registered
[ 0.037288] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem
0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.037442] PCI: not using MMCONFIG
[ 0.037529] PCI: Using configuration type 1 for base access
[ 0.044040] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.044171] ACPI: Added _OSI(Module Device)
[ 0.044171] ACPI: Added _OSI(Processor Device)
[ 0.044234] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.044323] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.045025] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.050057] ACPI: Dynamic OEM Table Load:
[ 0.050199] ACPI: SSDT 0xFFFF88012A4E6600 0001D2 (v01 AMI CPU1PM
00000001 INTL 20060113)
[ 0.050597] ACPI: Dynamic OEM Table Load:
[ 0.050737] ACPI: SSDT 0xFFFF88012A4E6800 000143 (v01 AMI CPU2PM
00000001 INTL 20060113)
[ 0.051125] ACPI: Dynamic OEM Table Load:
[ 0.051276] ACPI: SSDT 0xFFFF88012A4E6A00 000143 (v01 AMI CPU3PM
00000001 INTL 20060113)
[ 0.051655] ACPI: Dynamic OEM Table Load:
[ 0.051795] ACPI: SSDT 0xFFFF88012A4E6C00 000143 (v01 AMI CPU4PM
00000001 INTL 20060113)
[ 0.052289] ACPI: Interpreter enabled
[ 0.052393] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.052482] ACPI: Using IOAPIC for interrupt routing
[ 0.052596] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem
0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.053505] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in
ACPI motherboard resources
[ 0.053659] pmd_set_huge: Cannot satisfy [mem 0xe0000000-0xe0200000]
with a huge-page mapping due to MTRR override.
[ 0.054022] PCI: Using host bridge windows from ACPI; if necessary,
use "pci=nocrs" and report a bug
[ 0.059542] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.059636] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM
ClockPM Segments MSI]
[ 0.059789] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.059952] PCI host bridge to bus 0000:00
[ 0.060003] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.060094] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.060194] pci_bus 0000:00: root bus resource [mem
0x000a0000-0x000bffff window]
[ 0.060345] pci_bus 0000:00: root bus resource [mem
0x000d0000-0x000dffff window]
[ 0.060496] pci_bus 0000:00: root bus resource [mem
0xd0000000-0xffffffff window]
[ 0.060647] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.061007] pci 0000:00:00.0: [8086:29e0] type 00 class 0x060000
[ 0.061091] pci 0000:00:01.0: [8086:29e1] type 01 class 0x060400
[ 0.061122] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.061160] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.061304] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[ 0.061339] pci 0000:00:1a.0: reg 0x20: [io 0xb800-0xb81f]
[ 0.061418] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.061545] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[ 0.061579] pci 0000:00:1a.1: reg 0x20: [io 0xb880-0xb89f]
[ 0.061657] pci 0000:00:1a.1: System wakeup disabled by ACPI
[ 0.062039] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[ 0.062073] pci 0000:00:1a.2: reg 0x20: [io 0xbc00-0xbc1f]
[ 0.062149] pci 0000:00:1a.2: System wakeup disabled by ACPI
[ 0.062288] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[ 0.062303] pci 0000:00:1a.7: reg 0x10: [mem 0xf9fffc00-0xf9ffffff]
[ 0.062375] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.062414] pci 0000:00:1a.7: System wakeup disabled by ACPI
[ 0.062543] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[ 0.062556] pci 0000:00:1b.0: reg 0x10: [mem 0xf9ff8000-0xf9ffbfff 64bit]
[ 0.062616] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.062688] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[ 0.062745] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.062787] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.062915] pci 0000:00:1c.4: [8086:2948] type 01 class 0x060400
[ 0.063044] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.063085] pci 0000:00:1c.4: System wakeup disabled by ACPI
[ 0.063218] pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
[ 0.063278] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.063319] pci 0000:00:1c.5: System wakeup disabled by ACPI
[ 0.063447] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[ 0.063481] pci 0000:00:1d.0: reg 0x20: [io 0xb080-0xb09f]
[ 0.063558] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.063685] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[ 0.063719] pci 0000:00:1d.1: reg 0x20: [io 0xb400-0xb41f]
[ 0.063798] pci 0000:00:1d.1: System wakeup disabled by ACPI
[ 0.063924] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[ 0.063958] pci 0000:00:1d.2: reg 0x20: [io 0xb480-0xb49f]
[ 0.064039] pci 0000:00:1d.2: System wakeup disabled by ACPI
[ 0.064171] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[ 0.064186] pci 0000:00:1d.7: reg 0x10: [mem 0xf9fff800-0xf9fffbff]
[ 0.064266] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.064307] pci 0000:00:1d.7: System wakeup disabled by ACPI
[ 0.064432] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 0.064508] pci 0000:00:1e.0: System wakeup disabled by ACPI
[ 0.064636] pci 0000:00:1f.0: [8086:2916] type 00 class 0x060100
[ 0.064703] pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by
ICH6 ACPI/GPIO/TCO
[ 0.064857] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by
ICH6 GPIO
[ 0.064949] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at
0294 (mask 0003)
[ 0.065091] pci 0000:00:1f.2: [8086:2920] type 00 class 0x01018f
[ 0.065107] pci 0000:00:1f.2: reg 0x10: [io 0xa000-0xa007]
[ 0.065119] pci 0000:00:1f.2: reg 0x14: [io 0x9c00-0x9c03]
[ 0.065125] pci 0000:00:1f.2: reg 0x18: [io 0x9880-0x9887]
[ 0.065131] pci 0000:00:1f.2: reg 0x1c: [io 0x9800-0x9803]
[ 0.065137] pci 0000:00:1f.2: reg 0x20: [io 0x9480-0x948f]
[ 0.065143] pci 0000:00:1f.2: reg 0x24: [io 0x9400-0x940f]
[ 0.065233] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[ 0.065245] pci 0000:00:1f.3: reg 0x10: [mem 0xf9fff400-0xf9fff4ff 64bit]
[ 0.065261] pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f]
[ 0.065340] pci 0000:00:1f.5: [8086:2926] type 00 class 0x010185
[ 0.065350] pci 0000:00:1f.5: reg 0x10: [io 0xb000-0xb007]
[ 0.065356] pci 0000:00:1f.5: reg 0x14: [io 0xac00-0xac03]
[ 0.065362] pci 0000:00:1f.5: reg 0x18: [io 0xa880-0xa887]
[ 0.065368] pci 0000:00:1f.5: reg 0x1c: [io 0xa800-0xa803]
[ 0.065374] pci 0000:00:1f.5: reg 0x20: [io 0xa480-0xa48f]
[ 0.065380] pci 0000:00:1f.5: reg 0x24: [io 0xa400-0xa40f]
[ 0.065498] pci 0000:01:00.0: [10de:0400] type 00 class 0x030000
[ 0.065508] pci 0000:01:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
[ 0.065516] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff
64bit pref]
[ 0.065525] pci 0000:01:00.0: reg 0x1c: [mem 0xfa000000-0xfbffffff 64bit]
[ 0.065531] pci 0000:01:00.0: reg 0x24: [io 0xcc00-0xcc7f]
[ 0.065536] pci 0000:01:00.0: reg 0x30: [mem 0xfe8e0000-0xfe8fffff pref]
[ 0.065611] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.065701] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
[ 0.065703] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfe8fffff]
[ 0.065706] pci 0000:00:01.0: bridge window [mem
0xd0000000-0xdfffffff 64bit pref]
[ 0.065741] pci 0000:00:1c.0: PCI bridge to [bus 04]
[ 0.065837] pci 0000:00:1c.0: bridge window [mem
0xf8f00000-0xf8ffffff 64bit pref]
[ 0.065884] pci 0000:03:00.0: [197b:2363] type 00 class 0x010185
[ 0.066087] pci 0000:03:00.0: reg 0x24: [mem 0xfeafe000-0xfeafffff]
[ 0.066099] pci 0000:03:00.0: reg 0x30: [mem 0xfeae0000-0xfeaeffff pref]
[ 0.066150] pci 0000:03:00.0: PME# supported from D3hot
[ 0.066217] pci 0000:03:00.1: [197b:2363] type 00 class 0x010185
[ 0.066239] pci 0000:03:00.1: reg 0x10: [io 0xec00-0xec07]
[ 0.066247] pci 0000:03:00.1: reg 0x14: [io 0xe880-0xe883]
[ 0.066256] pci 0000:03:00.1: reg 0x18: [io 0xe800-0xe807]
[ 0.066265] pci 0000:03:00.1: reg 0x1c: [io 0xe480-0xe483]
[ 0.066274] pci 0000:03:00.1: reg 0x20: [io 0xe400-0xe40f]
[ 0.066374] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.
You can enable it with 'pcie_aspm=force'
[ 0.066534] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.066625] pci 0000:00:1c.4: bridge window [io 0xe000-0xefff]
[ 0.066627] pci 0000:00:1c.4: bridge window [mem 0xfea00000-0xfeafffff]
[ 0.066681] pci 0000:02:00.0: [11ab:4364] type 00 class 0x020000
[ 0.066703] pci 0000:02:00.0: reg 0x10: [mem 0xfe9fc000-0xfe9fffff 64bit]
[ 0.066713] pci 0000:02:00.0: reg 0x18: [io 0xd800-0xd8ff]
[ 0.066751] pci 0000:02:00.0: reg 0x30: [mem 0xfe9c0000-0xfe9dffff pref]
[ 0.066809] pci 0000:02:00.0: supports D1 D2
[ 0.066810] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.069015] pci 0000:00:1c.5: PCI bridge to [bus 02]
[ 0.069110] pci 0000:00:1c.5: bridge window [io 0xd000-0xdfff]
[ 0.069113] pci 0000:00:1c.5: bridge window [mem 0xfe900000-0xfe9fffff]
[ 0.069169] pci 0000:05:03.0: [11c1:5811] type 00 class 0x0c0010
[ 0.069183] pci 0000:05:03.0: reg 0x10: [mem 0xfebff000-0xfebfffff]
[ 0.069257] pci 0000:05:03.0: supports D1 D2
[ 0.069258] pci 0000:05:03.0: PME# supported from D0 D1 D2 D3hot
[ 0.069325] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
[ 0.069419] pci 0000:00:1e.0: bridge window [mem 0xfeb00000-0xfebfffff]
[ 0.069423] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7
window] (subtractive decode)
[ 0.069425] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff
window] (subtractive decode)
[ 0.069426] pci 0000:00:1e.0: bridge window [mem
0x000a0000-0x000bffff window] (subtractive decode)
[ 0.069427] pci 0000:00:1e.0: bridge window [mem
0x000d0000-0x000dffff window] (subtractive decode)
[ 0.069429] pci 0000:00:1e.0: bridge window [mem
0xd0000000-0xffffffff window] (subtractive decode)
[ 0.070099] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12
14 15)
[ 0.070532] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12
14 15)
[ 0.071044] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12
14 15)
[ 0.071485] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12
*14 15)
[ 0.071916] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12
14 15) *0, disabled.
[ 0.072524] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12
14 15)
[ 0.072955] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12
14 *15)
[ 0.073413] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12
14 15)
[ 0.074207] ACPI: Enabled 3 GPEs in block 00 to 3F
[ 0.074404] vgaarb: setting as boot device: PCI:0000:01:00.0
[ 0.074404] vgaarb: device added:
PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.075002] vgaarb: loaded
[ 0.075089] vgaarb: bridge control possible 0000:01:00.0
[ 0.075235] SCSI subsystem initialized
[ 0.075337] libata version 3.00 loaded.
[ 0.075337] ACPI: bus type USB registered
[ 0.075337] usbcore: registered new interface driver usbfs
[ 0.075337] usbcore: registered new interface driver hub
[ 0.075373] usbcore: registered new device driver usb
[ 0.075478] pps_core: LinuxPPS API ver. 1 registered
[ 0.076002] pps_core: Software ver. 5.3.6 - Copyright 2005-2007
Rodolfo Giometti <giometti@linux.it>
[ 0.076165] PTP clock support registered
[ 0.076282] Advanced Linux Sound Architecture Driver Initialized.
[ 0.076282] PCI: Using ACPI for IRQ routing
[ 0.081500] PCI: pci_cache_line_size set to 64 bytes
[ 0.081548] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.081549] e820: reserve RAM buffer [mem 0xcff80000-0xcfffffff]
[ 0.081708] NetLabel: Initializing
[ 0.081708] NetLabel: domain hash size = 128
[ 0.081708] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.082017] NetLabel: unlabeled traffic allowed by default
[ 0.082127] HPET: 4 timers in total, 0 timers will be used for
per-cpu timer
[ 0.082141] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.082356] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.084028] clocksource: Switched to clocksource hpet
[ 0.090733] VFS: Disk quotas dquot_6.6.0
[ 0.090839] VFS: Dquot-cache hash table entries: 512 (order 0, 4096
bytes)
[ 0.094628] pnp: PnP ACPI init
[ 0.094788] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
[ 0.094881] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.094937] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.095160] pnp 00:02: [dma 2]
[ 0.095200] pnp 00:02: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.095254] system 00:03: [io 0x0290-0x0297] has been reserved
[ 0.095346] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.095477] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.095568] system 00:04: [io 0x0800-0x087f] has been reserved
[ 0.095659] system 00:04: [io 0x0480-0x04bf] has been reserved
[ 0.095749] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.095840] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.095931] system 00:04: [mem 0xfed50000-0xfed8ffff] has been reserved
[ 0.096027] system 00:04: [mem 0xffa00000-0xffafffff] has been reserved
[ 0.096118] system 00:04: [mem 0xffb00000-0xffbfffff] has been reserved
[ 0.096209] system 00:04: [mem 0xffe00000-0xffefffff] has been reserved
[ 0.096300] system 00:04: [mem 0xfff00000-0xfffffffe] has been reserved
[ 0.096391] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.096484] system 00:05: [mem 0xffc00000-0xffdfffff] has been reserved
[ 0.096576] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.096742] pnp 00:06: [dma 0 disabled]
[ 0.096794] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.096857] system 00:07: [mem 0xfec00000-0xfec00fff] could not be
reserved
[ 0.096949] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.097046] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.097094] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b
(active)
[ 0.097148] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.097240] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.097618] system 00:0a: [mem 0x00000000-0x0009ffff] could not be
reserved
[ 0.097710] system 00:0a: [mem 0x000c0000-0x000cffff] could not be
reserved
[ 0.097801] system 00:0a: [mem 0x000e0000-0x000fffff] could not be
reserved
[ 0.097893] system 00:0a: [mem 0x00100000-0xcfffffff] could not be
reserved
[ 0.097985] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.098091] pnp: PnP ACPI: found 11 devices
[ 0.102717] clocksource: acpi_pm: mask: 0xffffff max_cycles:
0xffffff, max_idle_ns: 2085701024 ns
[ 0.102882] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to
[bus 04] add_size 1000
[ 0.102884] pci 0000:00:1c.0: bridge window [mem
0x00100000-0x000fffff] to [bus 04] add_size 400000 add_align 100000
[ 0.102891] pci 0000:00:1c.4: bridge window [mem
0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align
100000
[ 0.102897] pci 0000:00:1c.5: bridge window [mem
0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align
100000
[ 0.102908] pci 0000:00:1c.0: res[8]=[mem 0x00100000-0x000fffff]
res_to_dev_res add_size 400000 min_align 100000
[ 0.102910] pci 0000:00:1c.0: res[8]=[mem 0x00100000-0x004fffff]
res_to_dev_res add_size 400000 min_align 100000
[ 0.102911] pci 0000:00:1c.4: res[9]=[mem 0x00100000-0x000fffff 64bit
pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.102913] pci 0000:00:1c.4: res[9]=[mem 0x00100000-0x002fffff 64bit
pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.102914] pci 0000:00:1c.5: res[9]=[mem 0x00100000-0x000fffff 64bit
pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.102916] pci 0000:00:1c.5: res[9]=[mem 0x00100000-0x002fffff 64bit
pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.102917] pci 0000:00:1c.0: res[7]=[io 0x1000-0x0fff]
res_to_dev_res add_size 1000 min_align 1000
[ 0.102919] pci 0000:00:1c.0: res[7]=[io 0x1000-0x1fff]
res_to_dev_res add_size 1000 min_align 1000
[ 0.102923] pci 0000:00:1c.0: BAR 8: assigned [mem 0xf0000000-0xf03fffff]
[ 0.103021] pci 0000:00:1c.4: BAR 9: assigned [mem
0xf0400000-0xf05fffff 64bit pref]
[ 0.103174] pci 0000:00:1c.5: BAR 9: assigned [mem
0xf0600000-0xf07fffff 64bit pref]
[ 0.103325] pci 0000:00:1c.0: BAR 7: assigned [io 0x1000-0x1fff]
[ 0.103417] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.103507] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
[ 0.103598] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfe8fffff]
[ 0.103690] pci 0000:00:01.0: bridge window [mem
0xd0000000-0xdfffffff 64bit pref]
[ 0.103842] pci 0000:00:1c.0: PCI bridge to [bus 04]
[ 0.103932] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
[ 0.104029] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf03fffff]
[ 0.104121] pci 0000:00:1c.0: bridge window [mem
0xf8f00000-0xf8ffffff 64bit pref]
[ 0.104275] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.104365] pci 0000:00:1c.4: bridge window [io 0xe000-0xefff]
[ 0.104457] pci 0000:00:1c.4: bridge window [mem 0xfea00000-0xfeafffff]
[ 0.104549] pci 0000:00:1c.4: bridge window [mem
0xf0400000-0xf05fffff 64bit pref]
[ 0.104703] pci 0000:00:1c.5: PCI bridge to [bus 02]
[ 0.104793] pci 0000:00:1c.5: bridge window [io 0xd000-0xdfff]
[ 0.104885] pci 0000:00:1c.5: bridge window [mem 0xfe900000-0xfe9fffff]
[ 0.104977] pci 0000:00:1c.5: bridge window [mem
0xf0600000-0xf07fffff 64bit pref]
[ 0.105135] pci 0000:00:1e.0: PCI bridge to [bus 05]
[ 0.105226] pci 0000:00:1e.0: bridge window [mem 0xfeb00000-0xfebfffff]
[ 0.105322] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.105323] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.105325] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff
window]
[ 0.105326] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff
window]
[ 0.105327] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xffffffff
window]
[ 0.105329] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
[ 0.105330] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfe8fffff]
[ 0.105331] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff
64bit pref]
[ 0.105333] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
[ 0.105334] pci_bus 0000:04: resource 1 [mem 0xf0000000-0xf03fffff]
[ 0.105335] pci_bus 0000:04: resource 2 [mem 0xf8f00000-0xf8ffffff
64bit pref]
[ 0.105336] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
[ 0.105337] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[ 0.105339] pci_bus 0000:03: resource 2 [mem 0xf0400000-0xf05fffff
64bit pref]
[ 0.105340] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
[ 0.105341] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
[ 0.105343] pci_bus 0000:02: resource 2 [mem 0xf0600000-0xf07fffff
64bit pref]
[ 0.105344] pci_bus 0000:05: resource 1 [mem 0xfeb00000-0xfebfffff]
[ 0.105345] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7 window]
[ 0.105347] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff window]
[ 0.105348] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff
window]
[ 0.105349] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff
window]
[ 0.105350] pci_bus 0000:05: resource 8 [mem 0xd0000000-0xffffffff
window]
[ 0.105409] NET: Registered protocol family 2
[ 0.105649] TCP established hash table entries: 32768 (order: 6,
262144 bytes)
[ 0.105889] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.106130] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.106256] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.106368] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.106509] NET: Registered protocol family 1
[ 0.106777] RPC: Registered named UNIX socket transport module.
[ 0.106867] RPC: Registered udp transport module.
[ 0.106956] RPC: Registered tcp transport module.
[ 0.107050] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.108097] pci 0000:01:00.0: Video device with shadowed ROM at [mem
0x000c0000-0x000dffff]
[ 0.108251] pci 0000:03:00.0: async suspend disabled to avoid
multi-function power-on ordering issue
[ 0.108405] pci 0000:03:00.1: async suspend disabled to avoid
multi-function power-on ordering issue
[ 0.108562] PCI: CLS 32 bytes, default 64
[ 0.108610] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.108701] software IO TLB [mem 0xcbf80000-0xcff80000] (64MB) mapped
at [ffff8800cbf80000-ffff8800cff7ffff]
[ 0.109323] Scanning for low memory corruption every 60 seconds
[ 0.109641] audit: initializing netlink subsys (disabled)
[ 0.109737] audit: type=2000 audit(1591206872.108:1): initialized
[ 0.110166] workingset: timestamp_bits=56 max_order=20 bucket_order=0
[ 0.112495] NFS: Registering the id_resolver key type
[ 0.112589] Key type id_resolver registered
[ 0.112677] Key type id_legacy registered
[ 0.112873] SELinux: Registering netfilter hooks
[ 0.113028] cryptomgr_test (46) used greatest stack depth: 15416
bytes left
[ 0.113196] cryptomgr_test (50) used greatest stack depth: 15224
bytes left
[ 0.114656] NET: Registered protocol family 38
[ 0.114789] Block layer SCSI generic (bsg) driver version 0.4 loaded
(major 251)
[ 0.114940] io scheduler noop registered
[ 0.115052] io scheduler deadline registered
[ 0.115150] io scheduler cfq registered (default)
[ 0.115418] pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
[ 0.115859] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.116012] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.136586] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200)
is a 16550A
[ 0.137231] Non-volatile memory driver v1.3
[ 0.137366] Linux agpgart interface v0.103
[ 0.137560] input: Power Button as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.137715] ACPI: Power Button [PWRB]
[ 0.137839] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.137990] ACPI: Power Button [PWRF]
[ 0.138367] [drm] Initialized
[ 0.141928] brd: module loaded
[ 0.143740] loop: module loaded
[ 0.143887] ahci 0000:03:00.0: version 3.0
[ 0.154050] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps
0x3 impl SATA mode
[ 0.154210] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio
slum part
[ 0.154645] scsi host0: ahci
[ 0.154895] scsi host1: ahci
[ 0.155043] ata1: SATA max UDMA/133 abar m8192@0xfeafe000 port
0xfeafe100 irq 16
[ 0.155194] ata2: SATA max UDMA/133 abar m8192@0xfeafe000 port
0xfeafe180 irq 16
[ 0.155377] ata_piix 0000:00:1f.2: version 2.13
[ 0.155443] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 0.156447] scsi host2: ata_piix
[ 0.156687] scsi host3: ata_piix
[ 0.156824] ata3: SATA max UDMA/133 cmd 0xa000 ctl 0x9c00 bmdma
0x9480 irq 22
[ 0.156917] ata4: SATA max UDMA/133 cmd 0x9880 ctl 0x9800 bmdma
0x9488 irq 22
[ 0.157090] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[ 0.159439] scsi host4: ata_piix
[ 0.159680] scsi host5: ata_piix
[ 0.159813] ata5: SATA max UDMA/133 cmd 0xb000 ctl 0xac00 bmdma
0xa480 irq 22
[ 0.159905] ata6: SATA max UDMA/133 cmd 0xa880 ctl 0xa800 bmdma
0xa488 irq 22
[ 0.160072] tun: Universal TUN/TAP device driver, 1.6
[ 0.160178] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.160338] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[ 0.160428] e100: Copyright(c) 1999-2006 Intel Corporation
[ 0.160531] e1000: Intel(R) PRO/1000 Network Driver - version
7.3.21-k8-NAPI
[ 0.160622] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.160723] sky2: driver version 1.30
[ 0.160862] sky2 0000:02:00.0: Yukon-2 EC Ultra chip revision 2
[ 0.161208] sky2 0000:02:00.0 eth0: addr 00:1d:60:de:a6:11
[ 0.161407] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.161497] ehci-pci: EHCI PCI platform driver
[ 0.161669] ehci-pci 0000:00:1a.7: EHCI Host Controller
[ 0.161817] ehci-pci 0000:00:1a.7: new USB bus registered, assigned
bus number 1
[ 0.161976] ehci-pci 0000:00:1a.7: debug port 1
[ 0.165966] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
[ 0.165975] ehci-pci 0000:00:1a.7: irq 18, io mem 0xf9fffc00
[ 0.173017] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 0.173157] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.173248] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 0.173399] usb usb1: Product: EHCI Host Controller
[ 0.173488] usb usb1: Manufacturer: Linux 4.9.72-gentoo ehci_hcd
[ 0.173578] usb usb1: SerialNumber: 0000:00:1a.7
[ 0.173784] hub 1-0:1.0: USB hub found
[ 0.173878] hub 1-0:1.0: 6 ports detected
[ 0.174178] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 0.174329] ehci-pci 0000:00:1d.7: new USB bus registered, assigned
bus number 2
[ 0.174488] ehci-pci 0000:00:1d.7: debug port 1
[ 0.178478] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[ 0.178486] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf9fff800
[ 0.185017] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.185140] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.185231] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 0.185382] usb usb2: Product: EHCI Host Controller
[ 0.185471] usb usb2: Manufacturer: Linux 4.9.72-gentoo ehci_hcd
[ 0.185561] usb usb2: SerialNumber: 0000:00:1d.7
[ 0.185759] hub 2-0:1.0: USB hub found
[ 0.185852] hub 2-0:1.0: 6 ports detected
[ 0.186076] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.186168] ohci-pci: OHCI PCI platform driver
[ 0.186266] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.186418] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.186564] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned
bus number 3
[ 0.186733] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000b800
[ 0.186857] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.186949] usb usb3: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 0.187117] usb usb3: Product: UHCI Host Controller
[ 0.187206] usb usb3: Manufacturer: Linux 4.9.72-gentoo uhci_hcd
[ 0.187296] usb usb3: SerialNumber: 0000:00:1a.0
[ 0.187491] hub 3-0:1.0: USB hub found
[ 0.187585] hub 3-0:1.0: 2 ports detected
[ 0.187810] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.187960] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned
bus number 4
[ 0.188151] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000b880
[ 0.188275] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.188366] usb usb4: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 0.188516] usb usb4: Product: UHCI Host Controller
[ 0.188605] usb usb4: Manufacturer: Linux 4.9.72-gentoo uhci_hcd
[ 0.188695] usb usb4: SerialNumber: 0000:00:1a.1
[ 0.188892] hub 4-0:1.0: USB hub found
[ 0.188985] hub 4-0:1.0: 2 ports detected
[ 0.189219] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 0.189364] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned
bus number 5
[ 0.189532] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000bc00
[ 0.189654] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.189745] usb usb5: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 0.189896] usb usb5: Product: UHCI Host Controller
[ 0.189985] usb usb5: Manufacturer: Linux 4.9.72-gentoo uhci_hcd
[ 0.190091] usb usb5: SerialNumber: 0000:00:1a.2
[ 0.190288] hub 5-0:1.0: USB hub found
[ 0.190382] hub 5-0:1.0: 2 ports detected
[ 0.190598] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.190743] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned
bus number 6
[ 0.190912] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000b080
[ 0.191050] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.191142] usb usb6: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 0.191292] usb usb6: Product: UHCI Host Controller
[ 0.191381] usb usb6: Manufacturer: Linux 4.9.72-gentoo uhci_hcd
[ 0.191471] usb usb6: SerialNumber: 0000:00:1d.0
[ 0.191666] hub 6-0:1.0: USB hub found
[ 0.191759] hub 6-0:1.0: 2 ports detected
[ 0.191979] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.192145] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned
bus number 7
[ 0.192319] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000b400
[ 0.192442] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.192533] usb usb7: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 0.192684] usb usb7: Product: UHCI Host Controller
[ 0.192773] usb usb7: Manufacturer: Linux 4.9.72-gentoo uhci_hcd
[ 0.192863] usb usb7: SerialNumber: 0000:00:1d.1
[ 0.193064] hub 7-0:1.0: USB hub found
[ 0.193158] hub 7-0:1.0: 2 ports detected
[ 0.193374] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.193518] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned
bus number 8
[ 0.193687] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000b480
[ 0.193809] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.193900] usb usb8: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 0.194070] usb usb8: Product: UHCI Host Controller
[ 0.194159] usb usb8: Manufacturer: Linux 4.9.72-gentoo uhci_hcd
[ 0.194249] usb usb8: SerialNumber: 0000:00:1d.2
[ 0.194444] hub 8-0:1.0: USB hub found
[ 0.194537] hub 8-0:1.0: 2 ports detected
[ 0.194756] usbcore: registered new interface driver usb-storage
[ 0.194874] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 0.194964] i8042: PNP: PS/2 appears to have AUX port disabled, if
this is incorrect please boot with i8042.nopnp
[ 0.195874] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.196066] mousedev: PS/2 mouse device common for all mice
[ 0.196320] rtc_cmos 00:01: RTC can wake from S4
[ 0.196551] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 0.196659] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes
nvram, hpet irqs
[ 0.196882] ACPI Warning: SystemIO range
0x0000000000000400-0x000000000000041F conflicts with OpRegion
0x0000000000000400-0x000000000000040F (\SMRG) (20160831/utaddress-247)
[ 0.197166] ACPI: If an ACPI driver is available for this device, you
should use it instead of the native driver
[ 0.197430] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23)
initialised: dm-devel@redhat.com
[ 0.197594] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.197805] usbcore: registered new interface driver usbhid
[ 0.197895] usbhid: USB HID core driver
[ 0.198412] Netfilter messages via NETLINK v0.30.
[ 0.198572] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 0.198703] ctnetlink v0.93: registering with nfnetlink.
[ 0.198853] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 0.198958] Initializing XFRM netlink socket
[ 0.199170] NET: Registered protocol family 10
[ 0.199574] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 0.199690] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.199892] NET: Registered protocol family 17
[ 0.199997] Key type dns_resolver registered
[ 0.200338] microcode: sig=0x10677, pf=0x10, revision=0x703
[ 0.200488] microcode: Microcode Update Driver: v2.01
<tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.200755] registered taskstats version 1
[ 0.201094] Magic number: 8:917:945
[ 0.201233] cpuid cpu0: hash matches
[ 0.201330] tty tty2: hash matches
[ 0.201438] processor cpu0: hash matches
[ 0.201533] console [netcon0] enabled
[ 0.201620] netconsole: network logging started
[ 0.202140] PM: Hibernation image not present or could not be loaded.
[ 0.202141] ALSA device list:
[ 0.202234] No soundcards found.
[ 0.461237] ata2: SATA link down (SStatus 0 SControl 300)
[ 0.461365] ata1: SATA link down (SStatus 0 SControl 300)
[ 0.479813] ata6: SATA link down (SStatus 0 SControl 300)
[ 0.490516] ata5: SATA link down (SStatus 0 SControl 300)
[ 0.565631] snd_hda_codec_analog hdaudioC0D0: autoconfig for AD1988B:
line_outs=4 (0x12/0x16/0x24/0x25/0x0) type:line
[ 0.565787] snd_hda_codec_analog hdaudioC0D0: speaker_outs=0
(0x0/0x0/0x0/0x0/0x0)
[ 0.565938] snd_hda_codec_analog hdaudioC0D0: hp_outs=1
(0x11/0x0/0x0/0x0/0x0)
[ 0.566094] snd_hda_codec_analog hdaudioC0D0: mono: mono_out=0x0
[ 0.566185] snd_hda_codec_analog hdaudioC0D0: dig-out=0x1b/0x0
[ 0.566275] snd_hda_codec_analog hdaudioC0D0: inputs:
[ 0.566365] snd_hda_codec_analog hdaudioC0D0: Front Mic=0x14
[ 0.566455] snd_hda_codec_analog hdaudioC0D0: Rear Mic=0x17
[ 0.566545] snd_hda_codec_analog hdaudioC0D0: Line=0x15
[ 0.566635] snd_hda_codec_analog hdaudioC0D0: CD=0x18
[ 0.567391] random: fast init done
[ 0.580430] input: HDA Intel Front Mic as
/devices/pci0000:00/0000:00:1b.0/sound/card0/input3
[ 0.582140] input: HDA Intel Rear Mic as
/devices/pci0000:00/0000:00:1b.0/sound/card0/input4
[ 0.582366] input: HDA Intel Line as
/devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[ 0.582599] input: HDA Intel Line Out Front as
/devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[ 0.582821] input: HDA Intel Line Out Surround as
/devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[ 0.583063] input: HDA Intel Line Out CLFE as
/devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 0.583295] input: HDA Intel Line Out Side as
/devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 0.583523] input: HDA Intel Front Headphone as
/devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 0.664013] usb 3-2: new full-speed USB device number 2 using uhci_hcd
[ 0.825034] usb 3-2: New USB device found, idVendor=046d, idProduct=c52b
[ 0.825129] usb 3-2: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 0.825226] usb 3-2: Product: USB Receiver
[ 0.825315] usb 3-2: Manufacturer: Logitech
[ 0.920064] ata4.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.920169] ata4.01: SATA link down (SStatus 0 SControl 300)
[ 0.920393] ata3.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 0.920492] ata3.01: SATA link down (SStatus 0 SControl 300)
[ 0.920589] ata3.01: link offline, clearing class 3 to NONE
[ 0.922863] ata3.00: ATAPI: TSSTcorp CDDVDW SH-S223F, SB00, max UDMA/100
[ 0.927443] ata3.00: configured for UDMA/100
[ 0.928463] scsi 2:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S223F
SB00 PQ: 0 ANSI: 5
[ 0.939271] ata4.00: supports DRM functions and may not be fully
accessible
[ 0.939366] ata4.00: ATA-9: Samsung SSD 850 EVO 500GB, EMT03B6Q, max
UDMA/133
[ 0.939479] ata4.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 0.942631] ata4.00: supports DRM functions and may not be fully
accessible
[ 0.943187] ata4.00: configured for UDMA/133
[ 0.951951] sr 2:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram
cd/rw xa/form2 cdda tray
[ 0.952127] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 0.952323] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 0.952458] sr 2:0:0:0: Attached scsi generic sg0 type 5
[ 0.952724] scsi 3:0:0:0: Direct-Access ATA Samsung SSD 850
3B6Q PQ: 0 ANSI: 5
[ 0.966153] sd 3:0:0:0: [sda] 976773168 512-byte logical blocks: (500
GB/466 GiB)
[ 0.966194] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 0.966469] sd 3:0:0:0: [sda] Write Protect is off
[ 0.966559] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.966572] sd 3:0:0:0: [sda] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 0.968712] sda: sda1 sda2 sda3 sda4
[ 0.969118] sd 3:0:0:0: [sda] Attached SCSI disk
[ 0.969235] md: Waiting for all devices to be available before autodetect
[ 0.969326] md: If you don't use raid, use raid=noautodetect
[ 0.969618] md: Autodetecting RAID arrays.
[ 0.969707] md: Scanned 0 and added 0 devices.
[ 0.969795] md: autorun ...
[ 0.969882] md: ... autorun DONE.
[ 0.970245] EXT4-fs (sda4): couldn't mount as ext3 due to feature
incompatibilities
[ 0.979237] EXT4-fs (sda4): mounted filesystem with ordered data
mode. Opts: (null)
[ 0.979393] VFS: Mounted root (ext4 filesystem) readonly on device 8:4.
[ 0.980512] Freeing unused kernel memory: 1164K
[ 0.980602] Write protecting the kernel read-only data: 14336k
[ 0.981012] Freeing unused kernel memory: 800K
[ 0.983687] Freeing unused kernel memory: 1184K
[ 1.060644] kbd_mode (131) used greatest stack depth: 14296 bytes left
[ 1.068752] loadkeys (132) used greatest stack depth: 13640 bytes left
[ 1.068954] init-early.sh (130) used greatest stack depth: 13112
bytes left
[ 1.120013] tsc: Refined TSC clocksource calibration: 2833.010 MHz
[ 1.120114] clocksource: tsc: mask: 0xffffffffffffffff max_cycles:
0x28d61000994, max_idle_ns: 440795211167 ns
[ 1.369021] usb 1-3: new high-speed USB device number 3 using ehci-pci
[ 1.506383] usb 1-3: New USB device found, idVendor=0b05, idProduct=1742
[ 1.506485] usb 1-3: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[ 1.506595] usb 1-3: Product: 802.11 n WLAN
[ 1.506699] usb 1-3: Manufacturer: Ralink
[ 1.506799] usb 1-3: SerialNumber: 1.0
[ 1.828845] cgroup: cgroup2: unknown option "nsdelegate"
[ 1.886281] udevd[558]: starting version 3.2.5
[ 1.920715] udevd[559]: starting eudev-3.2.5
[ 2.021142] sky2 0000:02:00.0 enp2s0: renamed from eth0
[ 2.075268] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0:
USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-2/input2
[ 2.123130] vboxdrv: loading out-of-tree module taints kernel.
[ 2.123569] vboxdrv: Found 4 processor cores
[ 2.123932] vboxdrv: fAsync=0 offMin=0x1ba offMax=0x59e1
[ 2.124176] nvidia: module license 'NVIDIA' taints kernel.
[ 2.124178] Disabling lock debugging due to kernel taint
[ 2.138245] vgaarb: device changed decodes:
PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 2.138410] [drm] Initialized nvidia-drm 0.0.0 20150116 for
0000:01:00.0 on minor 0
[ 2.138416] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 304.137
Thu Sep 14 13:51:03 PDT 2017
[ 2.224063] vboxdrv: TSC mode is Synchronous, tentative frequency
2833158456 Hz
[ 2.224064] vboxdrv: Successfully loaded version 5.1.32 (interface
0x002a0000)
[ 2.224588] clocksource: Switched to clocksource tsc
[ 2.230405] VBoxNetFlt: Successfully started.
[ 2.235133] VBoxNetAdp: Successfully started.
[ 2.239199] input: Logitech M720 Triathlon as
/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:405E.0004/input/input11
[ 2.239423] logitech-hidpp-device 0003:046D:405E.0004: input,hidraw1:
USB HID v1.11 Keyboard [Logitech M720 Triathlon] on usb-0000:00:1a.0-2:1
[ 2.242751] VBoxPciLinuxInit
[ 2.242756] vboxpci: pci-stub module not available, cannot detach PCI
devices
[ 2.242757] vboxpci: IOMMU not found (not registered)
[ 2.279197] input: Logitech K850 as
/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:4062.0005/input/input12
[ 2.279374] logitech-hidpp-device 0003:046D:4062.0005: input,hidraw2:
USB HID v1.11 Keyboard [Logitech K850] on usb-0000:00:1a.0-2:2
[ 2.287565] input: Logitech K830 as
/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:404C.0006/input/input13
[ 2.287796] logitech-hidpp-device 0003:046D:404C.0006: input,hidraw3:
USB HID v1.11 Keyboard [Logitech K830] on usb-0000:00:1a.0-2:3
[ 3.198578] udevd (611) used greatest stack depth: 13024 bytes left
[ 3.691652] EXT4-fs (sda4): re-mounted. Opts: (null)
[ 3.771328] Adding 524284k swap on /dev/sda3. Priority:-1 extents:1
across:524284k SS
[ 4.438572] sky2 0000:02:00.0 enp2s0: enabling interface
[ 4.438629] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[ 7.478169] sky2 0000:02:00.0 enp2s0: Link is up at 1000 Mbps, full
duplex, flow control both
[ 7.478169] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[ 31.439050] random: crng init done
--
Thelma
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: No working init found.
2020-06-03 18:06 ` J. Roeleveld
@ 2020-06-03 18:38 ` thelma
2020-06-03 18:53 ` J. Roeleveld
0 siblings, 1 reply; 15+ messages in thread
From: thelma @ 2020-06-03 18:38 UTC (permalink / raw
To: gentoo-user
On 06/03/2020 12:06 PM, J. Roeleveld wrote:
> On 3 June 2020 18:24:47 CEST, thelma@sys-concept.com wrote:
>> When I try to boot I'm getting an error:
>>
>> "Kernel panic - not syncing: No working init found. Try passing init=
>> option to kernel."
>>
>> I am running very low on disk space, I think.
>> I've tried to boot strap the system and remove some files but boot
>> strap
>> is not working. When I boot from minimal-install gentoo CD I try:
>>
>> swapon /dev/sda3
>> swapon: /dev/sda3: read swap header failed: Input/output error
>>
>> Any solution?
>
> Is this on a new system? Or on an existing system that started showing this issue after working correctly for a while?
>
> --
> Joost
>
The system is old and was working for some time, it has a SSD drive, it
just recently this error showed up.
--
Thelma
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: No working init found.
2020-06-03 18:38 ` thelma
@ 2020-06-03 18:53 ` J. Roeleveld
0 siblings, 0 replies; 15+ messages in thread
From: J. Roeleveld @ 2020-06-03 18:53 UTC (permalink / raw
To: gentoo-user
On 3 June 2020 20:38:49 CEST, thelma@sys-concept.com wrote:
>On 06/03/2020 12:06 PM, J. Roeleveld wrote:
>> On 3 June 2020 18:24:47 CEST, thelma@sys-concept.com wrote:
>>> When I try to boot I'm getting an error:
>>>
>>> "Kernel panic - not syncing: No working init found. Try passing
>init=
>>> option to kernel."
>>>
>>> I am running very low on disk space, I think.
>>> I've tried to boot strap the system and remove some files but boot
>>> strap
>>> is not working. When I boot from minimal-install gentoo CD I try:
>>>
>>> swapon /dev/sda3
>>> swapon: /dev/sda3: read swap header failed: Input/output error
>>>
>>> Any solution?
>>
>> Is this on a new system? Or on an existing system that started
>showing this issue after working correctly for a while?
>>
>> --
>> Joost
>>
>
>The system is old and was working for some time, it has a SSD drive, it
>just recently this error showed up.
>
>--
>Thelma
How old are the SSDs?
Were they used for swap?
How are they connected?
The dmesg you sent in the other email makes me think the SSDs are connected to old ATA ports as they mention UDMA instead of Sata speeds.
I would definitely suspect:
- the drives (incl. SSDs)
- other hardware (incl. the disk controller(s))
- memory
- PSU
As the issue is recent and intermittent, either a recent addition is causing issues, or there is a timing issue occuring during boot. And these can also occur during kernel initialisation. An initramfs with failover to a simple shell could help here as then you can get a dmesg of when the init fails.
There is a kernel commandline option that forces the kernel to wait an X amount of time before trying to access the root-partition and starting "init". This is usually needed for USB-boot, but might also be necessary when disks take a bit longer to initialize.
--
Joost
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: No working init found.
2020-06-03 16:24 [gentoo-user] Kernel panic - not syncing: No working init found thelma
2020-06-03 16:31 ` Dale
2020-06-03 18:06 ` J. Roeleveld
@ 2020-06-04 3:10 ` Adam Carter
2020-06-06 5:54 ` Adam Carter
2 siblings, 1 reply; 15+ messages in thread
From: Adam Carter @ 2020-06-04 3:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 800 bytes --]
On Thu, Jun 4, 2020 at 2:24 AM <thelma@sys-concept.com> wrote:
> When I try to boot I'm getting an error:
>
> "Kernel panic - not syncing: No working init found. Try passing init=
> option to kernel."
>
> I am running very low on disk space, I think.
> I've tried to boot strap the system and remove some files but boot strap
> is not working. When I boot from minimal-install gentoo CD I try:
>
> swapon /dev/sda3
> swapon: /dev/sda3: read swap header failed: Input/output error
>
>
On my boxes with swap files, kernel 5.7.0 barfs;
# file /swapfile
/swapfile: Linux/i386 swap file (new style), version 1 (4K pages), size
2097151 pages, no label
# swapon -a
swapon: /swapfile: swapon failed: Invalid argument
I havent looked into it yet as they're rarely used at all. What kernel are
you using?
[-- Attachment #2: Type: text/html, Size: 1245 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: No working init found.
2020-06-04 3:10 ` Adam Carter
@ 2020-06-06 5:54 ` Adam Carter
0 siblings, 0 replies; 15+ messages in thread
From: Adam Carter @ 2020-06-06 5:54 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 495 bytes --]
>
> On my boxes with swap files, kernel 5.7.0 barfs;
>
> # file /swapfile
> /swapfile: Linux/i386 swap file (new style), version 1 (4K pages), size
> 2097151 pages, no label
> # swapon -a
> swapon: /swapfile: swapon failed: Invalid argument
>
> I havent looked into it yet as they're rarely used at all. What kernel are
> you using?
>
FYI this issue is due to fallocate creating files with holes (found via
dmesg | grep -i swap). Once I recreated the files with dd if=/dev/zero they
were good.
[-- Attachment #2: Type: text/html, Size: 835 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2020-06-06 5:55 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-03 16:24 [gentoo-user] Kernel panic - not syncing: No working init found thelma
2020-06-03 16:31 ` Dale
2020-06-03 16:52 ` thelma
2020-06-03 16:57 ` tedheadster
2020-06-03 17:12 ` thelma
2020-06-03 17:15 ` tedheadster
2020-06-03 17:28 ` Dale
2020-06-03 17:51 ` Michael
2020-06-03 18:35 ` thelma
2020-06-03 18:10 ` J. Roeleveld
2020-06-03 18:06 ` J. Roeleveld
2020-06-03 18:38 ` thelma
2020-06-03 18:53 ` J. Roeleveld
2020-06-04 3:10 ` Adam Carter
2020-06-06 5:54 ` Adam Carter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox