diff mbox

Can anyone boot a system using btrfs root with linux 3.14 or newer?

Message ID 20140424230704.GK7884@merlins.org (mailing list archive)
State Not Applicable
Headers show

Commit Message

Marc MERLIN April 24, 2014, 11:07 p.m. UTC
On Fri, Apr 25, 2014 at 01:22:32AM +0300, ?????? ?????? wrote:
> > -----Original Message-----
> > From: Chris Murphy [mailto:lists@colorremedies.com]
> > Sent: Friday, April 25, 2014 12:06 AM
> > To: ?????? ??????
> > Cc: 'Marc MERLIN'; linux-btrfs@vger.kernel.org
> > Subject: Re: Can anyone boot a system using btrfs root with linux 3.14 or
> > newer?
> > 
> > 
> > On Apr 24, 2014, at 12:51 PM, ?????? ?????? <plamen@petrovi.no-ip.info>
> > wrote:
> > >
> > > I booted 3.14.1 using sda3 as root, and then tried mounting sda2. It went
> > OK, here is what dmesg said:
> > > [   12.412465] Btrfs loaded
> > 
> > For me, with Btrfs not compiled in the kernel, and with an initramfs, on SSD I
> > get Btrfs loaded at 2.4 seconds. On HDD, it still happens by 6-7 seconds.
> > 
> > So without an initrd and with btrfs compiled into the kernel I'd expect to see
> > Btrfs loaded before 12.4 seconds. Is this an SSD? Or HDD, or hardware raid?
> > 
> > I'd like to see the dmesg from the beginning, until "Btrfs Loaded", for both
> > 3.13.11 and 3.14.1 (via serial console output). I think the clue is in the part
> > before Btrfs loaded.
> > 
> > Also can you post a diff of the config file for the working 3.13.11 and not
> > working 3.14.1 kernels?
> > 
> 
> Attached to this mail find the requested kernel .config files, the result of "duff -u" between them,  as well as the output to serial console of both kernels 3.13.11 and 3.14.1 compiled with attached configs.

Thanks for the serial console logs.
I see that you didn't add rootwait to the command line of your 3.14 boot.

Please do that so that we can see that output.


I'm pasting a diff of them for the benefit of others.
The obvious things to me are:

In 3.13 the device appears after btrfs is loaded:
Btrfs loaded
(...)
scsi2 : ioc0: LSI53C1030 B0, FwRev=01032920h, Ports=1, MaxQ=128, IRQ=17
scsi 2:0:0:0: Direct-Access     VMware,  VMware Virtual S 1.0  PQ: 0 ANSI: 2
scsi target2:0:0: Beginning Domain Validation
scsi target2:0:0: Domain Validation skipping write tests
scsi target2:0:0: Ending Domain Validation
scsi target2:0:0: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127)
sd 2:0:0:0: [sda] 25165824 512-byte logical blocks: (12.8 GB/12.0 GiB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Cache data unavailable
sd 2:0:0:0: [sda] Assuming drive cache: write through
sd 2:0:0:0: [sda] Cache data unavailable
sd 2:0:0:0: [sda] Assuming drive cache: write through
sd 2:0:0:0: Attached scsi generic sg1 type 0
Fusion MPT FC Host driver 3.04.20
Fusion MPT SAS Host driver 3.04.20
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci-pci: EHCI PCI platform driver
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci-pci: OHCI PCI platform driver
 sda: sda1 sda2 sda3 sda4

In 3.14 the device shows up before btrfs is loaded:
sd 2:0:0:0: [sda] Cache data unavailable
sd 2:0:0:0: [sda] Assuming drive cache: write through
sd 2:0:0:0: [sda] Attached SCSI disk
(...)
Btrfs loaded

Comments

Chris Murphy April 25, 2014, 12:04 a.m. UTC | #1
On Apr 24, 2014, at 5:07 PM, Marc MERLIN <marc@merlins.org> wrote:
> 
> 
> In 3.14 the device shows up before btrfs is loaded:
> sd 2:0:0:0: [sda] Cache data unavailable
> sd 2:0:0:0: [sda] Assuming drive cache: write through
> sd 2:0:0:0: [sda] Attached SCSI disk
> (...)
> Btrfs loaded

Same for me though, and I can boot.

[    0.693215] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
[    0.693799] ata1.00: 167772160 sectors, multi 128: LBA48 NCQ (depth 31/32)
[    0.694153] ata1.00: configured for UDMA/133
[    0.695475] scsi 0:0:0:0: Direct-Access     ATA      VBOX HARDDISK    1.0  PQ: 0 ANSI: 5
[    0.699386] sd 0:0:0:0: [sda] 167772160 512-byte logical blocks: (85.8 GB/80.0 GiB)
[    0.699443] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.700604] sd 0:0:0:0: [sda] Write Protect is off
[    0.701151] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.701187] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.707841]  sda: sda1 sda2 sda3
[    0.709846] sd 0:0:0:0: [sda] Attached SCSI disk
(…)
[    2.380090] bio: create slab <bio-1> at 1
[    2.384645] Btrfs loaded

So I don't think the order is it. The biggest difference I'm seeing between the 3.13.11 and 3.14.1 dmesg's provided:

3.13.11:
[    1.861740] bio: create slab <bio-1> at 1
[    1.863389] Btrfs loaded

3.14.1:
[    3.949312] bio: create slab <bio-1> at 1
[    3.950942] Btrfs loaded

It's happening much later, and it's right at this point VFS complains:
[    4.182603] VFS: Cannot open root device "sda2" or unknown-block(8,2): error -38

The 8,2 message is consistent with the kernel not knowing what file system sda2 is. Seems like it's saying "I see sda2, I know you want to use it as root, but I don't know what's there - *poof*" and it panics.

If rootwait alone doesn't work, I wonder if root=uuid=2ba08fbc-4b95-46cc-b638-299f16462620 instead of root=/dev/sda2 will work along with rootwait. It should then wait for that fs uuid to become available, rather than waiting for sda2 to become available.

I vaguely recall there recently being btrfs boot problems with the module compiled in…


Chris Murphy

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Chris Mason April 25, 2014, 12:08 a.m. UTC | #2
On 04/24/2014 08:04 PM, Chris Murphy wrote:
>
> On Apr 24, 2014, at 5:07 PM, Marc MERLIN <marc@merlins.org> wrote:
>>
>>
>> In 3.14 the device shows up before btrfs is loaded:
>> sd 2:0:0:0: [sda] Cache data unavailable
>> sd 2:0:0:0: [sda] Assuming drive cache: write through
>> sd 2:0:0:0: [sda] Attached SCSI disk
>> (...)
>> Btrfs loaded
>
> Same for me though, and I can boot.
>
> [    0.693215] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
> [    0.693799] ata1.00: 167772160 sectors, multi 128: LBA48 NCQ (depth 31/32)
> [    0.694153] ata1.00: configured for UDMA/133
> [    0.695475] scsi 0:0:0:0: Direct-Access     ATA      VBOX HARDDISK    1.0  PQ: 0 ANSI: 5
> [    0.699386] sd 0:0:0:0: [sda] 167772160 512-byte logical blocks: (85.8 GB/80.0 GiB)
> [    0.699443] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [    0.700604] sd 0:0:0:0: [sda] Write Protect is off
> [    0.701151] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> [    0.701187] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    0.707841]  sda: sda1 sda2 sda3
> [    0.709846] sd 0:0:0:0: [sda] Attached SCSI disk
> (…)
> [    2.380090] bio: create slab <bio-1> at 1
> [    2.384645] Btrfs loaded
>
> So I don't think the order is it. The biggest difference I'm seeing between the 3.13.11 and 3.14.1 dmesg's provided:
>
> 3.13.11:
> [    1.861740] bio: create slab <bio-1> at 1
> [    1.863389] Btrfs loaded
>
> 3.14.1:
> [    3.949312] bio: create slab <bio-1> at 1
> [    3.950942] Btrfs loaded
>
> It's happening much later, and it's right at this point VFS complains:
> [    4.182603] VFS: Cannot open root device "sda2" or unknown-block(8,2): error -38
>
> The 8,2 message is consistent with the kernel not knowing what file system sda2 is. Seems like it's saying "I see sda2, I know you want to use it as root, but I don't know what's there - *poof*" and it panics.
>
> If rootwait alone doesn't work, I wonder if root=uuid=2ba08fbc-4b95-46cc-b638-299f16462620 instead of root=/dev/sda2 will work along with rootwait. It should then wait for that fs uuid to become available, rather than waiting for sda2 to become available.
>
> I vaguely recall there recently being btrfs boot problems with the module compiled in…
>

