Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 28/02/2017, à 21:51

sleeponhead

Ubuntu 16.04 - Aspire 4820TG - démarrage long de plus de 3 minutes

Bonjour et merci d'avance pour votre aide,

J'ai adoré passé à Linux sous 14.04 malgré quelques désagréments mais 16.04 c'est pas du gâteau...
Chronomètre en main le système fini son démarrage en 3 min 15 sec contre quelques secondes avec Lucid.
J'ai utilisé boot-repair et ça a donné ça : http://paste2.org/1cEFwOXc
Sauriez vous m'aider?
Merci,


SleepOnheaD

Hors ligne

#2 Le 01/03/2017, à 11:08

malbo

Re : Ubuntu 16.04 - Aspire 4820TG - démarrage long de plus de 3 minutes

Le Boot-Info dont tu as donné le lien dans le post #1 a été tronqué. Je te prie de relancer Boot-Repair mais contente-toi de cliquer sur "Créer un rapport Boot-Info" et donne l'URL dans ta réponse.

Hors ligne

#3 Le 01/03/2017, à 14:58

sleeponhead

Re : Ubuntu 16.04 - Aspire 4820TG - démarrage long de plus de 3 minutes

Bonjour Malbo,

Désolée pour la perte de temps, voilà le nouvel URL : http://paste2.org/gmdgcpOC .
Merci,


SleepOnheaD

Hors ligne

#4 Le 01/03/2017, à 15:29

malbo

Re : Ubuntu 16.04 - Aspire 4820TG - démarrage long de plus de 3 minutes

Ton Boot-Info dont tu as donné le lien dans le post #3 est là :

     

 Boot Info Script cfd9efe + Boot-Repair extra info      [Boot-Info 26Apr2016]


============================= Boot Info Summary: ===============================

 => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    for (,msdos1)/boot/grub. It also embeds following components:
    
    modules
    ---------------------------------------------------------------------------
    fshelp ext2 part_msdos biosdisk
    ---------------------------------------------------------------------------

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 16.04.2 LTS
    Boot files:        /boot/grub/grub.cfg /etc/fstab 
                       /boot/grub/i386-pc/core.img

sda2: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info: 

sda5: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info: 

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048   968,796,159   968,794,112  83 Linux
/dev/sda2         968,798,206   976,771,071     7,972,866   5 Extended
/dev/sda5         968,798,208   976,771,071     7,972,864  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        54a92e39-b219-4090-ade0-108565d0b934   ext4       
/dev/sda5        db0abaf0-87b7-4a52-9059-3622397208f2   swap       

========================= "ls -l /dev/disk/by-id" output: ======================

total 0
lrwxrwxrwx 1 root root  9 Mar  1 13:43 ata-TSSTcorp_CDDVDW_TS-U633F_R3696GSSA12164 -> ../../sr0
lrwxrwxrwx 1 root root  9 Mar  1 13:54 ata-WDC_WD5000BEVT-22A0RT0_WD-WX81A10R6640 -> ../../sda
lrwxrwxrwx 1 root root 10 Mar  1 13:54 ata-WDC_WD5000BEVT-22A0RT0_WD-WX81A10R6640-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar  1 13:54 ata-WDC_WD5000BEVT-22A0RT0_WD-WX81A10R6640-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar  1 13:54 ata-WDC_WD5000BEVT-22A0RT0_WD-WX81A10R6640-part5 -> ../../sda5
lrwxrwxrwx 1 root root  9 Mar  1 13:54 wwn-0x50014ee05760dc57 -> ../../sda
lrwxrwxrwx 1 root root 10 Mar  1 13:54 wwn-0x50014ee05760dc57-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar  1 13:54 wwn-0x50014ee05760dc57-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar  1 13:54 wwn-0x50014ee05760dc57-part5 -> ../../sda5

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/sda1        /                        ext4       (rw,relatime,errors=remount-ro,data=ordered)


=========================== sda1/boot/grub/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
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

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 recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; 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=unicode
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  54a92e39-b219-4090-ade0-108565d0b934
else
  search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=10
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30,0; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-54a92e39-b219-4090-ade0-108565d0b934' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	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  54a92e39-b219-4090-ade0-108565d0b934
	else
	  search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
	fi
	linux	/boot/vmlinuz-4.4.0-64-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.4.0-64-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-54a92e39-b219-4090-ade0-108565d0b934' {
	menuentry 'Ubuntu, with Linux 4.4.0-64-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-64-generic-advanced-54a92e39-b219-4090-ade0-108565d0b934' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		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  54a92e39-b219-4090-ade0-108565d0b934
		else
		  search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
		fi
		echo	'Loading Linux 4.4.0-64-generic ...'
		linux	/boot/vmlinuz-4.4.0-64-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.4.0-64-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-64-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-64-generic-init-upstart-54a92e39-b219-4090-ade0-108565d0b934' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		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  54a92e39-b219-4090-ade0-108565d0b934
		else
		  search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
		fi
		echo	'Loading Linux 4.4.0-64-generic ...'
		linux	/boot/vmlinuz-4.4.0-64-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro  quiet splash $vt_handoff init=/sbin/upstart
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.4.0-64-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-64-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-64-generic-recovery-54a92e39-b219-4090-ade0-108565d0b934' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		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  54a92e39-b219-4090-ade0-108565d0b934
		else
		  search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
		fi
		echo	'Loading Linux 4.4.0-64-generic ...'
		linux	/boot/vmlinuz-4.4.0-64-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.4.0-64-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-54a92e39-b219-4090-ade0-108565d0b934' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		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  54a92e39-b219-4090-ade0-108565d0b934
		else
		  search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
		fi
		echo	'Loading Linux 4.4.0-31-generic ...'
		linux	/boot/vmlinuz-4.4.0-31-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.4.0-31-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-54a92e39-b219-4090-ade0-108565d0b934' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		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  54a92e39-b219-4090-ade0-108565d0b934
		else
		  search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
		fi
		echo	'Loading Linux 4.4.0-31-generic ...'
		linux	/boot/vmlinuz-4.4.0-31-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro  quiet splash $vt_handoff init=/sbin/upstart
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.4.0-31-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-54a92e39-b219-4090-ade0-108565d0b934' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		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  54a92e39-b219-4090-ade0-108565d0b934
		else
		  search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
		fi
		echo	'Loading Linux 4.4.0-31-generic ...'
		linux	/boot/vmlinuz-4.4.0-31-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.4.0-31-generic
	}
}

### 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/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### 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 ###
--------------------------------------------------------------------------------

=============================== sda1/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sdb1 during installation
UUID=54a92e39-b219-4090-ade0-108565d0b934 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sdb5 during installation
UUID=db0abaf0-87b7-4a52-9059-3622397208f2 none            swap    sw              0       0
--------------------------------------------------------------------------------

=================== sda1: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

 292.143867493 = 313.687089152  boot/grub/grub.cfg                             1
 292.180278778 = 313.726185472  boot/grub/i386-pc/core.img                     1
   1.331756592 = 1.429962752    boot/vmlinuz-4.4.0-31-generic                  2
   2.676139832 = 2.873483264    boot/vmlinuz-4.4.0-64-generic                  1
   2.676139832 = 2.873483264    vmlinuz                                        1
   1.331756592 = 1.429962752    vmlinuz.old                                    2
 290.674365997 = 312.109223936  boot/initrd.img-4.4.0-31-generic               3
 194.222595215 = 208.544923648  boot/initrd.img-4.4.0-64-generic               3
 194.222595215 = 208.544923648  initrd.img                                     3
 290.674365997 = 312.109223936  initrd.img.old                                 3


ADDITIONAL INFORMATION :
=================== log of boot-info 2017-03-01__13h54 ===================
boot-info version : 4ppa40
boot-sav version : 4ppa40
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa40
boot-info is executed in installed-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.4.0-64-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro quiet splash vt.handoff=7

=================== os-prober:
/dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.2 LTS CurrentSession:linux

=================== blkid:
/dev/sda1: UUID="54a92e39-b219-4090-ade0-108565d0b934" TYPE="ext4" PARTUUID="6b07df57-01"
/dev/sda5: UUID="db0abaf0-87b7-4a52-9059-3622397208f2" TYPE="swap" PARTUUID="6b07df57-05"


1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.


=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 févr. 28 20:13 grub.d
drwxr-xr-x  2 root root     4096 févr. 28 20:12 grub.d.bak
total 72
-rwxr-xr-x 1 root root  9791 janv. 13 17:26 00_header
-rwxr-xr-x 1 root root  6258 mars  15  2016 05_debian_theme
-rwxr-xr-x 1 root root 12261 janv. 13 17:26 10_linux
-rwxr-xr-x 1 root root 11082 janv. 13 17:26 20_linux_xen
-rwxr-xr-x 1 root root 11692 janv. 13 17:26 30_os-prober
-rwxr-xr-x 1 root root  1418 janv. 13 17:26 30_uefi-firmware
-rwxr-xr-x 1 root root   214 janv. 13 17:26 40_custom
-rwxr-xr-x 1 root root   216 janv. 13 17:26 41_custom
-rw-r--r-- 1 root root   483 janv. 13 17:26 README




