You are not logged in.

#1 2010-08-22 09:13:59

Strazku
Member
Registered: 2010-08-22
Posts: 12

Should I compile my own kernel?

Heya!  I just recently switched from Windows to Ubuntu, then used Ubuntu for about a week or two and ran across Arch in the process of messing around with ubuntu.  So, I'm extremely happy with arch so far and it's a completely different learning curve coming from windows smile, but I'm loving it so far.  SO! With that said.  On to my question.

The install of Arch is very new on my system (Netbook NB205-N310/bn).  When I boot up, it takes about 2-3 minutes to boot from grub to slim.  From some of the information I've read in some threads, some people have suggested to disable the udev and manually put in modules.  The other suggestions I've read, which is the majority, was to compile their own kernel.  I'm completely game for this, but...

With my lack of knowledge and experience in linux would compiling be too much?  If it isn't too much, then which kernel source should I start with?  Any personal input would be greatly appreciated.

Offline

#2 2010-08-22 09:22:52

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Should I compile my own kernel?

if speeding your boot time is the only reason you want to compile your own kernel, you are headed down the wrong path. Try the simpler methods first and see if they work.

For eg. backgrounding the daemons in the DAEMONS array should be a good start.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2010-08-22 09:43:40

Strazku
Member
Registered: 2010-08-22
Posts: 12

Re: Should I compile my own kernel?

Inxsible wrote:

if speeding your boot time is the only reason you want to compile your own kernel, you are headed down the wrong path. Try the simpler methods first and see if they work.

For eg. backgrounding the daemons in the DAEMONS array should be a good start.


Okay, I just tried it and it didn't make a single bit of difference, the daemons only take about 10 seconds to load with or without them being backgrounded. 

The part that takes forever to load is the whole process before it shows the version.  Then it goes into the udev boot udev events.  Any other suggestions? :-\  Could the fact that I formatted ext4 make any difference at all?

Offline

#4 2010-08-22 09:59:23

gazj
Member
From: /home/gazj -> /uk/cambs
Registered: 2007-02-09
Posts: 681
Website

Re: Should I compile my own kernel?

I don't think the filesystem will make really any difference.  Did your Ubuntu kernel take thits long to boot?

If initialising the kernel is the bottle neck.  Remove "quiet" (if its there) from the kernel line of the file /boot/grub/menu.lst, you will then get verbose output from the linux kernel.  You may be able to see what is taking so long.

Last edited by gazj (2010-08-22 10:01:51)

Offline

#5 2010-08-22 10:06:31

Spider.007
Member
Registered: 2004-06-20
Posts: 1,175

Re: Should I compile my own kernel?

Strazku wrote:

[...]

The part that takes forever to load is the whole process before it shows the version.  Then it goes into the udev boot udev events.  Any other suggestions? :-\  Could the fact that I formatted ext4 make any difference at all?

Formatting as ext4 should not make your boot slow down. The 'whole process before it shows the version' is actually the kernel booting, so it would be interesting to see what takes so long. Try adding this to your kernel line in grub:

printk.time=1

then show us your /var/log/dmesg.log

Offline

#6 2010-08-22 10:08:27

archman-cro
Member
From: Croatia
Registered: 2010-04-04
Posts: 943
Website

Re: Should I compile my own kernel?

Well, customizing a stock ARCH kernel does cut the time when modules are loading, cause you choose only the modules you need for your configuration, but that's really about a second or two, so you shouldn't kick yourself in the butt trying to learn some advanced stuff like tayloring the kernel while you're still "new" in linux. Dunno why should it take 2-3mins from GRUB to slim. Mine takes ~10secs from GRUB to tty. 2-3mins, there's something wrong.

Offline

#7 2010-08-22 10:13:39

Strazku
Member
Registered: 2010-08-22
Posts: 12

Re: Should I compile my own kernel?

gazj wrote:

I don't think the filesystem will make really any difference.  Did your Ubuntu kernel take thits long to boot?

If initialising the kernel is the bottle neck.  Remove "quiet" (if its there) from the kernel line of the file /boot/grub/menu.lst, you will then get verbose output from the linux kernel.  You may be able to see what is taking so long.

The Ubuntu kernel didn't take hardly any time at all to boot, maybe 20 seconds.  This is taking about 2-3 minutes.  "quiet" isn't there.

Offline

#8 2010-08-22 10:18:25

gazj
Member
From: /home/gazj -> /uk/cambs
Registered: 2007-02-09
Posts: 681
Website

Re: Should I compile my own kernel?

I suggest you do as Spider.007 has suggested and we can try to get something from the output.  Secondly you could try installing the long term support kernel and see if that makes any difference.  I understand this is not a fix but a workaround.

pacman -S kernel26-lts

then change the kernel and initrd in menu.lst as appropriate. i.e change vmlinuz to vmlinuz-lts and kenrel26.img to kernel26-lts.img

Last edited by gazj (2010-08-22 10:19:11)

Offline

#9 2010-08-22 10:36:06

Strazku
Member
Registered: 2010-08-22
Posts: 12

Re: Should I compile my own kernel?

Spider.007 wrote:
Strazku wrote:

[...]

The part that takes forever to load is the whole process before it shows the version.  Then it goes into the udev boot udev events.  Any other suggestions? :-\  Could the fact that I formatted ext4 make any difference at all?

Formatting as ext4 should not make your boot slow down. The 'whole process before it shows the version' is actually the kernel booting, so it would be interesting to see what takes so long. Try adding this to your kernel line in grub:

printk.time=1

then show us your /var/log/dmesg.log

