Testo in console illeggibile quando parte init[RISOLTO]

Se avete problemi con l'installazione e la configurazione di Slackware64 postate qui. Non usate questo forum per argomenti che trattano la Slackware32 o generali... per quelli usate rispettivamente il forum Slackware e Gnu/Linux in genere.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware64 usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware64, se l'argomento è Slackware32 o generale usate rispettivamente il forum Slackware o Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Rispondi
alessandro.pastore
Linux 0.x
Linux 0.x
Messaggi: 6
Iscritto il: gio 23 gen 2014, 23:03
Nome Cognome: Alessandro Pastore
Slackware: 14.1
Kernel: 3.10
Desktop: kde

Testo in console illeggibile quando parte init[RISOLTO]

Messaggio da alessandro.pastore »

Ciao a tutti
mi succede una cosa che non riesco a capire.
Ho installato la slackware 14.1 64bit su un hp ml310gen8 con grub2 come bootloader (ho già letto in questo forum di altri ma ricordo che su queste brutte macchine a volte si deve disabilitare il controller raid integrato altrimenti non si vede il dispositivo a blocchi oppure si vede ma non si riesce a scriverci)

il menù iniziale del boot loader è ok, il kernel parte bene, quando parte init (o apparentemente in quel momento) lo schermo cambia carattere appare tutto in diagonale. la leggibilità per le emergenze c'è solo se hai un'idea di cosa potrebbe esserci scritto e poi c'è la shell via ssh ma non è bello.
Se avvio X (driver vesa) avviene lo stesso tipo di deformazione.
seguono schermata, grub.cfg (il dmesg lo metto dopo, il messaggio è troppo lungo)
grazie a chi sa darmi qualche indicazione
alessandro

Codice: Seleziona tutto

--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 [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

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 {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=dejavusansmono
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  7bea98cf-2171-4025-82d0-1ff313a8d855
else
  search --no-floppy --fs-uuid --set=root 7bea98cf-2171-4025-82d0-1ff313a8d855
fi
    font="/usr/share/grub/dejavusansmono.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=
  insmod gettext
fi
terminal_output gfxterm
set timeout=10
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Slackware-14.1 GNU/Linux' --class slackware-14.1 --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-7bea98cf-2171-4025-82d0-1ff313a8d855' {
	load_video
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  7bea98cf-2171-4025-82d0-1ff313a8d855
	else
	  search --no-floppy --fs-uuid --set=root 7bea98cf-2171-4025-82d0-1ff313a8d855
	fi
	echo	'Loading Linux 3.10.17 ...'
	linux	/boot/vmlinuz-huge-3.10.17 root=/dev/sda1 ro  
}
submenu 'Advanced options for Slackware-14.1 GNU/Linux' $menuentry_id_option 'gnulinux-advanced-7bea98cf-2171-4025-82d0-1ff313a8d855' {
	menuentry 'Slackware-14.1 GNU/Linux, with Linux 3.10.17' --class slackware-14.1 --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.10.17-advanced-7bea98cf-2171-4025-82d0-1ff313a8d855' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  7bea98cf-2171-4025-82d0-1ff313a8d855
		else
		  search --no-floppy --fs-uuid --set=root 7bea98cf-2171-4025-82d0-1ff313a8d855
		fi
		echo	'Loading Linux 3.10.17 ...'
		linux	/boot/vmlinuz-huge-3.10.17 root=/dev/sda1 ro  
	}
	menuentry 'Slackware-14.1 GNU/Linux, with Linux 3.10.17 (recovery mode)' --class slackware-14.1 --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.10.17-recovery-7bea98cf-2171-4025-82d0-1ff313a8d855' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  7bea98cf-2171-4025-82d0-1ff313a8d855
		else
		  search --no-floppy --fs-uuid --set=root 7bea98cf-2171-4025-82d0-1ff313a8d855
		fi
		echo	'Loading Linux 3.10.17 ...'
		linux	/boot/vmlinuz-huge-3.10.17 root=/dev/sda1 ro single 
	}
	menuentry 'Slackware-14.1 GNU/Linux, with Linux 3.10.17' --class slackware-14.1 --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.10.17-advanced-7bea98cf-2171-4025-82d0-1ff313a8d855' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  7bea98cf-2171-4025-82d0-1ff313a8d855
		else
		  search --no-floppy --fs-uuid --set=root 7bea98cf-2171-4025-82d0-1ff313a8d855
		fi
		echo	'Loading Linux 3.10.17 ...'
		linux	/boot/vmlinuz-generic-3.10.17 root=/dev/sda1 ro  
	}
	menuentry 'Slackware-14.1 GNU/Linux, with Linux 3.10.17 (recovery mode)' --class slackware-14.1 --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.10.17-recovery-7bea98cf-2171-4025-82d0-1ff313a8d855' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  7bea98cf-2171-4025-82d0-1ff313a8d855
		else
		  search --no-floppy --fs-uuid --set=root 7bea98cf-2171-4025-82d0-1ff313a8d855
		fi
		echo	'Loading Linux 3.10.17 ...'
		linux	/boot/vmlinuz-generic-3.10.17 root=/dev/sda1 ro single 
	}
}

### END /etc/grub.d/10_linux ###

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

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### 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.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
Allegati
IMG_7791.JPG
IMG_7791.JPG (218.35 KiB) Visto 6021 volte
Ultima modifica di alessandro.pastore il dom 26 gen 2014, 18:02, modificato 1 volta in totale.

alessandro.pastore
Linux 0.x
Linux 0.x
Messaggi: 6
Iscritto il: gio 23 gen 2014, 23:03
Nome Cognome: Alessandro Pastore
Slackware: 14.1
Kernel: 3.10
Desktop: kde

Re: Testo in cosole illeggibile quando parte init

Messaggio da alessandro.pastore »

scusate il refuso nel titolo, segue il dmesg. alex