Yes, it was with the crc code.  I noticed he has compression on and I'm 
wondering if we're hitting a similar ordering problem with the zlib init.

The best way to know for sure is to please try with an initrd.  If that 
does work we'll know it's an init ordering problem and we can track it 
down from there.

-chris

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
?????? ?????? April 25, 2014, 5:03 a.m. UTC | #3
> -----Original Message-----
> From: Chris Murphy [mailto:lists@colorremedies.com]
> Sent: Friday, April 25, 2014 3:04 AM
> To: Marc MERLIN
> Cc: ?????? ??????; linux-btrfs@vger.kernel.org
> Subject: Re: Can anyone boot a system using btrfs root with linux 3.14 or
> newer?
> 
> 
> On Apr 24, 2014, at 5:07 PM, Marc MERLIN <marc@merlins.org> wrote:
> >
> >
> > In 3.14 the device shows up before btrfs is loaded:
> > sd 2:0:0:0: [sda] Cache data unavailable sd 2:0:0:0: [sda] Assuming
> > drive cache: write through sd 2:0:0:0: [sda] Attached SCSI disk
> > (...)
> > Btrfs loaded
> 
> Same for me though, and I can boot.
> 
> [    0.693215] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
> [    0.693799] ata1.00: 167772160 sectors, multi 128: LBA48 NCQ (depth
31/32)
> [    0.694153] ata1.00: configured for UDMA/133
> [    0.695475] scsi 0:0:0:0: Direct-Access     ATA      VBOX HARDDISK
1.0  PQ: 0
> ANSI: 5
> [    0.699386] sd 0:0:0:0: [sda] 167772160 512-byte logical blocks: (85.8
GB/80.0
> GiB)
> [    0.699443] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [    0.700604] sd 0:0:0:0: [sda] Write Protect is off
> [    0.701151] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> [    0.701187] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
enabled,
> doesn't support DPO or FUA
> [    0.707841]  sda: sda1 sda2 sda3
> [    0.709846] sd 0:0:0:0: [sda] Attached SCSI disk
> (:)
> [    2.380090] bio: create slab <bio-1> at 1
> [    2.384645] Btrfs loaded
> 
> So I don't think the order is it. The biggest difference I'm seeing
between the
> 3.13.11 and 3.14.1 dmesg's provided:
> 
> 3.13.11:
> [    1.861740] bio: create slab <bio-1> at 1
> [    1.863389] Btrfs loaded
> 
> 3.14.1:
> [    3.949312] bio: create slab <bio-1> at 1
> [    3.950942] Btrfs loaded
> 
> It's happening much later, and it's right at this point VFS complains:
> [    4.182603] VFS: Cannot open root device "sda2" or unknown-block(8,2):
> error -38
> 
> The 8,2 message is consistent with the kernel not knowing what file system
> sda2 is. Seems like it's saying "I see sda2, I know you want to use it as
root,
> but I don't know what's there - *poof*" and it panics.
> 
> If rootwait alone doesn't work, I wonder if root=uuid=2ba08fbc-4b95-46cc-
> b638-299f16462620 instead of root=/dev/sda2 will work along with rootwait.
> It should then wait for that fs uuid to become available, rather than
waiting
> for sda2 to become available.
> 


It does indeed wait, but I did not wait for it - just booted, saw it ended
in

"Waiting for root device uuid=..." and pasted the serial output.

Is it supposed to somehow find its rootfs later?