Okay cool, I just went and restarted with the suggestions that Spider.007 made.  It didn't quite take 2-3 minutes from the process, but 1 1/2 minutes, which it definitely shouldn't be taking that long to boot into.

Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.35-ARCH (tobias@T-POWA-LX) (gcc version 4.5.1 (GCC) ) #1 SMP PREEMPT Sat Aug 14 20:57:39 UTC 2010
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
 BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000007f6d0000 (usable)
 BIOS-e820: 000000007f6d0000 - 000000007f6e2000 (ACPI data)
 BIOS-e820: 000000007f6e2000 - 000000007f6e3000 (ACPI NVS)
 BIOS-e820: 000000007f6e3000 - 0000000080000000 (reserved)
 BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
 BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
 BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
DMI present.
e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
last_pfn = 0x7f6d0 max_arch_pfn = 0x100000
MTRR default type: uncachable
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-BFFFF uncachable
  C0000-CFFFF write-protect
  D0000-DFFFF uncachable
  E0000-FFFFF write-protect
MTRR variable ranges enabled:
  0 base 000000000 mask 080000000 write-back
  1 base 07F700000 mask 0FFF00000 uncachable
  2 base 07F800000 mask 0FF800000 uncachable
  3 disabled
  4 disabled
  5 disabled
  6 disabled
  7 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
e820 update range: 0000000000002000 - 0000000000010000 (usable) ==> (reserved)
Scanning 1 areas for low memory corruption
modified physical RAM map:
 modified: 0000000000000000 - 0000000000001000 (reserved)
 modified: 0000000000001000 - 0000000000002000 (usable)
 modified: 0000000000002000 - 0000000000010000 (reserved)
 modified: 0000000000010000 - 000000000009f800 (usable)
 modified: 000000000009f800 - 00000000000a0000 (reserved)
 modified: 00000000000dc000 - 0000000000100000 (reserved)
 modified: 0000000000100000 - 000000007f6d0000 (usable)
 modified: 000000007f6d0000 - 000000007f6e2000 (ACPI data)
 modified: 000000007f6e2000 - 000000007f6e3000 (ACPI NVS)
 modified: 000000007f6e3000 - 0000000080000000 (reserved)
 modified: 00000000e0000000 - 00000000f0000000 (reserved)
 modified: 00000000fec00000 - 00000000fec10000 (reserved)
 modified: 00000000fed00000 - 00000000fed00400 (reserved)
 modified: 00000000fed14000 - 00000000fed1a000 (reserved)
 modified: 00000000fed1c000 - 00000000fed90000 (reserved)
 modified: 00000000fee00000 - 00000000fee01000 (reserved)
 modified: 00000000ff000000 - 0000000100000000 (reserved)
initial memory mapped : 0 - 01800000
found SMP MP-table at [c00f7a70] f7a70
init_memory_mapping: 0000000000000000-00000000377fe000
 0000000000 - 0000400000 page 4k
 0000400000 - 0037400000 page 2M
 0037400000 - 00377fe000 page 4k
kernel direct mapping tables up to 377fe000 @ 15000-1a000
RAMDISK: 7f507000 - 7f6c0000
Allocated new RAMDISK: 00100000 - 002b863e
Move RAMDISK from 000000007f507000 - 000000007f6bf63d to 00100000 - 002b863d
ACPI: RSDP 000f79f0 00024 (v02 TOSCPL)
ACPI: XSDT 7f6d45c7 00094 (v01 TOSCPL TOSCPL00 06040000  LTP 00000000)
ACPI: FACP 7f6e1bd2 000F4 (v03 INTEL  CALISTGA 06040000 ALAN 00000001)
ACPI: DSDT 7f6d645c 0B702 (v01 TOSCPL CALISTGA 06040000 INTL 20050624)
ACPI: FACS 7f6e2fc0 00040
ACPI: APIC 7f6e1cc6 00068 (v01 INTEL  CALISTGA 06040000 LOHR 0000005A)
ACPI: HPET 7f6e1d2e 00038 (v01 INTEL  CALISTGA 06040000 LOHR 0000005A)
ACPI: MCFG 7f6e1d66 0003C (v01 INTEL  CALISTGA 06040000 LOHR 0000005A)
ACPI: TCPA 7f6e1da2 00032 (v01 PTLTD  CALISTGA 06040000  PTL 00000001)
ACPI: TMOR 7f6e1dd4 00026 (v01 PTLTD           06040000 PTL  00000003)
ACPI: SLIC 7f6e1dfa 00176 (v01 TOSCPL TOSCPL00 06040000 LOHR 00000000)
ACPI: APIC 7f6e1f70 00068 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
ACPI: BOOT 7f6e1fd8 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
ACPI: SSDT 7f6d5e0d 0064F (v01 SataRe  SataPri 00001000 INTL 20050624)
ACPI: SSDT 7f6d5771 0069C (v01 SataRe  SataSec 00001000 INTL 20050624)
ACPI: SSDT 7f6d4bb7 0021F (v02  PmRef  Cpu0Tst 00003000 INTL 20050624)
ACPI: SSDT 7f6d4b51 00066 (v02  PmRef  Cpu1Tst 00003000 INTL 20050624)
ACPI: SSDT 7f6d465b 004F6 (v02  PmRef    CpuPm 00003000 INTL 20050624)
ACPI: BIOS bug: multiple APIC/MADT found, using 0
ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
ACPI: Local APIC address 0xfee00000
1150MB HIGHMEM available.
887MB LOWMEM available.
  mapped low ram: 0 - 377fe000
  low ram: 0 - 377fe000
Zone PFN ranges:
  DMA      0x00000001 -> 0x00001000
  Normal   0x00001000 -> 0x000377fe
  HighMem  0x000377fe -> 0x0007f6d0
Movable zone start PFN for each node
early_node_map[3] active PFN ranges
    0: 0x00000001 -> 0x00000002
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0007f6d0
On node 0 totalpages: 521824
free_area_init_node: node 0, pgdat c1418a40, node_mem_map c157b020
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 3952 pages, LIFO batch:0
  Normal zone: 1744 pages used for memmap
  Normal zone: 221486 pages, LIFO batch:31
  HighMem zone: 2302 pages used for memmap
  HighMem zone: 292308 pages, LIFO batch:31