=================== /etc/default/grub :

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"




=================== UEFI/Legacy mode:
This installed-session is not in EFI-mode.
SecureBoot disabled.


=================== PARTITIONS & DISKS:
sda1	: sda,	not-sepboot,	grubenv-ok	grub2,	signed grub-pc ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-without-efi,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	.

sda	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	not-usb,	has-os,	2048 sectors * 512 bytes


=================== parted -l:

Model: ATA WDC WD5000BEVT-2 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End    Size    Type      File system     Flags
1      1049kB  496GB  496GB   primary   ext4            boot
2      496GB   500GB  4082MB  extended
5      496GB   500GB  4082MB  logical   linux-swap(v1)

=================== parted -lm:

BYT;
/dev/sda:500GB:scsi:512:512:msdos:ATA WDC WD5000BEVT-2:;
1:1049kB:496GB:496GB:ext4::boot;
2:496GB:500GB:4082MB:::;
5:496GB:500GB:4082MB:linux-swap(v1)::;

=================== lsblk:
KNAME TYPE FSTYPE   SIZE LABEL
sda   disk        465,8G
sda1  part ext4     462G
sda2  part            1K
sda5  part swap     3,8G
sr0   rom          1024M

KNAME ROTA RO RM STATE   MOUNTPOINT
sda      1  0  0 running
sda1     1  0  0         /
sda2     1  0  0
sda5     1  0  0         [SWAP]
sr0      1  0  1 running


=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=1900944k,nr_inodes=475236,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=384212k,mode=755)
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=384212k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  agpgart autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fb1 fd full fuse hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kfd kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
ls /dev/mapper:  control
ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type

=================== df -Th:

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  1.9G     0  1.9G   0% /dev
tmpfs          tmpfs     376M  6.1M  370M   2% /run
/dev/sda1      ext4      455G  6.2G  426G   2% /
tmpfs          tmpfs     1.9G  176K  1.9G   1% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
tmpfs          tmpfs     376M   64K  376M   1% /run/user/1000

=================== fdisk -l:
Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x6b07df57

Device     Boot     Start       End   Sectors  Size Id Type
/dev/sda1  *         2048 968796159 968794112  462G 83 Linux
/dev/sda2       968798206 976771071   7972866  3.8G  5 Extended
/dev/sda5       968798208 976771071   7972864  3.8G 82 Linux swap / Solaris




=================== Suggested repair
The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s


=================== Final advice in case of suggested repair


Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.2 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)


=================== User settings
The settings chosen by the user will not act on the boot.




paste.ubuntu.com ko (), using paste.debian
paste.debian.net ko (), using paste2

Bien que tu ne l'aies pas précisé, j'avais interprété ce que tu avais écrit dans le post #1 dans le sens que tu avais fait une mise à niveau de 14.04 vers 16.04 et que c'était la mise à niveau qui s'était peut-être mal passée. Mais ce que je vois dans ton Boot-info me montre au contraire qu'il s'agit d'une installation directe de 16.04. Peux-tu confirmer ?

Hors ligne

#5 Le 01/03/2017, à 15:56

sleeponhead

Re : Ubuntu 16.04 - Aspire 4820TG - démarrage long de plus de 3 minutes

Oui c'est bien ça j'ai fait une installation directe à partir d'une clef USB. J'ai un a priori envers les mises à niveau.

Dernière modification par sleeponhead (Le 01/03/2017, à 15:58)

Hors ligne

#6 Le 01/03/2017, à 16:03

malbo

Re : Ubuntu 16.04 - Aspire 4820TG - démarrage long de plus de 3 minutes

sleeponhead a écrit :

J'ai un a priori envers les mises à niveau.

C'est un bon "à priori".
Pourrais-tu passer la commande suivante dans un terminal :

dmesg

et donner le retour utilisable de cette commande dans ta réponse.

Hors ligne

#7 Le 01/03/2017, à 16:12

sleeponhead

Re : Ubuntu 16.04 - Aspire 4820TG - démarrage long de plus de 3 minutes

Voilà :