See the attached file.
---------------------------------
Plamen Petrov
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.14.1-mix64 (root@crux) (gcc version 4.7.3 (CRUX-x86_64-multilib) ) #1 SMP Fri Apr 25 00:31:28 EEST 2014
[    0.000000] Command line: rw root=uuid=2ba08fbc-4b95-46cc-b638-299f16462620 vga=6 raid=noautodetect console=ttyS0,9600n8 console=tty0 rootwait
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000ca000-0x00000000000cbfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fedffff] usable
[    0.000000] BIOS-e820: [mem 0x000000003fee0000-0x000000003fefefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000003feff000-0x000000003fefffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003ff00000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] Hypervisor detected: VMware
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x40000 max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x0, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000f6bf0-0x000f6bff] mapped at [ffff8800000f6bf0]
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000] init_memory_mapping: [mem 0x3fc00000-0x3fdfffff]
[    0.000000] init_memory_mapping: [mem 0x3c000000-0x3fbfffff]
[    0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff]
[    0.000000] init_memory_mapping: [mem 0x3fe00000-0x3fedffff]
[    0.000000] init_memory_mapping: [mem 0x3ff00000-0x3fffffff]
[    0.000000] ACPI: RSDP 00000000000f6b80 000024 (v02 PTLTD )
[    0.000000] ACPI: XSDT 000000003feeda33 00005C (v01 INTEL  440BX    06040000 VMW  01324272)
[    0.000000] ACPI: FACP 000000003fefee73 0000F4 (v04 INTEL  440BX    06040000 PTL  000F4240)
[    0.000000] ACPI: DSDT 000000003feee8eb 010588 (v01 PTLTD  Custom   06040000 MSFT 03000001)
[    0.000000] ACPI: FACS 000000003fefffc0 000040
[    0.000000] ACPI: BOOT 000000003feee8c3 000028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: APIC 000000003feee501 0003C2 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
[    0.000000] ACPI: MCFG 000000003feee4c5 00003C (v01 PTLTD  $PCITBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: SRAT 000000003feedb2f 0004D0 (v02 VMWARE MEMPLUG  06040000 VMW  00000001)
[    0.000000] ACPI: HPET 000000003feedaf7 000038 (v01 VMWARE VMW HPET 06040000 VMW  00000001)
[    0.000000] ACPI: WAET 000000003feedacf 000028 (v01 VMWARE VMW WAET 06040000 VMW  00000001)
[    0.000000] Setting APIC routing to physical flat.
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x3fedffff]
[    0.000000]   node   0: [mem 0x3ff00000-0x3fffffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3f] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086af01 base: 0xfed00000
[    0.000000] smpboot: 64 Processors exceeds NR_CPUS limit of 8
[    0.000000] smpboot: Allowing 8 CPUs, 7 hotplug CPUs
[    0.000000] e820: [mem 0x40000000-0xefffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 25 pages/cpu @ffff88003fc00000 s80192 r0 d22208 u262144
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 257897
[    0.000000] Kernel command line: rw root=uuid=2ba08fbc-4b95-46cc-b638-299f16462620 vga=6 raid=noautodetect console=ttyS0,9600n8 console=tty0 rootwait
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 1012780K/1048056K available (7943K kernel code, 527K rwdata, 2628K rodata, 932K init, 2580K bss, 35276K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] NR_IRQS:4352 nr_irqs:744 16
[    0.000000] Console: colour VGA+ 80x60
[    0.000000] console [tty0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] TSC freq read from hypervisor : 3000.079 MHz
[    0.000000] tsc: Detected 3000.079 MHz processor
[    0.000008] Calibrating delay loop (skipped) preset value.. 6000.15 BogoMIPS (lpj=30000790)
[    0.002246] pid_max: default: 32768 minimum: 301
[    0.003470] ACPI: Core revision 20131218
[    0.010935] ACPI: All ACPI Tables successfully acquired
[    0.016551] Security Framework initialized
[    0.017804] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.019533] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.021913] Initializing cgroup subsys freezer
[    0.023201] mce: CPU supports 0 MCE banks
[    0.024343] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.024343] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
[    0.024343] tlb_flushall_shift: 6
[    0.067819] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.169353] smpboot: CPU0: AMD Athlon(tm) II X4 640 Processor (fam: 10, model: 05, stepping: 03)
[    0.288714] Performance Events: AMD PMU driver.
[    0.290031] ... version:                0
[    0.291120] ... bit width:              48
[    0.292203] ... generic registers:      4
[    0.293262] ... value mask:             0000ffffffffffff
[    0.294650] ... max period:             00007fffffffffff
[    0.296053] ... fixed-purpose events:   0
[    0.297134] ... event mask:             000000000000000f
[    0.298759] x86: Booted up 1 node, 1 CPUs
[    0.299873] smpboot: Total of 1 processors activated (6000.15 BogoMIPS)
[    0.301887] x86 PAT enabled: cpu 0, old 0x0, new 0x7010600070106
[    0.303669] devtmpfs: initialized
[    0.304806] kworker/u16:0 (14) used greatest stack depth: 6248 bytes left
[    0.306658] xor: measuring software checksum speed
[    0.408477]    prefetch64-sse: 12224.800 MB/sec
[    0.508385]    generic_sse: 11643.600 MB/sec
[    0.509567] xor: using function: prefetch64-sse (12224.800 MB/sec)
[    0.511333] NET: Registered protocol family 16
[    0.512815] cpuidle: using governor ladder
[    0.514033] cpuidle: using governor menu
[    0.515907] ACPI: bus type PCI registered
[    0.517246] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.519737] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.525415] PCI: Using configuration type 1 for base access
[    0.527337] kworker/u16:0 (41) used greatest stack depth: 5832 bytes left
[    0.540571] bio: create slab <bio-0> at 0
[    0.708240] raid6: sse2x1    3985 MB/s
[    0.878012] raid6: sse2x2    6637 MB/s
[    1.047854] raid6: sse2x4    7519 MB/s
[    1.048878] raid6: using algorithm sse2x4 (7519 MB/s)
[    1.050200] raid6: using intx1 recovery algorithm
[    1.051802] ACPI: Added _OSI(Module Device)
[    1.052986] ACPI: Added _OSI(Processor Device)
[    1.054153] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.055434] ACPI: Added _OSI(Processor Aggregator Device)
[    1.064341] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    1.072476] ACPI: Interpreter enabled
[    1.073519] ACPI: (supports S0 S5)
[    1.074446] ACPI: Using IOAPIC for interrupt routing
[    1.075932] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.097944] ACPI: No dock devices found.
[    1.176769] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
[    1.178495] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    1.180923] acpi PNP0A03:00: _OSC: platform does not support [AER]
[    1.182761] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[    1.186223] PCI host bridge to bus 0000:00
[    1.187398] pci_bus 0000:00: root bus resource [bus 00-7f]
[    1.188859] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    1.190662] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[    1.192451] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    1.194273] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    1.196177] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    1.198040] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
[    1.199819] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    1.201457] pci_bus 0000:00: root bus resource [io  0x0d00-0xfeff]
[    1.209041] pci 0000:00:07.3: quirk: [io  0x1000-0x103f] claimed by PIIX4 ACPI
[    1.211084] pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
[    1.228702] pci 0000:00:11.0: System wakeup disabled by ACPI
[    1.231605] pci 0000:00:15.0: System wakeup disabled by ACPI
[    1.234254] pci 0000:00:15.1: System wakeup disabled by ACPI
[    1.236925] pci 0000:00:15.2: System wakeup disabled by ACPI
[    1.239568] pci 0000:00:15.3: System wakeup disabled by ACPI
[    1.242444] pci 0000:00:15.4: System wakeup disabled by ACPI
[    1.245204] pci 0000:00:15.5: System wakeup disabled by ACPI
[    1.248120] pci 0000:00:15.6: System wakeup disabled by ACPI
[    1.250863] pci 0000:00:15.7: System wakeup disabled by ACPI
[    1.253509] pci 0000:00:16.0: System wakeup disabled by ACPI
[    1.256163] pci 0000:00:16.1: System wakeup disabled by ACPI
[    1.258845] pci 0000:00:16.2: System wakeup disabled by ACPI
[    1.261597] pci 0000:00:16.3: System wakeup disabled by ACPI
[    1.264279] pci 0000:00:16.4: System wakeup disabled by ACPI
[    1.266982] pci 0000:00:16.5: System wakeup disabled by ACPI
[    1.269623] pci 0000:00:16.6: System wakeup disabled by ACPI
[    1.272304] pci 0000:00:16.7: System wakeup disabled by ACPI
[    1.274930] pci 0000:00:17.0: System wakeup disabled by ACPI
[    1.277705] pci 0000:00:17.1: System wakeup disabled by ACPI
[    1.280458] pci 0000:00:17.2: System wakeup disabled by ACPI
[    1.283102] pci 0000:00:17.3: System wakeup disabled by ACPI
[    1.285762] pci 0000:00:17.4: System wakeup disabled by ACPI
[    1.288441] pci 0000:00:17.5: System wakeup disabled by ACPI
[    1.291122] pci 0000:00:17.6: System wakeup disabled by ACPI
[    1.293771] pci 0000:00:17.7: System wakeup disabled by ACPI
[    1.296593] pci 0000:00:18.0: System wakeup disabled by ACPI
[    1.299285] pci 0000:00:18.1: System wakeup disabled by ACPI
[    1.301995] pci 0000:00:18.2: System wakeup disabled by ACPI
[    1.304622] pci 0000:00:18.3: System wakeup disabled by ACPI
[    1.307340] pci 0000:00:18.4: System wakeup disabled by ACPI
[    1.309974] pci 0000:00:18.5: System wakeup disabled by ACPI
[    1.312751] pci 0000:00:18.6: System wakeup disabled by ACPI
[    1.316227] pci 0000:00:18.7: System wakeup disabled by ACPI
[    1.318325] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.323991] pci 0000:02:00.0: System wakeup disabled by ACPI
[    1.325985] pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
[    1.328465] pci 0000:00:15.0: PCI bridge to [bus 03]
[    1.330447] pci 0000:00:15.1: PCI bridge to [bus 04]
[    1.332282] pci 0000:00:15.2: PCI bridge to [bus 05]
[    1.334126] pci 0000:00:15.3: PCI bridge to [bus 06]
[    1.336035] pci 0000:00:15.4: PCI bridge to [bus 07]
[    1.337936] pci 0000:00:15.5: PCI bridge to [bus 08]
[    1.339772] pci 0000:00:15.6: PCI bridge to [bus 09]
[    1.341703] pci 0000:00:15.7: PCI bridge to [bus 0a]
[    1.343550] pci 0000:00:16.0: PCI bridge to [bus 0b]
[    1.345501] pci 0000:00:16.1: PCI bridge to [bus 0c]
[    1.347450] pci 0000:00:16.2: PCI bridge to [bus 0d]
[    1.349321] pci 0000:00:16.3: PCI bridge to [bus 0e]
[    1.351228] pci 0000:00:16.4: PCI bridge to [bus 0f]
[    1.353100] pci 0000:00:16.5: PCI bridge to [bus 10]
[    1.354933] pci 0000:00:16.6: PCI bridge to [bus 11]
[    1.356885] pci 0000:00:16.7: PCI bridge to [bus 12]
[    1.358748] pci 0000:00:17.0: PCI bridge to [bus 13]
[    1.360680] pci 0000:00:17.1: PCI bridge to [bus 14]
[    1.362580] pci 0000:00:17.2: PCI bridge to [bus 15]
[    1.364458] pci 0000:00:17.3: PCI bridge to [bus 16]
[    1.366381] pci 0000:00:17.4: PCI bridge to [bus 17]
[    1.368286] pci 0000:00:17.5: PCI bridge to [bus 18]
[    1.370187] pci 0000:00:17.6: PCI bridge to [bus 19]
[    1.372027] pci 0000:00:17.7: PCI bridge to [bus 1a]
[    1.373879] pci 0000:00:18.0: PCI bridge to [bus 1b]
[    1.375813] pci 0000:00:18.1: PCI bridge to [bus 1c]
[    1.377736] pci 0000:00:18.2: PCI bridge to [bus 1d]
[    1.379633] pci 0000:00:18.3: PCI bridge to [bus 1e]
[    1.381962] pci 0000:00:18.4: PCI bridge to [bus 1f]
[    1.383847] pci 0000:00:18.5: PCI bridge to [bus 20]
[    1.385761] pci 0000:00:18.6: PCI bridge to [bus 21]
[    1.387677] pci 0000:00:18.7: PCI bridge to [bus 22]
[    1.391377] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)
[    1.394030] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 14 15)
[    1.396905] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15)
[    1.399661] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    1.413372] ACPI: Enabled 2 GPEs in block 00 to 0F
[    1.415332] vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none
[    1.417535] vgaarb: loaded
[    1.418293] vgaarb: bridge control possible 0000:00:0f.0
[    1.419818] SCSI subsystem initialized
[    1.421042] ACPI: bus type USB registered
[    1.422182] usbcore: registered new interface driver usbfs
[    1.423674] usbcore: registered new interface driver hub
[    1.425126] usbcore: registered new device driver usb
[    1.426536] pps_core: LinuxPPS API ver. 1 registered
[    1.427922] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.430560] PTP clock support registered
[    1.431796] PCI: Using ACPI for IRQ routing
[    1.464415] NetLabel: Initializing
[    1.465410] NetLabel:  domain hash size = 128
[    1.466554] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.467923] NetLabel:  unlabeled traffic allowed by default
[    1.469533] HPET: 16 timers in total, 0 timers will be used for per-cpu timer
[    1.471481] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
[    1.474689] hpet0: 16 comparators, 64-bit 14.318180 MHz counter
[    1.478425] Switched to clocksource hpet
[    1.479588] FS-Cache: Loaded
[    1.480864] pnp: PnP ACPI init
[    1.481772] ACPI: bus type PNP registered
[    1.483130] system 00:00: [io  0x1000-0x103f] could not be reserved
[    1.484783] system 00:00: [io  0x1040-0x104f] has been reserved
[    1.486361] system 00:00: [io  0x0cf0-0x0cf1] has been reserved
[    1.488568] system 00:07: [mem 0xfed00000-0xfed003ff] has been reserved
[    1.493015] system 00:0c: [io  0xfce0-0xfcff] has been reserved
[    1.494594] system 00:0c: [mem 0xf0000000-0xf7ffffff] has been reserved
[    1.496367] system 00:0c: [mem 0xfe800000-0xfe9fffff] has been reserved
[    1.504558] pnp: PnP ACPI: found 14 devices
[    1.505778] ACPI: bus type PNP unregistered
[    1.516299] pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0000000-0xc0007fff pref]
[    1.518231] pci 0000:00:10.0: BAR 6: assigned [mem 0xc0008000-0xc000bfff pref]
[    1.520196] pci 0000:00:15.3: BAR 7: can't assign io (size 0x1000)
[    1.521805] pci 0000:00:15.4: BAR 7: can't assign io (size 0x1000)
[    1.523422] pci 0000:00:15.5: BAR 7: can't assign io (size 0x1000)
[    1.525193] pci 0000:00:15.6: BAR 7: can't assign io (size 0x1000)
[    1.526814] pci 0000:00:15.7: BAR 7: can't assign io (size 0x1000)
[    1.528460] pci 0000:00:16.3: BAR 7: can't assign io (size 0x1000)
[    1.530122] pci 0000:00:16.4: BAR 7: can't assign io (size 0x1000)
[    1.531785] pci 0000:00:16.5: BAR 7: can't assign io (size 0x1000)
[    1.533421] pci 0000:00:16.6: BAR 7: can't assign io (size 0x1000)
[    1.535058] pci 0000:00:16.7: BAR 7: can't assign io (size 0x1000)
[    1.536659] pci 0000:00:17.3: BAR 7: can't assign io (size 0x1000)
[    1.538269] pci 0000:00:17.4: BAR 7: can't assign io (size 0x1000)
[    1.539915] pci 0000:00:17.5: BAR 7: can't assign io (size 0x1000)
[    1.541519] pci 0000:00:17.6: BAR 7: can't assign io (size 0x1000)
[    1.543133] pci 0000:00:17.7: BAR 7: can't assign io (size 0x1000)
[    1.544732] pci 0000:00:18.2: BAR 7: can't assign io (size 0x1000)
[    1.546383] pci 0000:00:18.3: BAR 7: can't assign io (size 0x1000)
[    1.548069] pci 0000:00:18.4: BAR 7: can't assign io (size 0x1000)
[    1.549728] pci 0000:00:18.5: BAR 7: can't assign io (size 0x1000)
[    1.551350] pci 0000:00:18.6: BAR 7: can't assign io (size 0x1000)
[    1.552964] pci 0000:00:18.7: BAR 7: can't assign io (size 0x1000)
[    1.554567] pci 0000:00:18.7: BAR 7: can't assign io (size 0x1000)
[    1.556186] pci 0000:00:18.6: BAR 7: can't assign io (size 0x1000)
[    1.557794] pci 0000:00:18.5: BAR 7: can't assign io (size 0x1000)
[    1.559419] pci 0000:00:18.4: BAR 7: can't assign io (size 0x1000)
[    1.561047] pci 0000:00:18.3: BAR 7: can't assign io (size 0x1000)
[    1.562667] pci 0000:00:18.2: BAR 7: can't assign io (size 0x1000)
[    1.564326] pci 0000:00:17.7: BAR 7: can't assign io (size 0x1000)
[    1.566004] pci 0000:00:17.6: BAR 7: can't assign io (size 0x1000)
[    1.567611] pci 0000:00:17.5: BAR 7: can't assign io (size 0x1000)
[    1.569236] pci 0000:00:17.4: BAR 7: can't assign io (size 0x1000)
[    1.570864] pci 0000:00:17.3: BAR 7: can't assign io (size 0x1000)
[    1.572474] pci 0000:00:16.7: BAR 7: can't assign io (size 0x1000)
[    1.574083] pci 0000:00:16.6: BAR 7: can't assign io (size 0x1000)
[    1.575699] pci 0000:00:16.5: BAR 7: can't assign io (size 0x1000)
[    1.577318] pci 0000:00:16.4: BAR 7: can't assign io (size 0x1000)
[    1.578942] pci 0000:00:16.3: BAR 7: can't assign io (size 0x1000)
[    1.580627] pci 0000:00:15.7: BAR 7: can't assign io (size 0x1000)
[    1.582276] pci 0000:00:15.6: BAR 7: can't assign io (size 0x1000)
[    1.583916] pci 0000:00:15.5: BAR 7: can't assign io (size 0x1000)
[    1.585538] pci 0000:00:15.4: BAR 7: can't assign io (size 0x1000)
[    1.587139] pci 0000:00:15.3: BAR 7: can't assign io (size 0x1000)
[    1.588769] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.590210] pci 0000:02:00.0: BAR 6: assigned [mem 0xe7b00000-0xe7b0ffff pref]
[    1.592092] pci 0000:00:11.0: PCI bridge to [bus 02]
[    1.593423] pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
[    1.595052] pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]
[    1.596853] pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
[    1.599018] pci 0000:00:15.0: PCI bridge to [bus 03]
[    1.600395] pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
[    1.602003] pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]
[    1.603789] pci 0000:00:15.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
[    1.605895] pci 0000:00:15.1: PCI bridge to [bus 04]
[    1.607216] pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]
[    1.608880] pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]
[    1.610694] pci 0000:00:15.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
[    1.612800] pci 0000:00:15.2: PCI bridge to [bus 05]
[    1.614156] pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]
[    1.615851] pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]
[    1.617658] pci 0000:00:15.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
[    1.620513] pci 0000:00:15.3: PCI bridge to [bus 06]
[    1.621857] pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]
[    1.623653] pci 0000:00:15.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
[    1.625748] pci 0000:00:15.4: PCI bridge to [bus 07]
[    1.627087] pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]
[    1.628893] pci 0000:00:15.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
[    1.631208] pci 0000:00:15.5: PCI bridge to [bus 08]
[    1.632633] pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]
[    1.634426] pci 0000:00:15.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
[    1.636569] pci 0000:00:15.6: PCI bridge to [bus 09]
[    1.637917] pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.639796] pci 0000:00:15.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
[    1.641866] pci 0000:00:15.7: PCI bridge to [bus 0a]
[    1.643217] pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]
[    1.645054] pci 0000:00:15.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
[    1.647148] pci 0000:00:16.0: PCI bridge to [bus 0b]
[    1.648544] pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]
[    1.650265] pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]
[    1.652039] pci 0000:00:16.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
[    1.654112] pci 0000:00:16.1: PCI bridge to [bus 0c]
[    1.655482] pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]
[    1.657098] pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    1.658914] pci 0000:00:16.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
[    1.661057] pci 0000:00:16.2: PCI bridge to [bus 0d]
[    1.662375] pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]
[    1.664024] pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    1.665908] pci 0000:00:16.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
[    1.668011] pci 0000:00:16.3: PCI bridge to [bus 0e]
[    1.669370] pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]
[    1.671201] pci 0000:00:16.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
[    1.673274] pci 0000:00:16.4: PCI bridge to [bus 0f]
[    1.674614] pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]
[    1.676441] pci 0000:00:16.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
[    1.678537] pci 0000:00:16.5: PCI bridge to [bus 10]
[    1.679943] pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]
[    1.681784] pci 0000:00:16.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
[    1.684045] pci 0000:00:16.6: PCI bridge to [bus 11]
[    1.685433] pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.687219] pci 0000:00:16.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
[    1.689335] pci 0000:00:16.7: PCI bridge to [bus 12]
[    1.690775] pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]
[    1.692572] pci 0000:00:16.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
[    1.694640] pci 0000:00:17.0: PCI bridge to [bus 13]
[    1.695985] pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]
[    1.697660] pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    1.699511] pci 0000:00:17.0:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
[    1.701661] pci 0000:00:17.1: PCI bridge to [bus 14]
[    1.702996] pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]
[    1.704612] pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]
[    1.706421] pci 0000:00:17.1:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
[    1.708515] pci 0000:00:17.2: PCI bridge to [bus 15]
[    1.709856] pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]
[    1.711474] pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]
[    1.713263] pci 0000:00:17.2:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
[    1.715437] pci 0000:00:17.3: PCI bridge to [bus 16]
[    1.716812] pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]
[    1.718622] pci 0000:00:17.3:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
[    1.720727] pci 0000:00:17.4: PCI bridge to [bus 17]
[    1.722063] pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]
[    1.723863] pci 0000:00:17.4:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
[    1.725948] pci 0000:00:17.5: PCI bridge to [bus 18]
[    1.727305] pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.729102] pci 0000:00:17.5:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
[    1.731233] pci 0000:00:17.6: PCI bridge to [bus 19]
[    1.732608] pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.734413] pci 0000:00:17.6:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
[    1.736510] pci 0000:00:17.7: PCI bridge to [bus 1a]
[    1.737858] pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]
[    1.739685] pci 0000:00:17.7:   bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
[    1.741760] pci 0000:00:18.0: PCI bridge to [bus 1b]
[    1.743091] pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]
[    1.744720] pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]
[    1.746504] pci 0000:00:18.0:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
[    1.748658] pci 0000:00:18.1: PCI bridge to [bus 1c]
[    1.750089] pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]
[    1.751742] pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    1.753534] pci 0000:00:18.1:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
[    1.755627] pci 0000:00:18.2: PCI bridge to [bus 1d]
[    1.756966] pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    1.758780] pci 0000:00:18.2:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
[    1.760870] pci 0000:00:18.3: PCI bridge to [bus 1e]
[    1.762230] pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]
[    1.764033] pci 0000:00:18.3:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
[    1.766164] pci 0000:00:18.4: PCI bridge to [bus 1f]
[    1.767549] pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]
[    1.769351] pci 0000:00:18.4:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
[    1.771444] pci 0000:00:18.5: PCI bridge to [bus 20]
[    1.772797] pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.774579] pci 0000:00:18.5:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
[    1.776680] pci 0000:00:18.6: PCI bridge to [bus 21]
[    1.778024] pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]
[    1.779857] pci 0000:00:18.6:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
[    1.781972] pci 0000:00:18.7: PCI bridge to [bus 22]
[    1.783354] pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]
[    1.785176] pci 0000:00:18.7:   bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
[    1.787455] NET: Registered protocol family 2
[    1.788759] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    1.790676] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[    1.792421] TCP: Hash tables configured (established 8192 bind 8192)
[    1.794112] TCP: reno registered
[    1.795031] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    1.796581] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    1.798442] NET: Registered protocol family 1
[    1.799715] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.801903] Simple Boot Flag at 0x36 set to 0x80
[    1.803194] Switched to clocksource tsc
[    1.804341] microcode: CPU0: patch_level=0x010000b6
[    1.805770] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.808222] PCLMULQDQ-NI instructions are not detected.
[    1.809685] sha256_ssse3: Neither AVX nor SSSE3 is available/usable.
[    1.811352] sha512_ssse3: Neither AVX nor SSSE3 is available/usable.
[    1.813569] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    1.816123] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.821511] fuse init (API version 7.22)
[    1.823563] SGI XFS with security attributes, large block/inode numbers, no debug enabled
[    1.826856] msgmni has been set to 1978
[    1.829708] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    1.831721] io scheduler noop registered (default)
[    1.833004] io scheduler deadline registered
[    1.834447] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[    1.835819] crc32: self tests passed, processed 225944 bytes in 131098 nsec
[    1.837751] crc32c: CRC_LE_BITS = 64
[    1.838749] crc32c: self tests passed, processed 225944 bytes in 65511 nsec
[    2.056426] crc32_combine: 8373 self tests passed
[    2.275509] crc32c_combine: 8373 self tests passed
[    2.300041] ACPI: AC Adapter [ACAD] (on-line)
[    2.301520] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    2.303536] ACPI: Power Button [PWRF]
[    2.305823] xenfs: not registering filesystem on non-xen platform
[    2.307832] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    2.335413] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.363411] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    2.366192] Non-volatile memory driver v1.3
[    2.367404] Linux agpgart interface v0.103
[    2.368726] agpgart-intel 0000:00:00.0: Intel 440BX Chipset
[    2.372581] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0
[    2.374407] [drm] Initialized drm 1.1.0 20060810
[    2.377148] brd: module loaded
[    2.378821] loop: module loaded
[    2.379787] HP CISS Driver (v 3.6.26)
[    2.381288] vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x11080, irq 16
[    2.383209] vmw_vmci 0000:00:07.7: Using capabilities 0xc
[    2.385464] Guest personality initialized and is active
[    2.387009] VMCI host device registered (name=vmci, major=10, minor=62)
[    2.388817] Initialized host personality
[    2.390445] mpt2sas version 16.100.00.00 loaded
[    2.391822] VMware PVSCSI driver - version 1.0.2.0-k
[    2.393878] scsi0 : ata_piix
[    2.394878] scsi1 : ata_piix
[    2.395744] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
[    2.397605] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
[    2.400167] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[    2.406121] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[    2.408201] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    2.410084] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.788881] ata2.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33
[    2.814823] e1000 0000:02:00.0 eth0: (PCI:66MHz:32-bit) 00:0c:29:55:5f:81
[    2.816679] e1000 0000:02:00.0 eth0: Intel(R) PRO/1000 Network Connection
[    2.818534] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    2.820092] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    2.821705] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
[    2.823504] igb: Copyright (c) 2007-2013 Intel Corporation.
[    2.825167] VMware vmxnet3 virtual NIC driver - version 1.2.0.0-k-NAPI
[    2.826976] Fusion MPT base driver 3.04.20
[    2.828114] Copyright (c) 1999-2008 LSI Corporation
[    2.829435] Fusion MPT SPI Host driver 3.04.20
[    2.831137] ata2.00: configured for UDMA/33
[    2.832523] mptbase: ioc0: Initiating bringup
[    2.834148] scsi 1:0:0:0: CD-ROM            NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5
[    2.836817] sr0: scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.838827] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.840704] sr 1:0:0:0: Attached scsi generic sg0 type 5
[    3.009600] ioc0: LSI53C1030 B0: Capabilities={Initiator}
[    3.421176] scsi2 : ioc0: LSI53C1030 B0, FwRev=01032920h, Ports=1, MaxQ=128, IRQ=17
[    3.708611] scsi 2:0:0:0: Direct-Access     VMware,  VMware Virtual S 1.0  PQ: 0 ANSI: 2
[    3.716530] scsi target2:0:0: Beginning Domain Validation
[    3.724599] scsi target2:0:0: Domain Validation skipping write tests
[    3.730941] scsi target2:0:0: Ending Domain Validation
[    3.736253] scsi target2:0:0: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127)
[    3.744688] sd 2:0:0:0: [sda] 25165824 512-byte logical blocks: (12.8 GB/12.0 GiB)
[    3.752658] sd 2:0:0:0: [sda] Write Protect is off
[    3.757832] sd 2:0:0:0: [sda] Cache data unavailable
[    3.759650] sd 2:0:0:0: [sda] Assuming drive cache: write through
[    3.762307] sd 2:0:0:0: [sda] Cache data unavailable
[    3.764020] sd 2:0:0:0: [sda] Assuming drive cache: write through
[    3.766858] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    3.770432] Fusion MPT FC Host driver 3.04.20
[    3.772014] Fusion MPT SAS Host driver 3.04.20
[    3.773597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.775812] ehci-pci: EHCI PCI platform driver
[    3.777423] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.779786] ohci-pci: OHCI PCI platform driver
[    3.781432]  sda: sda1 sda2 sda3 sda4
[    3.783001] uhci_hcd: USB Universal Host Controller Interface driver
[    3.785415] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
[    3.789311] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.790656] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.792305] sd 2:0:0:0: [sda] Cache data unavailable
[    3.793666] sd 2:0:0:0: [sda] Assuming drive cache: write through
[    3.795290] sd 2:0:0:0: [sda] Attached SCSI disk
[    3.796781] mousedev: PS/2 mouse device common for all mice
[    3.819487] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    3.821298] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    3.823516] md: linear personality registered for level -1
[    3.825009] md: raid0 personality registered for level 0
[    3.826460] md: raid1 personality registered for level 1
[    3.827859] md: raid10 personality registered for level 10
[    3.829431] md: raid6 personality registered for level 6
[    3.830889] md: raid5 personality registered for level 5
[    3.832312] md: raid4 personality registered for level 4
[    3.833881] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    3.836312] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    3.840511] device-mapper: raid: Loading target version 1.5.2
[    3.842381] usbcore: registered new interface driver usbhid
[    3.843885] usbhid: USB HID core driver
[    3.844941] Netfilter messages via NETLINK v0.30.
[    3.846245] nf_conntrack version 0.5.0 (7912 buckets, 31648 max)
[    3.848046] ctnetlink v0.93: registering with nfnetlink.
[    3.849550] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.851051] TCP: cubic registered
[    3.851972] TCP: vegas registered
[    3.852898] TCP: veno registered
[    3.853791] TCP: yeah registered
[    3.854664] Initializing XFRM netlink socket
[    3.855837] NET: Registered protocol family 17
[    3.857065] Key type dns_resolver registered
[    3.859251] bio: create slab <bio-1> at 1
[    3.860859] Btrfs loaded
[    3.866693] rtc_cmos 00:03: setting system clock to 2014-04-25 07:58:15 UTC (1398412695)
[    4.046211] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3
[    4.055141] md: Skipping autodetection of RAID arrays. (raid=autodetect will force)
[    4.062867] Waiting for root device uuid=2ba08fbc-4b95-46cc-b638-299f16462620...
?????? ?????? April 25, 2014, 5:04 a.m. UTC | #4
> -----Original Message-----
> From: Chris Mason [mailto:clm@fb.com]
> Sent: Friday, April 25, 2014 3:08 AM
> To: Chris Murphy; Marc MERLIN
> Cc: ?????? ??????; linux-btrfs@vger.kernel.org
> Subject: Re: Can anyone boot a system using btrfs root with linux 3.14 or
> newer?
> 
> 
> 
> On 04/24/2014 08:04 PM, Chris Murphy wrote:
> >
> > On Apr 24, 2014, at 5:07 PM, Marc MERLIN <marc@merlins.org> wrote:
> >>
> >>
> >> In 3.14 the device shows up before btrfs is loaded:
> >> sd 2:0:0:0: [sda] Cache data unavailable sd 2:0:0:0: [sda] Assuming
> >> drive cache: write through sd 2:0:0:0: [sda] Attached SCSI disk
> >> (...)
> >> Btrfs loaded
> >
> > Same for me though, and I can boot.
> >
> > [    0.693215] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
> > [    0.693799] ata1.00: 167772160 sectors, multi 128: LBA48 NCQ (depth 31/32)
> > [    0.694153] ata1.00: configured for UDMA/133
> > [    0.695475] scsi 0:0:0:0: Direct-Access     ATA      VBOX HARDDISK    1.0  PQ: 0
> ANSI: 5
> > [    0.699386] sd 0:0:0:0: [sda] 167772160 512-byte logical blocks: (85.8
> GB/80.0 GiB)
> > [    0.699443] sd 0:0:0:0: Attached scsi generic sg0 type 0
> > [    0.700604] sd 0:0:0:0: [sda] Write Protect is off
> > [    0.701151] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> > [    0.701187] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled,
> doesn't support DPO or FUA
> > [    0.707841]  sda: sda1 sda2 sda3
> > [    0.709846] sd 0:0:0:0: [sda] Attached SCSI disk
> > (…)
> > [    2.380090] bio: create slab <bio-1> at 1
> > [    2.384645] Btrfs loaded
> >
> > So I don't think the order is it. The biggest difference I'm seeing between
> the 3.13.11 and 3.14.1 dmesg's provided:
> >
> > 3.13.11:
> > [    1.861740] bio: create slab <bio-1> at 1
> > [    1.863389] Btrfs loaded
> >
> > 3.14.1:
> > [    3.949312] bio: create slab <bio-1> at 1
> > [    3.950942] Btrfs loaded
> >
> > It's happening much later, and it's right at this point VFS complains:
> > [    4.182603] VFS: Cannot open root device "sda2" or unknown-block(8,2):
> error -38
> >
> > The 8,2 message is consistent with the kernel not knowing what file system
> sda2 is. Seems like it's saying "I see sda2, I know you want to use it as root,
> but I don't know what's there - *poof*" and it panics.
> >
> > If rootwait alone doesn't work, I wonder if root=uuid=2ba08fbc-4b95-46cc-
> b638-299f16462620 instead of root=/dev/sda2 will work along with rootwait.
> It should then wait for that fs uuid to become available, rather than waiting
> for sda2 to become available.
> >
> > I vaguely recall there recently being btrfs boot problems with the
> > module compiled in…
> >
> 
> Yes, it was with the crc code.  I noticed he has compression on and I'm
> wondering if we're hitting a similar ordering problem with the zlib init.
> 
> The best way to know for sure is to please try with an initrd. 