Using APIC driver default
ACPI: PM-Timer IO Port: 0x1008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
SMP: Allowing 2 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 40
early_res array is doubled to 64 at [16000 - 167ff]
PM: Registered nosave memory: 0000000000002000 - 0000000000010000
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
Allocating PCI resources starting at 80000000 (gap: 80000000:60000000)
Booting paravirtualized kernel on bare hardware
setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
PERCPU: Embedded 14 pages/cpu @c2800000 s34880 r0 d22464 u2097152
pcpu-alloc: s34880 r0 d22464 u2097152 alloc=1*4194304
pcpu-alloc: [0] 0 1 
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 517746
Kernel command line: root=/dev/sda1 ro printk.time=1
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] allocated 10438700 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Subtract (54 early reservations)
[    0.000000]   #1 [0000001000 - 0000002000]   EX TRAMPOLINE
[    0.000000]   #2 [0001000000 - 0001572184]   TEXT DATA BSS
[    0.000000]   #3 [0001573000 - 0001579160]             BRK
[    0.000000]   #4 [00000f7a80 - 0000100000]   BIOS reserved
[    0.000000]   #5 [00000f7a70 - 00000f7a80]    MP-table mpf
[    0.000000]   #6 [000009f800 - 000009fc71]   BIOS reserved
[    0.000000]   #7 [000009fdc1 - 00000f7a70]   BIOS reserved
[    0.000000]   #8 [000009fc71 - 000009fdc1]    MP-table mpc
[    0.000000]   #9 [0000010000 - 0000011000]      TRAMPOLINE
[    0.000000]   #10 [0000011000 - 0000015000]     ACPI WAKEUP
[    0.000000]   #11 [0000015000 - 0000016000]         PGTABLE
[    0.000000]   #12 [0000100000 - 00002b9000]     NEW RAMDISK
[    0.000000]   #13 [000157a000 - 000157b000]         BOOTMEM
[    0.000000]   #14 [000157b000 - 000256b000]         BOOTMEM
[    0.000000]   #15 [00015721c0 - 00015721c4]         BOOTMEM
[    0.000000]   #16 [0001572200 - 00015722c0]         BOOTMEM
[    0.000000]   #17 [00015722c0 - 0001572314]         BOOTMEM
[    0.000000]   #18 [000256b000 - 000256e000]         BOOTMEM
[    0.000000]   #19 [0001572340 - 00015723ac]         BOOTMEM
[    0.000000]   #20 [000256e000 - 0002574000]         BOOTMEM
[    0.000000]   #21 [00015723c0 - 00015723e5]         BOOTMEM
[    0.000000]   #22 [0001572400 - 0001572427]         BOOTMEM
[    0.000000]   #23 [0001572440 - 000157261c]         BOOTMEM
[    0.000000]   #24 [0001572640 - 0001572680]         BOOTMEM
[    0.000000]   #25 [0001572680 - 00015726c0]         BOOTMEM
[    0.000000]   #26 [00015726c0 - 0001572700]         BOOTMEM
[    0.000000]   #27 [0001572700 - 0001572740]         BOOTMEM
[    0.000000]   #28 [0001572740 - 0001572780]         BOOTMEM
[    0.000000]   #29 [0001572780 - 00015727c0]         BOOTMEM
[    0.000000]   #30 [00015727c0 - 0001572800]         BOOTMEM
[    0.000000]   #31 [0001572800 - 0001572840]         BOOTMEM
[    0.000000]   #32 [0001572840 - 0001572880]         BOOTMEM
[    0.000000]   #33 [0001572880 - 00015728c0]         BOOTMEM
[    0.000000]   #34 [00015728c0 - 0001572900]         BOOTMEM
[    0.000000]   #35 [0001572900 - 0001572940]         BOOTMEM
[    0.000000]   #36 [0001572940 - 0001572980]         BOOTMEM
[    0.000000]   #37 [0001572980 - 00015729c0]         BOOTMEM
[    0.000000]   #38 [00015729c0 - 00015729d0]         BOOTMEM
[    0.000000]   #39 [0001572a00 - 0001572a10]         BOOTMEM
[    0.000000]   #40 [0001572a40 - 0001572a60]         BOOTMEM
[    0.000000]   #41 [0001572a80 - 0001572aa0]         BOOTMEM
[    0.000000]   #42 [0002800000 - 000280e000]         BOOTMEM
[    0.000000]   #43 [0002a00000 - 0002a0e000]         BOOTMEM
[    0.000000]   #44 [0001572ac0 - 0001572ac4]         BOOTMEM
[    0.000000]   #45 [0001572b00 - 0001572b04]         BOOTMEM
[    0.000000]   #46 [0001572b40 - 0001572b48]         BOOTMEM
[    0.000000]   #47 [0001572b80 - 0001572b88]         BOOTMEM
[    0.000000]   #48 [0001572bc0 - 0001572c68]         BOOTMEM
[    0.000000]   #49 [0001572c80 - 0001572ce8]         BOOTMEM
[    0.000000]   #50 [0002574000 - 0002578000]         BOOTMEM
[    0.000000]   #51 [0002578000 - 00025f8000]         BOOTMEM
[    0.000000]   #52 [00025f8000 - 0002638000]         BOOTMEM
[    0.000000]   #53 [0002a0e000 - 000340282c]         BOOTMEM
[    0.000000] Initializing HighMem for node 0 (000377fe:0007f6d0)
[    0.000000] Memory: 2052444k/2087744k available (2983k kernel code, 34852k reserved, 1240k data, 412k init, 1178440k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.000000]       .init : 0xc1421000 - 0xc1488000   ( 412 kB)
[    0.000000]       .data : 0xc12e9f3c - 0xc14202c0   (1240 kB)
[    0.000000]       .text : 0xc1000000 - 0xc12e9f3c   (2983 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]     RCU-based detection of stalled CPUs is disabled.
[    0.000000]     Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:512
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1662.321 MHz processor.
[    0.003341] Calibrating delay loop (skipped), value calculated using timer frequency.. 3325.16 BogoMIPS (lpj=5541070)
[    0.003486] pid_max: default: 32768 minimum: 301
[    0.003595] Security Framework initialized
[    0.003679] Mount-cache hash table entries: 512
[    0.003988] Initializing cgroup subsys ns
[    0.004063] Initializing cgroup subsys cpuacct
[    0.004138] Initializing cgroup subsys memory
[    0.004219] Initializing cgroup subsys devices
[    0.006677] Initializing cgroup subsys freezer
[    0.006746] Initializing cgroup subsys net_cls
[    0.006815] Initializing cgroup subsys blkio
[    0.006934] CPU: Physical Processor ID: 0
[    0.007003] CPU: Processor Core ID: 0
[    0.007072] mce: CPU supports 5 MCE banks
[    0.007148] CPU0: Thermal monitoring enabled (TM2)
[    0.007222] using mwait in idle threads.
[    0.007298] Performance Events: PEBS fmt0+, Atom events, Intel PMU driver.
[    0.007504] ... version:                3
[    0.007571] ... bit width:              40
[    0.007639] ... generic registers:      2
[    0.007707] ... value mask:             000000ffffffffff
[    0.007777] ... max period:             000000007fffffff
[    0.007848] ... fixed-purpose events:   3
[    0.007916] ... event mask:             0000000700000003
[    0.009374] ACPI: Core revision 20100428
[    0.026785] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.027279] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.062042] CPU0: Intel(R) Atom(TM) CPU N280   @ 1.66GHz stepping 02
[    0.076744] Booting Node   0, Processors  #1 Ok.
[    0.006666] Initializing CPU#1
[    0.173361] Brought up 2 CPUs
[    0.173501] Total of 2 processors activated (6652.69 BogoMIPS).
[    0.176739] devtmpfs: initialized
[    0.177079] NET: Registered protocol family 16
[    0.177143] ACPI: bus type pci registered
[    0.177371] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.177472] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.177547] PCI: Using MMCONFIG for extended config space
[    0.177619] PCI: Using configuration type 1 for base access
[    0.178597] bio: create slab <bio-0> at 0
[    0.185653] ACPI: EC: Look up EC in DSDT
[    0.191224] ACPI: BIOS _OSI(Linux) query ignored
[    0.192997] ACPI: SSDT 7f6d549a 00203 (v02  PmRef  Cpu0Ist 00003000 INTL 20050624)
[    0.193909] ACPI: Dynamic OEM Table Load:
[    0.194065] ACPI: SSDT (null) 00203 (v02  PmRef  Cpu0Ist 00003000 INTL 20050624)
[    0.194790] ACPI: SSDT 7f6d4dd6 0063F (v02  PmRef  Cpu0Cst 00003001 INTL 20050624)
[    0.195646] ACPI: Dynamic OEM Table Load:
[    0.195800] ACPI: SSDT (null) 0063F (v02  PmRef  Cpu0Cst 00003001 INTL 20050624)
[    0.196773] ACPI: SSDT 7f6d569d 000D4 (v02  PmRef  Cpu1Ist 00003000 INTL 20050624)
[    0.197652] ACPI: Dynamic OEM Table Load:
[    0.197805] ACPI: SSDT (null) 000D4 (v02  PmRef  Cpu1Ist 00003000 INTL 20050624)
[    0.198248] ACPI: SSDT 7f6d5415 00085 (v02  PmRef  Cpu1Cst 00003000 INTL 20050624)
[    0.199106] ACPI: Dynamic OEM Table Load:
[    0.199260] ACPI: SSDT (null) 00085 (v02  PmRef  Cpu1Cst 00003000 INTL 20050624)
[    0.200649] ACPI: Interpreter enabled
[    0.200649] ACPI: (supports S0 S3 S4 S5)
[    0.200856] ACPI: Using IOAPIC for interrupt routing
[    0.252282] ACPI: EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
[    0.253035] ACPI: No dock devices found.
[    0.253109] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.254244] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.256304] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.256383] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.256460] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.256554] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[    0.256647] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[    0.256673] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[    0.256770] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xfebfffff]
[    0.256941] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf007ffff]
[    0.256950] pci 0000:00:02.0: reg 14: [io  0x1800-0x1807]
[    0.256958] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
[    0.256967] pci 0000:00:02.0: reg 1c: [mem 0xf0200000-0xf023ffff]
[    0.257013] pci 0000:00:02.1: reg 10: [mem 0xf0080000-0xf00fffff]
[    0.257136] pci 0000:00:1b.0: reg 10: [mem 0xf0440000-0xf0443fff 64bit]
[    0.257210] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.257218] pci 0000:00:1b.0: PME# disabled
[    0.257336] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.257344] pci 0000:00:1c.0: PME# disabled
[    0.257464] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.257472] pci 0000:00:1c.1: PME# disabled
[    0.257590] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.257598] pci 0000:00:1c.2: PME# disabled
[    0.257716] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.257724] pci 0000:00:1c.3: PME# disabled
[    0.257803] pci 0000:00:1d.0: reg 20: [io  0x1820-0x183f]
[    0.257882] pci 0000:00:1d.1: reg 20: [io  0x1840-0x185f]
[    0.257962] pci 0000:00:1d.2: reg 20: [io  0x1860-0x187f]
[    0.258041] pci 0000:00:1d.3: reg 20: [io  0x1880-0x189f]
[    0.258116] pci 0000:00:1d.7: reg 10: [mem 0xf0444000-0xf04443ff]
[    0.258190] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.258198] pci 0000:00:1d.7: PME# disabled
[    0.258377] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    0.258474] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH6 GPIO
[    0.258553] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
[    0.258648] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at ff2c (mask 007f)
[    0.258745] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0068 (mask 0007)
[    0.258899] pci 0000:00:1f.1: reg 10: [io  0x0000-0x0007]
[    0.258911] pci 0000:00:1f.1: reg 14: [io  0x0000-0x0003]
[    0.258922] pci 0000:00:1f.1: reg 18: [io  0x0000-0x0007]
[    0.258934] pci 0000:00:1f.1: reg 1c: [io  0x0000-0x0003]
[    0.258946] pci 0000:00:1f.1: reg 20: [io  0x1810-0x181f]
[    0.259011] pci 0000:00:1f.2: reg 10: [io  0x18c8-0x18cf]
[    0.259022] pci 0000:00:1f.2: reg 14: [io  0x18c0-0x18c3]
[    0.259034] pci 0000:00:1f.2: reg 18: [io  0x18a8-0x18af]
[    0.259045] pci 0000:00:1f.2: reg 1c: [io  0x180c-0x180f]
[    0.259057] pci 0000:00:1f.2: reg 20: [io  0x18b0-0x18bf]
[    0.259069] pci 0000:00:1f.2: reg 24: [mem 0xf0444400-0xf04447ff]
[    0.259105] pci 0000:00:1f.2: PME# supported from D3hot
[    0.259113] pci 0000:00:1f.2: PME# disabled
[    0.259178] pci 0000:00:1f.3: reg 20: [io  0x18e0-0x18ff]
[    0.259286] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.259363] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.259372] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.259384] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.259532] pci 0000:03:00.0: reg 10: [mem 0xf0100000-0xf010ffff 64bit]
[    0.259667] pci 0000:03:00.0: supports D1
[    0.259672] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
[    0.259683] pci 0000:03:00.0: PME# disabled
[    0.259731] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.259807] pci 0000:00:1c.1:   bridge window [io  0xf000-0x0000] (disabled)
[    0.259816] pci 0000:00:1c.1:   bridge window [mem 0xf0100000-0xf01fffff]
[    0.259829] pci 0000:00:1c.1:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.260106] pci 0000:04:00.0: reg 10: [io  0x2000-0x20ff]
[    0.260195] pci 0000:04:00.0: reg 18: [mem 0xf0510000-0xf0510fff 64bit pref]
[    0.260252] pci 0000:04:00.0: reg 20: [mem 0xf0500000-0xf050ffff 64bit pref]
[    0.260284] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.260448] pci 0000:04:00.0: supports D1 D2
[    0.260453] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.260471] pci 0000:04:00.0: PME# disabled
[    0.260580] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[    0.260656] pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
[    0.260665] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.260677] pci 0000:00:1c.2:   bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
[    0.260751] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[    0.260826] pci 0000:00:1c.3:   bridge window [io  0xf000-0x0000] (disabled)
[    0.260835] pci 0000:00:1c.3:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.260847] pci 0000:00:1c.3:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.260942] pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
[    0.261022] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.261031] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.261043] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.261050] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.261056] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.261062] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.261068] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[    0.261075] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.261081] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.261088] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xfebfffff] (subtractive decode)
[    0.261127] pci_bus 0000:00: on NUMA node 0
[    0.261140] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.261526] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.261685] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.261845] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    0.262005] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[    0.262225] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.278216] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[    0.278990] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.279754] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.280569] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.281394] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.282268] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.283135] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.283927] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 *5 6 7 11 12 14 15)
[    0.284590] HEST: Table is not found!
[    0.284795] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.284906] vgaarb: loaded
[    0.285050] PCI: Using ACPI for IRQ routing
[    0.285050] PCI: pci_cache_line_size set to 64 bytes
[    0.285050] reserve RAM buffer: 0000000000002000 - 000000000000ffff 
[    0.285050] reserve RAM buffer: 000000000009f800 - 000000000009ffff 
[    0.285050] reserve RAM buffer: 000000007f6d0000 - 000000007fffffff 
[    0.285050] NetLabel: Initializing
[    0.285050] NetLabel:  domain hash size = 128
[    0.285050] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.285050] NetLabel:  unlabeled traffic allowed by default
[    0.285050] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.285050] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.285050] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.290049] Switching to clocksource tsc
[    0.292328] pnp: PnP ACPI init
[    0.292439] ACPI: bus type pnp registered
[    0.313632] pnp: PnP ACPI: found 9 devices
[    0.313709] ACPI: ACPI bus type pnp unregistered
[    0.313804] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.313881] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.313958] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.314035] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.314112] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.314189] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.314265] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.314342] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.314428] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.314514] system 00:05: [io  0x0800-0x080f] has been reserved
[    0.314590] system 00:05: [io  0x1000-0x107f] has been reserved
[    0.314665] system 00:05: [io  0x1180-0x11bf] has been reserved
[    0.314740] system 00:05: [io  0xfe00] has been reserved
[    0.314814] system 00:05: [io  0xff2c-0xff7f] has been reserved
[    0.350064] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff]
[    0.350147] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref]
[    0.350244] pci 0000:00:1c.1: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
[    0.350340] pci 0000:00:1c.2: BAR 14: assigned [mem 0x80600000-0x809fffff]
[    0.350418] pci 0000:00:1c.3: BAR 14: assigned [mem 0x80a00000-0x80bfffff]
[    0.350497] pci 0000:00:1c.3: BAR 15: assigned [mem 0x80c00000-0x80dfffff 64bit pref]
[    0.350593] pci 0000:00:1c.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.350669] pci 0000:00:1c.1: BAR 13: assigned [io  0x4000-0x4fff]
[    0.350745] pci 0000:00:1c.3: BAR 13: assigned [io  0x5000-0x5fff]
[    0.350821] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.350895] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.350974] pci 0000:00:1c.0:   bridge window [mem 0x80000000-0x801fffff]
[    0.351054] pci 0000:00:1c.0:   bridge window [mem 0x80200000-0x803fffff 64bit pref]
[    0.351154] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.351228] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    0.351307] pci 0000:00:1c.1:   bridge window [mem 0xf0100000-0xf01fffff]
[    0.351387] pci 0000:00:1c.1:   bridge window [mem 0x80400000-0x805fffff 64bit pref]
[    0.351489] pci 0000:04:00.0: BAR 6: assigned [mem 0xf0520000-0xf053ffff pref]
[    0.351584] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[    0.351657] pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
[    0.351736] pci 0000:00:1c.2:   bridge window [mem 0x80600000-0x809fffff]
[    0.351815] pci 0000:00:1c.2:   bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
[    0.351914] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[    0.351988] pci 0000:00:1c.3:   bridge window [io  0x5000-0x5fff]
[    0.352067] pci 0000:00:1c.3:   bridge window [mem 0x80a00000-0x80bfffff]
[    0.352146] pci 0000:00:1c.3:   bridge window [mem 0x80c00000-0x80dfffff 64bit pref]
[    0.352246] pci 0000:00:1e.0: PCI bridge to [bus 06-06]
[    0.352318] pci 0000:00:1e.0:   bridge window [io  disabled]
[    0.352395] pci 0000:00:1e.0:   bridge window [mem disabled]
[    0.352471] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.352571] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.353622] pci 0000:00:1c.0: setting latency timer to 64
[    0.353643] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.353722] pci 0000:00:1c.1: setting latency timer to 64
[    0.353741] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.353819] pci 0000:00:1c.2: setting latency timer to 64
[    0.353838] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.353917] pci 0000:00:1c.3: setting latency timer to 64
[    0.353930] pci 0000:00:1e.0: setting latency timer to 64
[    0.353938] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.353944] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.353950] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.353955] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    0.353961] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    0.353967] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    0.353973] pci_bus 0000:00: resource 10 [mem 0x80000000-0xfebfffff]
[    0.353979] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.353985] pci_bus 0000:02: resource 1 [mem 0x80000000-0x801fffff]
[    0.353991] pci_bus 0000:02: resource 2 [mem 0x80200000-0x803fffff 64bit pref]
[    0.353997] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    0.354002] pci_bus 0000:03: resource 1 [mem 0xf0100000-0xf01fffff]
[    0.354008] pci_bus 0000:03: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
[    0.354015] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    0.354020] pci_bus 0000:04: resource 1 [mem 0x80600000-0x809fffff]
[    0.354026] pci_bus 0000:04: resource 2 [mem 0xf0500000-0xf05fffff 64bit pref]
[    0.354032] pci_bus 0000:05: resource 0 [io  0x5000-0x5fff]
[    0.354038] pci_bus 0000:05: resource 1 [mem 0x80a00000-0x80bfffff]
[    0.354044] pci_bus 0000:05: resource 2 [mem 0x80c00000-0x80dfffff 64bit pref]
[    0.354050] pci_bus 0000:06: resource 4 [io  0x0000-0x0cf7]
[    0.354056] pci_bus 0000:06: resource 5 [io  0x0d00-0xffff]
[    0.354061] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
[    0.354067] pci_bus 0000:06: resource 7 [mem 0x000d0000-0x000d3fff]
[    0.354073] pci_bus 0000:06: resource 8 [mem 0x000d4000-0x000d7fff]
[    0.354078] pci_bus 0000:06: resource 9 [mem 0x000d8000-0x000dbfff]
[    0.354084] pci_bus 0000:06: resource 10 [mem 0x80000000-0xfebfffff]
[    0.354151] NET: Registered protocol family 2
[    0.354336] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.354939] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.355967] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.356475] TCP: Hash tables configured (established 131072 bind 65536)
[    0.356589] TCP reno registered
[    0.356668] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.356761] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.357046] NET: Registered protocol family 1
[    0.357152] pci 0000:00:02.0: Boot video device
[    0.357336] PCI: CLS 64 bytes, default 64
[    0.357452] Unpacking initramfs...
[    0.436534] Freeing initrd memory: 1764k freed
[    0.438192] Simple Boot Flag at 0x36 set to 0x1
[    0.438732] apm: BIOS not found.
[    0.438873] Scanning for low memory corruption every 60 seconds
[    0.439201] audit: initializing netlink socket (disabled)
[    0.439296] type=2000 audit(1282472454.433:1): initialized
[    0.439746] highmem bounce pool size: 64 pages
[    0.446629] VFS: Disk quotas dquot_6.5.2
[    0.446865] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.447018] msgmni has been set to 1710
[    0.453412] alg: No test for stdrng (krng)
[    0.453620] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    0.453716] io scheduler noop registered
[    0.453785] io scheduler deadline registered
[    0.453877] io scheduler cfq registered (default)
[    0.454183] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.454253] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.454455] pcieport 0000:00:1c.1: setting latency timer to 64
[    0.454517] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    0.454701] pcieport 0000:00:1c.2: setting latency timer to 64
[    0.454763] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[    0.454953] pcieport 0000:00:1c.3: setting latency timer to 64
[    0.455014] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[    0.455446] ERST: Table is not found!
[    0.455537] isapnp: Scanning for PnP cards...
[    0.812149] isapnp: No Plug & Play device found
[    0.816747] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.817693] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.854428] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.854512] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.854786] mice: PS/2 mouse device common for all mice
[    0.854938] cpuidle: using governor ladder
[    0.855013] cpuidle: using governor menu
[    0.855744] TCP cubic registered
[    0.855815] NET: Registered protocol family 17
[    0.855914] Using IPI No-Shortcut mode
[    0.856166] PM: Resume from disk failed.
[    0.856181] registered taskstats version 1
[    0.856894] Initalizing network drop monitor service
[    0.857073] Freeing unused kernel memory: 412k freed
[    0.871287] udev: starting version 161
[    0.892928] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.904681] Linux agpgart interface v0.103
[    0.912719] agpgart-intel 0000:00:00.0: Intel 945GME Chipset
[    0.918911] agpgart-intel 0000:00:00.0: detected 7932K stolen memory
[    0.921727] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    0.934435] acpi device:00: registered as cooling_device0
[    0.935313] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1
[    0.935440] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    0.953537] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    0.953770] ACPI: Lid Switch [LID0]
[    0.954043] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    0.954160] ACPI: Power Button [PWRB]
[    0.954480] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    0.954592] ACPI: Power Button [PWRF]
[    1.010311] [drm] Initialized drm 1.1.0 20060810
[    1.059233] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.059320] i915 0000:00:02.0: setting latency timer to 64
[    1.111031] [drm] set up 7M of stolen space
[    1.218768] [drm] initialized overlay support
[    1.883618] Console: switching to colour frame buffer device 128x37
[    1.890772] fb0: inteldrmfb frame buffer device
[    1.890870] drm: registered panic notifier
[    1.890956] Slow work thread pool: Starting up
[    1.891135] Slow work thread pool: Ready
[    1.891230] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    2.481554] SCSI subsystem initialized
[    2.577573] libata version 3.00 loaded.
[    2.581715] pata_acpi 0000:00:1f.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    2.582041] pata_acpi 0000:00:1f.1: setting latency timer to 64
[    2.582075] pata_acpi 0000:00:1f.1: PCI INT B disabled
[    2.582293] pata_acpi 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    2.582477] pata_acpi 0000:00:1f.2: setting latency timer to 64
[    2.582495] pata_acpi 0000:00:1f.2: PCI INT B disabled
[    2.589753] ata_piix 0000:00:1f.1: version 2.13
[    2.589785] ata_piix 0000:00:1f.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    2.591114] ata_piix 0000:00:1f.1: setting latency timer to 64
[    2.591250] scsi0 : ata_piix
[    2.592709] scsi1 : ata_piix
[    2.595016] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[    2.596386] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[    2.597890] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    2.598074] ata2: port disabled. ignoring.
[    2.599408] ata_piix 0000:00:1f.2: MAP [ P0 P2 -- -- ]
[    2.754266] ata_piix 0000:00:1f.2: setting latency timer to 64
[    2.754409] scsi2 : ata_piix
[    2.756166] scsi3 : ata_piix
[    2.759758] ata3: SATA max UDMA/133 cmd 0x18c8 ctl 0x18c0 bmdma 0x18b0 irq 19
[    2.761490] ata4: SATA max UDMA/133 cmd 0x18a8 ctl 0x180c bmdma 0x18b8 irq 19
[    2.931289] ata3.00: ATA-8: TOSHIBA MK1655GSX, FG011M, max UDMA/100
[    2.933136] ata3.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.940502] ata3.00: configured for UDMA/100
[    2.942659] scsi 2:0:0:0: Direct-Access     ATA      TOSHIBA MK1655GS FG01 PQ: 0 ANSI: 5
[    2.963054] sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.965553] sd 2:0:0:0: [sda] Write Protect is off
[    2.968065] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.968156] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.971137]  sda: sda1 sda2
[    3.004201] sd 2:0:0:0: [sda] Attached SCSI disk
[   39.393415] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   46.823569] rtc_cmos 00:06: RTC can wake from S4
[   46.823702] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[   46.823751] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[   49.503480] udev: starting version 161
[   49.948150] intel_rng: FWH not detected
[   49.948387] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   49.948404] ACPI: resource 0000:00:1f.3 [io  0x18e0-0x18ff] conflicts with ACPI region SMBI [??? 0x000018e0-0x000018ef flags 0x49]
[   49.948413] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   50.105413] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   50.195447] ACPI: acpi_idle registered with cpuidle
[   50.396526] Monitor-Mwait will be used to enter C-1 state
[   50.441352] Monitor-Mwait will be used to enter C-2 state
[   50.476576] iTCO_vendor_support: vendor-support=0
[   50.483994] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   50.529211] Monitor-Mwait will be used to enter C-3 state
[   50.529239] Marking TSC unstable due to TSC halts in idle
[   50.598283] Switching to clocksource hpet
[   50.622605] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
[   50.624611] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x1060)
[   50.625844] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   50.631789] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   50.631858] r8169 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[   50.632019] r8169 0000:04:00.0: setting latency timer to 64
[   50.632245] r8169 0000:04:00.0: irq 44 for MSI/MSI-X
[   50.635104] r8169 0000:04:00.0: eth0: RTL8102e at 0xf8cdc000, 00:23:5a:f9:44:b6, XID 04c00000 IRQ 44
[   50.731059] ACPI: AC Adapter [ACAD] (off-line)
[   50.884338] Detected Toshiba ACPI Bluetooth device - installing RFKill handler
[   50.884684] usbcore: registered new interface driver usbfs
[   50.884810] usbcore: registered new interface driver hub
[   50.884920] usbcore: registered new device driver usb
[   50.885036] toshiba_bluetooth: Re-enabling Toshiba Bluetooth
[   50.905872] leds_ss4200: no LED devices found
[   50.908132] cfg80211: Calling CRDA to update world regulatory domain
[   50.987419] ACPI: Battery Slot [BAT1] (battery present)
[   51.390997] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input6
[   51.439953] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input7
[   52.260435] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   52.260508] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[   52.260575] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[   52.260584] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   52.260642] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[   52.260695] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[   52.260716] ehci_hcd 0000:00:1d.7: debug port 1
[   52.264619] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[   52.264662] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf0444000
[   52.276712] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   52.277460] hub 1-0:1.0: USB hub found
[   52.277477] hub 1-0:1.0: 8 ports detected
[   52.437851] cfg80211: World regulatory domain updated:
[   52.437859]     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   52.437866]     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   52.437873]     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   52.437879]     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   52.437885]     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   52.437891]     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   52.536580] uhci_hcd: USB Universal Host Controller Interface driver
[   52.536720] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[   52.536740] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[   52.536751] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   52.536784] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[   52.536837] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
[   52.537587] hub 2-0:1.0: USB hub found
[   52.537604] hub 2-0:1.0: 2 ports detected
[   52.537818] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   52.537837] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[   52.537846] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   52.537873] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[   52.537922] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
[   52.538626] hub 3-0:1.0: USB hub found
[   52.538642] hub 3-0:1.0: 2 ports detected
[   52.538853] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[   52.538873] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[   52.538882] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   52.538908] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[   52.538978] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
[   52.539721] hub 4-0:1.0: USB hub found
[   52.539743] hub 4-0:1.0: 2 ports detected
[   52.539945] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[   52.539964] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[   52.539974] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[   52.540034] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[   52.540084] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
[   52.540798] hub 5-0:1.0: USB hub found
[   52.540815] hub 5-0:1.0: 2 ports detected
[   52.583426] usb 1-2: new high speed USB device using ehci_hcd and address 2
[   53.323437] usb 5-1: new full speed USB device using uhci_hcd and address 2
[   55.490951] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   55.491087] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[   55.491151] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   55.534988] ath9k 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   55.535016] ath9k 0000:03:00.0: setting latency timer to 64
[   55.587215] ath: EEPROM regdomain: 0x65
[   55.587224] ath: EEPROM indicates we should expect a direct regpair map
[   55.587234] ath: Country alpha2 being used: 00
[   55.587240] ath: Regpair used: 0x65
[   55.603626] Linux video capture interface: v2.00
[   55.644274] uvcvideo: Found UVC 1.00 device USB2.0 UVC WebCam (04f2:b128)
[   55.648290] input: USB2.0 UVC WebCam as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/input/input8
[   55.649135] usbcore: registered new interface driver uvcvideo
[   55.649145] USB Video Class driver (v0.1.0)
[   55.682557] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
[   55.736708] Bluetooth: Core ver 2.15
[   55.737359] NET: Registered protocol family 31
[   55.737368] Bluetooth: HCI device and connection manager initialized
[   55.737378] Bluetooth: HCI socket layer initialized
[   56.502550] Bluetooth: Generic Bluetooth USB driver ver 0.6
[   56.502990] usbcore: registered new interface driver btusb
[   56.621135] phy0: Selected rate control algorithm 'ath9k_rate_control'
[   56.621966] Registered led device: ath9k-phy0::radio
[   56.622043] Registered led device: ath9k-phy0::assoc
[   56.622126] Registered led device: ath9k-phy0::tx
[   56.622204] Registered led device: ath9k-phy0::rx
[   56.622223] phy0: Atheros AR9285 Rev:2 mem=0xf90a0000, irq=17
[   93.144027] EXT4-fs (sda1): re-mounted. Opts: (null)
[   93.255843] EXT4-fs (sda1): warning: maximal mount count reached, running e2fsck is recommended
[   93.256334] EXT4-fs (sda1): re-mounted. Opts: (null)
[   99.855941] Adding 1992056k swap on /dev/sda2.  Priority:-1 extents:1 across:1992056k 

