[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [help-a-newb] setting grub



Can I blame this on lack of sleep? configuration files and dmesg
pasted at bottom.

Sorry about more huge repeats.

On Sun, May 15, 2011 at 2:14 AM, Joel Rees <joel.rees@gmail.com> wrote:
> On Sat, Apr 16, 2011 at 8:19 PM, Tom H <tomh0665@gmail.com> wrote:
>> On Sun, Apr 10, 2011 at 11:04 PM, Joel Rees <joel.rees@gmail.com> wrote:
>>> On Fri, Apr 8, 2011 at 9:18 PM, Tom H <tomh0665@gmail.com> wrote:
>>>> On Thu, Apr 7, 2011 at 8:38 AM, Joel Rees <joel.rees@gmail.com> wrote:
>>>>> On Thu, Apr 7, 2011 at 7:58 PM, Tom H <tomh0665@gmail.com> wrote:
>>>>>> On Thu, Apr 7, 2011 at 3:02 AM, Joel Rees <joel.rees@gmail.com> wrote:
>>
>>
>>
>>>>>> The grub2 developers decided that most people wouldn't want to set up
>>>>>> chainloads and would want update-grub to add all the available
>>>>>> installs to grub.cfg to be directly bootable.
>>>>>
>>>>> That's kind of the way it looks, which is kind of shocking to me.
>>>>
>>>> If I were to hazard an estimate, I'd say that you're in a very small minority.
>>>
>>> If I were to hazard a guess, I'd say that I don't care if I am in the
>>> minority. Proper engineering principles are proper engineering
>>> principles.
>>
>> They must have to target what they can given the resources at hand.
>>
>>
>>
>>>>>> Renaming 30_os-prober's a good solution too, although it doesn't solve
>>>>>> the BFO problem without some intervention form your side but nothing
>>>>>> else does.
>>>>>
>>>>> Short of moving Debian off the first drive. Although the tutorial I
>>>>> linked to above suggests that grub2 doesn't like to be called from
>>>>> legacy grub.
>>>>
>>>> Strange tutorial. Claiming that "grub2 doesn't like to be called from
>>>> legacy grub" doesn't make any sense.
>>>
>>> Didn't make any sense to me, either. But the official manual seems to
>>> say similar things, and my experience over the last 5 days learning
>>> more about grub than I wanted, well, I'm not going to argue with them.
>>>
>>> Fedora's legacy grub had similar problems to Debian's grub2 when it
>>> came to finding something to boot on the 3rd drive. I got a message
>>> about trying to access boot code beyond the BIOS limits at one point.
>>> The controller card is a cheap raid card that I decided not to hang a
>>> raid off of. (Maybe I should go master/slave on the first channel
>>> instead of trying to use the second channel.)
>
> If I go master/slave on the first channel, Debian's grub2 can boot the
> third drive. (At least, it did so last weekend.)
>
> I don't like that option for the usual reasons, and the manual for the
> card agrees with me, says if I only have two drives I should attach
> them to primary on each channel.

It also didn't make it possible to chain.

>>>> This is the default behavior when
>>>> you upgrade from grub1 to grub2.
>>>
>>> Never had that experience of upgrading, but how so?
>>
>> When you install grub2, one of the debconf screens asks whether you
>> want to install grub2 to the MBR or chainload grub2 from grub1. (I'm
>> paraphrasing.) If you choose the latter, grub1's menu.lst will have a
>> stanza with "kernel /boot/grub/core.img" to chainload grub2.
>
> I'm not sure what the point of that would be relative to what I'm trying to do.

Hmm. Can you use the netinstall CD to install just grub2? (Or lilo?)
I'm always installing in Japanese and sometimes miss the full meaning
of dialogs.

>>>> Do you mean calling grub1 from grub2? (The latter's not my experience
>>>> either - but "it works for me" isn't really proof of anything.)
>>>
>>> If you know the incantations to get grub2 to chain to legacy grub,
>>> could I ask you to post how you did it?
>>
>> >From memory, 40_custom:
>>
>> #! /bin/sh
>> cat << EOF
>> menuentry "Chainload Fedora grub1" {
>> search --no-floppy --fs-uuid --set=root uuid-of-fedora-boot
>> chainloader +1
>> }
>> EOF
>
> Okay, I finally got a chance to try that. As it is, it does not
> chainload itself. Gives me an error about a bad signature and says
> "type any key", and if I do, it takes me back to the grub menu.
>
> Trying that on the other two drives, the ones with Fedora on them,
> just leaves the debian splash screen on the terminal forever.
>
> Also tried "set root=uuid and that got the screen to go black and
> leave a horizontal cursor in the top right-hand corner.
--------------------40_custom-------------------------
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

# chainload the first three disks blindly

menuentry "chain first drive (self)" {
# set root=(hd0,1)
# set root=(hd2,msdos1)
search --no-floppy --fs-uuid --set=root 32e25b11-5b7b-4686-b6bd-e36159a3162b
chainloader +1
}

menuentry "chain second" {
# set root=(hd1,1)
# set root=(hd0,msdos1)
search --no-floppy --fs-uuid --set root=6f56e069-9379-4552-91d9-e30920bbd173
chainloader +1
}

menuentry "chain third" {
# set root=(hd3,1)
# set root=(hd1,msdos4)
search --no-floppy --fs-uuid --set=root bfb92d48-0cd1-4eb0-8e33-ea54e93936dd
chainloader +1
}

menuentry "chain third part 4" {
# set root=(hd3,4)
search --no-floppy --fs-uuid --set=root da739f32-f4b4-4632-bc74-4e908ea02d2c
chainloader +1
}
-----------------------end-40_custom---------------------

The different specs on first drive to self and second drive, I've
tried both syntaxes on both drives.

The resultant configuration files from the above:

---------------------device.map-------------------------
(hd0)	/dev/disk/by-id/ata-Maxtor_6B160P0_B41H5J7H
(hd1)	/dev/disk/by-id/ata-WDC_WD3200AAJB-00J3A0_WD-WCAV2Z842365
(hd2)	/dev/disk/by-id/ata-Maxtor_4R080L0_R2T745PE
--------------------end-device.map----------------------

Hmm. Maybe device id would work better than drive name or uuid?
Something to try after putting out the laundry, maybe.

----------------------grub.cfg------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd2,msdos1)'
search --no-floppy --fs-uuid --set 32e25b11-5b7b-4686-b6bd-e36159a3162b
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd2,msdos1)'
search --no-floppy --fs-uuid --set 32e25b11-5b7b-4686-b6bd-e36159a3162b
set locale_dir=($root)/boot/grub/locale
set lang=ja
insmod gettext
set timeout=5
play 480 440 1
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd2,msdos1)'
search --no-floppy --fs-uuid --set 32e25b11-5b7b-4686-b6bd-e36159a3162b
insmod png
if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  set color_normal=light-gray/black
  set color_highlight=white/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/08_os-prober ###