This will have to wait, though. Busy right now.

> If that does
> work we'll know it's an init ordering problem and we can track it down from
> there.
> 


Thanks, guys!
--------------------------------
Plamen Petrov

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Duncan April 25, 2014, 7:02 a.m. UTC | #5
Chris Mason posted on Thu, 24 Apr 2014 20:08:28 -0400 as excerpted:

> On 04/24/2014 08:04 PM, Chris Murphy wrote:

>> So I don't think the order is it. The biggest difference I'm seeing
>> between the 3.13.11 and 3.14.1 dmesg's provided:
>>
>> 3.13.11:
>> [    1.861740] bio: create slab <bio-1> at 1 [    1.863389] Btrfs
>> loaded
>>
>> 3.14.1:
>> [    3.949312] bio: create slab <bio-1> at 1 [    3.950942] Btrfs
>> loaded
>>
>> It's happening much later, and it's right at this point VFS complains:
>> [    4.182603] VFS: Cannot open root device "sda2" or
>> unknown-block(8,2): error -38
>>
>> The 8,2 message is consistent with the kernel not knowing what file
>> system sda2 is. Seems like it's saying "I see sda2, I know you want to
>> use it as root, but I don't know what's there - *poof*" and it panics.

That's what I'm thinking too...

>> I vaguely recall there recently being btrfs boot problems with the
>> module compiled in…
>>
> Yes, it was with the crc code.  I noticed he has compression on and I'm
> wondering if we're hitting a similar ordering problem with the zlib
> init.