Last edited by Strazku (2010-08-22 10:41:43)

Offline

#10 2010-08-22 11:52:16

Strazku
Member
Registered: 2010-08-22
Posts: 12

Re: Should I compile my own kernel?

Could it possibly be getting stuck on the fsck?

Offline

#11 2010-08-22 19:36:56

Spider.007
Member
Registered: 2004-06-20
Posts: 1,175

Re: Should I compile my own kernel?

Well there is definitely something wrong with the filesystem or disk. Could you try booting from a install/rescue disc and run fsck on the filesystem? Maybe reading out the SMART status using smartctl gives useful information

Last edited by Spider.007 (2010-08-22 19:37:19)

Offline

#12 2010-08-23 23:30:51

Strazku
Member
Registered: 2010-08-22
Posts: 12

Re: Should I compile my own kernel?

I appreciate the help, I just reformatted and now it boots up beautifully.  It took me a few hours to get my disk to partition right, and I had to go to a filesystem that I don't really want to use, ext4.  I wanted to use jfs, but for some reason the partitions wouldn't mount.  They'd partition correctly, but they wouldn't mount, so I wasn't able to get my bootloader installed properly.  All is working well though, I would like to still go to the jfs file system, but we'll see what happens.  Thanks again!

Last edited by Strazku (2010-08-23 23:33:01)