menuentry "Fedora (2.6.35.13-91.fc14.i686.PAE) (on /dev/sdb1)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set 6f56e069-9379-4552-91d9-e30920bbd173
	linux /boot/vmlinuz-2.6.35.13-91.fc14.i686.PAE ro
root=UUID=6f56e069-9379-4552-91d9-e30920bbd173 rd_LVM_LV=f15/f15_swap
rd_LVM_LV=vg_f11/f11swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=ja_JP.UTF-8
KEYTABLE=jp106 rhgb quiet
	initrd /boot/initramfs-2.6.35.13-91.fc14.i686.PAE.img
}
menuentry "Fedora (2.6.35.12-90.fc14.i686.PAE) (on /dev/sdb1)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set 6f56e069-9379-4552-91d9-e30920bbd173
	linux /boot/vmlinuz-2.6.35.12-90.fc14.i686.PAE ro
root=UUID=6f56e069-9379-4552-91d9-e30920bbd173 rd_LVM_LV=f15/f15_swap
rd_LVM_LV=vg_f11/f11swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=ja_JP.UTF-8
KEYTABLE=jp106 rhgb quiet
	initrd /boot/initramfs-2.6.35.12-90.fc14.i686.PAE.img
}
menuentry "Fedora (2.6.38.2-9.fc15.i686.PAE) (on /dev/sdg1)" {
	insmod part_msdos
	insmod ext2
	set root='(hd1,msdos1)'
	search --no-floppy --fs-uuid --set bfb92d48-0cd1-4eb0-8e33-ea54e93936dd
	linux /boot/vmlinuz-2.6.38.2-9.fc15.i686.PAE ro
root=UUID=bfb92d48-0cd1-4eb0-8e33-ea54e93936dd rd_LVM_LV=f15/f15_swap
rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=ja_JP.UTF-8 KEYTABLE=jp106 rhgb
quiet
	initrd /boot/initramfs-2.6.38.2-9.fc15.i686.PAE.img
}
menuentry "Fedora (2.6.35.6-45.fc14.i686) (on /dev/sdg4)" {
	insmod part_msdos
	insmod ext2
	set root='(hd1,msdos4)'
	search --no-floppy --fs-uuid --set da739f32-f4b4-4632-bc74-4e908ea02d2c
	linux /boot/vmlinuz-2.6.35.6-45.fc14.i686 ro
root=UUID=da739f32-f4b4-4632-bc74-4e908ea02d2c rd_LVM_LV=f15/f15_swap
rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8
SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=jp106 rhgb quiet
	initrd /boot/initramfs-2.6.35.6-45.fc14.i686.img
}
### END /etc/grub.d/08_os-prober ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686' --class debian
--class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ext2
	set root='(hd2,msdos1)'
	search --no-floppy --fs-uuid --set 32e25b11-5b7b-4686-b6bd-e36159a3162b
	echo	'Loading Linux 2.6.32-5-686 ...'
	linux	/boot/vmlinuz-2.6.32-5-686
root=UUID=32e25b11-5b7b-4686-b6bd-e36159a3162b ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.32-5-686
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686 (recovery mode)'
--class debian --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ext2
	set root='(hd2,msdos1)'
	search --no-floppy --fs-uuid --set 32e25b11-5b7b-4686-b6bd-e36159a3162b
	echo	'Loading Linux 2.6.32-5-686 ...'
	linux	/boot/vmlinuz-2.6.32-5-686
root=UUID=32e25b11-5b7b-4686-b6bd-e36159a3162b ro single
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.32-5-686
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

# chainload the first three disks blindly

menuentry "chain first drive (self)" {
# set root=(hd0,1)
# set root=(hd2,msdos1)
search --no-floppy --fs-uuid --set=root 32e25b11-5b7b-4686-b6bd-e36159a3162b
chainloader +1
}

menuentry "chain second" {
# set root=(hd1,1)
# set root=(hd0,msdos1)
search --no-floppy --fs-uuid --set root=6f56e069-9379-4552-91d9-e30920bbd173
chainloader +1
}

menuentry "chain third" {
# set root=(hd3,1)
# set root=(hd1,msdos4)
search --no-floppy --fs-uuid --set=root bfb92d48-0cd1-4eb0-8e33-ea54e93936dd
chainloader +1
}