Codice: Seleziona tutto

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.17 (root@hive64) (gcc version 4.8.2 (GCC) ) #2 SMP Wed Oct 23 16:34:38 CDT 2013
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-huge-3.10.17 root=/dev/sda1 ro text
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000997ff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000099800-0x0000000000099bff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e8000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000f1de3fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f1de4000-0x00000000f1dedfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000f1dee000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fee0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000040bffefff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: HP ProLiant ML310e Gen8 v2, BIOS P78 09/01/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x40bfff max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00F4000000 mask 7FFC000000 uncachable
[    0.000000]   1 base 00F8000000 mask 7FF8000000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xf1de4 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f4f80-0x000f4f8f] mapped at [ffff8800000f4f80]
[    0.000000] Base memory trampoline at [ffff880000093000] 93000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x0236f000, 0x0236ffff] PGTABLE
[    0.000000] BRK [0x02370000, 0x02370fff] PGTABLE
[    0.000000] BRK [0x02371000, 0x02371fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x40bc00000-0x40bdfffff]
[    0.000000]  [mem 0x40bc00000-0x40bdfffff] page 2M
[    0.000000] BRK [0x02372000, 0x02372fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x408000000-0x40bbfffff]
[    0.000000]  [mem 0x408000000-0x40bbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x400000000-0x407ffffff]
[    0.000000]  [mem 0x400000000-0x407ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xf1de3fff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0xbfffffff] page 1G
[    0.000000]  [mem 0xc0000000-0xf1bfffff] page 2M
[    0.000000]  [mem 0xf1c00000-0xf1de3fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[    0.000000]  [mem 0x100000000-0x3ffffffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x40be00000-0x40bffefff]
[    0.000000]  [mem 0x40be00000-0x40bffefff] page 4k
[    0.000000] BRK [0x02373000, 0x02373fff] PGTABLE
[    0.000000] ACPI: RSDP 00000000000f4f00 00024 (v02 HP    )
[    0.000000] ACPI: XSDT 00000000f1de6400 000B4 (v01 HP     ProLiant 00000002   \xffffffd2? 0000162E)
[    0.000000] ACPI: FACP 00000000f1de6540 000F4 (v03 HP     ProLiant 00000002   \xffffffd2? 0000162E)
[    0.000000] ACPI: DSDT 00000000f1de6640 02A13 (v01 HP         DSDT 00000001 INTL 20030228)
[    0.000000] ACPI: FACS 00000000f1de4140 00040
[    0.000000] ACPI: SPCR 00000000f1de4180 00050 (v01 HP     SPCRRBSU 00000001   \xffffffd2? 0000162E)
[    0.000000] ACPI: MCFG 00000000f1de4200 0003C (v01 HP     ProLiant 00000001      00000000)
[    0.000000] ACPI: HPET 00000000f1de4240 00038 (v01 HP     ProLiant 00000002   \xffffffd2? 0000162E)
[    0.000000] ACPI: FFFF 00000000f1de4280 00064 (v02 HP     ProLiant 00000002   \xffffffd2? 0000162E)
[    0.000000] ACPI: SPMI 00000000f1de4300 00040 (v05 HP     ProLiant 00000001   \xffffffd2? 0000162E)
[    0.000000] ACPI: ERST 00000000f1de4340 00230 (v01 HP     ProLiant 00000001   \xffffffd2? 0000162E)
[    0.000000] ACPI: APIC 00000000f1de4580 00252 (v01 HP     ProLiant 00000002      00000000)
[    0.000000] ACPI: FFFF 00000000f1de4800 00176 (v01 HP     ProLiant 00000001   \xffffffd2? 0000162E)
[    0.000000] ACPI: BERT 00000000f1de4980 00030 (v01 HP     ProLiant 00000001   \xffffffd2? 0000162E)
[    0.000000] ACPI: HEST 00000000f1de49c0 000BC (v01 HP     ProLiant 00000001   \xffffffd2? 0000162E)
[    0.000000] ACPI: DMAR 00000000f1de4a80 0030E (v01 HP     ProLiant 00000001   \xffffffd2? 0000162E)
[    0.000000] ACPI: FFFF 00000000f1de63c0 0002D (v01 HP     ProLiant 00000001      00000000)
[    0.000000] ACPI: SSDT 00000000f1de9080 00137 (v03     HP  CRSPCI0 00000002   HP 00000001)
[    0.000000] ACPI: SSDT 00000000f1de91c0 00573 (v03     HP   riser0 00000002 INTL 20030228)
[    0.000000] ACPI: SSDT 00000000f1de9740 001E1 (v01     HP      pcc 00000001 INTL 20090625)
[    0.000000] ACPI: SSDT 00000000f1de9940 00377 (v01     HP     pmab 00000001 INTL 20090625)
[    0.000000] ACPI: SSDT 00000000f1de9cc0 009E4 (v01 INTEL  PPM RCM  80000001 INTL 20061109)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea00103fffff] PMD -> [ffff8803fb200000-ffff88040b3fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x40bffefff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00098fff]
[    0.000000]   node   0: [mem 0x00100000-0xf1de3fff]
[    0.000000]   node   0: [mem 0x100000000-0x40bffefff]
[    0.000000] On node 0 totalpages: 4185467
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3992 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 16320 pages used for memmap
[    0.000000]   DMA32 zone: 986596 pages, LIFO batch:31
[    0.000000]   Normal zone: 49920 pages used for memmap
[    0.000000]   Normal zone: 3194879 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x908
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    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] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 64 CPUs, 60 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 0000000000099000 - 000000000009a000
[    0.000000] PM: Registered nosave memory: 0000000000099000 - 000000000009e000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e8000
[    0.000000] PM: Registered nosave memory: 00000000000e8000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000f1de4000 - 00000000f1dee000
[    0.000000] PM: Registered nosave memory: 00000000f1dee000 - 00000000f8000000
[    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fee10000
[    0.000000] PM: Registered nosave memory: 00000000fee10000 - 00000000ff800000
[    0.000000] PM: Registered nosave memory: 00000000ff800000 - 0000000100000000
[    0.000000] e820: [mem 0xf8000000-0xfebfffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:64 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88040b400000 s79424 r8192 d22976 u131072
[    0.000000] pcpu-alloc: s79424 r8192 d22976 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 
[    0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 
[    0.000000] pcpu-alloc: [0] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 
[    0.000000] pcpu-alloc: [0] 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4119142
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-huge-3.10.17 root=/dev/sda1 ro text
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 16359868k/16973820k available (11725k kernel code, 231952k absent, 382000k reserved, 5712k data, 1272k init)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=64, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=64.
[    0.000000] NR_IRQS:8448 nr_irqs:1192 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.001000] tsc: Detected 3092.871 MHz processor
[    0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 6185.74 BogoMIPS (lpj=3092871)
[    0.000230] pid_max: default: 65536 minimum: 512
[    0.001439] Security Framework initialized
[    0.001558] Mount-cache hash table entries: 256
[    0.001821] Initializing cgroup subsys devices
[    0.001933] Initializing cgroup subsys freezer
[    0.002045] Initializing cgroup subsys net_cls
[    0.002158] Initializing cgroup subsys blkio
[    0.002270] Initializing cgroup subsys perf_event
[    0.002401] CPU: Physical Processor ID: 0
[    0.002511] CPU: Processor Core ID: 0
[    0.002624] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.002624] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.003547] mce: CPU supports 9 MCE banks
[    0.003668] CPU0: Thermal monitoring enabled (TM1)
[    0.003793] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.003793] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
[    0.003793] tlb_flushall_shift: 6
[    0.004087] Freeing SMP alternatives: 36k freed
[    0.004540] ACPI: Core revision 20130328
[    0.006008] ACPI: All ACPI Tables successfully acquired
[    0.006548] ftrace: allocating 36377 entries in 143 pages
[    0.018005] dmar: Host address width 39
[    0.018317] dmar: DRHD base: 0x000000fed91000 flags: 0x1
[    0.018631] dmar: IOMMU 0: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
[    0.019200] dmar: RMRR base: 0x000000f1ffd000 end: 0x000000f1ffffff
[    0.019512] dmar: RMRR base: 0x000000f1ff6000 end: 0x000000f1ffcfff
[    0.019832] dmar: RMRR base: 0x000000f1f93000 end: 0x000000f1f94fff
[    0.020145] dmar: RMRR base: 0x000000f1f8f000 end: 0x000000f1f92fff
[    0.020456] dmar: RMRR base: 0x000000f1f7f000 end: 0x000000f1f8efff
[    0.020773] dmar: RMRR base: 0x000000f1f7e000 end: 0x000000f1f7efff
[    0.021088] dmar: RMRR base: 0x000000000f4000 end: 0x000000000f4fff
[    0.021398] dmar: RMRR base: 0x000000000e8000 end: 0x000000000e8fff
[    0.021776] IOAPIC id 8 under DRHD base  0xfed91000 IOMMU 0
[    0.022086] HPET id 0 under DRHD base 0xfed91000
[    0.022397] Your BIOS is broken and requested that x2apic be disabled.
[    0.022397] This will slightly decrease performance.
[    0.022397] Use 'intremap=no_x2apic_optout' to override BIOS request.
[    0.023272] Enabled IRQ remapping in xapic mode
[    0.023584] x2apic not enabled, IRQ remapping is in xapic mode
[    0.023898] Switched APIC routing to physical flat.
[    0.024581] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.034886] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1220 v3 @ 3.10GHz (fam: 06, model: 3c, stepping: 03)
[    0.035620] TSC deadline timer enabled
[    0.035631] Performance Events: no PEBS fmt2+, generic architected perfmon, Broken BIOS detected, complain to your hardware vendor.
[    0.036371] [Firmware Bug]: the BIOS has corrupted hw-PMU resources (MSR 38d is 330)
[    0.036936] Intel PMU driver.
[    0.037248] ... version:                3
[    0.037557] ... bit width:              48
[    0.037867] ... generic registers:      8
[    0.038174] ... value mask:             0000ffffffffffff
[    0.038479] ... max period:             000000007fffffff
[    0.038783] ... fixed-purpose events:   3
[    0.039086] ... event mask:             00000007000000ff
[    0.039687] smpboot: Booting Node   0, Processors  #1 #2 #3
[    0.081867] Brought up 4 CPUs
[    0.082488] smpboot: Total of 4 processors activated (24742.96 BogoMIPS)
[    0.085806] devtmpfs: initialized
[    0.087144] xor: automatically using best checksumming function:
[    0.096571]    avx       : 33248.000 MB/sec
[    0.096887] atomic64 test passed for x86-64 platform with CX8 and with SSE
[    0.097235] regulator-dummy: no parameters
[    0.097597] NET: Registered protocol family 16
[    0.097962] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.098541] ACPI: bus type PCI registered
[    0.098854] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.099211] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf4000000-0xf7ffffff] (base 0xf4000000)
[    0.099783] PCI: MMCONFIG at [mem 0xf4000000-0xf7ffffff] reserved in E820
[    0.102909] PCI: Using configuration type 1 for base access
[    0.104791] bio: create slab <bio-0> at 0
[    0.121230] raid6: sse2x1   10640 MB/s
[    0.138285] raid6: sse2x2   13234 MB/s
[    0.155290] raid6: sse2x4   15468 MB/s
[    0.172292] raid6: avx2x1   20550 MB/s
[    0.189297] raid6: avx2x2   23632 MB/s
[    0.206302] raid6: avx2x4   27785 MB/s
[    0.206612] raid6: using algorithm avx2x4 (27785 MB/s)
[    0.206922] raid6: using avx2x2 recovery algorithm
[    0.207275] ACPI: Added _OSI(Module Device)
[    0.207585] ACPI: Added _OSI(Processor Device)
[    0.207893] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.208200] ACPI: Added _OSI(Processor Aggregator Device)
[    0.208834] ACPI: EC: Look up EC in DSDT
[    0.209824] ACPI: Interpreter enabled
[    0.210135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
[    0.210822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
[    0.211502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20130328/hwxface-568)
[    0.212182] ACPI: (supports S0 S4 S5)
[    0.212494] ACPI: Using IOAPIC for interrupt routing
[    0.212815] HEST: Table parsing has been initialized.
[    0.213130] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.213762] ACPI: No dock devices found.
[    0.216439] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-13])
[    0.216822] acpi PNP0A08:00: host bridge window expanded to [mem 0xfed00000-0xfed44fff]; [mem 0xfed00000-0xfed44fff] ignored
[    0.217435] PCI host bridge to bus 0000:00
[    0.217750] pci_bus 0000:00: root bus resource [bus 00-13]
[    0.218060] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfbffffff]
[    0.218374] pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
[    0.218688] pci_bus 0000:00: root bus resource [io  0x0000-0x03af]
[    0.219009] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7]
[    0.219322] pci_bus 0000:00: root bus resource [io  0x0d00-0x0fff]
[    0.219637] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed44fff]
[    0.219952] pci_bus 0000:00: root bus resource [io  0x03b0-0x03bb]
[    0.220264] pci_bus 0000:00: root bus resource [io  0x03c0-0x03df]
[    0.220576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.220902] pci 0000:00:00.0: [8086:0c08] type 00 class 0x060000
[    0.220949] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.220974] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.221006] pci 0000:00:01.1: [8086:0c05] type 01 class 0x060400
[    0.221028] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.221078] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.221093] pci 0000:00:14.0: reg 10: [mem 0xfacf0000-0xfacfffff 64bit]
[    0.221142] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.221184] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.221201] pci 0000:00:1a.0: reg 10: [mem 0xface0000-0xface03ff]
[    0.221276] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.221313] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.221366] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.221404] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[    0.221457] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.221494] pci 0000:00:1c.5: [8086:8c1a] type 01 class 0x060400
[    0.221547] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.221582] pci 0000:00:1c.6: [8086:8c1c] type 01 class 0x060400
[    0.221635] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.221670] pci 0000:00:1c.7: [8086:8c1e] type 01 class 0x060400
[    0.221723] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.221762] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.221787] pci 0000:00:1d.0: reg 10: [mem 0xfacd0000-0xfacd03ff]
[    0.221862] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.221899] pci 0000:00:1f.0: [8086:8c52] type 00 class 0x060100
[    0.222019] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[    0.222031] pci 0000:00:1f.2: reg 10: [io  0x1000-0x1007]
[    0.222036] pci 0000:00:1f.2: reg 14: [io  0x1008-0x100b]
[    0.222042] pci 0000:00:1f.2: reg 18: [io  0x1010-0x1017]
[    0.222047] pci 0000:00:1f.2: reg 1c: [io  0x1018-0x101b]
[    0.222053] pci 0000:00:1f.2: reg 20: [io  0x1020-0x103f]
[    0.222058] pci 0000:00:1f.2: reg 24: [mem 0xfacc0000-0xfacc07ff]
[    0.222087] pci 0000:00:1f.2: PME# supported from D3hot
[    0.222206] pci 0000:00:01.0: PCI bridge to [bus 04]
[    0.222598] pci 0000:00:01.1: PCI bridge to [bus 07]
[    0.223015] pci 0000:00:1c.0: PCI bridge to [bus 0a]
[    0.223358] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.223722] pci 0000:03:00.0: [14e4:165f] type 00 class 0x020000
[    0.223742] pci 0000:03:00.0: reg 10: [mem 0xfabf0000-0xfabfffff 64bit pref]
[    0.223765] pci 0000:03:00.0: reg 18: [mem 0xfabe0000-0xfabeffff 64bit pref]
[    0.223780] pci 0000:03:00.0: reg 20: [mem 0xfabd0000-0xfabdffff 64bit pref]
[    0.223790] pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0003ffff pref]
[    0.223853] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.223894] pci 0000:03:00.1: [14e4:165f] type 00 class 0x020000
[    0.223913] pci 0000:03:00.1: reg 10: [mem 0xfabc0000-0xfabcffff 64bit pref]
[    0.223928] pci 0000:03:00.1: reg 18: [mem 0xfabb0000-0xfabbffff 64bit pref]
[    0.223943] pci 0000:03:00.1: reg 20: [mem 0xfaba0000-0xfabaffff 64bit pref]
[    0.223953] pci 0000:03:00.1: reg 30: [mem 0x00000000-0x0003ffff pref]
[    0.224017] pci 0000:03:00.1: PME# supported from D0 D3hot D3cold
[    0.225989] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    0.226308] pci 0000:00:1c.5:   bridge window [mem 0xfab00000-0xfabfffff 64bit pref]
[    0.226414] pci 0000:00:1c.6: PCI bridge to [bus 0d]
[    0.226782] pci 0000:01:00.0: [103c:3306] type 00 class 0x088000
[    0.226799] pci 0000:01:00.0: reg 10: [io  0x3000-0x30ff]
[    0.226810] pci 0000:01:00.0: reg 14: [mem 0xfbff0000-0xfbff01ff]
[    0.226822] pci 0000:01:00.0: reg 18: [io  0x3400-0x34ff]
[    0.226958] pci 0000:01:00.1: [102b:0533] type 00 class 0x030000
[    0.226975] pci 0000:01:00.1: reg 10: [mem 0xf9000000-0xf9ffffff pref]
[    0.226987] pci 0000:01:00.1: reg 14: [mem 0xfbfe0000-0xfbfe3fff]
[    0.226998] pci 0000:01:00.1: reg 18: [mem 0xfb000000-0xfb7fffff]
[    0.227133] pci 0000:01:00.2: [103c:3307] type 00 class 0x088000
[    0.227149] pci 0000:01:00.2: reg 10: [io  0x3800-0x38ff]
[    0.227160] pci 0000:01:00.2: reg 14: [mem 0xfaff0000-0xfaff00ff]
[    0.227172] pci 0000:01:00.2: reg 18: [mem 0xfae00000-0xfaefffff]
[    0.227183] pci 0000:01:00.2: reg 1c: [mem 0xfad80000-0xfadfffff]
[    0.227194] pci 0000:01:00.2: reg 20: [mem 0xfad70000-0xfad77fff]
[    0.227206] pci 0000:01:00.2: reg 24: [mem 0xfad60000-0xfad67fff]
[    0.227218] pci 0000:01:00.2: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.227271] pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
[    0.227314] pci 0000:01:00.4: [103c:3300] type 00 class 0x0c0300
[    0.227372] pci 0000:01:00.4: reg 20: [io  0x3c00-0x3c1f]
[    0.228996] pci 0000:00:1c.7: PCI bridge to [bus 01]
[    0.229310] pci 0000:00:1c.7:   bridge window [io  0x3000-0x3fff]
[    0.229313] pci 0000:00:1c.7:   bridge window [mem 0xfad00000-0xfbffffff]
[    0.229316] pci 0000:00:1c.7:   bridge window [mem 0xf9000000-0xf9ffffff 64bit pref]
[    0.229335] pci_bus 0000:00: on NUMA node 0
[    0.229374] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[    0.229718] acpi PNP0A08:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x00
[    0.230295] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.230763] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 7 10 *11)
[    0.231431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7 *10 11)
[    0.232105] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *7 10 11)
[    0.232769] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 10 *11)
[    0.233435] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *7 10 11)
[    0.234098] ACPI: PCI Interrupt Link [LNKF] (IRQs *5 7 10 11)
[    0.234764] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 7 10 11) *0, disabled.
[    0.235540] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 7 10 11) *0, disabled.
[    0.236350] acpi root: \_SB_.PCI0 notify handler is installed
[    0.236373] Found 1 acpi root devices
[    0.236408] vgaarb: device added: PCI:0000:01:00.1,decodes=io+mem,owns=io+mem,locks=none
[    0.236975] vgaarb: loaded
[    0.237276] vgaarb: bridge control possible 0000:01:00.1
[    0.237608] SCSI subsystem initialized
[    0.237912] ACPI: bus type ATA registered
[    0.238245] libata version 3.00 loaded.
[    0.238247] ACPI: bus type USB registered
[    0.238563] usbcore: registered new interface driver usbfs
[    0.238875] usbcore: registered new interface driver hub
[    0.239195] usbcore: registered new device driver usb
[    0.239562] PCI: Using ACPI for IRQ routing
[    0.240955] PCI: pci_cache_line_size set to 64 bytes
[    0.240994] e820: reserve RAM buffer [mem 0x00099800-0x0009ffff]
[    0.240995] e820: reserve RAM buffer [mem 0xf1de4000-0xf3ffffff]
[    0.240996] e820: reserve RAM buffer [mem 0x40bfff000-0x40bffffff]
[    0.241062] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.241880] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.244197] Switching to clocksource hpet
[    0.248146] pnp: PnP ACPI init
[    0.248458] ACPI: bus type PNP registered
[    0.248915] system 00:00: [io  0x0408-0x040f] has been reserved
[    0.249229] system 00:00: [io  0x04d0-0x04d1] has been reserved
[    0.249545] system 00:00: [io  0x0310-0x0313] has been reserved
[    0.249866] system 00:00: [io  0x0316-0x0317] has been reserved
[    0.250178] system 00:00: [io  0x0700-0x071f] has been reserved
[    0.250493] system 00:00: [io  0x0880-0x08ff] has been reserved
[    0.250807] system 00:00: [io  0x0900-0x097f] has been reserved
[    0.251121] system 00:00: [io  0x0cd4-0x0cd7] has been reserved
[    0.251427] system 00:00: [io  0x0cd0-0x0cd3] has been reserved
[    0.251735] system 00:00: [io  0x0f50-0x0f58] has been reserved
[    0.252050] system 00:00: [io  0x0ca0-0x0ca1] has been reserved
[    0.252358] system 00:00: [io  0x0ca4-0x0ca5] has been reserved
[    0.252673] system 00:00: [io  0x02f8-0x02ff] has been reserved
[    0.252983] system 00:00: [mem 0xf4000000-0xf7ffffff] has been reserved
[    0.253298] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved
[    0.253617] system 00:00: [mem 0xfed90000-0xfed91fff] could not be reserved
[    0.253932] system 00:00: [mem 0xfed90000-0xfed91fff] could not be reserved
[    0.254390] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.254404] pnp 00:01: Plug and Play ACPI device, IDs IPI0001 (active)
[    0.254422] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.254426] pnp 00:03: [dma 7]
[    0.254435] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.254446] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.254457] pnp 00:05: Plug and Play ACPI device, IDs PNP0a06 (active)
[    0.254577] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
[    0.254589] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.254605] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.254620] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active)
[    0.254691] pnp: PnP ACPI: found 10 devices
[    0.255010] ACPI: bus type PNP unregistered
[    0.260757] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
[    0.260759] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0a] add_size 200000
[    0.260760] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 0a] add_size 200000
[    0.260766] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.260767] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.260768] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
[    0.260773] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    0.260775] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x001fffff] to [bus 03] add_size 400000
[    0.260780] pci 0000:00:1c.6: bridge window [io  0x1000-0x0fff] to [bus 0d] add_size 1000
[    0.260781] pci 0000:00:1c.6: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0d] add_size 200000
[    0.260782] pci 0000:00:1c.6: bridge window [mem 0x00100000-0x000fffff] to [bus 0d] add_size 200000
[    0.260790] pci 0000:00:1c.0: res[8]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.260791] pci 0000:00:1c.0: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.260792] pci 0000:00:1c.4: res[8]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.260793] pci 0000:00:1c.4: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.260794] pci 0000:00:1c.5: res[8]=[mem 0x00100000-0x001fffff] get_res_add_size add_size 400000
[    0.260795] pci 0000:00:1c.6: res[8]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.260796] pci 0000:00:1c.6: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.260797] pci 0000:00:1c.0: res[7]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.260798] pci 0000:00:1c.4: res[7]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.260799] pci 0000:00:1c.5: res[7]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.260800] pci 0000:00:1c.6: res[7]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.260801] pci 0000:00:1c.0: BAR 8: assigned [mem 0xf8000000-0xf81fffff]
[    0.261116] pci 0000:00:1c.0: BAR 9: assigned [mem 0xf8200000-0xf83fffff 64bit pref]
[    0.261681] pci 0000:00:1c.4: BAR 8: assigned [mem 0xf8400000-0xf85fffff]
[    0.262003] pci 0000:00:1c.4: BAR 9: assigned [mem 0xf8600000-0xf87fffff 64bit pref]
[    0.262570] pci 0000:00:1c.5: BAR 8: assigned [mem 0xf8800000-0xf8cfffff]
[    0.262882] pci 0000:00:1c.6: BAR 8: assigned [mem 0xf8d00000-0xf8efffff]
[    0.263197] pci 0000:00:1c.6: BAR 9: assigned [mem 0xfa000000-0xfa1fffff 64bit pref]
[    0.263762] pci 0000:00:1c.0: BAR 7: assigned [io  0x2000-0x2fff]
[    0.264076] pci 0000:00:1c.4: BAR 7: assigned [io  0x4000-0x4fff]
[    0.264388] pci 0000:00:1c.5: BAR 7: assigned [io  0x5000-0x5fff]
[    0.264706] pci 0000:00:1c.6: BAR 7: assigned [io  0x6000-0x6fff]
[    0.271194] pci 0000:00:01.0: PCI bridge to [bus 04]
[    0.271513] pci 0000:00:01.1: PCI bridge to [bus 07]
[    0.271829] pci 0000:00:1c.0: PCI bridge to [bus 0a]
[    0.272141] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.272457] pci 0000:00:1c.0:   bridge window [mem 0xf8000000-0xf81fffff]
[    0.272775] pci 0000:00:1c.0:   bridge window [mem 0xf8200000-0xf83fffff 64bit pref]
[    0.273343] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.273656] pci 0000:00:1c.4:   bridge window [io  0x4000-0x4fff]
[    0.273971] pci 0000:00:1c.4:   bridge window [mem 0xf8400000-0xf85fffff]
[    0.274287] pci 0000:00:1c.4:   bridge window [mem 0xf8600000-0xf87fffff 64bit pref]
[    0.274857] pci 0000:03:00.0: BAR 6: assigned [mem 0xfab00000-0xfab3ffff pref]
[    0.275418] pci 0000:03:00.1: BAR 6: assigned [mem 0xfab40000-0xfab7ffff pref]
[    0.275982] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    0.276296] pci 0000:00:1c.5:   bridge window [io  0x5000-0x5fff]
[    0.276614] pci 0000:00:1c.5:   bridge window [mem 0xf8800000-0xf8cfffff]
[    0.276931] pci 0000:00:1c.5:   bridge window [mem 0xfab00000-0xfabfffff 64bit pref]
[    0.278303] pci 0000:00:1c.6: PCI bridge to [bus 0d]
[    0.278617] pci 0000:00:1c.6:   bridge window [io  0x6000-0x6fff]
[    0.278941] pci 0000:00:1c.6:   bridge window [mem 0xf8d00000-0xf8efffff]
[    0.279253] pci 0000:00:1c.6:   bridge window [mem 0xfa000000-0xfa1fffff 64bit pref]
[    0.279811] pci 0000:01:00.2: BAR 6: assigned [mem 0xfad00000-0xfad0ffff pref]
[    0.280370] pci 0000:00:1c.7: PCI bridge to [bus 01]
[    0.280679] pci 0000:00:1c.7:   bridge window [io  0x3000-0x3fff]
[    0.281000] pci 0000:00:1c.7:   bridge window [mem 0xfad00000-0xfbffffff]
[    0.281316] pci 0000:00:1c.7:   bridge window [mem 0xf9000000-0xf9ffffff 64bit pref]
[    0.282149] pci_bus 0000:00: resource 4 [mem 0xf8000000-0xfbffffff]
[    0.282151] pci_bus 0000:00: resource 5 [io  0x1000-0xffff]
[    0.282152] pci_bus 0000:00: resource 6 [io  0x0000-0x03af]
[    0.282153] pci_bus 0000:00: resource 7 [io  0x03e0-0x0cf7]
[    0.282154] pci_bus 0000:00: resource 8 [io  0x0d00-0x0fff]
[    0.282155] pci_bus 0000:00: resource 9 [mem 0xfed00000-0xfed44fff]
[    0.282156] pci_bus 0000:00: resource 10 [io  0x03b0-0x03bb]
[    0.282157] pci_bus 0000:00: resource 11 [io  0x03c0-0x03df]
[    0.282158] pci_bus 0000:00: resource 12 [mem 0x000a0000-0x000bffff]
[    0.282159] pci_bus 0000:0a: resource 0 [io  0x2000-0x2fff]
[    0.282160] pci_bus 0000:0a: resource 1 [mem 0xf8000000-0xf81fffff]
[    0.282161] pci_bus 0000:0a: resource 2 [mem 0xf8200000-0xf83fffff 64bit pref]
[    0.282162] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
[    0.282163] pci_bus 0000:02: resource 1 [mem 0xf8400000-0xf85fffff]
[    0.282164] pci_bus 0000:02: resource 2 [mem 0xf8600000-0xf87fffff 64bit pref]
[    0.282165] pci_bus 0000:03: resource 0 [io  0x5000-0x5fff]
[    0.282166] pci_bus 0000:03: resource 1 [mem 0xf8800000-0xf8cfffff]
[    0.282167] pci_bus 0000:03: resource 2 [mem 0xfab00000-0xfabfffff 64bit pref]
[    0.282167] pci_bus 0000:0d: resource 0 [io  0x6000-0x6fff]
[    0.282168] pci_bus 0000:0d: resource 1 [mem 0xf8d00000-0xf8efffff]
[    0.282169] pci_bus 0000:0d: resource 2 [mem 0xfa000000-0xfa1fffff 64bit pref]
[    0.282170] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.282171] pci_bus 0000:01: resource 1 [mem 0xfad00000-0xfbffffff]
[    0.282172] pci_bus 0000:01: resource 2 [mem 0xf9000000-0xf9ffffff 64bit pref]
[    0.282193] NET: Registered protocol family 2
[    0.282612] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[    0.283384] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.283799] TCP: Hash tables configured (established 131072 bind 65536)
[    0.284131] TCP: reno registered
[    0.284439] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.284778] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.285193] NET: Registered protocol family 1
[    0.285555] RPC: Registered named UNIX socket transport module.
[    0.285866] RPC: Registered udp transport module.
[    0.286183] RPC: Registered tcp transport module.
[    0.286495] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.308571] pci 0000:01:00.1: Boot video device
[    0.308627] PCI: CLS 64 bytes, default 64
[    0.308656] dmar: Device scope device [0000:00:00.00] not found
[    0.308971] dmar: Device scope device [0000:00:1c.04] not found
[    0.309286] dmar: Device scope device [0000:00:1f.05] not found
[    0.309608] dmar: Device scope device [0000:00:00.00] not found
[    0.309932] dmar: Device scope device [0000:00:1c.04] not found
[    0.310244] dmar: Device scope device [0000:00:1f.05] not found
[    0.310561] dmar: Device scope device [0000:00:00.00] not found
[    0.310875] dmar: Device scope device [0000:00:1c.04] not found
[    0.311188] dmar: Device scope device [0000:00:1f.05] not found
[    0.311504] dmar: Device scope device [0000:00:00.00] not found
[    0.311817] dmar: Device scope device [0000:00:1c.04] not found
[    0.312132] dmar: Device scope device [0000:00:1f.05] not found
[    0.312448] dmar: Device scope device [0000:00:00.00] not found
[    0.312771] dmar: Device scope device [0000:00:1c.04] not found
[    0.313084] dmar: Device scope device [0000:00:1f.05] not found
[    0.313400] dmar: Device scope device [0000:00:00.00] not found
[    0.313719] dmar: Device scope device [0000:00:1c.04] not found
[    0.314032] dmar: Device scope device [0000:00:1f.05] not found
[    0.314348] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.314666] software IO TLB [mem 0xedde4000-0xf1de4000] (64MB) mapped at [ffff8800edde4000-ffff8800f1de3fff]
[    0.315899] audit: initializing netlink socket (disabled)
[    0.316232] type=2000 audit(1378107142.297:1): initialized
[    0.317384] VFS: Disk quotas dquot_6.5.2
[    0.317734] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.318356] NFS: Registering the id_resolver key type
[    0.318687] Key type id_resolver registered
[    0.319008] Key type id_legacy registered
[    0.319325] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.319691] NTFS driver 2.1.30 [Flags: R/W].
[    0.320029] ROMFS MTD (C) 2007 Red Hat, Inc.
[    0.320386] JFS: nTxBlock = 8192, nTxLock = 65536
[    0.321486] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[    0.322269] OCFS2 1.5.0
[    0.322633] ocfs2: Registered cluster interface o2cb
[    0.322944] OCFS2 DLMFS 1.5.0
[    0.323295] OCFS2 User DLM kernel interface loaded
[    0.323617] OCFS2 Node Manager 1.5.0
[    0.323984] OCFS2 DLM 1.5.0
[    0.324363] bio: create slab <bio-1> at 1
[    0.324756] Btrfs loaded
[    0.325069] msgmni has been set to 31952
[    0.326143] async_tx: api initialized (async)
[    0.326474] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.327080] io scheduler noop registered
[    0.327400] io scheduler deadline registered
[    0.327722] io scheduler cfq registered (default)
[    0.328078] pcieport 0000:00:01.0: irq 41 for MSI/MSI-X
[    0.328110] pcieport 0000:00:01.1: irq 42 for MSI/MSI-X
[    0.328266] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.328620] intel_idle: MWAIT substates: 0x42120
[    0.328621] intel_idle: v0.4 model 0x3C
[    0.328622] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.328651] APEI: Can not request [mem 0x000e8024-0x000e804f] for APEI ERST registers
[    0.329254] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    0.330516] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.351379] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.615596] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.617510] Floppy drive(s): fd0 is 1.44M
[    0.619370] brd: module loaded
[    0.619737] Compaq SMART2 Driver (v 2.6.0)
[    0.620122] HP CISS Driver (v 3.6.26)
[    0.621150] fnic: Cisco FCoE HBA Driver, ver 1.5.0.22
[    0.621552] fnic: Successfully Initialized Trace Buffer
[    0.622218] Adaptec aacraid driver 1.2-0[30200]-ms
[    0.622687] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[    0.623207] scsi: <fdomain> Detection failed (no card)
[    0.623600] qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 8.05.00.03-k.
[    0.624265] Emulex LightPulse Fibre Channel SCSI driver 8.3.39
[    0.624633] Copyright(c) 2004-2009 Emulex.  All rights reserved.
[    0.625061] Brocade BFA FC/FCOE SCSI driver - version: 3.1.2.1
[    0.625521] DC390: clustering now enabled by default. If you get problems load
[    0.626168]        with "disable_clustering=1" and report to maintainers
[    0.626558] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[    0.627248] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[    0.627638] megasas: 06.506.00.00-rc1 Sat. Feb. 9 17:00:00 PDT 2013
[    0.628028] mpt2sas version 14.100.00.00 loaded
[    0.628481] GDT-HA: Storage RAID Controller Driver. Version: 3.05
[    0.628904] 3ware Storage Controller device driver for Linux v1.26.02.003.
[    0.629482] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[    0.630150] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
[    0.630822] ipr: IBM Power RAID SCSI Device Driver version: 2.6.0 (November 16, 2012)
[    0.631500] RocketRAID 3xxx/4xxx Controller driver v1.8
[    0.631877] stex: Promise SuperTrak EX Driver version: 4.6.0000.4
[    0.632324] st: Version 20101219, fixed bufsize 32768, s/g segs 256
[    0.632769] ahci 0000:00:1f.2: version 3.0
[    0.632991] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[    0.633041] ahci: SSS flag set, parallel bus scan disabled
[    0.633459] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    0.634107] ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pio slum part ems apst 
[    0.634755] ahci 0000:00:1f.2: setting latency timer to 64
[    0.645103] scsi0 : ahci
[    0.645615] scsi1 : ahci
[    0.646065] scsi2 : ahci
[    0.646520] scsi3 : ahci
[    0.646962] scsi4 : ahci
[    0.647405] scsi5 : ahci
[    0.647832] ata1: SATA max UDMA/133 abar m2048@0xfacc0000 port 0xfacc0100 irq 43
[    0.648480] ata2: SATA max UDMA/133 abar m2048@0xfacc0000 port 0xfacc0180 irq 43
[    0.649119] ata3: SATA max UDMA/133 abar m2048@0xfacc0000 port 0xfacc0200 irq 43
[    0.649763] ata4: SATA max UDMA/133 abar m2048@0xfacc0000 port 0xfacc0280 irq 43
[    0.650414] ata5: SATA max UDMA/133 abar m2048@0xfacc0000 port 0xfacc0300 irq 43
[    0.651066] ata6: SATA max UDMA/133 abar m2048@0xfacc0000 port 0xfacc0380 irq 43
[    0.653146] scsi6 : pata_legacy
[    0.653568] ata7: PATA max PIO4 cmd 0x1f0 ctl 0x3f6 irq 14
[    0.956350] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    0.957452] ata1.00: ATA-7: GB0250EAFYK, HPG1, max UDMA/133
[    0.957821] ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    0.958991] ata1.00: configured for UDMA/133
[    1.316258] tsc: Refined TSC clocksource calibration: 3092.837 MHz
[    1.316619] Switching to clocksource tsc
[    3.631706] floppy0: no floppy controllers found
[    3.632467] scsi 0:0:0:0: Direct-Access     ATA      GB0250EAFYK      HPG1 PQ: 0 ANSI: 5
[    3.633333] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    3.634132] sd 0:0:0:0: [sda] Write Protect is off
[    3.634502] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.634550] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    3.647712]  sda: sda1 sda2 sda3
[    3.648514] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.937559] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.938461] ata2.00: ATA-9: WDC WD40EFRX-68WT0N0, 80.00A80, max UDMA/133
[    3.938837] ata2.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    3.946676] ata2.00: configured for UDMA/133
[    3.947224] scsi 1:0:0:0: Direct-Access     ATA      WDC WD40EFRX-68W 80.0 PQ: 0 ANSI: 5
[    3.948055] sd 1:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    3.948716] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    3.949124] sd 1:0:0:0: [sdb] Write Protect is off
[    3.949487] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.949510] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    3.962020]  sdb: unknown partition table
[    3.962601] sd 1:0:0:0: [sdb] Attached SCSI disk
[    4.252474] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.253474] ata3.00: ATA-9: WDC WD40EFRX-68WT0N0, 80.00A80, max UDMA/133
[    4.253836] ata3.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    4.254752] ata3.00: configured for UDMA/133
[    4.255290] scsi 2:0:0:0: Direct-Access     ATA      WDC WD40EFRX-68W 80.0 PQ: 0 ANSI: 5
[    4.256145] sd 2:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    4.256807] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[    4.257213] sd 2:0:0:0: [sdc] Write Protect is off
[    4.257576] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    4.257599] sd 2:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    4.274807]  sdc: unknown partition table
[    4.275368] sd 2:0:0:0: [sdc] Attached SCSI disk
[    4.560392] ata4: SATA link down (SStatus 0 SControl 300)
[    4.865312] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    4.869385] ata5.00: ATAPI: hp      DVD-RAM GH82N, W204, max UDMA/100
[    4.874181] ata5.00: configured for UDMA/100
[    4.882554] scsi 4:0:0:0: CD-ROM            hp       DVD-RAM GH82N    W204 PQ: 0 ANSI: 5
[    4.891739] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    4.892384] cdrom: Uniform CD-ROM driver Revision: 3.20
[    4.892901] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    5.197223] ata6: SATA link down (SStatus 0 SControl 300)
[    5.198126] scsi7 : pata_legacy
[    5.198557] ata8: PATA max PIO4 cmd 0x170 ctl 0x376 irq 15
[    5.349447] I2O subsystem v1.325
[    5.349803] i2o: max drivers = 8
[    5.350351] I2O Configuration OSM v1.323
[    5.350717] I2O Bus Adapter OSM v1.317
[    5.351078] I2O Block Device OSM v1.325
[    5.351538] I2O SCSI Peripheral OSM v1.316
[    5.351903] I2O ProcFS OSM v1.316
[    5.352276] Fusion MPT base driver 3.04.20
[    5.352633] Copyright (c) 1999-2008 LSI Corporation
[    5.352999] Fusion MPT SPI Host driver 3.04.20
[    5.353384] Fusion MPT FC Host driver 3.04.20
[    5.353771] Fusion MPT SAS Host driver 3.04.20
[    5.354150] Fusion MPT misc device (ioctl) driver 3.04.20
[    5.354555] mptctl: Registered with Fusion MPT base driver
[    5.354919] mptctl: /dev/mptctl @ (major,minor=10,220)
[    5.355282] Fusion MPT LAN driver 3.04.20
[    5.355749] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
[    5.358145] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.358516] serio: i8042 AUX port at 0x60,0x64 irq 12
[    5.359030] mousedev: PS/2 mouse device common for all mice
[    5.359453] rtc_cmos 00:07: RTC can wake from S4
[    5.359957] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    5.360353] rtc_cmos 00:07: alarms up to one day, 114 bytes nvram, hpet irqs
[    5.360728] md: linear personality registered for level -1
[    5.361087] md: raid0 personality registered for level 0
[    5.361451] md: raid1 personality registered for level 1
[    5.361812] md: raid10 personality registered for level 10
[    5.362178] md: raid6 personality registered for level 6
[    5.362539] md: raid5 personality registered for level 5
[    5.362899] md: raid4 personality registered for level 4
[    5.363265] md: multipath personality registered for level -4
[    5.363755] device-mapper: uevent: version 1.0.3
[    5.364224] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    5.365143] cpuidle: using governor ladder
[    5.365728] cpuidle: using governor menu
[    5.366166] input: Speakup as /devices/virtual/input/input0
[    5.366617] initialized device: /dev/synth, node (MAJOR 10, MINOR 25)
[    5.367010] speakup 3.1.6: initialized
[    5.367372] synth name on entry is: (null)
[    5.367901] TCP: cubic registered
[    5.368264] Initializing XFRM netlink socket
[    5.368630] NET: Registered protocol family 17
[    5.369024] Key type dns_resolver registered
[    5.420778] registered taskstats version 1
[    5.422571] md: Waiting for all devices to be available before autodetect
[    5.422941] md: If you don't use raid, use raid=noautodetect
[    5.423629] md: Autodetecting RAID arrays.
[    5.423991] md: Scanned 0 and added 0 devices.
[    5.424360] md: autorun ...
[    5.424719] md: ... autorun DONE.
[    5.440525] EXT3-fs (sda1): error: couldn't mount because of unsupported optional features (240)
[    5.441489] EXT2-fs (sda1): error: couldn't mount because of unsupported optional features (240)
[    5.472926] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    5.473623] VFS: Mounted root (ext4 filesystem) readonly on device 8:1.
[    5.522776] devtmpfs: mounted
[    5.524878] Freeing unused kernel memory: 1272k freed
[    5.525577] Write protecting the kernel read-only data: 16384k
[    5.529005] Freeing unused kernel memory: 552k freed
[    5.533262] Freeing unused kernel memory: 792k freed
[    6.251153] loop: module loaded
[    6.428816] udevd[194]: starting version 182
[    6.910614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.915907] ehci-pci: EHCI PCI platform driver
[    6.916302] ehci-pci 0000:00:1a.0: setting latency timer to 64
[    6.916308] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    6.916661] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    6.917249] ehci-pci 0000:00:1a.0: debug port 2
[    6.921458] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    6.921469] ehci-pci 0000:00:1a.0: irq 21, io mem 0xface0000
[    6.927765] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    6.928100] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    6.928424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.929001] usb usb1: Product: EHCI Host Controller
[    6.929323] usb usb1: Manufacturer: Linux 3.10.17 ehci_hcd
[    6.929640] usb usb1: SerialNumber: 0000:00:1a.0
[    6.930041] hub 1-0:1.0: USB hub found
[    6.930374] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x16
[    6.930693] hub 1-0:1.0: 2 ports detected
[    6.931092] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    6.931096] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    6.931429] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    6.932010] ehci-pci 0000:00:1d.0: debug port 2
[    6.936224] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    6.936232] ehci-pci 0000:00:1d.0: irq 20, io mem 0xfacd0000
[    6.939983] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x16
[    6.940319] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x16
[    6.940654] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x16
[    6.941007] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    6.941754] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    6.942084] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    6.942400] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.942971] usb usb2: Product: EHCI Host Controller
[    6.943284] usb usb2: Manufacturer: Linux 3.10.17 ehci_hcd
[    6.943599] usb usb2: SerialNumber: 0000:00:1d.0
[    6.943954] hub 2-0:1.0: USB hub found
[    6.944268] hub 2-0:1.0: 2 ports detected
[    6.962642] uhci_hcd: USB Universal Host Controller Interface driver
[    6.963011] uhci_hcd 0000:01:00.4: UHCI Host Controller
[    6.963194] xhci_hcd 0000:00:14.0: setting latency timer to 64
[    6.963196] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.963219] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    6.963358] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    6.963383] xhci_hcd 0000:00:14.0: irq 44 for MSI/MSI-X
[    6.963432] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    6.963432] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.963433] usb usb3: Product: xHCI Host Controller
[    6.963434] usb usb3: Manufacturer: Linux 3.10.17 xhci_hcd
[    6.963434] usb usb3: SerialNumber: 0000:00:14.0
[    6.963470] xHCI xhci_add_endpoint called for root hub
[    6.963471] xHCI xhci_check_bandwidth called for root hub
[    6.963483] hub 3-0:1.0: USB hub found
[    6.963502] hub 3-0:1.0: 10 ports detected
[    6.964022] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.964039] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    6.964057] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    6.964058] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.964058] usb usb4: Product: xHCI Host Controller
[    6.964059] usb usb4: Manufacturer: Linux 3.10.17 xhci_hcd
[    6.964059] usb usb4: SerialNumber: 0000:00:14.0
[    6.964091] xHCI xhci_add_endpoint called for root hub
[    6.964091] xHCI xhci_check_bandwidth called for root hub
[    6.964101] hub 4-0:1.0: USB hub found
[    6.964106] hub 4-0:1.0: 2 ports detected
[    6.970131] uhci_hcd 0000:01:00.4: new USB bus registered, assigned bus number 5
[    6.970720] uhci_hcd 0000:01:00.4: port count misdetected? forcing to 2 ports
[    6.971066] uhci_hcd 0000:01:00.4: irq 16, io base 0x00003c00
[    6.971401] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    6.971719] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.972289] usb usb5: Product: UHCI Host Controller
[    6.972604] usb usb5: Manufacturer: Linux 3.10.17 uhci_hcd
[    6.972919] usb usb5: SerialNumber: 0000:01:00.4
[    6.973275] hub 5-0:1.0: USB hub found
[    6.979921] hub 5-0:1.0: 2 ports detected
[    7.045910] Linux agpgart interface v0.103
[    7.066853] [drm] Initialized drm 1.1.0 20060810
[    7.082366] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    7.083028] ACPI: Power Button [PWRF]
[    7.188454] ACPI Warning: 0x0000000000000928-0x000000000000092f SystemIO conflicts with Region \SGPE 1 (20130328/utaddress-251)
[    7.189272] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.189959] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    7.202734] [TTM] Zone  kernel: Available graphics memory: 8181260 kiB
[    7.203105] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    7.203471] [TTM] Initializing pool allocator
[    7.203839] [TTM] Initializing DMA pool allocator
[    7.232730] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    7.273195] fbcon: mgadrmfb (fb0) is primary device
[    7.347766] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
[    7.347770] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.348674] hub 1-1:1.0: USB hub found
[    7.348933] hub 1-1:1.0: 4 ports detected
[    7.362797] [drm] mga base 0
[    7.368124] power_meter ACPI000D:00: Found ACPI power meter.
[    7.368165] power_meter ACPI000D:00: Ignoring unsafe software power cap!
[    7.451177] Console: switching to colour frame buffer device 170x48
[    7.452751] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    7.481962] pps_core: LinuxPPS API ver. 1 registered
[    7.481962] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    7.483406] PTP clock support registered
[    7.497030] tg3.c:v3.132 (May 21, 2013)
[    7.502684] mgag200 0000:01:00.1: fb0: mgadrmfb frame buffer device
[    7.503085] mgag200 0000:01:00.1: registered panic notifier
[    7.503448] [drm] Initialized mgag200 1.0.0 20110418 for 0000:01:00.1 on minor 0
[    7.514850] thermal LNXTHERM:00: registered as thermal_zone0
[    7.515229] ACPI: Thermal Zone [THM0] (8 C)
[    7.664326] i2c /dev entries driver
[    8.632626] hidraw: raw HID events driver (C) Jiri Kosina

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6628
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: Testo in cosole illeggibile quando parte init