Offline

#13 2010-08-24 00:04:46

schen
Member
Registered: 2009-06-06
Posts: 468

Re: Should I compile my own kernel?

ext4 is awesome. It's like ext3 on steroids, and an overall, very well balanced file system. However JFS is for servers, which means dealing with large files is a lot faster than dealing with small ones. I suggest using reiserfs for /var, because it's great with small files.

Offline

#14 2010-08-24 04:13:55

theapodan
Member
From: Virginia, USA
Registered: 2008-10-21
Posts: 116

Re: Should I compile my own kernel?

schen wrote:

ext4 is awesome. It's like ext3 on steroids, and an overall, very well balanced file system. However JFS is for servers, which means dealing with large files is a lot faster than dealing with small ones. I suggest using reiserfs for /var, because it's great with small files.

I disagree with this.  JFS is great for general use.  I regret having migrated from JFS to ext4 on / and /var, since ext4 mounted writeback isn't noticeably faster than JFS, and seems to be less reliable.  Ext4 ordered mode was actually slightly slower than JFS for me.  I never did migrate /home.  On the laptop, I used JFS all around, and plenty of dirty shutdowns and powerlosses later, no issues.  Of course, YMMV, but I've found JFS to be very resilient.

Lots of people like XFS, too.

Offline

Board footer

Powered by FluxBB