menuentry "chain third part 4" {
# set root=(hd3,4)
search --no-floppy --fs-uuid --set=root da739f32-f4b4-4632-bc74-4e908ea02d2c
chainloader +1
}
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
---------------end-grub.cfg-------------------------

and, the dmesg, once again, so it's all together, sorry for the extra
burden on the list server and everyone's mail accounts:

--------------dmesg-to-end--------------------
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-686 (Debian 2.6.32-31)
(ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue
Mar 8 21:36:00 UTC 2011
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000002bff0000 (usable)
[    0.000000]  BIOS-e820: 000000002bff0000 - 000000002bff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000002bff3000 - 000000002c000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.3 present.
[    0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM,
working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000
(usable) ==> (reserved)
[    0.000000] last_pfn = 0x2bff0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FE0000000 write-back
[    0.000000]   1 base 020000000 mask FF8000000 write-back
[    0.000000]   2 base 028000000 mask FFC000000 write-back
[    0.000000]   3 base 0E0000000 mask FF8000000 write-combining
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] init_memory_mapping: 0000000000000000-000000002bff0000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 002bc00000 page 2M
[    0.000000]  002bc00000 - 002bff0000 page 4k
[    0.000000] kernel direct mapping tables up to 2bff0000 @ 10000-16000
[    0.000000] RAMDISK: 20737000 - 21033d83
[    0.000000] ACPI: RSDP 000f6d90 00014 (v00 KM266 )
[    0.000000] ACPI: RSDT 2bff3000 0002C (v01 KM266  AWRDACPI 42302E31
AWRD 00000000)
[    0.000000] ACPI: FACP 2bff3040 00074 (v01 KM266  AWRDACPI 42302E31
AWRD 00000000)
[    0.000000] ACPI: DSDT 2bff30c0 04E67 (v01 KM266  AWRDACPI 00001000
MSFT 0100000E)
[    0.000000] ACPI: FACS 2bff0000 00040
[    0.000000] ACPI: APIC 2bff7f40 0005A (v01 KM266  AWRDACPI 42302E31
AWRD 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 703MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 2bff0000
[    0.000000]   low ram: 0 - 2bff0000
[    0.000000]   node 0 low ram: 00000000 - 2bff0000
[    0.000000]   node 0 bootmap 00012000 - 00017800
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 002bff0000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==>
[0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==>
[0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==>
[0000006000 - 0000007000]
[    0.000000]   #3 [0001000000 - 00014cabb4]    TEXT DATA BSS ==>
[0001000000 - 00014cabb4]
[    0.000000]   #4 [0020737000 - 0021033d83]          RAMDISK ==>
[0020737000 - 0021033d83]
[    0.000000]   #5 [000009f800 - 0000100000]    BIOS reserved ==>
[000009f800 - 0000100000]
[    0.000000]   #6 [00014cb000 - 00014d10b2]              BRK ==>
[00014cb000 - 00014d10b2]
[    0.000000]   #7 [0000010000 - 0000012000]          PGTABLE ==>
[0000010000 - 0000012000]
[    0.000000]   #8 [0000012000 - 0000018000]          BOOTMAP ==>
[0000012000 - 0000018000]
[    0.000000] found SMP MP-table at [c00f52d0] f52d0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x0002bff0
[    0.000000]   HighMem  0x0002bff0 -> 0x0002bff0
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0002bff0
[    0.000000] On node 0 totalpages: 180095
[    0.000000] free_area_init_node: node 0, pgdat c13b28a0,
node_mem_map c14d3200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1376 pages used for memmap
[    0.000000]   Normal zone: 174736 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x4008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 dfl dfl)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 2c000000 (gap:
2c000000:d2c00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @c1c00000 s34328 r0 d23016 u4194304
[    0.000000] pcpu-alloc: s34328 r0 d23016 u4194304 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 178687
[    0.000000] Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686
root=UUID=32e25b11-5b7b-4686-b6bd-e36159a3162b ro quiet
[    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] Initializing HighMem for node 0 (00000000:00000000)
[    0.000000] Memory: 699428k/720832k available (2503k kernel code,
20668k reserved, 1321k data, 380k init, 0k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xffd56000 - 0xfffff000   (2724 kB)
[    0.000000]     pkmap   : 0xff400000 - 0xff800000   (4096 kB)
[    0.000000]     vmalloc : 0xec7f0000 - 0xff3fe000   ( 300 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xebff0000   ( 703 MB)
[    0.000000]       .init : 0xc13bd000 - 0xc141c000   ( 380 kB)
[    0.000000]       .data : 0xc1271cc1 - 0xc13bc4c0   (1321 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1271cc1   (2503 kB)
[    0.000000] Checking if this processor honours the WP bit even in
supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0,
CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:1280
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1832.802 MHz processor.
[    0.004007] Calibrating delay loop (skipped), value calculated
using timer frequency.. 3665.60 BogoMIPS (lpj=7331208)
[    0.004038] Security Framework initialized
[    0.004048] SELinux:  Disabled at boot.
[    0.004059] Mount-cache hash table entries: 512
[    0.004263] Initializing cgroup subsys ns
[    0.004269] Initializing cgroup subsys cpuacct
[    0.004275] Initializing cgroup subsys devices
[    0.004279] Initializing cgroup subsys freezer
[    0.004282] Initializing cgroup subsys net_cls
[    0.004321] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.004325] CPU: L2 Cache: 256K (64 bytes/line)
[    0.004331] mce: CPU supports 4 MCE banks
[    0.004364] Performance Events: AMD PMU driver.
[    0.004376] ... version:                0
[    0.004378] ... bit width:              48
[    0.004381] ... generic registers:      4
[    0.004384] ... value mask:             0000ffffffffffff
[    0.004386] ... max period:             00007fffffffffff
[    0.004389] ... fixed-purpose events:   0
[    0.004391] ... event mask:             000000000000000f
[    0.004398] Checking 'hlt' instruction... OK.
[    0.020370] SMP alternatives: switching to UP code
[    0.024492] Freeing SMP alternatives: 13k freed
[    0.024521] ACPI: Core revision 20090903
[    0.032157] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.033402] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.073185] CPU0: AMD Sempron(tm)   2600+ stepping 01
[    0.076001] Brought up 1 CPUs
[    0.076001] Total of 1 processors activated (3665.60 BogoMIPS).
[    0.076001] CPU0 attaching NULL sched-domain.
[    0.076001] devtmpfs: initialized
[    0.076001] regulator: core version 0.5
[    0.076001] NET: Registered protocol family 16
[    0.076001] ACPI: bus type pci registered
[    0.081269] PCI: PCI BIOS revision 2.10 entry at 0xfbaf0, last bus=1
[    0.081273] PCI: Using configuration type 1 for base access
[    0.081766] bio: create slab <bio-0> at 0
[    0.082389] ACPI: EC: Look up EC in DSDT
[    0.089825] ACPI: Interpreter enabled
[    0.089836] ACPI: (supports S0 S1 S4 S5)
[    0.089872] ACPI: Using IOAPIC for interrupt routing
[    0.096800] ACPI: No dock devices found.
[    0.096928] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.096987] pci 0000:00:00.0: reg 10 32bit mmio pref: [0xe0000000-0xe7ffffff]
[    0.097070] pci 0000:00:01.0: supports D1
[    0.097103] pci 0000:00:07.0: reg 10 io port: [0xe000-0xe007]
[    0.097110] pci 0000:00:07.0: reg 14 io port: [0xe100-0xe103]
[    0.097117] pci 0000:00:07.0: reg 18 io port: [0xe200-0xe207]
[    0.097124] pci 0000:00:07.0: reg 1c io port: [0xe300-0xe303]
[    0.097131] pci 0000:00:07.0: reg 20 io port: [0xe400-0xe40f]
[    0.097141] pci 0000:00:07.0: reg 30 32bit mmio pref: [0x000000-0x01ffff]
[    0.097206] pci 0000:00:0f.0: reg 20 io port: [0xe500-0xe50f]
[    0.097270] pci 0000:00:10.0: reg 20 io port: [0xe600-0xe61f]
[    0.097292] pci 0000:00:10.0: supports D1 D2
[    0.097296] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.097301] pci 0000:00:10.0: PME# disabled
[    0.097344] pci 0000:00:10.1: reg 20 io port: [0xe700-0xe71f]
[    0.097366] pci 0000:00:10.1: supports D1 D2
[    0.097369] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.097373] pci 0000:00:10.1: PME# disabled
[    0.097418] pci 0000:00:10.2: reg 20 io port: [0xe800-0xe81f]
[    0.097440] pci 0000:00:10.2: supports D1 D2
[    0.097443] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.097448] pci 0000:00:10.2: PME# disabled
[    0.097491] pci 0000:00:10.3: reg 20 io port: [0xe900-0xe91f]
[    0.097513] pci 0000:00:10.3: supports D1 D2
[    0.097516] pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.097520] pci 0000:00:10.3: PME# disabled
[    0.097550] pci 0000:00:10.4: reg 10 32bit mmio: [0xee021000-0xee0210ff]
[    0.097585] pci 0000:00:10.4: supports D1 D2
[    0.097588] pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.097593] pci 0000:00:10.4: PME# disabled
[    0.097647] HPET not enabled in BIOS. You might try hpet=force boot option
[    0.097697] pci 0000:00:11.5: reg 10 io port: [0xea00-0xeaff]
[    0.097735] pci 0000:00:11.5: supports D1 D2
[    0.097768] pci 0000:00:12.0: reg 10 io port: [0xeb00-0xebff]
[    0.097775] pci 0000:00:12.0: reg 14 32bit mmio: [0xee020000-0xee0200ff]
[    0.097808] pci 0000:00:12.0: supports D1 D2
[    0.097811] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.097816] pci 0000:00:12.0: PME# disabled
[    0.097865] pci 0000:01:00.0: reg 10 32bit mmio pref: [0xe8000000-0xebffffff]
[    0.097871] pci 0000:01:00.0: reg 14 32bit mmio: [0xec000000-0xecffffff]
[    0.097889] pci 0000:01:00.0: reg 30 32bit mmio pref: [0x000000-0x00ffff]
[    0.097905] pci 0000:01:00.0: supports D1 D2
[    0.097943] pci 0000:00:01.0: bridge 32bit mmio: [0xec000000-0xedffffff]
[    0.097949] pci 0000:00:01.0: bridge 32bit mmio pref: [0xe8000000-0xebffffff]
[    0.097957] pci_bus 0000:00: on NUMA node 0
[    0.097963] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.129960] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12)
[    0.130170] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 11 12) *5
[    0.130381] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12)
[    0.130562] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12)
*0, disabled.
[    0.130740] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12)
*0, disabled.
[    0.130909] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12)
*0, disabled.
[    0.131078] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12)
*0, disabled.
[    0.131247] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12)
*0, disabled.
[    0.131477] ACPI: PCI Interrupt Link [ALKA] (IRQs *20), disabled.
[    0.131689] ACPI: PCI Interrupt Link [ALKB] (IRQs *21)
[    0.131910] ACPI: PCI Interrupt Link [ALKC] (IRQs *22)
[    0.132181] ACPI: PCI Interrupt Link [ALKD] (IRQs *23)
[    0.132326] vgaarb: device added:
PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.132329] vgaarb: loaded
[    0.132466] PCI: Using ACPI for IRQ routing
[    0.132676] Switching to clocksource tsc
[    0.134460] pnp: PnP ACPI init
[    0.134498] ACPI: bus type pnp registered
[    0.138764] pnp: PnP ACPI: found 14 devices
[    0.138767] ACPI: ACPI bus type pnp unregistered
[    0.138773] PnPBIOS: Disabled by ACPI PNP
[    0.138791] system 00:00: iomem range 0xc9a00-0xcbfff has been reserved
[    0.138796] system 00:00: iomem range 0xf0000-0xf7fff could not be reserved
[    0.138801] system 00:00: iomem range 0xf8000-0xfbfff could not be reserved
[    0.138805] system 00:00: iomem range 0xfc000-0xfffff could not be reserved
[    0.138809] system 00:00: iomem range 0x2bff0000-0x2bffffff could
not be reserved
[    0.138814] system 00:00: iomem range 0xffff0000-0xffffffff has been reserved
[    0.138819] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[    0.138823] system 00:00: iomem range 0x100000-0x2bfeffff could not
be reserved
[    0.138828] system 00:00: iomem range 0xfec00000-0xfec00fff could
not be reserved
[    0.138832] system 00:00: iomem range 0xfee00000-0xfee00fff has been reserved
[    0.138837] system 00:00: iomem range 0xfff80000-0xfffeffff has been reserved
[    0.138846] system 00:02: ioport range 0x4000-0x407f has been reserved
[    0.138850] system 00:02: ioport range 0x5000-0x500f has been reserved
[    0.138858] system 00:03: ioport range 0x4d0-0x4d1 has been reserved
[    0.138862] system 00:03: ioport range 0x294-0x297 has been reserved
[    0.173727] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.173731] pci 0000:00:01.0:   IO window: disabled
[    0.173738] pci 0000:00:01.0:   MEM window: 0xec000000-0xedffffff
[    0.173743] pci 0000:00:01.0:   PREFETCH window: 0xe8000000-0xebffffff
[    0.173760] pci 0000:00:01.0: setting latency timer to 64
[    0.173767] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.173771] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.173775] pci_bus 0000:01: resource 1 mem: [0xec000000-0xedffffff]
[    0.173779] pci_bus 0000:01: resource 2 pref mem [0xe8000000-0xebffffff]
[    0.173841] NET: Registered protocol family 2
[    0.173968] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.174565] TCP established hash table entries: 131072 (order: 8,
1048576 bytes)
[    0.176864] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.178004] TCP: Hash tables configured (established 131072 bind 65536)
[    0.178011] TCP reno registered
[    0.178173] NET: Registered protocol family 1
[    0.178202] pci 0000:00:01.0: disabling DAC on VIA PCI bridge
[    0.178295] pci 0000:00:11.0: Bypassing VIA 8237 APIC De-Assert Message
[    0.178307] pci 0000:01:00.0: Boot video device
[    0.178400] Unpacking initramfs...
[    0.484165] Freeing initrd memory: 9203k freed
[    0.503164] audit: initializing netlink socket (disabled)
[    0.503189] type=2000 audit(1305411203.499:1): initialized
[    0.507108] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.509115] VFS: Disk quotas dquot_6.5.2
[    0.509197] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.509301] msgmni has been set to 1384
[    0.509580] alg: No test for stdrng (krng)
[    0.509622] Block layer SCSI generic (bsg) driver version 0.4
loaded (major 253)
[    0.509627] io scheduler noop registered
[    0.509630] io scheduler anticipatory registered
[    0.509633] io scheduler deadline registered
[    0.509677] io scheduler cfq registered (default)
[    0.509934] isapnp: Scanning for PnP cards...
[    0.863542] isapnp: No Plug & Play device found
[    0.865469] Linux agpgart interface v0.103
[    0.865618] agpgart: Detected VIA KM400/KM400A chipset
[    0.873913] agpgart-via 0000:00:00.0: AGP aperture is 128M @ 0xe0000000
[    0.873957] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.874075] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.874190] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.874545] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.874691] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.874888] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at
0x60,0x64 irq 1,12
[    0.875422] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.875435] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.875586] mice: PS/2 mouse device common for all mice
[    0.875655] rtc_cmos 00:05: RTC can wake from S4
[    0.875720] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.875776] rtc0: alarms up to one year, y3k, 242 bytes nvram
[    0.875792] cpuidle: using governor ladder
[    0.875795] cpuidle: using governor menu
[    0.875802] No iBFT detected.
[    0.876347] TCP cubic registered
[    0.876526] NET: Registered protocol family 10
[    0.877587] Mobile IPv6
[    0.877591] NET: Registered protocol family 17
[    0.877628] Using IPI No-Shortcut mode
[    0.877731] PM: Resume from disk failed.
[    0.877747] registered taskstats version 1
[    0.878043] rtc_cmos 00:05: setting system clock to 2011-05-14
22:13:24 UTC (1305411204)
[    0.878087] Initalizing network drop monitor service
[    0.878134] Freeing unused kernel memory: 380k freed
[    0.878825] Write protecting the kernel text: 2504k
[    0.878851] Write protecting the kernel read-only data: 920k
[    0.903192] input: AT Translated Set 2 keyboard as
/devices/platform/i8042/serio0/input/input0
[    0.911700] udev[46]: starting version 164
[    1.189650] SCSI subsystem initialized
[    1.234688] usbcore: registered new interface driver usbfs
[    1.234902] usbcore: registered new interface driver hub
[    1.235138] usbcore: registered new device driver usb
[    1.244569] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.244981] ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
[    1.244999] ehci_hcd 0000:00:10.4: PCI INT C -> Link[ALKB] -> GSI
21 (level, low) -> IRQ 21
[    1.245037] ehci_hcd 0000:00:10.4: EHCI Host Controller
[    1.245085] ehci_hcd 0000:00:10.4: new USB bus registered, assigned
bus number 1
[    1.245189] ehci_hcd 0000:00:10.4: irq 21, io mem 0xee021000
[    1.255217] thermal LNXTHERM:01: registered as thermal_zone0
[    1.255234] ACPI: Thermal Zone [THRM] (36 C)
[    1.255769] Floppy drive(s): fd0 is 1.44M
[    1.256780] ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00
[    1.256835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.256840] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[    1.256844] usb usb1: Product: EHCI Host Controller
[    1.256847] usb usb1: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
[    1.256850] usb usb1: SerialNumber: 0000:00:10.4
[    1.257075] usb usb1: configuration #1 chosen from 1 choice
[    1.257173] hub 1-0:1.0: USB hub found
[    1.257193] hub 1-0:1.0: 8 ports detected
[    1.257578] libata version 3.00 loaded.
[    1.261790] via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
[    1.261801] via-rhine: Broken BIOS detected, avoid_D3 enabled.
[    1.262197] ACPI: PCI Interrupt Link [ALKD] enabled at IRQ 23
[    1.262214] via-rhine 0000:00:12.0: PCI INT A -> Link[ALKD] -> GSI
23 (level, low) -> IRQ 23
[    1.263309] eth0: VIA Rhine II at 0x1eb00, 00:11:09:b4:08:41, IRQ 23.
[    1.264040] eth0: MII PHY found at address 1, status 0x786d
advertising 05e1 Link 45e1.
[    1.268497] pata_it821x 0000:00:07.0: PCI INT A -> GSI 18 (level,
low) -> IRQ 18
[    1.268505] pata_it821x: controller in pass through mode.
[    1.268598] pata_it821x 0000:00:07.0: setting latency timer to 64
[    1.269228] uhci_hcd: USB Universal Host Controller Interface driver
[    1.273009] scsi0 : pata_it821x
[    1.275988] FDC 0 is a post-1991 82077
[    1.276114] scsi1 : pata_it821x
[    1.276402] ata1: PATA max UDMA/133 cmd 0xe000 ctl 0xe100 bmdma 0xe400 irq 18
[    1.276407] ata2: PATA max UDMA/133 cmd 0xe200 ctl 0xe300 bmdma 0xe408 irq 18
[    1.278240] uhci_hcd 0000:00:10.0: PCI INT A -> Link[ALKB] -> GSI
21 (level, low) -> IRQ 21
[    1.278260] uhci_hcd 0000:00:10.0: UHCI Host Controller
[    1.278285] uhci_hcd 0000:00:10.0: new USB bus registered, assigned
bus number 2
[    1.278320] uhci_hcd 0000:00:10.0: irq 21, io base 0x0000e600
[    1.278398] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.278403] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[    1.278407] usb usb2: Product: UHCI Host Controller
[    1.278410] usb usb2: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    1.278413] usb usb2: SerialNumber: 0000:00:10.0
[    1.278706] usb usb2: configuration #1 chosen from 1 choice
[    1.278811] hub 2-0:1.0: USB hub found
[    1.278831] hub 2-0:1.0: 2 ports detected
[    1.278914] uhci_hcd 0000:00:10.1: PCI INT A -> Link[ALKB] -> GSI
21 (level, low) -> IRQ 21
[    1.278924] uhci_hcd 0000:00:10.1: UHCI Host Controller
[    1.278941] uhci_hcd 0000:00:10.1: new USB bus registered, assigned
bus number 3
[    1.278965] uhci_hcd 0000:00:10.1: irq 21, io base 0x0000e700
[    1.279018] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.279022] usb usb3: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[    1.279025] usb usb3: Product: UHCI Host Controller
[    1.279028] usb usb3: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    1.279031] usb usb3: SerialNumber: 0000:00:10.1
[    1.279196] usb usb3: configuration #1 chosen from 1 choice
[    1.279287] hub 3-0:1.0: USB hub found
[    1.279302] hub 3-0:1.0: 2 ports detected
[    1.279396] uhci_hcd 0000:00:10.2: PCI INT B -> Link[ALKB] -> GSI
21 (level, low) -> IRQ 21
[    1.279406] uhci_hcd 0000:00:10.2: UHCI Host Controller
[    1.279417] uhci_hcd 0000:00:10.2: new USB bus registered, assigned
bus number 4
[    1.279441] uhci_hcd 0000:00:10.2: irq 21, io base 0x0000e800
[    1.279494] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.279498] usb usb4: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[    1.279502] usb usb4: Product: UHCI Host Controller
[    1.279504] usb usb4: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    1.279507] usb usb4: SerialNumber: 0000:00:10.2
[    1.279674] usb usb4: configuration #1 chosen from 1 choice
[    1.279760] hub 4-0:1.0: USB hub found
[    1.279776] hub 4-0:1.0: 2 ports detected
[    1.279849] uhci_hcd 0000:00:10.3: PCI INT B -> Link[ALKB] -> GSI
21 (level, low) -> IRQ 21
[    1.279857] uhci_hcd 0000:00:10.3: UHCI Host Controller
[    1.279869] uhci_hcd 0000:00:10.3: new USB bus registered, assigned
bus number 5
[    1.279892] uhci_hcd 0000:00:10.3: irq 21, io base 0x0000e900
[    1.279945] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.279949] usb usb5: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[    1.279952] usb usb5: Product: UHCI Host Controller
[    1.279955] usb usb5: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    1.279958] usb usb5: SerialNumber: 0000:00:10.3
[    1.280202] usb usb5: configuration #1 chosen from 1 choice
[    1.280290] hub 5-0:1.0: USB hub found
[    1.280305] hub 5-0:1.0: 2 ports detected
[    1.287095] fan PNP0C0B:00: registered as cooling_device0
[    1.287107] ACPI: Fan [FAN] (on)
[    1.351982] pata_via 0000:00:0f.0: version 0.3.4
[    1.352268] ACPI: PCI Interrupt Link [ALKA] disabled and referenced, BIOS bug
[    1.352387] ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
[    1.352403] pata_via 0000:00:0f.0: PCI INT A -> Link[ALKA] -> GSI
20 (level, low) -> IRQ 20
[    1.356378] scsi2 : pata_via
[    1.359941] scsi3 : pata_via
[    1.362287] ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xe500 irq 14
[    1.362292] ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xe508 irq 15
[    1.445914] ata1.00: ATA-7: Maxtor 6B160P0, BAH41BM0, max UDMA/133
[    1.445921] ata1.00: 320173056 sectors, multi 0: LBA48
[    1.461780] ata1.00: configured for UDMA/133
[    1.461970] scsi 0:0:0:0: Direct-Access     ATA      Maxtor 6B160P0
  BAH4 PQ: 0 ANSI: 5