Messaggio da targzeta »

Scusa, ma se il problema è dopo init, perché stiamo analizzando cosa succede prima? A me l'unica cosa che viene in mente è il file rc.font.

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Avatar utente
brg
Linux 3.x
Linux 3.x
Messaggi: 580
Iscritto il: sab 12 mar 2011, 14:20
Slackware: 15.0
Kernel: 5.15.117
Desktop: KDE5
Località: Montecatini
Contatta:

Re: Testo in cosole illeggibile quando parte init

Messaggio da brg »

Hai provato a cambiare i parametri VESA per vedere se cambia qualcosa? Potrebbe essere un problema di EDID mal rilevati.

Avatar utente
lablinux
Linux 4.x
Linux 4.x
Messaggi: 1212
Iscritto il: gio 27 nov 2008, 12:23
Desktop: Gnome
Distribuzione: Debian testing
Località: Rho

Re: Testo in cosole illeggibile quando parte init

Messaggio da lablinux »

Hai installato i driver della scheda video?

alessandro.pastore
Linux 0.x
Linux 0.x
Messaggi: 6
Iscritto il: gio 23 gen 2014, 23:03
Nome Cognome: Alessandro Pastore
Slackware: 14.1
Kernel: 3.10
Desktop: kde

Re: Testo in cosole illeggibile quando parte init

Messaggio da alessandro.pastore »

Ciao
Anzitutto grazie per le risposte, Emanuele è vero che cercavo nel posto sbagliato.
Ho percorso al contrario gli script di init fino a trovare in udev il 'colpevole'. Per ora è disabilitato, aggiungo che ho lo stesso problema con un fujitsu rx100s7p.

Per ora non so a cosa devo l'anomalia ma ho una traccia precisa.
alessandro

alessandro.pastore
Linux 0.x
Linux 0.x
Messaggi: 6
Iscritto il: gio 23 gen 2014, 23:03
Nome Cognome: Alessandro Pastore
Slackware: 14.1
Kernel: 3.10
Desktop: kde

Re: Testo in cosole illeggibile quando parte init

Messaggio da alessandro.pastore »

... già ma senza udev c'è qualche problemino da poco tipo tastiera usb non riconosciuta, scheda di rete non attivata, roba da poco

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6628
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: Testo in cosole illeggibile quando parte init

Messaggio da targzeta »

Se è udev a dare problemi allora si tratta di qualche modulo del kernel. Probabilmente quello della scheda video. Potrebbe essere un problema di abilitazione/disabilitazione del Kernel Mode-Setting (KMS). A me sembra che tu ce l'abbia disabilitato. Che scheda video hai?

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

alessandro.pastore
Linux 0.x
Linux 0.x
Messaggi: 6
Iscritto il: gio 23 gen 2014, 23:03
Nome Cognome: Alessandro Pastore
Slackware: 14.1
Kernel: 3.10
Desktop: kde

Re: Testo in cosole illeggibile quando parte init[RISOLTO]

Messaggio da alessandro.pastore »

Ciao
ho una mga-g200.
per quel che mi serve ho risolto passando nomodeset a grub.

grazie
alessandro

Rispondi