Everyone:  I didn't think of this earlier, when I first saw the thread, 
but coming home and catching up after work, I think my subconscious must 
have been working on it all day, and even before I read this message, I 
was wondering if it might be another variant of that CRC32 problem.  I 
was impatiently going thru the messages to see if someone mentioned it 
before I started another subthread on it... and here it is. =:^

But both crc32 and crc32c are loaded at about the same point in both 
kernels, before the filesystem tries to load, so that can't be it.

But your zlib theory looks like a good candidate, Chris (Mason), and my 
sysadmin's intuition is behaving like a Geiger counter at Fukishima ATM, 
so I think we're on the right track! =:^)

> The best way to know for sure is to please try with an initrd.  If that
> does work we'll know it's an init ordering problem and we can track it
> down from there.

Indeed, altho as I know from experience, reading/writing that is a lot 
easier than actually setting up an initr*, if you've not used one in a 
decade and haven't the foggiest how to create one.  (Being a gentooer 
here, I ended up following a recommendation from an only semi-related 
gentoo discussion, and setting up dracut for my initr* when I needed one 
to support a multi-device btrfs rootfs.  Wasn't too hard, but I did need 
to set aside some undisturbed time to study up on it and get it 
configured and working.  Since this thread's about a single-device btrfs 
rootfs, he got away without one until now, but...)