[    1.528555] ata3.00: ATA-7: Maxtor 4R080L0, RAMC1TU0, max UDMA/133
[    1.528562] ata3.00: 160086528 sectors, multi 16: LBA
[    1.544413] ata3.00: configured for UDMA/133
[    1.568020] usb 1-6: new high speed USB device using ehci_hcd and address 2
[    1.711653] usb 1-6: New USB device found, idVendor=07cc, idProduct=0500
[    1.711657] usb 1-6: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[    1.711661] usb 1-6: Product: CardReader
[    1.711664] usb 1-6: Manufacturer: USB2.0
[    1.711667] usb 1-6: SerialNumber: 1234638
[    1.712423] usb 1-6: configuration #1 chosen from 1 choice
[    1.725206] Initializing USB Mass Storage driver...
[    1.725386] scsi4 : SCSI emulation for USB Mass Storage devices
[    1.725607] usbcore: registered new interface driver usb-storage
[    1.725612] USB Mass Storage support registered.
[    1.725856] usb-storage: device found at 2
[    1.725859] usb-storage: waiting for device to settle before scanning
[    6.500019] ata2: link is slow to respond, please be patient (ready=0)
[    6.724550] usb-storage: device scan complete
[    6.728167] scsi 4:0:0:0: Direct-Access     USB2.0   CF  CardReader
  9144 PQ: 0 ANSI: 0