sleeponhead@Sleeponhead-no-Navy:~$ dmesg
[    0.000000] microcode: CPU0 microcode updated early to revision 0xe, date = 2013-06-26
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.0-64-generic (buildd@lgw01-56) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 (Ubuntu 4.4.0-64.85-generic 4.4.44)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-64-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb674fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb675000-0x00000000bb6befff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb6bf000-0x00000000bb73afff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb73b000-0x00000000bb7befff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb7bf000-0x00000000bb7e0fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb7e1000-0x00000000bb7fefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bb7ff000-0x00000000bb7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb800000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1b000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000137ffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Acer Aspire 4820TG/ZQ1B, BIOS V1.02 02/25/2010
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x138000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-combining
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 0FFE00000 mask FFFE00000 write-protect
[    0.000000]   2 base 080000000 mask FC0000000 write-back
[    0.000000]   3 base 0BC000000 mask FFC000000 uncachable
[    0.000000]   4 base 0BB800000 mask FFF800000 uncachable
[    0.000000]   5 base 100000000 mask FC0000000 write-back
[    0.000000]   6 base 138000000 mask FF8000000 uncachable
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0xbb800 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] BRK [0x0220c000, 0x0220cfff] PGTABLE
[    0.000000] BRK [0x0220d000, 0x0220dfff] PGTABLE
[    0.000000] BRK [0x0220e000, 0x0220efff] PGTABLE
[    0.000000] BRK [0x0220f000, 0x0220ffff] PGTABLE
[    0.000000] RAMDISK: [mem 0x337fe000-0x35bf6fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FE020 000024 (v02 ACRSYS)
[    0.000000] ACPI: XSDT 0x00000000BB7FE120 00007C (v01 ACRSYS ACRPRDCT 00000001      01000013)
[    0.000000] ACPI: FACP 0x00000000BB7FC000 0000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: DSDT 0x00000000BB7ED000 00BB0A (v02 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: FACS 0x00000000BB75F000 000040
[    0.000000] ACPI: FACS 0x00000000BB75F000 000040
[    0.000000] ACPI: ASF! 0x00000000BB7FD000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: HPET 0x00000000BB7FB000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: APIC 0x00000000BB7FA000 00008C (v02 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: MCFG 0x00000000BB7F9000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: SLIC 0x00000000BB7EC000 000176 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: BOOT 0x00000000BB7E9000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: ASPT 0x00000000BB7E5000 000034 (v04 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: WDAT 0x00000000BB7E4000 000224 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: SSDT 0x00000000BB7E3000 0009F1 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000BB7E1000 001E03 (v01 AmdRef AmdTabl  00001000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000137ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x137ff8000-0x137ffcfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000137ffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bb674fff]
[    0.000000]   node   0: [mem 0x00000000bb6bf000-0x00000000bb73afff]
[    0.000000]   node   0: [mem 0x00000000bb7bf000-0x00000000bb7e0fff]
[    0.000000]   node   0: [mem 0x00000000bb7ff000-0x00000000bb7fffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000137ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000137ffffff]
[    0.000000] On node 0 totalpages: 997040
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11933 pages used for memmap
[    0.000000]   DMA32 zone: 763668 pages, LIFO batch:31
[    0.000000]   Normal zone: 3584 pages used for memmap
[    0.000000]   Normal zone: 229376 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xbe000000-0xbfffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb675000-0xbb6befff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb73b000-0xbb7befff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb7e1000-0xbb7fefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb800000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfeafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1afff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1b000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xefffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff880137c00000 s98264 r8192 d28712 u262144
[    0.000000] pcpu-alloc: s98264 r8192 d28712 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 981438
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-64-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3801856K/3988160K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 186304K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:33024 nr_irqs:488 16
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2260.846 MHz processor
[    0.000034] Calibrating delay loop (skipped), value calculated using timer frequency.. 4521.69 BogoMIPS (lpj=9043384)
[    0.000037] pid_max: default: 32768 minimum: 301
[    0.000043] ACPI: Core revision 20150930
[    0.013601] ACPI: 3 ACPI AML tables successfully acquired and loaded
[    0.013624] Security Framework initialized
[    0.013626] Yama: becoming mindful.
[    0.013648] AppArmor: AppArmor initialized
[    0.013929] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.014860] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.015265] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.015272] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.015515] Initializing cgroup subsys io
[    0.015521] Initializing cgroup subsys memory
[    0.015529] Initializing cgroup subsys devices
[    0.015532] Initializing cgroup subsys freezer
[    0.015534] Initializing cgroup subsys net_cls
[    0.015537] Initializing cgroup subsys perf_event
[    0.015540] Initializing cgroup subsys net_prio
[    0.015544] Initializing cgroup subsys hugetlb
[    0.015546] Initializing cgroup subsys pids
[    0.015566] CPU: Physical Processor ID: 0
[    0.015568] CPU: Processor Core ID: 0
[    0.015574] mce: CPU supports 9 MCE banks
[    0.015585] CPU0: Thermal monitoring enabled (TM1)
[    0.015593] process: using mwait in idle threads
[    0.015596] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[    0.015597] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.015970] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)
[    0.039197] ftrace: allocating 32123 entries in 126 pages
[    0.054945] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.054949] smpboot: Max logical packages: 4
[    0.055430] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.199793] smpboot: CPU0: Intel(R) Core(TM) i5 CPU       M 430  @ 2.27GHz (family: 0x6, model: 0x25, stepping: 0x2)
[    0.199817] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
[    0.199835] core: CPUID marked event: 'bus cycles' unavailable
[    0.199838] ... version:                3
[    0.199839] ... bit width:              48
[    0.199840] ... generic registers:      4
[    0.199841] ... value mask:             0000ffffffffffff
[    0.199842] ... max period:             000000007fffffff
[    0.199843] ... fixed-purpose events:   3
[    0.199844] ... event mask:             000000070000000f
[    0.200742] x86: Booting SMP configuration:
[    0.200744] .... node  #0, CPUs:      #1
[    0.203312] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.203421]  #2
[    0.204045] microcode: CPU2 microcode updated early to revision 0xe, date = 2013-06-26
[    0.206244]  #3
[    0.208490] x86: Booted up 1 node, 4 CPUs
[    0.208494] smpboot: Total of 4 processors activated (18086.76 BogoMIPS)
[    0.211101] devtmpfs: initialized
[    0.214860] evm: security.selinux
[    0.214861] evm: security.SMACK64
[    0.214862] evm: security.SMACK64EXEC
[    0.214863] evm: security.SMACK64TRANSMUTE
[    0.214864] evm: security.SMACK64MMAP
[    0.214865] evm: security.ima
[    0.214866] evm: security.capability
[    0.214940] PM: Registering ACPI NVS region [mem 0xbb73b000-0xbb7befff] (540672 bytes)
[    0.215036] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.215130] pinctrl core: initialized pinctrl subsystem
[    0.215260] RTC time: 12:43:02, date: 03/01/17
[    0.215384] NET: Registered protocol family 16
[    0.223805] cpuidle: using governor ladder
[    0.235801] cpuidle: using governor menu
[    0.235807] PCCT header not found.
[    0.235887] Simple Boot Flag at 0x44 set to 0x1
[    0.235926] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.235928] ACPI: bus type PCI registered
[    0.235930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.236008] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.236011] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.236019] PCI: Using configuration type 1 for base access
[    0.236217] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.236218] mtrr: probably your BIOS does not setup all CPUs.
[    0.236219] mtrr: corrected configuration.
[    0.248228] ACPI: Added _OSI(Module Device)
[    0.248230] ACPI: Added _OSI(Processor Device)
[    0.248231] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.248232] ACPI: Added _OSI(Processor Aggregator Device)
[    0.251262] ACPI: Executed 1 blocks of module-level executable AML code
[    0.253838] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.254437] ACPI: Dynamic OEM Table Load:
[    0.254444] ACPI: SSDT 0xFFFF880132B6A000 0003A0 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.254957] ACPI: Dynamic OEM Table Load:
[    0.254963] ACPI: SSDT 0xFFFF880132B3A800 0005CD (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.255701] ACPI: Dynamic OEM Table Load:
[    0.255706] ACPI: SSDT 0xFFFF880132B6A800 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.256236] ACPI: Dynamic OEM Table Load:
[    0.256241] ACPI: SSDT 0xFFFF880132B2FC00 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.257175] ACPI : EC: EC started
[    0.257249] ACPI: Interpreter enabled
[    0.257278] ACPI: (supports S0 S3 S4 S5)
[    0.257280] ACPI: Using IOAPIC for interrupt routing
[    0.257310] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.262615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    0.262621] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.262655] \_SB_.PCI0:_OSC invalid UUID
[    0.262656] _OSC request data:1 1f 0 
[    0.262659] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.263138] PCI host bridge to bus 0000:00
[    0.263141] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.263143] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.263145] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.263146] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfeafffff window]
[    0.263149] pci_bus 0000:00: root bus resource [bus 00-7e]
[    0.263156] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
[    0.263181] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[    0.263256] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
[    0.263290] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.263364] pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
[    0.263378] pci 0000:00:02.0: reg 0x10: [mem 0xd8000000-0xd83fffff 64bit]
[    0.263384] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.263388] pci 0000:00:02.0: reg 0x20: [io  0x4050-0x4057]
[    0.263523] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
[    0.263563] pci 0000:00:16.0: reg 0x10: [mem 0xdc506100-0xdc50610f 64bit]
[    0.263640] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.263735] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[    0.264144] pci 0000:00:1a.0: reg 0x10: [mem 0xdc505c00-0xdc505fff]
[    0.266386] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.266448] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.266498] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
[    0.266537] pci 0000:00:1b.0: reg 0x10: [mem 0xdc500000-0xdc503fff 64bit]
[    0.266627] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.266720] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[    0.266818] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.266867] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.266914] pci 0000:00:1c.5: [8086:3b4c] type 01 class 0x060400
[    0.267012] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.267100] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[    0.267495] pci 0000:00:1d.0: reg 0x10: [mem 0xdc505800-0xdc505bff]
[    0.269750] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.269812] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.269855] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.269994] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
[    0.270171] pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
[    0.270207] pci 0000:00:1f.2: reg 0x10: [io  0x4048-0x404f]
[    0.270218] pci 0000:00:1f.2: reg 0x14: [io  0x405c-0x405f]
[    0.270229] pci 0000:00:1f.2: reg 0x18: [io  0x4040-0x4047]
[    0.270239] pci 0000:00:1f.2: reg 0x1c: [io  0x4058-0x405b]
[    0.270250] pci 0000:00:1f.2: reg 0x20: [io  0x4020-0x403f]
[    0.270261] pci 0000:00:1f.2: reg 0x24: [mem 0xdc505000-0xdc5057ff]
[    0.270308] pci 0000:00:1f.2: PME# supported from D3hot
[    0.270387] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
[    0.270411] pci 0000:00:1f.3: reg 0x10: [mem 0xdc506000-0xdc5060ff 64bit]
[    0.270440] pci 0000:00:1f.3: reg 0x20: [io  0x4000-0x401f]
[    0.270544] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
[    0.270582] pci 0000:00:1f.6: reg 0x10: [mem 0xdc504000-0xdc504fff 64bit]
[    0.270804] pci 0000:01:00.0: [1002:68c1] type 00 class 0x030000
[    0.270827] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd7ffffff 64bit pref]
[    0.270837] pci 0000:01:00.0: reg 0x18: [mem 0xdc400000-0xdc41ffff 64bit]
[    0.270843] pci 0000:01:00.0: reg 0x20: [io  0x3000-0x30ff]
[    0.270855] pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[    0.270881] pci 0000:01:00.0: supports D1 D2
[    0.270951] pci 0000:01:00.1: [1002:aa60] type 00 class 0x040300
[    0.270978] pci 0000:01:00.1: reg 0x10: [mem 0xdc420000-0xdc423fff 64bit]
[    0.271037] pci 0000:01:00.1: supports D1 D2
[    0.271071] pci 0000:01:00.1: System wakeup disabled by ACPI
[    0.271129] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.271132] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.271134] pci 0000:00:01.0:   bridge window [mem 0xdc400000-0xdc4fffff]
[    0.271138] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd7ffffff 64bit pref]
[    0.271221] pci 0000:02:00.0: [1969:1073] type 00 class 0x020000
[    0.271277] pci 0000:02:00.0: reg 0x10: [mem 0xdb400000-0xdb43ffff 64bit]
[    0.271292] pci 0000:02:00.0: reg 0x18: [io  0x2000-0x207f]
[    0.271411] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.271456] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.275830] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.275838] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.275845] pci 0000:00:1c.0:   bridge window [mem 0xdb400000-0xdc3fffff]
[    0.275855] pci 0000:00:1c.0:   bridge window [mem 0xd8400000-0xd93fffff 64bit pref]
[    0.275939] pci 0000:03:00.0: [168c:002a] type 00 class 0x028000
[    0.275988] pci 0000:03:00.0: reg 0x10: [mem 0xda400000-0xda40ffff 64bit]
[    0.276105] pci 0000:03:00.0: supports D1
[    0.276106] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
[    0.283821] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    0.283829] pci 0000:00:1c.5:   bridge window [io  0x1000-0x1fff]
[    0.283836] pci 0000:00:1c.5:   bridge window [mem 0xda400000-0xdb3fffff]
[    0.283846] pci 0000:00:1c.5:   bridge window [mem 0xd9400000-0xda3fffff 64bit pref]
[    0.283955] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
[    0.283968] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.283970] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.283971] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.283973] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xfeafffff window] (subtractive decode)
[    0.284577] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[    0.284629] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 *5 6 7 11 12 14 15)
[    0.284680] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.284730] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.284781] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.284831] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 *7 11 12 14 15)
[    0.284881] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.284932] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.284975] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus 7f])
[    0.284979] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.284983] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.285061] PCI host bridge to bus 0000:7f
[    0.285064] pci_bus 0000:7f: root bus resource [bus 7f]
[    0.285069] pci 0000:7f:00.0: [8086:2c62] type 00 class 0x060000
[    0.285120] pci 0000:7f:00.1: [8086:2d01] type 00 class 0x060000
[    0.285173] pci 0000:7f:02.0: [8086:2d10] type 00 class 0x060000
[    0.285219] pci 0000:7f:02.1: [8086:2d11] type 00 class 0x060000
[    0.285263] pci 0000:7f:02.2: [8086:2d12] type 00 class 0x060000
[    0.285307] pci 0000:7f:02.3: [8086:2d13] type 00 class 0x060000
[    0.285409] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.285470] ACPI : EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
[    0.285582] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.285584] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.285589] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    0.285591] vgaarb: loaded
[    0.285592] vgaarb: bridge control possible 0000:01:00.0
[    0.285593] vgaarb: no bridge control possible 0000:00:02.0
[    0.285827] SCSI subsystem initialized
[    0.285879] libata version 3.00 loaded.
[    0.285904] ACPI: bus type USB registered
[    0.285920] usbcore: registered new interface driver usbfs
[    0.285930] usbcore: registered new interface driver hub
[    0.285949] usbcore: registered new device driver usb
[    0.286094] PCI: Using ACPI for IRQ routing
[    0.290904] PCI: pci_cache_line_size set to 64 bytes
[    0.290963] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[    0.290965] e820: reserve RAM buffer [mem 0xbb675000-0xbbffffff]
[    0.290966] e820: reserve RAM buffer [mem 0xbb73b000-0xbbffffff]
[    0.290968] e820: reserve RAM buffer [mem 0xbb7e1000-0xbbffffff]
[    0.290969] e820: reserve RAM buffer [mem 0xbb800000-0xbbffffff]
[    0.291094] NetLabel: Initializing
[    0.291095] NetLabel:  domain hash size = 128
[    0.291096] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.291110] NetLabel:  unlabeled traffic allowed by default
[    0.291205] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.291210] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.293228] amd_nb: Cannot enumerate AMD northbridges
[    0.293247] clocksource: Switched to clocksource hpet
[    0.300085] AppArmor: AppArmor Filesystem Enabled
[    0.300173] pnp: PnP ACPI init
[    0.300365] pnp 00:00: disabling [io  0x164e-0x164f] because it overlaps 0000:00:1c.5 BAR 13 [io  0x1000-0x1fff]
[    0.300417] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.300419] system 00:00: [io  0x0800-0x080f] has been reserved
[    0.300421] system 00:00: [io  0xffff] has been reserved
[    0.300423] system 00:00: [io  0xffff] has been reserved
[    0.300425] system 00:00: [io  0x0400-0x047f] could not be reserved
[    0.300427] system 00:00: [io  0x0500-0x057f] has been reserved
[    0.300432] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.300465] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.300492] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.300516] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.300837] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.300840] system 00:04: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.300842] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.300843] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.300845] system 00:04: [mem 0xf0000000-0xf1ffffff] has been reserved
[    0.300847] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.300849] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.300851] system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
[    0.300853] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.300855] system 00:04: [mem 0xdc600000-0xdc600fff] has been reserved
[    0.300858] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.300974] pnp: PnP ACPI: found 5 devices
[    0.308199] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.308208] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[    0.308249] pci 0000:01:00.0: BAR 6: assigned [mem 0xdc440000-0xdc45ffff pref]
[    0.308252] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.308254] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.308257] pci 0000:00:01.0:   bridge window [mem 0xdc400000-0xdc4fffff]
[    0.308260] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd7ffffff 64bit pref]
[    0.308264] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.308267] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.308273] pci 0000:00:1c.0:   bridge window [mem 0xdb400000-0xdc3fffff]
[    0.308278] pci 0000:00:1c.0:   bridge window [mem 0xd8400000-0xd93fffff 64bit pref]
[    0.308285] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    0.308288] pci 0000:00:1c.5:   bridge window [io  0x1000-0x1fff]
[    0.308294] pci 0000:00:1c.5:   bridge window [mem 0xda400000-0xdb3fffff]
[    0.308299] pci 0000:00:1c.5:   bridge window [mem 0xd9400000-0xda3fffff 64bit pref]
[    0.308306] pci 0000:00:1e.0: PCI bridge to [bus 04]
[    0.308321] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.308323] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.308325] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.308327] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfeafffff window]
[    0.308329] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.308331] pci_bus 0000:01: resource 1 [mem 0xdc400000-0xdc4fffff]
[    0.308332] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd7ffffff 64bit pref]
[    0.308334] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.308336] pci_bus 0000:02: resource 1 [mem 0xdb400000-0xdc3fffff]
[    0.308337] pci_bus 0000:02: resource 2 [mem 0xd8400000-0xd93fffff 64bit pref]
[    0.308339] pci_bus 0000:03: resource 0 [io  0x1000-0x1fff]
[    0.308341] pci_bus 0000:03: resource 1 [mem 0xda400000-0xdb3fffff]
[    0.308343] pci_bus 0000:03: resource 2 [mem 0xd9400000-0xda3fffff 64bit pref]
[    0.308345] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
[    0.308346] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
[    0.308348] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.308350] pci_bus 0000:04: resource 7 [mem 0xc0000000-0xfeafffff window]
[    0.308388] NET: Registered protocol family 2
[    0.308584] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.308688] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.308838] TCP: Hash tables configured (established 32768 bind 32768)
[    0.308874] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.308905] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.308985] NET: Registered protocol family 1
[    0.309004] pci 0000:00:02.0: Video device with shadowed ROM
[    0.341427] PCI: CLS 64 bytes, default 64
[    0.341486] Trying to unpack rootfs image as initramfs...
[    0.964295] Freeing initrd memory: 36836K (ffff8800337fe000 - ffff880035bf7000)
[    0.964330] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.964333] software IO TLB [mem 0xb7675000-0xbb675000] (64MB) mapped at [ffff8800b7675000-ffff8800bb674fff]
[    0.964556] Scanning for low memory corruption every 60 seconds
[    0.965030] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.965081] audit: initializing netlink subsys (disabled)
[    0.965103] audit: type=2000 audit(1488372182.836:1): initialized
[    0.965502] Initialise system trusted keyring
[    0.965624] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.967157] zbud: loaded
[    0.967389] VFS: Disk quotas dquot_6.6.0
[    0.967429] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.967704] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.967955] fuse init (API version 7.23)
[    0.968093] Key type big_key registered
[    0.968113] Allocating IMA MOK and blacklist keyrings.
[    0.968556] Key type asymmetric registered
[    0.968559] Asymmetric key parser 'x509' registered
[    0.968599] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.968638] io scheduler noop registered
[    0.968641] io scheduler deadline registered (default)
[    0.968676] io scheduler cfq registered
[    0.969247] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.969255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.969286] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    0.969287] vesafb: scrolling: redraw
[    0.969288] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.969333] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90000800000, using 3072k, total 3072k
[    0.969433] Console: switching to colour frame buffer device 128x48
[    0.969457] fb0: VESA VGA frame buffer device
[    0.969474] intel_idle: MWAIT substates: 0x1120
[    0.969475] intel_idle: v0.4.1 model 0x25
[    0.969476] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.385566] ACPI: AC Adapter [ACAD] (off-line)
[    1.385638] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0C:00/input/input0
[    1.385642] ACPI: Power Button [PWRB]
[    1.385683] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0D:00/input/input1
[    1.385711] ACPI: Lid Switch [LID0]
[    1.385751] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0E:00/input/input2
[    1.385753] ACPI: Sleep Button [SLPB]
[    1.385791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.385794] ACPI: Power Button [PWRF]
[    1.386387] GHES: HEST is not enabled!
[    1.386571] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.387081] ACPI: Battery Slot [BAT1] (battery present)
[    1.388660] Linux agpgart interface v0.103
[    1.388727] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[    1.388746] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.389266] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    1.389468] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[    1.392895] brd: module loaded
[    1.394374] loop: module loaded
[    1.394603] libphy: Fixed MDIO Bus: probed
[    1.394606] tun: Universal TUN/TAP device driver, 1.6
[    1.394608] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.394658] PPP generic driver version 2.4.2
[    1.394732] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.394738] ehci-pci: EHCI PCI platform driver
[    1.394923] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.394934] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.394950] ehci-pci 0000:00:1a.0: debug port 2
[    1.398890] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.398910] ehci-pci 0000:00:1a.0: irq 16, io mem 0xdc505c00
[    1.409477] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.409606] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.409610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.409614] usb usb1: Product: EHCI Host Controller
[    1.409617] usb usb1: Manufacturer: Linux 4.4.0-64-generic ehci_hcd
[    1.409619] usb usb1: SerialNumber: 0000:00:1a.0
[    1.409799] hub 1-0:1.0: USB hub found
[    1.409811] hub 1-0:1.0: 3 ports detected
[    1.410055] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.410061] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.410074] ehci-pci 0000:00:1d.0: debug port 2
[    1.413995] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.414006] ehci-pci 0000:00:1d.0: irq 23, io mem 0xdc505800
[    1.425417] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.425492] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.425496] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.425499] usb usb2: Product: EHCI Host Controller
[    1.425502] usb usb2: Manufacturer: Linux 4.4.0-64-generic ehci_hcd
[    1.425505] usb usb2: SerialNumber: 0000:00:1d.0
[    1.425693] hub 2-0:1.0: USB hub found
[    1.425704] hub 2-0:1.0: 3 ports detected
[    1.425841] ehci-platform: EHCI generic platform driver
[    1.425858] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.425863] ohci-pci: OHCI PCI platform driver
[    1.425875] ohci-platform: OHCI generic platform driver
[    1.425883] uhci_hcd: USB Universal Host Controller Interface driver
[    1.425948] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.433744] i8042: Detected active multiplexing controller, rev 1.1
[    1.437165] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.437170] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.437207] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.437235] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.437261] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.437479] mousedev: PS/2 mouse device common for all mice
[    1.437833] rtc_cmos 00:01: RTC can wake from S4
[    1.437990] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.438021] rtc_cmos 00:01: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    1.438029] i2c /dev entries driver
[    1.438088] device-mapper: uevent: version 1.0.3
[    1.438179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    1.438205] ledtrig-cpu: registered to indicate activity on CPUs
[    1.438785] NET: Registered protocol family 10
[    1.439283] NET: Registered protocol family 17
[    1.439300] Key type dns_resolver registered
[    1.439595] microcode: CPU0 sig=0x20652, pf=0x10, revision=0xe
[    1.439607] microcode: CPU1 sig=0x20652, pf=0x10, revision=0xe
[    1.439640] microcode: CPU2 sig=0x20652, pf=0x10, revision=0xe
[    1.439652] microcode: CPU3 sig=0x20652, pf=0x10, revision=0xe
[    1.439696] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.439961] registered taskstats version 1
[    1.439992] Loading compiled-in X.509 certificates
[    1.440994] Loaded X.509 cert 'Build time autogenerated kernel key: 11f495fa9f4186f263f5fd144a167c99990e2f12'
[    1.441015] zswap: loaded using pool lzo/zbud
[    1.443280] Key type trusted registered
[    1.446875] Key type encrypted registered
[    1.446883] AppArmor: AppArmor sha1 policy hashing enabled
[    1.446887] ima: No TPM chip found, activating TPM-bypass!
[    1.446914] evm: HMAC attrs: 0x1
[    1.447329]   Magic number: 9:12:733
[    1.447488] rtc_cmos 00:01: setting system clock to 2017-03-01 12:43:03 UTC (1488372183)
[    1.448253] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.448254] EDD information not available.
[    1.448333] PM: Hibernation image not present or could not be loaded.
[    1.449896] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)
[    1.449899] Write protecting the kernel read-only data: 14336k
[    1.450564] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)
[    1.450920] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)
[    1.463065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.464978] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.465055] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.465069] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.465741] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.465791] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.466055] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.466116] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.466173] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.466226] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.466281] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    1.721438] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.737434] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.854196] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[    1.854201] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.854573] hub 1-1:1.0: USB hub found
[    1.854624] hub 1-1:1.0: 6 ports detected
[    1.870123] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[    1.870128] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.870609] hub 2-1:1.0: USB hub found
[    1.870796] hub 2-1:1.0: 8 ports detected
[    1.961427] tsc: Refined TSC clocksource calibration: 2260.999 MHz
[    1.961434] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x20974a4d8bb, max_idle_ns: 440795246623 ns
[    2.125462] usb 1-1.1: new high-speed USB device number 3 using ehci-pci
[    2.251935] usb 1-1.1: New USB device found, idVendor=064e, idProduct=a219
[    2.251941] usb 1-1.1: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[    2.251944] usb 1-1.1: Product: 1.3M WebCam
[    2.251947] usb 1-1.1: Manufacturer: Suyin
[    2.251950] usb 1-1.1: SerialNumber: HF1315-S32B-OV01-VA-R02.01.05
[    2.961757] clocksource: Switched to clocksource tsc
[    3.067650] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[    3.068118] wmi: Mapper loaded
[    3.084459] ahci 0000:00:1f.2: version 3.0
[    3.084628] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    3.084675] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x23 impl SATA mode
[    3.084678] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems apst 
[    3.088734] [drm] Initialized drm 1.1.0 20060810
[    3.102109] scsi host0: ahci
[    3.102220] scsi host1: ahci
[    3.102304] scsi host2: ahci
[    3.104433] scsi host3: ahci
[    3.110195] atl1c 0000:02:00.0: version 1.0.1.1-NAPI
[    3.121505] scsi host4: ahci
[    3.121685] scsi host5: ahci
[    3.121763] ata1: SATA max UDMA/133 abar m2048@0xdc505000 port 0xdc505100 irq 25
[    3.121768] ata2: SATA max UDMA/133 abar m2048@0xdc505000 port 0xdc505180 irq 25
[    3.121770] ata3: DUMMY
[    3.121772] ata4: DUMMY
[    3.121774] ata5: DUMMY
[    3.121777] ata6: SATA max UDMA/133 abar m2048@0xdc505000 port 0xdc505380 irq 25
[    3.121836] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
[    3.122034] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled until i915 loads
[    3.141353] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[    3.145159] [drm] Memory usable by graphics device = 2048M
[    3.145164] checking generic (c0000000 300000) vs hw (c0000000 10000000)
[    3.145166] fb: switching to inteldrmfb from VESA VGA
[    3.145209] Console: switching to colour dummy device 80x25
[    3.145310] [drm] Replacing VGA console driver
[    3.148348] [drm] radeon kernel modesetting enabled.
[    3.148368] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[    3.151814] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    3.151817] AMD IOMMUv2 functionality not available on this system
[    3.153622] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.153624] [drm] Driver supports precise vblank timestamp query.
[    3.154446] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    3.157780] CRAT table not found
[    3.157784] Finished initializing topology ret=0
[    3.157848] kfd kfd: Initialized module
[    3.158154] radeon 0000:01:00.0: enabling device (0000 -> 0003)
[    3.173653] atl1c 0000:02:00.0 enp2s0: renamed from eth0
[    3.187310] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.187668] acpi device:01: registered as cooling_device4
[    3.187790] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
[    3.187868] fbcon: inteldrmfb (fb0) is primary device
[    3.187944] Console: switching to colour frame buffer device 170x48
[    3.187956] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    3.187978] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.188536] ACPI: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[    3.188821] acpi device:0a: registered as cooling_device5
[    3.188888] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:01/input/input12
[    3.188991] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[    3.189047] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0
[    3.189494] [drm] initializing kernel modesetting (REDWOOD 0x1002:0x68C1 0x1025:0x0359).
[    3.189513] [drm] register mmio base: 0xDC400000
[    3.189514] [drm] register mmio size: 131072
[    3.189517] vga_switcheroo: enabled
[    3.189573] ATPX version 1, functions 0x000000bf
[    3.220636] ATOM BIOS: Acer
[    3.220719] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[    3.220722] radeon 0000:01:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[    3.220724] [drm] Detected VRAM RAM=1024M, BAR=128M
[    3.220725] [drm] RAM width 128bits DDR
[    3.220817] [TTM] Zone  kernel: Available graphics memory: 1921052 kiB
[    3.220820] [TTM] Initializing pool allocator
[    3.220830] [TTM] Initializing DMA pool allocator
[    3.220863] [drm] radeon: 1024M of VRAM memory ready
[    3.220865] [drm] radeon: 1024M of GTT memory ready.
[    3.220883] [drm] Loading REDWOOD Microcode
[    3.220978] [drm] Internal thermal controller with fan control
[    3.225586] [drm] radeon: dpm initialized
[    3.225666] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    3.229435] [drm] PCIE GART of 1024M enabled (table at 0x000000000025E000).
[    3.229587] radeon 0000:01:00.0: WB enabled
[    3.229591] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880034a33c00
[    3.229593] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880034a33c0c
[    3.230339] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418 and cpu addr 0xffffc9000141c418
[    3.230342] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.230343] [drm] Driver supports precise vblank timestamp query.
[    3.230344] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[    3.230392] radeon 0000:01:00.0: radeon: using MSI.
[    3.230427] [drm] radeon: irq initialized.
[    3.247356] [drm] ring test on 0 succeeded in 1 usecs
[    3.247365] [drm] ring test on 3 succeeded in 3 usecs
[    3.423587] [drm] ring test on 5 succeeded in 1 usecs
[    3.423593] [drm] UVD initialized successfully.
[    3.423917] [drm] ib test on ring 0 succeeded in 0 usecs
[    3.423960] [drm] ib test on ring 3 succeeded in 0 usecs
[    3.441541] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.477178] ata1.00: ATA-8: WDC WD5000BEVT-22A0RT0, 01.01A01, max UDMA/133
[    3.477181] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    3.479770] ata1.00: configured for UDMA/133
[    3.479954] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5000BEVT-2 1A01 PQ: 0 ANSI: 5
[    3.480182] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    3.480234] sd 0:0:0:0: [sda] Write Protect is off
[    3.480234] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.480238] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.480263] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.518688]  sda: sda1 sda2 < sda5 >
[    3.519058] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.797591] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.814538] ata2.00: ATAPI: TSSTcorp CDDVDW TS-U633F, AC00, max UDMA/100
[    3.814544] ata2.00: applying bridge limits
[    3.833070] ata2.00: configured for UDMA/100
[    3.837401] scsi 1:0:0:0: CD-ROM            TSSTcorp CDDVDW TS-U633F  AC00 PQ: 0 ANSI: 5
[    3.855518] psmouse serio2: synaptics: queried max coordinates: x [..5682], y [..4692]
[    3.858926] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.858929] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.859122] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    3.859208] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    3.926025] psmouse serio2: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa44000/0xa0000/0x0, board id: 0, fw id: 554713
[    3.970712] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input10
[    4.073726] [drm] ib test on ring 5 succeeded
[    4.075154] [drm] Radeon Display Connectors
[    4.075156] [drm] Connector 0:
[    4.075157] [drm]   LVDS-2
[    4.075159] [drm]   DDC: 0x6470 0x6470 0x6474 0x6474 0x6478 0x6478 0x647c 0x647c
[    4.075160] [drm]   Encoders:
[    4.075161] [drm]     LCD1: INTERNAL_UNIPHY
[    4.075162] [drm] Connector 1:
[    4.075163] [drm]   HDMI-A-1
[    4.075164] [drm]   HPD1
[    4.075165] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    4.075166] [drm]   Encoders:
[    4.075167] [drm]     DFP1: INTERNAL_UNIPHY1
[    4.075168] [drm] Connector 2:
[    4.075168] [drm]   VGA-2
[    4.075170] [drm]   DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4
[    4.075171] [drm]   Encoders:
[    4.075172] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    4.177585] ata6: SATA link down (SStatus 0 SControl 300)
[    6.734180] radeon 0000:01:00.0: No connectors reported connected with modes
[    6.734186] [drm] Cannot find any crtc or sizes - going 1024x768
[    6.736221] [drm] fb mappable at 0xD045F000
[    6.736222] [drm] vram apper at 0xD0000000
[    6.736223] [drm] size 3145728
[    6.736224] [drm] fb depth is 24
[    6.736225] [drm]    pitch is 4096
[    6.736335] radeon 0000:01:00.0: fb1: radeondrmfb frame buffer device
[    7.149937] [drm] Initialized radeon 2.43.0 20080528 for 0000:01:00.0 on minor 1
[    7.351166] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    7.952959] random: nonblocking pool is initialized
[    8.341922] intel ips 0000:00:1f.6: i915 driver attached, reenabling gpu turbo
[    8.790844] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    8.790984] systemd[1]: Detected architecture x86-64.
[    8.810092] systemd[1]: Set hostname to <Sleeponhead-no-Navy>.
[   11.701162] systemd[1]: Listening on Journal Socket.
[   11.701288] systemd[1]: Listening on Journal Audit Socket.
[   11.701327] systemd[1]: Listening on udev Control Socket.
[   11.701369] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   11.701379] systemd[1]: Reached target User and Group Name Lookups.
[   11.701517] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   11.701564] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   11.701589] systemd[1]: Listening on fsck to fsckd communication Socket.
[   11.701612] systemd[1]: Listening on udev Kernel Socket.
[   11.701641] systemd[1]: Listening on Journal Socket (/dev/log).
[   11.701651] systemd[1]: Reached target Encrypted Volumes.
[   11.701748] systemd[1]: Created slice System Slice.
[   11.722195] systemd[1]: Mounting POSIX Message Queue File System...
[   11.774311] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[   11.878329] systemd[1]: Starting Load Kernel Modules...
[   11.878955] systemd[1]: Starting Uncomplicated firewall...
[   11.879636] systemd[1]: Starting Set console keymap...
[   11.880250] systemd[1]: Started Braille Device Support.
[   11.880982] systemd[1]: Started Read required files in advance.
[   11.881684] systemd[1]: Mounting Huge Pages File System...
[   11.881775] systemd[1]: Reached target Remote File Systems (Pre).
[   11.881801] systemd[1]: Reached target Remote File Systems.
[   11.882511] systemd[1]: Mounting Debug File System...
[   11.882594] systemd[1]: Listening on Syslog Socket.
[   11.883113] systemd[1]: Starting Journal Service...
[   11.883219] systemd[1]: Created slice User and Session Slice.
[   11.883240] systemd[1]: Reached target Slices.
[   12.111006] systemd[1]: Started Create list of required static device nodes for the current kernel.
[   12.122540] systemd[1]: Starting Create Static Device Nodes in /dev...
[   12.196053] systemd[1]: Started Uncomplicated firewall.
[   12.460838] systemd[1]: Mounted POSIX Message Queue File System.
[   12.460883] systemd[1]: Mounted Debug File System.
[   12.460902] systemd[1]: Mounted Huge Pages File System.
[   12.819528] lp: driver loaded but no devices found
[   12.825867] systemd[1]: Started Journal Service.
[   12.920937] ppdev: user-space parallel port driver
[   12.986416] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[   12.986426] pci 0000:00:1e.0: PCI bridge to [bus 04]
[   12.986516] pci_bus 0000:04: Allocating resources
[   12.986529] pci 0000:00:1e.0: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[   12.986533] pci 0000:00:1e.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[   12.986535] pci 0000:00:1e.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
[   12.986538] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[   12.986542] pci 0000:00:1e.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[   12.986544] pci 0000:00:1e.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[   12.986546] pci 0000:00:1e.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[   12.986548] pci 0000:00:1e.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[   12.986550] pci 0000:00:1e.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[   12.986552] pci 0000:00:1e.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[   12.986559] pci 0000:00:1e.0: BAR 14: assigned [mem 0xdc700000-0xdc8fffff]
[   12.986563] pci 0000:00:1e.0: BAR 15: assigned [mem 0xdc900000-0xdcafffff 64bit pref]
[   12.986567] pci 0000:00:1e.0: BAR 13: assigned [io  0x5000-0x5fff]
[   12.986570] pci 0000:00:1e.0: PCI bridge to [bus 04]
[   12.986574] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[   12.986580] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[   12.986585] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[   12.986978] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[   12.986983] pci 0000:00:1e.0: PCI bridge to [bus 04]
[   12.986986] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[   12.986992] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[   12.986997] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[   12.987047] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[   12.987050] pci 0000:00:1e.0: PCI bridge to [bus 04]
[   12.987054] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[   12.987060] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[   12.987064] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[   12.987106] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[   12.987109] pci 0000:00:1e.0: PCI bridge to [bus 04]
[   12.987112] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[   12.987118] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[   12.987123] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[   12.987141] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[   12.987145] pci 0000:00:1e.0: PCI bridge to [bus 04]
[   12.987148] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[   12.987154] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[   12.987159] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[   12.987275] pci_bus 0000:02: Allocating resources
[   12.987296] pci_bus 0000:03: Allocating resources
[   12.987309] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[   12.987312] pci 0000:00:1e.0: PCI bridge to [bus 04]
[   12.987316] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[   12.987322] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[   12.987326] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[   17.458953] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   17.854875] systemd-journald[272]: Received request to flush runtime journal from PID 1
[   19.148843] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20150930/utaddress-254)
[   19.148852] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   19.148855] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[   19.148860] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB_.PCI0.LPCB.EC0_.GPBD) (20150930/utaddress-254)
[   19.148863] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB_.PCI0.P0P2.PEGP.GPIO) (20150930/utaddress-254)
[   19.148866] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   19.148868] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[   19.148871] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB_.PCI0.LPCB.EC0_.GPBD) (20150930/utaddress-254)
[   19.148874] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB_.PCI0.P0P2.PEGP.GPIO) (20150930/utaddress-254)
[   19.148877] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   19.148878] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[   19.148881] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB_.PCI0.LPCB.EC0_.GPBD) (20150930/utaddress-254)
[   19.148885] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB_.PCI0.P0P2.PEGP.GPIO) (20150930/utaddress-254)
[   19.148888] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   19.148889] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   19.187832] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   20.274172] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[   20.492297] ath: phy0: Enable WAR for ASPM D3/L1
[   20.747568] media: Linux media interface: v0.10
[   20.869574] Linux video capture interface: v2.00
[   20.928156] ath: phy0: ASPM enabled: 0x42
[   20.928162] ath: EEPROM regdomain: 0x65
[   20.928164] ath: EEPROM indicates we should expect a direct regpair map
[   20.928166] ath: Country alpha2 being used: 00
[   20.928167] ath: Regpair used: 0x65
[   21.081024] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   21.081402] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xffffc900008c0000, irq=17
[   21.418605] uvcvideo: Found UVC 1.00 device 1.3M WebCam (064e:a219)
[   21.428492] input: 1.3M WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input15
[   21.428597] usbcore: registered new interface driver uvcvideo
[   21.428599] USB Video Class driver (1.1.1)
[   21.482719] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[   21.498703] snd_hda_intel 0000:01:00.1: Refused to change power state, currently in D3
[   21.498798] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   21.498804] snd_hda_intel 0000:01:00.1: VGA controller is disabled
[   21.498806] snd_hda_intel 0000:01:00.1: Delaying initialization
[   21.500391] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC271X: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   21.500397] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   21.500400] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   21.500403] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   21.500406] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[   21.500408] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   21.500412] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[   21.500415] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   21.508140] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[   21.508245] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[   23.441835] audit: type=1400 audit(1488372205.490:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/ubuntu-core-launcher" pid=680 comm="apparmor_parser"
[   23.482486] audit: type=1400 audit(1488372205.526:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=677 comm="apparmor_parser"
[   23.482494] audit: type=1400 audit(1488372205.526:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=677 comm="apparmor_parser"
[   23.482499] audit: type=1400 audit(1488372205.526:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=677 comm="apparmor_parser"
[   23.482504] audit: type=1400 audit(1488372205.526:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=677 comm="apparmor_parser"
[   23.517038] audit: type=1400 audit(1488372205.562:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=676 comm="apparmor_parser"
[   23.517047] audit: type=1400 audit(1488372205.562:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=676 comm="apparmor_parser"
[   23.670077] audit: type=1400 audit(1488372205.714:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=688 comm="apparmor_parser"
[   23.672967] audit: type=1400 audit(1488372205.718:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=687 comm="apparmor_parser"
[   25.152610] ath9k 0000:03:00.0 wlp3s0: renamed from wlan0
[   25.325777] acer_wmi: Acer Laptop ACPI-WMI Extras
[   25.325791] acer_wmi: Function bitmap for Communication Button: 0x1
[   25.326369] input: Acer WMI hotkeys as /devices/virtual/input/input18
[   25.326615] input: Acer BMA150 accelerometer as /devices/virtual/input/input19
[   27.030559] cfg80211: World regulatory domain updated:
[   27.030565] cfg80211:  DFS Master region: unset
[   27.030566] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   27.030569] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   27.030571] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   27.030572] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   27.030574] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   27.030576] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   27.030578] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   27.030579] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   27.030581] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   29.880278] Adding 3986428k swap on /dev/sda5.  Priority:-1 extents:1 across:3986428k FS
[   30.219686] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[   30.219698] pci 0000:00:1e.0: PCI bridge to [bus 04]
[   30.219703] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[   30.219710] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[   30.219715] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[   30.219795] pci_bus 0000:04: Allocating resources
[   30.219809] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[   30.219813] pci 0000:00:1e.0: PCI bridge to [bus 04]
[   30.219816] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[   30.219822] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[   30.219827] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[   30.220216] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[   30.220220] pci 0000:00:1e.0: PCI bridge to [bus 04]
[   30.220224] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[   30.220230] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[   30.220235] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[   30.220285] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[   30.220288] pci 0000:00:1e.0: PCI bridge to [bus 04]
[   30.220292] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[   30.220298] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[   30.220303] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[   30.220346] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[   30.220350] pci 0000:00:1e.0: PCI bridge to [bus 04]
[   30.220353] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[   30.220359] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[   30.220364] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[   30.220383] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[   30.220386] pci 0000:00:1e.0: PCI bridge to [bus 04]
[   30.220389] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[   30.220395] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[   30.220400] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[   30.220515] pci_bus 0000:02: Allocating resources
[   30.220537] pci_bus 0000:03: Allocating resources
[   30.220550] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[   30.220553] pci 0000:00:1e.0: PCI bridge to [bus 04]
[   30.220557] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[   30.220563] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[   30.220567] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[   30.679374] usb 1-1.1: reset high-speed USB device number 3 using ehci-pci
[   30.854554] [drm] PCIE GART of 1024M enabled (table at 0x000000000025E000).
[   30.854675] radeon 0000:01:00.0: WB enabled
[   30.854679] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880034a33c00
[   30.854681] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880034a33c0c
[   30.855459] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418 and cpu addr 0xffffc9000141c418
[   30.872080] [drm] ring test on 0 succeeded in 1 usecs
[   30.872090] [drm] ring test on 3 succeeded in 3 usecs
[   31.057708] [drm] ring test on 5 succeeded in 1 usecs
[   31.057718] [drm] UVD initialized successfully.
[   31.057781] [drm] ib test on ring 0 succeeded in 0 usecs
[   31.057824] [drm] ib test on ring 3 succeeded in 0 usecs
[   31.727502] [drm] ib test on ring 5 succeeded
[   33.342422] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   33.363757] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   33.368573] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   33.368915] atl1c 0000:02:00.0: atl1c: enp2s0 NIC Link is Up<100 Mbps Full Duplex>
[   34.803470] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[  143.302952] [Firmware Bug]: battery: (dis)charge rate invalid.
[  183.705490] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  183.705502] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  183.705507] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  183.705514] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  183.705519] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  183.705599] pci_bus 0000:04: Allocating resources
[  183.705613] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  183.705617] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  183.705621] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  183.705626] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  183.705631] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  183.706037] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  183.706042] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  183.706046] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  183.706052] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  183.706056] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  183.706105] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  183.706109] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  183.706112] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  183.706118] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  183.706123] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  183.706166] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  183.706170] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  183.706173] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  183.706179] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  183.706184] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  183.706202] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  183.706206] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  183.706209] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  183.706215] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  183.706220] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  183.706358] pci_bus 0000:02: Allocating resources
[  183.706396] pci_bus 0000:03: Allocating resources
[  183.706412] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  183.706415] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  183.706419] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  183.706424] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  183.706429] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  184.113607] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  184.113619] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  184.113624] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  184.113631] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  184.113636] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  184.113715] pci_bus 0000:04: Allocating resources
[  184.113729] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  184.113733] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  184.113736] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  184.113742] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  184.113747] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  184.114148] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  184.114153] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  184.114157] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  184.114163] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  184.114167] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  184.114217] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  184.114221] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  184.114224] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  184.114230] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  184.114235] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  184.114278] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  184.114281] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  184.114285] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  184.114290] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  184.114295] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  184.114314] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  184.114317] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  184.114320] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  184.114326] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  184.114331] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  184.114472] pci_bus 0000:02: Allocating resources
[  184.114510] pci_bus 0000:03: Allocating resources
[  184.114525] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  184.114529] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  184.114533] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  184.114539] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  184.114544] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  184.573379] usb 1-1.1: reset high-speed USB device number 3 using ehci-pci
[  184.748399] [drm] PCIE GART of 1024M enabled (table at 0x000000000025E000).
[  184.748522] radeon 0000:01:00.0: WB enabled
[  184.748526] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880034a33c00
[  184.748529] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880034a33c0c
[  184.749275] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418 and cpu addr 0xffffc9000141c418
[  184.765841] [drm] ring test on 0 succeeded in 1 usecs
[  184.765850] [drm] ring test on 3 succeeded in 3 usecs
[  184.951458] [drm] ring test on 5 succeeded in 1 usecs
[  184.951468] [drm] UVD initialized successfully.
[  184.951524] [drm] ib test on ring 0 succeeded in 0 usecs
[  184.951568] [drm] ib test on ring 3 succeeded in 0 usecs
[  185.621399] [drm] ib test on ring 5 succeeded
[  186.873633] snd_hda_intel 0000:01:00.1: Start delayed initialization
[  186.978276] snd_hda_intel 0000:01:00.1: CORB reset timeout#2, CORBRP = 65535
[  186.978317] hdaudio hdaudioC1D0: no AFG or MFG node found
[  186.978327] hdaudio hdaudioC1D1: no AFG or MFG node found
[  186.978333] hdaudio hdaudioC1D2: no AFG or MFG node found
[  186.978339] hdaudio hdaudioC1D3: no AFG or MFG node found
[  186.978341] snd_hda_intel 0000:01:00.1: no codecs initialized
[  186.978343] snd_hda_intel 0000:01:00.1: initialization error
[  193.598188] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  193.598200] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  193.598205] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  193.598212] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  193.598217] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  193.598295] pci_bus 0000:04: Allocating resources
[  193.598309] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  193.598313] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  193.598316] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  193.598322] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  193.598327] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  193.598724] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  193.598728] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  193.598732] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  193.598738] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  193.598743] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  193.598792] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  193.598796] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  193.598800] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  193.598805] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  193.598810] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  193.598853] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  193.598857] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  193.598860] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  193.598866] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  193.598871] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  193.598889] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  193.598892] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  193.598895] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  193.598901] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  193.598906] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  193.599045] pci_bus 0000:02: Allocating resources
[  193.599081] pci_bus 0000:03: Allocating resources
[  193.599096] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  193.599099] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  193.599103] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  193.599108] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  193.599113] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  195.980366] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  195.980377] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  195.980383] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  195.980389] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  195.980394] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  195.980474] pci_bus 0000:04: Allocating resources
[  195.980488] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  195.980492] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  195.980495] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  195.980501] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  195.980506] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  195.980918] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  195.980923] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  195.980926] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  195.980932] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  195.980937] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  195.980987] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  195.980991] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  195.980994] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  195.981000] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  195.981005] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  195.981048] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  195.981052] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  195.981055] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  195.981061] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  195.981066] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  195.981084] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  195.981088] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  195.981091] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  195.981097] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  195.981101] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  195.981239] pci_bus 0000:02: Allocating resources
[  195.981275] pci_bus 0000:03: Allocating resources
[  195.981290] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  195.981294] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  195.981297] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  195.981303] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  195.981307] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  196.433966] usb 1-1.1: reset high-speed USB device number 3 using ehci-pci
[  196.608774] [drm] PCIE GART of 1024M enabled (table at 0x000000000025E000).
[  196.608892] radeon 0000:01:00.0: WB enabled
[  196.608896] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880034a33c00
[  196.608898] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880034a33c0c
[  196.609643] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418 and cpu addr 0xffffc9000141c418
[  196.626214] [drm] ring test on 0 succeeded in 1 usecs
[  196.626223] [drm] ring test on 3 succeeded in 3 usecs
[  196.811866] [drm] ring test on 5 succeeded in 1 usecs
[  196.811937] [drm] UVD initialized successfully.
[  196.811996] [drm] ib test on ring 0 succeeded in 0 usecs
[  196.812040] [drm] ib test on ring 3 succeeded in 0 usecs
[  197.478025] [drm] ib test on ring 5 succeeded
[  204.718557] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  204.718571] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  204.718576] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  204.718583] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  204.718588] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  204.718666] pci_bus 0000:04: Allocating resources
[  204.718680] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  204.718684] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  204.718687] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  204.718693] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  204.718698] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  204.719115] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  204.719120] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  204.719124] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  204.719130] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  204.719135] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  204.719186] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  204.719190] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  204.719193] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  204.719199] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  204.719204] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  204.719251] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  204.719255] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  204.719259] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  204.719265] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  204.719270] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  204.719290] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  204.719295] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  204.719298] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  204.719304] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  204.719309] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  204.719457] pci_bus 0000:02: Allocating resources
[  204.719497] pci_bus 0000:03: Allocating resources
[  204.719513] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[  204.719517] pci 0000:00:1e.0: PCI bridge to [bus 04]
[  204.719521] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[  204.719526] pci 0000:00:1e.0:   bridge window [mem 0xdc700000-0xdc8fffff]
[  204.719531] pci 0000:00:1e.0:   bridge window [mem 0xdc900000-0xdcafffff 64bit pref]
[  506.026804] perf interrupt took too long (2507 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[  683.054097] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[  683.118063] JFS: nTxBlock = 8192, nTxLock = 65536
[  683.222004] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[  683.351024] QNX4 filesystem 0.2.3 registered.
[  683.506921] raid6: sse2x1   gen()  4037 MB/s
[  683.574934] raid6: sse2x1   xor()  3194 MB/s
[  683.642931] raid6: sse2x2   gen()  4747 MB/s
[  683.710939] raid6: sse2x2   xor()  3748 MB/s
[  683.778946] raid6: sse2x4   gen()  5478 MB/s
[  683.846947] raid6: sse2x4   xor()  4010 MB/s
[  683.846952] raid6: using algorithm sse2x4 gen() 5478 MB/s
[  683.846954] raid6: .... xor() 4010 MB/s, rmw enabled
[  683.846956] raid6: using ssse3x2 recovery algorithm
[  683.877961] xor: measuring software checksum speed
[  683.914894]    prefetch64-sse: 10177.000 MB/sec
[  683.954939]    generic_sse:  9009.000 MB/sec
[  683.954944] xor: using function: prefetch64-sse (10177.000 MB/sec)
[  684.017504] Btrfs loaded
[ 1069.515835] usb 1-1.4: new high-speed USB device number 4 using ehci-pci
[ 1069.618998] usb 1-1.4: New USB device found, idVendor=0951, idProduct=16a2
[ 1069.619004] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1069.619008] usb 1-1.4: Product: DTR30G2
[ 1069.619012] usb 1-1.4: Manufacturer: Kingston
[ 1069.619015] usb 1-1.4: SerialNumber: 08606E6D40B6B0A18818BEB2
[ 1069.705256] usb-storage 1-1.4:1.0: USB Mass Storage device detected
[ 1069.705457] scsi host6: usb-storage 1-1.4:1.0
[ 1069.705606] usbcore: registered new interface driver usb-storage
[ 1069.736216] usbcore: registered new interface driver uas
[ 1070.705231] scsi 6:0:0:0: Direct-Access     Kingston DTR30G2          PMAP PQ: 0 ANSI: 6
[ 1070.705941] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 1071.326317] sd 6:0:0:0: [sdb] 122880000 512-byte logical blocks: (62.9 GB/58.6 GiB)
[ 1071.327927] sd 6:0:0:0: [sdb] Write Protect is off
[ 1071.327955] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 1071.329626] sd 6:0:0:0: [sdb] No Caching mode page found
[ 1071.329634] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 1071.336606]  sdb: sdb1
[ 1071.341724] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 1165.211850] usb 1-1.4: USB disconnect, device number 4
[ 1813.307573] perf interrupt took too long (5001 > 5000), lowering kernel.perf_event_max_sample_rate to 25000
[ 4900.440186] atl1c 0000:02:00.0: atl1c: enp2s0 NIC Link is Down
[ 4902.079540] atl1c 0000:02:00.0: atl1c: enp2s0 NIC Link is Up<100 Mbps Full Duplex>
sleeponhead@Sleeponhead-no-Navy:~$ 

Hors ligne

#8 Le 01/03/2017, à 17:17

malbo

Re : Ubuntu 16.04 - Aspire 4820TG - démarrage long de plus de 3 minutes

Je suppose que le souci est lié à la gestion de l'affichage (je vois beaucoup de ligne qui contiennent "i915" qui est le pilote graphique Intel) mais je suis trop incompétent dans ce domaine pour pouvoir diagnostiquer et encore moins donner une solution. Peut-être qu'un autre aidant saura te donner une piste.

Hors ligne

#9 Le 01/03/2017, à 17:20

sleeponhead

Re : Ubuntu 16.04 - Aspire 4820TG - démarrage long de plus de 3 minutes

Merci Malbo pour la piste!

Hors ligne

#10 Le 02/03/2017, à 09:49

LukePerp

Re : Ubuntu 16.04 - Aspire 4820TG - démarrage long de plus de 3 minutes

sleeponhead a écrit :

Chronomètre en main le système fini son démarrage en 3 min 15 sec contre quelques secondes avec Lucid.

Bonjour, quelle variante avais tu pour la 14 et combien de temps durait son démarrage ? Quelle variante utilise tu maintenant ?


Desktop & Laptop - Ubuntu Mate dernière LTS - Intel i5 - 16 Go - Dual boot Windows offline

Hors ligne

#11 Le 02/03/2017, à 10:56

sleeponhead

Re : Ubuntu 16.04 - Aspire 4820TG - démarrage long de plus de 3 minutes

Bonjour LukePerp,

Sous Lucid et Xenial j'utilisais et j'utilise la variante de base, Ubuntu quoi. J'avais installé Lucid via un CD officiel et Xenial avec un clef, officielle aussi.
Sous Lucid j'ai jamais chronométré le démarrage mais c'était vraiment que quelques secondes, pas le temps de dire ouf. Et c'était bien.
Merci pour ton interêt.

Hors ligne

#12 Le 30/05/2017, à 15:29

sleeponhead

Re : Ubuntu 16.04 - Aspire 4820TG - démarrage long de plus de 3 minutes

Dois je simplement me faire une raison?

Hors ligne