Meanwhile, if an initr* bypasses the issue, the fact that I'm running a 
multi-device btrfs root here, and thus an initr*, would explain why I 
hadn't run into the problem, here...  There goes that Geiger counter 
again!
diff mbox

Patch

--- dmesg-3.13.11-mix64-serial.txt	2014-04-24 16:00:44.442491091 -0700
+++ dmesg-3.14.1-mix64-serial.txt	2014-04-24 16:00:50.394404267 -0700
@@ -1,7 +1,7 @@ 
 Initializing cgroup subsys cpuset
 Initializing cgroup subsys cpu
 Initializing cgroup subsys cpuacct
-Linux version 3.13.11-mix64 (root@crux) (gcc version 4.7.3 (CRUX-x86_64-multilib) ) #1 SMP Fri Apr 25 00:59:11 EEST 2014
+Linux version 3.14.1-mix64 (root@crux) (gcc version 4.7.3 (CRUX-x86_64-multilib) ) #1 SMP Fri Apr 25 00:31:28 EEST 2014
 Command line: rw root=/dev/sda2 vga=6 raid=noautodetect console=ttyS0,9600n8 console=tty0
 e820: BIOS-provided physical RAM map:
 BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
@@ -190,7 +190,7 @@ 
 e820: [mem 0x40000000-0xefffffff] available for PCI devices
 Booting paravirtualized kernel on bare hardware
 setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
-PERCPU: Embedded 25 pages/cpu @ffff88003fc00000 s80000 r0 d22400 u262144
+PERCPU: Embedded 25 pages/cpu @ffff88003fc00000 s80192 r0 d22208 u262144
 Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 257897
 Kernel command line: rw root=/dev/sda2 vga=6 raid=noautodetect console=ttyS0,9600n8 console=tty0
 PID hash table entries: 4096 (order: 3, 32768 bytes)
@@ -198,7 +198,7 @@ 
 Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
 Checking aperture...
 No AGP bridge found
-Memory: 1012808K/1048056K available (7848K kernel code, 519K rwdata, 2604K rodata, 920K init, 2572K bss, 35248K reserved)
+Memory: 1012780K/1048056K available (7943K kernel code, 527K rwdata, 2628K rodata, 932K init, 2580K bss, 35276K reserved)
 SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
 Hierarchical RCU implementation.
 	CONFIG_RCU_FANOUT set to non-default value of 32
@@ -210,16 +210,16 @@ 
 tsc: Detected 3000.079 MHz processor
 Calibrating delay loop (skipped) preset value.. 6000.15 BogoMIPS (lpj=30000790)
 pid_max: default: 32768 minimum: 301
+ACPI: Core revision 20131218
+ACPI: All ACPI Tables successfully acquired
 Security Framework initialized
 Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
 Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
 Initializing cgroup subsys freezer
 mce: CPU supports 0 MCE banks
 Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
-Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
-tlb_flushall_shift: 4
-ACPI: Core revision 20131115
-ACPI: All ACPI Tables successfully acquired
+Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
+tlb_flushall_shift: 6
 ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
 smpboot: CPU0: AMD Athlon(tm) II X4 640 Processor (fam: 10, model: 05, stepping: 03)
 Performance Events: AMD PMU driver.
@@ -236,22 +236,22 @@ 
 devtmpfs: initialized
 kworker/u16:0 (14) used greatest stack depth: 6248 bytes left
 xor: measuring software checksum speed
-   prefetch64-sse: 12214.400 MB/sec
-   generic_sse: 11586.000 MB/sec
-xor: using function: prefetch64-sse (12214.400 MB/sec)
+   prefetch64-sse: 12244.000 MB/sec
+   generic_sse: 11621.200 MB/sec
+xor: using function: prefetch64-sse (12244.000 MB/sec)
 NET: Registered protocol family 16
-kworker/u16:0 (24) used greatest stack depth: 5832 bytes left
 cpuidle: using governor ladder
 cpuidle: using governor menu
 ACPI: bus type PCI registered
 PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
 PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
 PCI: Using configuration type 1 for base access
+kworker/u16:0 (42) used greatest stack depth: 5832 bytes left
 bio: create slab <bio-0> at 0
-raid6: sse2x1    4044 MB/s
-raid6: sse2x2    7065 MB/s
-raid6: sse2x4    7603 MB/s
-raid6: using algorithm sse2x4 (7603 MB/s)
+raid6: sse2x1    3955 MB/s
+raid6: sse2x2    6623 MB/s
+raid6: sse2x4    7560 MB/s
+raid6: using algorithm sse2x4 (7560 MB/s)
 raid6: using intx1 recovery algorithm
 ACPI: Added _OSI(Module Device)
 ACPI: Added _OSI(Processor Device)
@@ -557,19 +557,18 @@ 
 PCLMULQDQ-NI instructions are not detected.
 sha256_ssse3: Neither AVX nor SSSE3 is available/usable.
 sha512_ssse3: Neither AVX nor SSSE3 is available/usable.
+futex hash table entries: 2048 (order: 5, 131072 bytes)
 HugeTLB registered 2 MB page size, pre-allocated 0 pages
 fuse init (API version 7.22)
 SGI XFS with security attributes, large block/inode numbers, no debug enabled
-bio: create slab <bio-1> at 1
-Btrfs loaded
 msgmni has been set to 1978
 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
 io scheduler noop registered (default)
 io scheduler deadline registered
 crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
-crc32: self tests passed, processed 225944 bytes in 130914 nsec
+crc32: self tests passed, processed 225944 bytes in 131092 nsec
 crc32c: CRC_LE_BITS = 64
-crc32c: self tests passed, processed 225944 bytes in 86154 nsec
+crc32c: self tests passed, processed 225944 bytes in 65503 nsec
 crc32_combine: 8373 self tests passed
 crc32c_combine: 8373 self tests passed
 ACPI: AC Adapter [ACAD] (on-line)
@@ -609,13 +608,13 @@ 
 e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
 igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
 igb: Copyright (c) 2007-2013 Intel Corporation.
-VMware vmxnet3 virtual NIC driver - version 1.2.0.0-k-NAPI
 ata2.00: configured for UDMA/33
+VMware vmxnet3 virtual NIC driver - version 1.2.0.0-k-NAPI
 Fusion MPT base driver 3.04.20
 Copyright (c) 1999-2008 LSI Corporation
 Fusion MPT SPI Host driver 3.04.20
-mptbase: ioc0: Initiating bringup
 scsi 1:0:0:0: CD-ROM            NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5
+mptbase: ioc0: Initiating bringup
 sr0: scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
 cdrom: Uniform CD-ROM driver Revision: 3.20
 sr 1:0:0:0: Attached scsi generic sg0 type 5
@@ -639,15 +638,15 @@ 
 ehci-pci: EHCI PCI platform driver
 ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
 ohci-pci: OHCI PCI platform driver
- sda: sda1 sda2 sda3 sda4
 uhci_hcd: USB Universal Host Controller Interface driver
 i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
+ sda: sda1 sda2 sda3 sda4
 serio: i8042 KBD port at 0x60,0x64 irq 1
 serio: i8042 AUX port at 0x60,0x64 irq 12
+mousedev: PS/2 mouse device common for all mice
 sd 2:0:0:0: [sda] Cache data unavailable
 sd 2:0:0:0: [sda] Assuming drive cache: write through
 sd 2:0:0:0: [sda] Attached SCSI disk
-mousedev: PS/2 mouse device common for all mice
 rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
 rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
 md: linear personality registered for level -1
@@ -673,27 +672,35 @@ 
 Initializing XFRM netlink socket
 NET: Registered protocol family 17
 Key type dns_resolver registered
-rtc_cmos 00:03: setting system clock to 2014-04-25 01:12:53 UTC (1398388373)
+bio: create slab <bio-1> at 1
+Btrfs loaded
+rtc_cmos 00:03: setting system clock to 2014-04-25 00:51:01 UTC (1398387061)
 input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3
 md: Skipping autodetection of RAID arrays. (raid=autodetect will force)
-btrfs: device fsid 2ba08fbc-4b95-46cc-b638-299f16462620 devid 1 transid 74 /dev/root
-btrfs: disk space caching is enabled
-VFS: Mounted root (btrfs filesystem) on device 0:14.
-devtmpfs: mounted
-Freeing unused kernel memory: 920K (ffffffff81c83000 - ffffffff81d69000)
-Write protecting the kernel read-only data: 12288k
-Freeing unused kernel memory: 332K (ffff8800017ad000 - ffff880001800000)
-Freeing unused kernel memory: 1492K (ffff880001a8b000 - ffff880001c00000)
-mount (1108) used greatest stack depth: 4416 bytes left
-udevd (1115) used greatest stack depth: 4400 bytes left
-udevd[1116]: starting version 182
-udevadm (1117) used greatest stack depth: 4328 bytes left
-btrfs: device fsid 2ba08fbc-4b95-46cc-b638-299f16462620 devid 1 transid 74 /dev/sda2
-btrfs (1175) used greatest stack depth: 4320 bytes left
-btrfs: use zlib compression
-btrfs: disk space caching is enabled
-mount (1176) used greatest stack depth: 4144 bytes left
-btrfs: use zlib compression
-btrfs: disk space caching is enabled
-EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
-rc (1107) used greatest stack depth: 4096 bytes left
+VFS: Cannot open root device "sda2" or unknown-block(8,2): error -38
+Please append a correct "root=" boot option; here are the available partitions:
+0b00         1048575 sr0  driver: sr
+0800        12582912 sda  driver: sd
+  0801          204800 sda1 00061e1d-01
+  0802         4703232 sda2 00061e1d-02
+  0803         4726784 sda3 00061e1d-03
+  0804         2947072 sda4 00061e1d-04
+Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,2)
+CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.14.1-mix64 #1
+Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/31/2013
+ 0000000000008000 ffff88003f8e1dc8 ffffffff817b4c00 0000000000000001
+ ffffffff819e9650 ffff88003f8e1e48 ffffffff817b05f3 ffffffff81c37d40
+ ffff880000000010 ffff88003f8e1e58 ffff88003f8e1df8 0000000034616473
+Call Trace:
+ [<ffffffff817b4c00>] dump_stack+0x46/0x58
+ [<ffffffff817b05f3>] panic+0xbc/0x1ba
+ [<ffffffff81c9a3e5>] mount_block_root+0x1f4/0x292
+ [<ffffffff81c9a5f9>] mount_root+0x57/0x5b
+ [<ffffffff81c9a75f>] prepare_namespace+0x162/0x19b
+ [<ffffffff81c9a117>] kernel_init_freeable+0x1df/0x1ef
+ [<ffffffff81c99894>] ? do_early_param+0x8c/0x8c
+ [<ffffffff817ab480>] ? rest_init+0x70/0x70
+ [<ffffffff817ab489>] kernel_init+0x9/0xf0
+ [<ffffffff817bda8c>] ret_from_fork+0x7c/0xb0
+ [<ffffffff817ab480>] ? rest_init+0x70/0x70
+Kernel Offset: 0x0 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffff9fffffff)