[    6.731759] scsi 4:0:0:1: Direct-Access     USB2.0   SM  CardReader
  9144 PQ: 0 ANSI: 0
[    6.735382] scsi 4:0:0:2: Direct-Access     USB2.0   SD  CardReader
  9144 PQ: 0 ANSI: 0
[    6.738883] scsi 4:0:0:3: Direct-Access     USB2.0   MS  CardReader
  9144 PQ: 0 ANSI: 0
[   11.484012] ata2: device not ready (errno=-16), forcing hardreset
[   11.665635] ata2.00: ATA-8: WDC WD3200AAJB-00J3A0, 01.03E01, max UDMA/133
[   11.665640] ata2.00: 625142448 sectors, multi 0: LBA48
[   11.680461] ata2.00: configured for UDMA/133
[   11.680648] scsi 1:0:0:0: Direct-Access     ATA      WDC
WD3200AAJB-0 01.0 PQ: 0 ANSI: 5
[   11.681184] scsi 2:0:0:0: Direct-Access     ATA      Maxtor 4R080L0
  RAMC PQ: 0 ANSI: 5
[   11.860601] ata4.00: ATAPI: TSSTcorpCD/DVDW TS-H552A, BA52, max UDMA/44
[   11.892300] ata4.00: configured for UDMA/44
[   11.896695] scsi 3:0:0:0: CD-ROM            TSSTcorp CD/DVDW
TS-H552A BA52 PQ: 0 ANSI: 5
[   11.945116] sd 0:0:0:0: [sda] 320173056 512-byte logical blocks:
(163 GB/152 GiB)
[   11.945195] sd 0:0:0:0: [sda] Write Protect is off
[   11.945200] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   11.945232] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[   11.945452]  sda:
[   11.947730] sd 1:0:0:0: [sdf] 625142448 512-byte logical blocks:
(320 GB/298 GiB)
[   11.947805] sd 1:0:0:0: [sdf] Write Protect is off
[   11.947810] sd 1:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[   11.947841] sd 1:0:0:0: [sdf] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[   11.948941]  sdf:
[   11.949983] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[   11.950141] sd 2:0:0:0: [sdg] 160086528 512-byte logical blocks:
(81.9 GB/76.3 GiB)
[   11.950219] sd 2:0:0:0: [sdg] Write Protect is off
[   11.950223] sd 2:0:0:0: [sdg] Mode Sense: 00 3a 00 00
[   11.950256] sd 2:0:0:0: [sdg] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[   11.950533]  sdg:
[   11.951000] sd 4:0:0:1: [sdc] Attached SCSI removable disk
[   11.952902]  sdf1 sdf2 sdf3 sdf4
[   11.955141] sd 4:0:0:2: [sdd] Attached SCSI removable disk
[   11.955159] sd 1:0:0:0: [sdf] Attached SCSI disk
[   11.956122] sd 4:0:0:3: [sde] Attached SCSI removable disk
[   11.958586] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[   11.958592] Uniform CD-ROM driver Revision: 3.20
[   11.959302] sr 3:0:0:0: Attached scsi CD-ROM sr0
[   11.969849]  sda1 sda2 sda3 sda4
[   11.970353] sd 0:0:0:0: [sda] Attached SCSI disk
[   11.980654]  sdg1 sdg2 sdg3 sdg4 < sdg5 sdg6 >
[   12.032678] sd 2:0:0:0: [sdg] Attached SCSI disk
[   12.116970] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   12.117758] sd 4:0:0:0: Attached scsi generic sg1 type 0
[   12.122171] sd 4:0:0:1: Attached scsi generic sg2 type 0
[   12.124780] sd 4:0:0:2: Attached scsi generic sg3 type 0
[   12.127282] sd 4:0:0:3: Attached scsi generic sg4 type 0
[   12.128400] sd 1:0:0:0: Attached scsi generic sg5 type 0
[   12.129658] sd 2:0:0:0: Attached scsi generic sg6 type 0
[   12.130516] sr 3:0:0:0: Attached scsi generic sg7 type 5
[   13.163300] device-mapper: uevent: version 1.0.3
[   13.164304] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01)
initialised: dm-devel@redhat.com
[   13.198760] PM: Starting manual resume from disk
[   13.198769] PM: Resume from partition 8:102
[   13.198771] PM: Checking hibernation image.
[   13.235427] PM: Error -22 checking image file
[   13.235430] PM: Resume from disk failed.
[   13.311339] kjournald starting.  Commit interval 5 seconds
[   13.311356] EXT3-fs: mounted filesystem with ordered data mode.
[   15.542674] udev[365]: starting version 164
[   16.310426] input: PC Speaker as /devices/platform/pcspkr/input/input1
[   16.335321] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   16.390790] input: Power Button as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[   16.391073] ACPI: Power Button [PWRB]
[   16.391925] input: Sleep Button as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
[   16.392248] ACPI: Sleep Button [SLPB]
[   16.392451] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[   16.392864] ACPI: Power Button [PWRF]
[   16.515504] processor LNXCPU:00: registered as cooling_device1
[   16.519255] parport_pc 00:0b: reported by Plug and Play ACPI
[   16.519372] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
[   16.533670] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   16.840627] input: ImPS/2 Generic Wheel Mouse as
/devices/platform/i8042/serio1/input/input5
[   18.497992] ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
[   18.498013] VIA 82xx Audio 0000:00:11.5: PCI INT C -> Link[ALKC] ->
GSI 22 (level, low) -> IRQ 22
[   18.498184] VIA 82xx Audio 0000:00:11.5: setting latency timer to 64
[   20.828933] Adding 1534168k swap on /dev/sdg6.  Priority:-1
extents:1 across:1534168k
[   21.203584] EXT3 FS on sdg1, internal journal
[   21.564179] loop: module loaded
[   26.784773] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[   27.127746] fuse init (API version 7.13)
[   28.688217] RPC: Registered udp transport module.
[   28.688223] RPC: Registered tcp transport module.
[   28.688226] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   28.961543] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   29.283452] svc: failed to register lockdv1 RPC service (errno 97).
[   29.285465] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state
recovery directory
[   29.322730] NFSD: starting 90-second grace period
[   36.313864] Bluetooth: Core ver 2.15
[   36.313988] NET: Registered protocol family 31
[   36.313991] Bluetooth: HCI device and connection manager initialized
[   36.313997] Bluetooth: HCI socket layer initialized
[   36.485683] [drm] Initialized drm 1.1.0 20060810
[   36.539434] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   36.540768] [drm] Initialized via 2.11.1 20070202 for 0000:01:00.0 on minor 0
[   36.552884] Bluetooth: L2CAP ver 2.14
[   36.552890] Bluetooth: L2CAP socket layer initialized
[   36.621740] Bluetooth: RFCOMM TTY layer initialized
[   36.621749] Bluetooth: RFCOMM socket layer initialized
[   36.621752] Bluetooth: RFCOMM ver 1.11
[   36.652887] agpgart-via 0000:00:00.0: AGP 3.5 bridge
[   36.652915] agpgart-via 0000:00:00.0: bridge is in legacy mode,
falling back to 2.x
[   36.652923] agpgart-via 0000:00:00.0: putting AGP V2 device into 4x mode
[   36.652981] pci 0000:01:00.0: putting AGP V2 device into 4x mode
[   36.736178] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   36.736187] Bluetooth: BNEP filters: protocol multicast
[   36.842159] Bridge firewalling registered
[   36.896022] eth0: no IPv6 routers present
[   37.176792] Bluetooth: SCO (Voice Link) ver 0.6
[   37.176798] Bluetooth: SCO socket layer initialized
[   37.990210] lp0: using parport0 (interrupt-driven).
[   38.052715] ppdev: user-space parallel port driver


Reply to: