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 02/08/2018, à 19:21

nam1962

[Résolu] Démarrage pas rapide, rapide

J'ai une vielle bécane sous Xubuntu 18.04 avec peu ou pas de fioriture et un HDD un peu en fin de vie.
Je ne m'en sers pas tous les jours, aussi (souvent pour tester des commandes que j'indique dans des fils de résolution, mais sans attaquer le système.

Maintenant, elle est bien paresseuse au démarrage et j'ouvre ce fil pour avoir quelques conseils sur ce qui peut bien clocher !

Le boot-info :

 Boot Info Script 8f991e4 + Boot-Repair extra info      [Boot-Info 25oct2017]


============================= 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 (,msdos3)/boot/grub. It also embeds following components:
    
    modules
    ---------------------------------------------------------------------------
    fshelp ext2 part_msdos biosdisk
    ---------------------------------------------------------------------------

sda1: __________________________________________________________________________

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

sda5: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

sda2: __________________________________________________________________________

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

sda3: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________
Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 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          47,593,470   476,049,407   428,455,938   5 Extended
/dev/sda5          47,593,472   476,049,407   428,455,936  83 Linux
/dev/sda2         476,049,408   488,396,799    12,347,392  82 Linux swap / Solaris
/dev/sda3    *          2,048    47,591,423    47,589,376  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/loop1                                              squashfs   
/dev/loop2                                              squashfs   
/dev/loop3                                              squashfs   
/dev/sda2        7c5108a7-db59-445e-9675-758c590c64d8   swap       
/dev/sda3        0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51   ext4       
/dev/sda5        93d614ba-e43d-4b9d-bbf6-6c5698854ea7   ext4       

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

total 0
lrwxrwxrwx 1 root root  9 Aug  2 08:09 ata-TSSTcorpCD_DVDW_TS-L632M -> ../../sr0
lrwxrwxrwx 1 root root  9 Aug  2 17:59 ata-WDC_WD2500BEVT-00A23T0_WD-WXA1A10U4639 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug  2 17:59 ata-WDC_WD2500BEVT-00A23T0_WD-WXA1A10U4639-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug  2 17:59 ata-WDC_WD2500BEVT-00A23T0_WD-WXA1A10U4639-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug  2 17:59 ata-WDC_WD2500BEVT-00A23T0_WD-WXA1A10U4639-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Aug  2 17:59 ata-WDC_WD2500BEVT-00A23T0_WD-WXA1A10U4639-part5 -> ../../sda5
lrwxrwxrwx 1 root root  9 Aug  2 17:59 wwn-0x50014ee2040da516 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug  2 17:59 wwn-0x50014ee2040da516-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug  2 17:59 wwn-0x50014ee2040da516-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug  2 17:59 wwn-0x50014ee2040da516-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Aug  2 17:59 wwn-0x50014ee2040da516-part5 -> ../../sda5

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

Device           Mount_Point              Type       Options

/dev/sda3        /                        ext4       (rw,relatime,errors=remount-ro,data=ordered)
/dev/sda5        /home                    ext4       (rw,relatime,data=ordered)


=========================== sda3/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,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
else
  search --no-floppy --fs-uuid --set=root 0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
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_BE
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=10
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 10 ; then
    set timeout=0
  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
### 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=1
	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-0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51' {
	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,msdos3'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
	else
	  search --no-floppy --fs-uuid --set=root 0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
	fi
        linux	/boot/vmlinuz-4.15.0-29-generic root=UUID=0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.15.0-29-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51' {
	menuentry 'Ubuntu, avec Linux 4.15.0-29-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-29-generic-advanced-0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51' {
		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,msdos3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
		else
		  search --no-floppy --fs-uuid --set=root 0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
		fi
		echo	'Chargement de Linux 4.15.0-29-generic…'
	        linux	/boot/vmlinuz-4.15.0-29-generic root=UUID=0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.15.0-29-generic
	}
	menuentry 'Ubuntu, with Linux 4.15.0-29-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-29-generic-recovery-0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
		else
		  search --no-floppy --fs-uuid --set=root 0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
		fi
		echo	'Chargement de Linux 4.15.0-29-generic…'
	        linux	/boot/vmlinuz-4.15.0-29-generic root=UUID=0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.15.0-29-generic
	}
	menuentry 'Ubuntu, avec Linux 4.15.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-24-generic-advanced-0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51' {
		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,msdos3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
		else
		  search --no-floppy --fs-uuid --set=root 0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
		fi
		echo	'Chargement de Linux 4.15.0-24-generic…'
	        linux	/boot/vmlinuz-4.15.0-24-generic root=UUID=0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.15.0-24-generic
	}
	menuentry 'Ubuntu, with Linux 4.15.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-24-generic-recovery-0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
		else
		  search --no-floppy --fs-uuid --set=root 0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
		fi
		echo	'Chargement de Linux 4.15.0-24-generic…'
	        linux	/boot/vmlinuz-4.15.0-24-generic root=UUID=0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.15.0-24-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/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos3'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
	else
	  search --no-floppy --fs-uuid --set=root 0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos3'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
	else
	  search --no-floppy --fs-uuid --set=root 0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

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

=============================== sda3/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/sda3 during installation
UUID=0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51 /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda5 during installation
UUID=93d614ba-e43d-4b9d-bbf6-6c5698854ea7 /home           ext4    defaults        0       2
# swap was on /dev/sda2 during installation
UUID=7c5108a7-db59-445e-9675-758c590c64d8 none            swap    sw              0       0
none    /tmp          tmpfs    mode=01777,noatime,nodev,nosuid    0    0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

  12.617412567 = 13.547843584   boot/grub/grub.cfg                             2
  12.617404938 = 13.547835392   boot/grub/i386-pc/core.img                     1
   1.926631927 = 2.068705280    boot/vmlinuz-4.15.0-24-generic                 2
  15.860225677 = 17.029787648   boot/vmlinuz-4.15.0-29-generic                 2
  15.860225677 = 17.029787648   vmlinuz                                        2
   1.926631927 = 2.068705280    vmlinuz.old                                    2
   9.286006927 = 9.970774016    boot/initrd.img-4.15.0-24-generic              5
  11.099872589 = 11.918397440   boot/initrd.img-4.15.0-29-generic              4
  11.099872589 = 11.918397440   initrd.img                                     4
   9.286006927 = 9.970774016    initrd.img.old                                 5

======================== Unknown MBRs/Boot Sectors/etc: ========================

Unknown BootLoader on sda1

00000000  47 0b 9c 17 69 de 81 13  d8 86 56 2d 08 d9 5d dd  |G...i.....V-..].|
00000010  1d a4 f7 39 86 b7 d4 2d  38 04 15 73 a2 62 08 6b  |...9...-8..s.b.k|
00000020  eb b9 33 db b3 d9 11 a4  5e 30 76 2e 17 a9 19 6b  |..3.....^0v....k|
00000030  da bc 4b 12 d3 ea aa 2e  60 01 c0 a8 c9 31 0e e1  |..K.....`....1..|
00000040  55 89 37 9e 0c 6b 19 c5  15 46 2a 2b f1 af a2 6a  |U.7..k...F*+...j|
00000050  cf 83 17 ff 1c 4f 49 08  b9 bf 33 62 cf 36 d0 82  |.....OI...3b.6..|
00000060  50 47 15 b7 56 cb 08 cf  68 8b fb 39 a4 97 c4 c4  |PG..V...h..9....|
00000070  fc 65 c3 d5 76 96 f3 a8  69 c4 74 a2 15 2c 52 a8  |.e..v...i.t..,R.|
00000080  e3 4b 58 f6 cc e9 78 6d  2c 2d 02 29 1b e1 fd a9  |.KX...xm,-.)....|
00000090  82 82 99 e2 b2 9a 8e 5d  31 5f 2c 61 d1 32 c1 12  |.......]1_,a.2..|
000000a0  27 d1 3a cc 78 40 49 69  c5 98 98 c1 02 bd b3 49  |'.:.x@Ii.......I|
000000b0  10 6d 81 14 2b d9 d5 f0  87 b2 f0 64 02 05 85 a2  |.m..+......d....|
000000c0  72 45 f5 b5 a4 1d 70 94  09 ca 89 ac 3c cb ee ab  |rE....p.....<...|
000000d0  64 02 f2 49 b6 13 7f 18  d8 b0 2c 82 4b 9d 6d f1  |d..I......,.K.m.|
000000e0  ea e5 6b 38 da b5 06 60  05 b2 d6 2b b7 1e 88 06  |..k8...`...+....|
000000f0  8f d8 16 d6 80 b4 ff c0  9b e8 40 12 8d 46 31 1b  |..........@..F1.|
00000100  d5 20 c8 65 1b b4 c8 42  8b d9 ac 23 bf db 32 e0  |. .e...B...#..2.|
00000110  22 2c 42 88 cd 28 1f 10  f1 fc d7 5a cf c4 b3 62  |",B..(.....Z...b|
00000120  10 52 45 34 ea 09 0d ff  dd dd 89 36 8e da bc c7  |.RE4.......6....|
00000130  65 ed c8 1b 06 e4 6a 82  76 85 1f 54 dd c4 93 84  |e.....j.v..T....|
00000140  8b 1f 7b 72 3a ad 6d 13  53 b3 41 84 89 4d d1 55  |..{r:.m.S.A..M.U|
00000150  d5 4e 6c 0b 49 4b 62 e4  01 33 12 60 20 b5 07 b3  |.Nl.IKb..3.` ...|
00000160  05 b3 59 8c c2 ad 96 b2  08 35 6e d3 76 e0 a3 86  |..Y......5n.v...|
00000170  39 8d 52 8b 08 15 ae d6  5e dd 74 ca 83 6d 8e 20  |9.R.....^.t..m. |
00000180  0e 71 69 46 66 40 e3 a1  bf 68 f9 7a 41 4a 0e 61  |.qiFf@...h.zAJ.a|
00000190  88 ce 87 25 78 be 1f 21  0c 26 d7 11 e1 63 f3 e5  |...%x..!.&...c..|
000001a0  99 81 0f 71 52 44 82 0c  e5 ae 56 92 af 8c 10 71  |...qRD....V....q|
000001b0  78 90 7f f0 f9 8c c9 a1  8c 49 a8 0d 0e 15 00 fe  |x........I......|
000001c0  ff ff 83 fe ff ff 02 00  00 00 00 b8 89 19 00 00  |................|
000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200



ADDITIONAL INFORMATION :
=================== log of boot-info 20180802_1759 ===================
boot-info version : 4ppa65
boot-sav version : 4ppa65
boot-sav-extra version : 4ppa65
glade2script version : 3.2.3~ppa4
boot-info is executed in installed-session (Ubuntu 18.04.1 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s):      32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.15.0-29-generic root=UUID=0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51 ro quiet splash vt.handoff=1

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

=================== blkid:
/dev/sda3: UUID="0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51" TYPE="ext4" PARTUUID="930fa14d-03"
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/sda2: UUID="7c5108a7-db59-445e-9675-758c590c64d8" TYPE="swap" PARTUUID="930fa14d-02"
/dev/sda5: UUID="93d614ba-e43d-4b9d-bbf6-6c5698854ea7" TYPE="ext4" PARTUUID="930fa14d-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 jui 27 14:36 grub.d
total 80
-rwxr-xr-x 1 root root  9783 mar  4 14:11 00_header
-rwxr-xr-x 1 root root  6258 mar 15  2016 05_debian_theme
-rwxr-xr-x 1 root root 12693 mar  4 14:11 10_linux
-rwxr-xr-x 1 root root 11298 mar  4 14:11 20_linux_xen
-rwxr-xr-x 1 root root  1992 jan 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 12059 mar  4 14:11 30_os-prober
-rwxr-xr-x 1 root root  1418 jun 17  2016 30_uefi-firmware
-rwxr-xr-x 1 root root   214 jun 17  2016 40_custom
-rwxr-xr-x 1 root root   216 jun 17  2016 41_custom
-rw-r--r-- 1 root root   483 jun 17  2016 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_TIMEOUT_STYLE=hidden
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:
sda3	: sda,	not-sepboot,	grubenv-ok	grub2,	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,	not-far,	notbiosboot, .
sda5	: sda,	maybesepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /home.

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


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

BYT;
/dev/sda:250GB:scsi:512:512:msdos:ATA WDC WD2500BEVT-0:;
3:1049kB:24.4GB:24.4GB:ext4::boot;
1:24.4GB:244GB:219GB:::;
5:24.4GB:244GB:219GB:ext4::;
2:244GB:250GB:6322MB:linux-swap(v1)::;

=================== lsblk:
KNAME TYPE FSTYPE     SIZE LABEL
loop0 loop squashfs  91,2M
loop1 loop squashfs  86,9M
loop2 loop squashfs  86,6M
loop3 loop squashfs  86,9M
sda   disk          232,9G
sda1  part              1K
sda2  part swap       5,9G
sda3  part ext4      22,7G
sda5  part ext4     204,3G
sr0   rom            1024M

KNAME ROTA RO RM STATE   MOUNTPOINT
loop0    1  1  0         /snap/vectr/2
loop1    1  1  0         /snap/core/4830
loop2    1  1  0         /snap/core/4650
loop3    1  1  0         /snap/core/4917
sda      1  0  0 running
sda1     1  0  0
sda2     1  0  0         [SWAP]
sda3     1  0  0         /
sda5     1  0  0         /home
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=1985644k,nr_inodes=496411,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=403076k,mode=755)
/dev/sda3 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/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
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/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13813)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/var/lib/snapd/snaps/vectr_2.snap on /snap/vectr/2 type squashfs (ro,nodev,relatime)
/var/lib/snapd/snaps/core_4830.snap on /snap/core/4830 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_4650.snap on /snap/core/4650 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_4917.snap on /snap/core/4917 type squashfs (ro,nodev,relatime,x-gdu.hide)
none on /tmp type tmpfs (rw,nosuid,nodev,noatime)
/dev/sda5 on /home type ext4 (rw,relatime,data=ordered)
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=403072k,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 hidden holders inflight integrity power queue range removable ro sda1 sda2 sda3 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 hidden holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse fw0 hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 initctl input kmsg kvm lightnvm log mapper mcelog media0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 zero
ls /dev/mapper:  control

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  1.9G     0  1.9G   0% /dev
tmpfs          tmpfs     394M  1.5M  393M   1% /run
/dev/sda3      ext4       23G   13G  8.7G  59% /
tmpfs          tmpfs     2.0G   24M  1.9G   2% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     2.0G     0  2.0G   0% /sys/fs/cgroup
/dev/loop0     squashfs   92M   92M     0 100% /snap/vectr/2
/dev/loop1     squashfs   87M   87M     0 100% /snap/core/4830
/dev/loop2     squashfs   87M   87M     0 100% /snap/core/4650
/dev/loop3     squashfs   87M   87M     0 100% /snap/core/4917
none           tmpfs     2.0G  2.1M  2.0G   1% /tmp
/dev/sda5      ext4      201G  5.3G  186G   3% /home
tmpfs          tmpfs     394M   12K  394M   1% /run/user/1000

=================== fdisk -l:
Disk /dev/loop0: 91.2 MiB, 95576064 bytes, 186672 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


Disk /dev/loop1: 86.9 MiB, 91115520 bytes, 177960 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


Disk /dev/loop2: 86.6 MiB, 90812416 bytes, 177368 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


Disk /dev/loop3: 86.9 MiB, 91099136 bytes, 177928 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




Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 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: 0x930fa14d

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sda1        47593470 476049407 428455938 204.3G  5 Extended
/dev/sda2       476049408 488396799  12347392   5.9G 82 Linux swap / Solaris
/dev/sda3  *         2048  47591423  47589376  22.7G 83 Linux
/dev/sda5        47593472 476049407 428455936 204.3G 83 Linux

Partition table entries are not in disk order.




=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub2 of sda3 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s


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

Et

:~$ systemd-analyze blame
    1min 59.553s apt-daily-upgrade.service
     1min 3.043s apt-daily.service
         31.925s plymouth-start.service
         31.918s lightdm.service
         31.914s plymouth-quit-wait.service
         29.364s plymouth-read-write.service
         25.575s teamviewerd.service
         24.656s colord.service
         13.459s dev-sda3.device
         11.787s systemd-journal-flush.service
         10.989s ufw.service
          9.383s systemd-tmpfiles-setup-dev.service
          9.097s keyboard-setup.service
          6.460s NetworkManager-wait-online.service
          5.310s NetworkManager.service
          3.943s udisks2.service
          3.733s networkd-dispatcher.service
          3.347s gpu-manager.service
          3.330s snapd.service
          2.670s systemd-sysctl.service
          2.255s apparmor.service
          2.034s hddtemp.service
          2.003s accounts-daemon.service
lines 1-23

Si vous y voyez des trucs horribles, je serai ravi de les prendre en compte !
smile

Dernière modification par nam1962 (Le 04/08/2018, à 08:45)


[ Modéré ]

Hors ligne

#2 Le 02/08/2018, à 20:03

inbox

Re : [Résolu] Démarrage pas rapide, rapide


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#3 Le 02/08/2018, à 20:20

ylag

Re : [Résolu] Démarrage pas rapide, rapide

Salut,

En plus d'essayer en ajoutant l'option noresume, peut-être aussi enlever quiet splash (si présents...) pour tester un démarrage sans plymouth ?

A+

Dernière modification par ylag (Le 02/08/2018, à 20:23)

Hors ligne

#4 Le 02/08/2018, à 21:28

lepetit

Re : [Résolu] Démarrage pas rapide, rapide

tu as ces deux services qui ont l'air de prendre énormément de temps

     1min 59.553s apt-daily-upgrade.service
     1min 3.043s apt-daily.service

c'est je crois pour mettre a jour automatiquement les mises a jour de sécurité

si tu fais les mises a jour toi meme, tu peux les désactiver

sudo systemctl disable apt-daily-upgrade.service
sudo systemctl disable apt-daily.service

après, si tu n'as pas démarrer le pc depuis un moment, ça peut expliquer pourquoi elles prennent du temps a ce moment là
ça le fait a chaque demarrage ?


-pc principal: amd ryzen 2600, 16 go de ram, ssd nvme samsung @ linux mint 19
-mini pc: amd 5350 mini itx fanless, 8go de ram, ssd
-mini pc 2: intel core 2 duo t7200, 1.5 go de ram, gforce 710 (pilote libre) @ linux mint xfce, kernel xanmod
-netbook samsung nc20, via nano 1.3ghz+, 2go de ram, via vx800 @ xubuntu 18.10

Hors ligne

#5 Le 02/08/2018, à 21:47

nam1962

Re : [Résolu] Démarrage pas rapide, rapide

Merci !
Je regarde çà demain matin.
Cette bécane ne démarre effectivement pas tous les jours mais un jour sur deux ou trois. Et elle n'est jamais rapide au démarrage !
(Là je suis sur une autre !)

Dernière modification par nam1962 (Le 02/08/2018, à 21:48)


[ Modéré ]

Hors ligne

#6 Le 03/08/2018, à 07:59

nam1962

Re : [Résolu] Démarrage pas rapide, rapide

Alors il y a du mieux :

:~$ systemd-analyze blame
         31.796s plymouth-start.service
         31.753s lightdm.service
         31.748s plymouth-quit-wait.service
         26.405s plymouth-read-write.service
         25.670s colord.service
         25.474s teamviewerd.service
         13.252s dev-sda3.device
         12.768s systemd-journal-flush.service
          9.428s ufw.service
          8.212s systemd-sysctl.service
          7.880s systemd-udevd.service
          6.628s snap-core-4917.mount
          6.416s NetworkManager-wait-online.service
          5.430s snap-core-4830.mount
          3.790s NetworkManager.service
          3.561s networkd-dispatcher.service
          3.557s udisks2.service
          3.497s snapd.service
          2.885s ModemManager.service
          2.726s accounts-daemon.service
          2.708s systemd-fsck@dev-disk-by\x2duuid-93d614ba\x2de43d\x2d4b9d\x2dbb
          2.531s keyboard-setup.service
          2.260s apparmor.service

Mais ca reste très lent :

  2.452398] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.620166] firewire_core 0000:07:09.0: created device fw0: GUID 00241b00a1a61500, S400
[    2.904048] usb 5-2: new low-speed USB device number 3 using uhci_hcd
[    3.095070] usb 5-2: New USB device found, idVendor=05a4, idProduct=9840
[    3.095073] usb 5-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.095076] usb 5-2: Product: USB Compliant Keypad
[    3.113682] input: USB Compliant Keypad as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/0003:05A4:9840.0002/input/input9
[    3.172215] hid-generic 0003:05A4:9840.0002: input,hidraw1: USB HID v1.10 Keyboard [USB Compliant Keypad] on usb-0000:00:1d.0-2/input0
[    3.259366] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.3, id: 0x1a0b1, caps: 0xa04713/0x200000/0x0/0x0, board id: 0, fw id: 258944
[    3.367441] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[    3.524045] usb 6-1: new full-speed USB device number 2 using uhci_hcd
[    3.710072] usb 6-1: New USB device found, idVendor=08ff, idProduct=2580
[    3.710075] usb 6-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.710077] usb 6-1: Product: Fingerprint Sensor
[    4.220070] usb 2-4: new high-speed USB device number 5 using ehci-pci
[    4.389179] usb 2-4: New USB device found, idVendor=04f2, idProduct=b015
[    4.389182] usb 2-4: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[    4.389184] usb 2-4: Product: HP Webcam
[    4.389187] usb 2-4: Manufacturer: Chicony Electronics Co., Ltd.
[    4.389189] usb 2-4: SerialNumber: SN0001
[   12.252084] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:34:pipe A] flip_done timed out
[   12.356019] ------------[ cut here ]------------
[   12.356021] vblank wait timed out on crtc 0
[   12.356088] WARNING: CPU: 1 PID: 122 at /build/linux-60XibS/linux-4.15.0/drivers/gpu/drm/drm_vblank.c:1073 drm_wait_one_vblank+0x181/0x190 [drm]
[   12.356089] Modules linked in: hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt psmouse ahci libahci firewire_ohci fb_sys_fops sdhci_pci r8169 pata_acpi sdhci firewire_core drm crc_itu_t mii wmi video
[   12.356113] CPU: 1 PID: 122 Comm: kworker/u4:4 Not tainted 4.15.0-29-generic #31-Ubuntu
[   12.356115] Hardware name: Hewlett-Packard HP Pavilion dv6500 Notebook PC    /30CC, BIOS F.33      11/12/2007
[   12.356126] Workqueue: events_unbound async_run_entry_fn
[   12.356142] RIP: 0010:drm_wait_one_vblank+0x181/0x190 [drm]
[   12.356143] RSP: 0018:ffff9be300a4ba00 EFLAGS: 00010286
[   12.356146] RAX: 0000000000000000 RBX: ffff8d9c2fef0000 RCX: ffffffffbea62828
[   12.356147] RDX: 0000000000000001 RSI: 0000000000000082 RDI: 0000000000000247
[   12.356149] RBP: ffff9be300a4ba58 R08: 0000000000000001 R09: 000000000000031a
[   12.356150] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[   12.356152] R13: 0000000000000000 R14: 0000000001000001 R15: ffff8d9c2fe13808
[   12.356154] FS:  0000000000000000(0000) GS:ffff8d9c3fd00000(0000) knlGS:0000000000000000
[   12.356155] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   12.356157] CR2: 00005648b9ee0820 CR3: 000000012fc2e000 CR4: 00000000000006e0
[   12.356158] Call Trace:
[   12.356164]  ? wait_woken+0x80/0x80
[   12.356247]  intel_get_load_detect_pipe+0x5b7/0x620 [i915]
[   12.356296]  intel_tv_detect+0x147/0x510 [i915]
[   12.356311]  ? drm_get_edid+0xe8/0x3d0 [drm]
[   12.356326]  ? drm_get_edid+0xe8/0x3d0 [drm]
[   12.356331]  ? __ww_mutex_lock_slowpath+0x16/0x20
[   12.356339]  drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[   12.356347]  ? drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[   12.356354]  drm_helper_probe_single_connector_modes+0xe2/0x710 [drm_kms_helper]
[   12.356363]  drm_setup_crtcs+0x13f/0xa30 [drm_kms_helper]
[   12.356366]  ? update_load_avg+0x57f/0x6e0
[   12.356374]  __drm_fb_helper_initial_config_and_unlock+0x41/0x400 [drm_kms_helper]
[   12.356378]  ? __switch_to+0xad/0x500
[   12.356385]  drm_fb_helper_initial_config+0x35/0x40 [drm_kms_helper]
[   12.356432]  intel_fbdev_initial_config+0x18/0x30 [i915]
[   12.356434]  async_run_entry_fn+0x3c/0x150
[   12.356437]  process_one_work+0x1de/0x410
[   12.356439]  worker_thread+0x32/0x410
[   12.356442]  kthread+0x121/0x140
[   12.356444]  ? process_one_work+0x410/0x410
[   12.356446]  ? kthread_create_worker_on_cpu+0x70/0x70
[   12.356449]  ret_from_fork+0x35/0x40
[   12.356451] Code: ff ff e8 13 d4 25 fd 48 8d 75 a8 4c 89 ff e8 77 31 2a fd 45 85 ed 0f 85 ff fe ff ff 44 89 e6 48 c7 c7 10 e4 44 c0 e8 4f d1 25 fd <0f> 0b e9 e9 fe ff ff 0f 1f 84 00 00 00 00 00 66 66 66 66 90 55 
[   12.356496] ---[ end trace b5f5585ec34b2978 ]---
[   22.492043] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:34:pipe A] flip_done timed out
[   32.732094] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:28:plane A] flip_done timed out
[   32.750877] fbcon: inteldrmfb (fb0) is primary device
[   32.750968] Console: switching to colour frame buffer device 160x50
[   32.751011] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   33.590675] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[   34.564918] random: crng init done
[   35.682225] ip_tables: (C) 2000-2006 Netfilter Core Team
[   35.838575] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[   35.856140] systemd[1]: Detected architecture x86-64.
[   35.868069] systemd[1]: Set hostname to <ordi3>.
[   39.790442] systemd[1]: Created slice System Slice.
[   39.790800] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   39.791004] systemd[1]: Listening on Journal Socket.
[   39.791128] systemd[1]: Listening on fsck to fsckd communication Socket.
[   39.791162] systemd[1]: Reached target User and Group Name Lookups.
[   39.792532] systemd[1]: Started Read required files in advance.
[   39.794166] systemd[1]: Starting Nameserver information manager...
[   40.723536] lp: driver loaded but no devices found
[   40.896547] ppdev: user-space parallel port driver
[   40.993772] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
[   41.624663] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   41.836357] systemd-journald[243]: Received request to flush runtime journal from PID 1
[   42.326726] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   49.480215] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   49.525529] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   49.549607] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x000000000000107F (\PMIO) (20170831/utaddress-247)
[   49.549619] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   49.549623] ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20170831/utaddress-247)
[   49.549629] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   49.549631] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20170831/utaddress-247)
[   49.549637] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   49.549638] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   49.563465] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   49.591159] r592: driver successfully loaded
[   49.635640] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[   49.635642] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[   49.635643] iwl3945: hw_scan is disabled
[   49.635716] iwl3945 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[   49.656044] r852: Non dma capable device detected, dma disabled
[   49.656060] r852: driver loaded successfully
[   49.700054] iwl3945 0000:02:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[   49.700058] iwl3945 0000:02:00.0: Detected Intel Wireless WiFi Link 3945ABG
[   49.722242] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[   49.768790] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC268: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   49.768794] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   49.768798] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   49.768800] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   49.768802] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[   49.768804] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   49.768807] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
[   49.768810] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[   49.801332] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   49.801435] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   49.808952] input: HP WMI hotkeys as /devices/virtual/input/input12
[   50.050294] intel_powerclamp: No package C-state available
[   50.368694] iwl3945 0000:02:00.0 wlp2s0: renamed from wlan0
[   51.003810] media: Linux media interface: v0.10
[   51.017526] Linux video capture interface: v2.00
[   51.157843] uvcvideo: Found UVC 1.00 device HP Webcam (04f2:b015)
[   51.161028] uvcvideo 2-4:1.0: Entity type for entity Extension 4 was not initialized!
[   51.161032] uvcvideo 2-4:1.0: Entity type for entity Processing 3 was not initialized!
[   51.161035] uvcvideo 2-4:1.0: Entity type for entity Camera 1 was not initialized!
[   51.161182] input: HP Webcam: HP Webcam as /devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input13
[   51.161313] usbcore: registered new interface driver uvcvideo
[   51.161315] USB Video Class driver (1.1.1)
[   54.396500] Adding 6173692k swap on /dev/sda2.  Priority:-2 extents:1 across:6173692k FS
[   54.680563] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   56.876066] audit: type=1400 audit(1533274087.836:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=734 comm="apparmor_parser"
[   56.876073] audit: type=1400 audit(1533274087.836:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=734 comm="apparmor_parser"
[   56.876077] audit: type=1400 audit(1533274087.836:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=734 comm="apparmor_parser"
[   56.876081] audit: type=1400 audit(1533274087.836:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=734 comm="apparmor_parser"
[   56.876890] audit: type=1400 audit(1533274087.840:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=733 comm="apparmor_parser"

[ Modéré ]

Hors ligne

#7 Le 03/08/2018, à 08:11

xubu1957

Re : [Résolu] Démarrage pas rapide, rapide


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#8 Le 03/08/2018, à 08:53

nam1962

Re : [Résolu] Démarrage pas rapide, rapide

Vu ! Et mes symptômes ressemblent : même après les modifs suggérées, je mets deux minutes avant de voir le logo Xubunut puis a nouveau écran gris pendant une bonne minute.
Côté kernel, je ne suis plus sur le 24, par contre :

4.15.0-29-generic

Dernière modification par nam1962 (Le 03/08/2018, à 08:53)


[ Modéré ]

Hors ligne

#9 Le 03/08/2018, à 08:55

xubu1957

Re : [Résolu] Démarrage pas rapide, rapide

Il ne charge pas l'ensemble avant d'utiliser le dernier noyau ?

_ _ _

Et réinstaller en 45 minutes ? tongue

Dernière modification par xubu1957 (Le 03/08/2018, à 08:57)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#10 Le 03/08/2018, à 10:49

inbox

Re : [Résolu] Démarrage pas rapide, rapide

J'ai recherché le message "[drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:28:plane A] flip_done timed out". Chez Redhat il semble y avoir une solution en ajoutant une option au noyau.

L'option à ajouter est "video=SVIDEO-1:d".


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#11 Le 03/08/2018, à 11:48

xubu1957

Re : [Résolu] Démarrage pas rapide, rapide


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#12 Le 03/08/2018, à 13:06

nam1962

Re : [Résolu] Démarrage pas rapide, rapide

@xubu1957 : c'est une fresh install wink
J'ai suivi vos conseils et passé :

sudo -H gedit /etc/default/grub

Pour avoir :

:~$ cat /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_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="noresume video=SVIDEO-1:d"
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"

Puis le

sudo update-grub

qui va bien

On gagne du temps :

:~$ systemd-analyze blame
         12.857s systemd-journal-flush.service
         12.431s dev-sda3.device
          9.299s ufw.service
          8.959s keyboard-setup.service
          8.046s systemd-sysctl.service
          7.231s systemd-udevd.service
          6.482s NetworkManager-wait-online.service
          4.685s NetworkManager.service
          4.119s snapd.service
          3.895s upower.service
          3.254s ModemManager.service
          2.982s thermald.service
          2.963s udisks2.service
          2.934s networkd-dispatcher.service
          2.808s gpu-manager.service
          2.096s systemd-fsck@dev-disk-by\x2duuid-93d614ba\x2de43d\x2d4b9d\x2dbb
          1.981s wpa_supplicant.service
          1.813s dev-disk-by\x2duuid-7c5108a7\x2ddb59\x2d445e\x2d9675\x2d758c590
          1.774s resolvconf.service
          1.741s accounts-daemon.service
          1.668s lm-sensors.service
          1.584s teamviewerd.service
          1.070s systemd-modules-load.service
lines 1-23

Mais il y a toujours une très grosse minute d'écran gris au début.
dmesg :

[    0.000000] PM: Registered nosave memory: [mem 0xbf6df000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed13fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed14000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xdfffffff] 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] random: get_random_bytes called from start_kernel+0x99/0x4fd with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u1048576
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1029757
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-29-generic root=UUID=0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51 ro noresume video=SVIDEO-1:d
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3969820K/4184504K available (12300K kernel code, 2470K rwdata, 4240K rodata, 2408K init, 2416K bss, 214684K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39092 entries in 153 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.020000] tsc: Fast TSC calibration using PIT
[    0.024000] tsc: Detected 1795.447 MHz processor
[    0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3590.89 BogoMIPS (lpj=7181788)
[    0.024000] pid_max: default: 32768 minimum: 301
[    0.024000] Security Framework initialized
[    0.024000] Yama: becoming mindful.
[    0.024000] AppArmor: AppArmor initialized
[    0.024000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.024000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.028093] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.028137] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.028523] CPU: Physical Processor ID: 0
[    0.028527] CPU: Processor Core ID: 0
[    0.028531] mce: CPU supports 6 MCE banks
[    0.028542] CPU0: Thermal monitoring enabled (TM2)
[    0.028548] process: using mwait in idle threads
[    0.028555] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.028559] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.028563] Spectre V2 : Mitigation: Full generic retpoline
[    0.028567] Speculative Store Bypass: Vulnerable
[    0.028758] Freeing SMP alternatives memory: 36K
[    0.036000] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T7100  @ 1.80GHz (family: 0x6, model: 0xf, stepping: 0xd)
[    0.036000] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.036000] core: PEBS disabled due to CPU errata
[    0.036000] ... version:                2
[    0.036000] ... bit width:              40
[    0.036000] ... generic registers:      2
[    0.036000] ... value mask:             000000ffffffffff
[    0.036000] ... max period:             000000007fffffff
[    0.036000] ... fixed-purpose events:   3
[    0.036000] ... event mask:             0000000700000003
[    0.036000] Hierarchical SRCU implementation.
[    0.036000] smp: Bringing up secondary CPUs ...
[    0.036000] x86: Booting SMP configuration:
[    0.036000] .... node  #0, CPUs:      #1
[    0.036109] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.036169] smp: Brought up 1 node, 2 CPUs
[    0.036169] smpboot: Max logical packages: 1
[    0.036169] smpboot: Total of 2 processors activated (7181.78 BogoMIPS)
[    0.037686] devtmpfs: initialized
[    0.037686] x86/mm: Memory block size: 128MB
[    0.037686] evm: security.selinux
[    0.037686] evm: security.SMACK64
[    0.037686] evm: security.SMACK64EXEC
[    0.037686] evm: security.SMACK64TRANSMUTE
[    0.037686] evm: security.SMACK64MMAP
[    0.037686] evm: security.apparmor
[    0.037686] evm: security.ima
[    0.037686] evm: security.capability
[    0.037686] PM: Registering ACPI NVS region [mem 0xbf6d0000-0xbf6defff] (61440 bytes)
[    0.040018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.040025] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.040107] pinctrl core: initialized pinctrl subsystem
[    0.040273] RTC time: 11:00:29, date: 08/03/18
[    0.040436] NET: Registered protocol family 16
[    0.040581] audit: initializing netlink subsys (disabled)
[    0.040596] audit: type=2000 audit(1533294029.040:1): state=initialized audit_enabled=0 res=1
[    0.040596] cpuidle: using governor ladder
[    0.040596] cpuidle: using governor menu
[    0.040596] Simple Boot Flag at 0x35 set to 0x1
[    0.040596] ACPI: bus type PCI registered
[    0.040596] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.040596] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.040596] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.040596] PCI: Using configuration type 1 for base access
[    0.042342] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.044181] ACPI: Added _OSI(Module Device)
[    0.044186] ACPI: Added _OSI(Processor Device)
[    0.044190] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.044194] ACPI: Added _OSI(Processor Aggregator Device)
[    0.044199] ACPI: Added _OSI(Linux-Dell-Video)
[    0.046436] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.049269] ACPI Error: [CDW1] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
[    0.049285] No Local Variables are initialized for Method [_OSC]
[    0.049291] Initialized Arguments for Method [_OSC]:  (4 arguments defined for method invocation)
[    0.049296]   Arg0:           (ptrval) <Obj>           Buffer(16) 6E B0 11 08 27 4A F9 44
[    0.049314]   Arg1:           (ptrval) <Obj>           Integer 0000000000000001
[    0.049323]   Arg2:           (ptrval) <Obj>           Integer 0000000000000002
[    0.049332]   Arg3:           (ptrval) <Obj>           Buffer(8) 01 00 00 00 9F 10 00 00
[    0.049350] ACPI Error: Method parse/execution failed \_SB._OSC, AE_NOT_FOUND (20170831/psparse-550)
[    0.049881] ACPI: Dynamic OEM Table Load:
[    0.049894] ACPI: SSDT 0xFFFF89137A58C400 000238 (v01 HP     30CC     00003000 INTL 20061109)
[    0.050400] ACPI: Dynamic OEM Table Load:
[    0.050413] ACPI: SSDT 0xFFFF89137A52A800 0005EA (v01 HP     30CC     00003001 INTL 20061109)
[    0.051327] ACPI: Dynamic OEM Table Load:
[    0.051339] ACPI: SSDT 0xFFFF89137A548F00 0000C8 (v01 HP     30CC     00003000 INTL 20061109)
[    0.051639] ACPI: Dynamic OEM Table Load:
[    0.051650] ACPI: SSDT 0xFFFF89137A56F780 000085 (v01 HP     30CC     00003000 INTL 20061109)
[    0.052394] ACPI: EC: EC started
[    0.052399] ACPI: EC: interrupt blocked
[    0.052530] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.052537] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.052543] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.052548] ACPI: Interpreter enabled
[    0.052579] ACPI: (supports S0 S3 S4 S5)
[    0.052584] ACPI: Using IOAPIC for interrupt routing
[    0.052627] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.053068] ACPI: Enabled 10 GPEs in block 00 to 1F
[    0.078115] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.078129] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.078142] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.079196] PCI host bridge to bus 0000:00
[    0.079204] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.079210] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.079215] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.079222] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.079228] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.079234] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.079240] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.079246] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff window]
[    0.079252] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
[    0.079258] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.079274] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[    0.079451] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
[    0.079469] pci 0000:00:02.0: reg 0x10: [mem 0xf8000000-0xf80fffff 64bit]
[    0.079478] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.079485] pci 0000:00:02.0: reg 0x20: [io  0x1800-0x1807]
[    0.079639] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
[    0.079655] pci 0000:00:02.1: reg 0x10: [mem 0xf8100000-0xf81fffff 64bit]
[    0.079854] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[    0.079920] pci 0000:00:1a.0: reg 0x20: [io  0x1820-0x183f]
[    0.080084] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[    0.080145] pci 0000:00:1a.1: reg 0x20: [io  0x1840-0x185f]
[    0.080315] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[    0.080344] pci 0000:00:1a.7: reg 0x10: [mem 0xf8604800-0xf8604bff]
[    0.080460] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.080603] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[    0.080637] pci 0000:00:1b.0: reg 0x10: [mem 0xf8600000-0xf8603fff 64bit]
[    0.080757] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.080909] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[    0.081043] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.081203] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
[    0.081333] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.081491] pci 0000:00:1c.5: [8086:2849] type 01 class 0x060400
[    0.081620] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.081773] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[    0.081844] pci 0000:00:1d.0: reg 0x20: [io  0x1860-0x187f]
[    0.082006] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[    0.082078] pci 0000:00:1d.1: reg 0x20: [io  0x1880-0x189f]
[    0.082232] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
[    0.082293] pci 0000:00:1d.2: reg 0x20: [io  0x18a0-0x18bf]
[    0.082464] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[    0.082495] pci 0000:00:1d.7: reg 0x10: [mem 0xf8604c00-0xf8604fff]
[    0.082608] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.082745] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.082956] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
[    0.083078] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    0.083090] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH6 GPIO
[    0.083102] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0380 (mask 0007)
[    0.083265] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
[    0.083288] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    0.083300] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    0.083312] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
[    0.083324] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
[    0.083337] pci 0000:00:1f.1: reg 0x20: [io  0x1810-0x181f]
[    0.083365] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.083372] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.083377] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.083383] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.083526] pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601
[    0.083558] pci 0000:00:1f.2: reg 0x10: [io  0x1c00-0x1c07]
[    0.083571] pci 0000:00:1f.2: reg 0x14: [io  0x18d4-0x18d7]
[    0.083584] pci 0000:00:1f.2: reg 0x18: [io  0x18d8-0x18df]
[    0.083598] pci 0000:00:1f.2: reg 0x1c: [io  0x18d0-0x18d3]
[    0.083611] pci 0000:00:1f.2: reg 0x20: [io  0x18e0-0x18ff]
[    0.083625] pci 0000:00:1f.2: reg 0x24: [mem 0xf8604000-0xf86047ff]
[    0.083691] pci 0000:00:1f.2: PME# supported from D3hot
[    0.083827] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
[    0.083852] pci 0000:00:1f.3: reg 0x10: [mem 0x00000000-0x000000ff]
[    0.083898] pci 0000:00:1f.3: reg 0x20: [io  0x1c20-0x1c3f]
[    0.084244] pci 0000:02:00.0: [8086:4222] type 00 class 0x028000
[    0.084341] pci 0000:02:00.0: reg 0x10: [mem 0xf4000000-0xf4000fff]
[    0.084789] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.084957] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.085002] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[    0.085010] pci 0000:00:1c.0:   bridge window [io  0x4000-0x7fff]
[    0.085016] pci 0000:00:1c.0:   bridge window [mem 0xf4000000-0xf7ffffff]
[    0.085024] pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf3ffffff 64bit pref]
[    0.085151] acpiphp: Slot [1] registered
[    0.085162] pci 0000:00:1c.1: PCI bridge to [bus 04-05]
[    0.085170] pci 0000:00:1c.1:   bridge window [io  0x8000-0xbfff]
[    0.085176] pci 0000:00:1c.1:   bridge window [mem 0xc0000000-0xc3ffffff]
[    0.085184] pci 0000:00:1c.1:   bridge window [mem 0xc8000000-0xcbffffff 64bit pref]
[    0.085303] pci 0000:06:00.0: [10ec:8136] type 00 class 0x020000
[    0.085346] pci 0000:06:00.0: reg 0x10: [io  0xc000-0xc0ff]
[    0.085388] pci 0000:06:00.0: reg 0x18: [mem 0xf8200000-0xf8200fff 64bit]
[    0.085438] pci 0000:06:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    0.085453] pci 0000:06:00.0: enabling Extended Tags
[    0.085582] pci 0000:06:00.0: supports D1 D2
[    0.085584] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.085696] pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.085714] pci 0000:00:1c.5: PCI bridge to [bus 06]
[    0.085722] pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
[    0.085728] pci 0000:00:1c.5:   bridge window [mem 0xf8200000-0xf82fffff]
[    0.085835] pci 0000:07:09.0: [1180:0832] type 00 class 0x0c0010
[    0.085850] pci 0000:07:09.0: proprietary Ricoh MMC controller disabled (via firewire function)
[    0.085857] pci 0000:07:09.0: MMC cards are now supported by standard SDHCI controller
[    0.085885] pci 0000:07:09.0: reg 0x10: [mem 0xf8300000-0xf83007ff]
[    0.085995] pci 0000:07:09.0: supports D1 D2
[    0.085998] pci 0000:07:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.086083] pci 0000:07:09.1: [1180:0822] type 00 class 0x080500
[    0.086112] pci 0000:07:09.1: reg 0x10: [mem 0xf8300800-0xf83008ff]
[    0.086222] pci 0000:07:09.1: supports D1 D2
[    0.086225] pci 0000:07:09.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.086303] pci 0000:07:09.2: [1180:0592] type 00 class 0x088000
[    0.086332] pci 0000:07:09.2: reg 0x10: [mem 0xf8301000-0xf83010ff]
[    0.086442] pci 0000:07:09.2: supports D1 D2
[    0.086444] pci 0000:07:09.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.086520] pci 0000:07:09.3: [1180:0852] type 00 class 0x088000
[    0.086548] pci 0000:07:09.3: reg 0x10: [mem 0xf8301400-0xf83014ff]
[    0.086657] pci 0000:07:09.3: supports D1 D2
[    0.086659] pci 0000:07:09.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.086770] pci 0000:00:1e.0: PCI bridge to [bus 07] (subtractive decode)
[    0.086783] pci 0000:00:1e.0:   bridge window [mem 0xf8300000-0xf83fffff]
[    0.086792] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.086795] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.086797] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.086800] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.086802] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.086805] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.086807] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.086810] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff window] (subtractive decode)
[    0.086812] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfebfffff window] (subtractive decode)
[    0.087174] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    0.087310] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.087444] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[    0.087578] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.087712] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.087847] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.087981] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.088121] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.088812] ACPI: EC: interrupt unblocked
[    0.088827] ACPI: EC: event unblocked
[    0.088838] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.088845] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.089275] SCSI subsystem initialized
[    0.089340] libata version 3.00 loaded.
[    0.089340] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.089340] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.089340] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.089340] vgaarb: loaded
[    0.089340] ACPI: bus type USB registered
[    0.089340] usbcore: registered new interface driver usbfs
[    0.089340] usbcore: registered new interface driver hub
[    0.089340] usbcore: registered new device driver usb
[    0.089340] EDAC MC: Ver: 3.0.0
[    0.089340] PCI: Using ACPI for IRQ routing
[    0.101518] PCI: pci_cache_line_size set to 64 bytes
[    0.101616] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
[    0.101618] e820: reserve RAM buffer [mem 0xbf6d0000-0xbfffffff]
[    0.101778] NetLabel: Initializing
[    0.101783] NetLabel:  domain hash size = 128
[    0.101787] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.101816] NetLabel:  unlabeled traffic allowed by default
[    0.101848] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.101848] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.101848] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.104040] clocksource: Switched to clocksource hpet
[    0.128651] VFS: Disk quotas dquot_6.6.0
[    0.128690] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.128895] AppArmor: AppArmor Filesystem Enabled
[    0.128959] pnp: PnP ACPI init
[    0.129886] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.129894] system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.129900] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.129906] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.129912] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.129918] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.129924] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.129929] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.129942] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.130532] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.130545] system 00:01: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.130648] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.130655] system 00:02: [io  0x0800-0x080f] has been reserved
[    0.130661] system 00:02: [io  0x1000-0x107f] has been reserved
[    0.130667] system 00:02: [io  0x1180-0x11bf] has been reserved
[    0.130673] system 00:02: [io  0x1640-0x164f] has been reserved
[    0.130679] system 00:02: [io  0xfe00] has been reserved
[    0.130689] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.130785] system 00:03: [io  0x06a0-0x06af] has been reserved
[    0.130792] system 00:03: [io  0x06b0-0x06ff] has been reserved
[    0.130802] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.130855] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.131019] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.131073] pnp 00:06: Plug and Play ACPI device, IDs SYN0138 SYN0100 SYN0002 PNP0f13 (active)
[    0.131103] pnp: PnP ACPI: found 7 devices
[    0.138722] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.138771] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000 add_align 100000
[    0.138799] pci 0000:00:1c.5: BAR 15: assigned [mem 0xc4000000-0xc41fffff 64bit pref]
[    0.138809] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc4200000-0xc42000ff]
[    0.138820] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[    0.138827] pci 0000:00:1c.0:   bridge window [io  0x4000-0x7fff]
[    0.138837] pci 0000:00:1c.0:   bridge window [mem 0xf4000000-0xf7ffffff]
[    0.138846] pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf3ffffff 64bit pref]
[    0.138858] pci 0000:00:1c.1: PCI bridge to [bus 04-05]
[    0.138865] pci 0000:00:1c.1:   bridge window [io  0x8000-0xbfff]
[    0.138874] pci 0000:00:1c.1:   bridge window [mem 0xc0000000-0xc3ffffff]
[    0.138883] pci 0000:00:1c.1:   bridge window [mem 0xc8000000-0xcbffffff 64bit pref]
[    0.138896] pci 0000:06:00.0: BAR 6: assigned [mem 0xf8220000-0xf823ffff pref]
[    0.138902] pci 0000:00:1c.5: PCI bridge to [bus 06]
[    0.138908] pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
[    0.138918] pci 0000:00:1c.5:   bridge window [mem 0xf8200000-0xf82fffff]
[    0.138927] pci 0000:00:1c.5:   bridge window [mem 0xc4000000-0xc41fffff 64bit pref]
[    0.138940] pci 0000:00:1e.0: PCI bridge to [bus 07]
[    0.138949] pci 0000:00:1e.0:   bridge window [mem 0xf8300000-0xf83fffff]
[    0.138965] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.138968] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.138970] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.138973] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.138975] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.138977] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.138980] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.138982] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xdfffffff window]
[    0.138985] pci_bus 0000:00: resource 12 [mem 0xf0000000-0xfebfffff window]
[    0.138987] pci_bus 0000:02: resource 0 [io  0x4000-0x7fff]
[    0.138989] pci_bus 0000:02: resource 1 [mem 0xf4000000-0xf7ffffff]
[    0.138992] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf3ffffff 64bit pref]
[    0.138994] pci_bus 0000:04: resource 0 [io  0x8000-0xbfff]
[    0.138997] pci_bus 0000:04: resource 1 [mem 0xc0000000-0xc3ffffff]
[    0.138999] pci_bus 0000:04: resource 2 [mem 0xc8000000-0xcbffffff 64bit pref]
[    0.139001] pci_bus 0000:06: resource 0 [io  0xc000-0xcfff]
[    0.139004] pci_bus 0000:06: resource 1 [mem 0xf8200000-0xf82fffff]
[    0.139006] pci_bus 0000:06: resource 2 [mem 0xc4000000-0xc41fffff 64bit pref]
[    0.139008] pci_bus 0000:07: resource 1 [mem 0xf8300000-0xf83fffff]
[    0.139011] pci_bus 0000:07: resource 4 [io  0x0000-0x0cf7 window]
[    0.139013] pci_bus 0000:07: resource 5 [io  0x0d00-0xffff window]
[    0.139015] pci_bus 0000:07: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.139018] pci_bus 0000:07: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.139020] pci_bus 0000:07: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.139022] pci_bus 0000:07: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.139025] pci_bus 0000:07: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.139027] pci_bus 0000:07: resource 11 [mem 0xc0000000-0xdfffffff window]
[    0.139029] pci_bus 0000:07: resource 12 [mem 0xf0000000-0xfebfffff window]
[    0.139187] NET: Registered protocol family 2
[    0.139568] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.139716] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.139923] TCP: Hash tables configured (established 32768 bind 32768)
[    0.140020] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.140056] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.140148] NET: Registered protocol family 1
[    0.140177] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.143295] PCI: CLS 64 bytes, default 64
[    0.143369] Unpacking initramfs...
[    1.398372] Freeing initrd memory: 54552K
[    1.398522] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.398532] software IO TLB [mem 0xbb6d0000-0xbf6d0000] (64MB) mapped at [        (ptrval)-        (ptrval)]
[    1.398745] Scanning for low memory corruption every 60 seconds
[    1.399705] Initialise system trusted keyrings
[    1.399723] Key type blacklist registered
[    1.399823] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    1.402340] zbud: loaded
[    1.403176] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.403507] fuse init (API version 7.26)
[    1.405661] Key type asymmetric registered
[    1.405668] Asymmetric key parser 'x509' registered
[    1.405731] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.405784] io scheduler noop registered
[    1.405789] io scheduler deadline registered
[    1.405874] io scheduler cfq registered (default)
[    1.407385] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    1.407390] vesafb: scrolling: redraw
[    1.407395] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.407419] vesafb: framebuffer at 0xd0000000, mapped to 0x        (ptrval), using 3072k, total 3072k
[    1.431516] Console: switching to colour frame buffer device 128x48
[    1.455692] fb0: VESA VGA frame buffer device
[    1.455914] intel_idle: does not run on family 6 model 15
[    1.456492] ACPI: AC Adapter [ACAD] (on-line)
[    1.456786] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.457199] ACPI: Power Button [PWRB]
[    1.457427] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    1.457820] ACPI: Sleep Button [SLPB]
[    1.458057] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    1.458438] ACPI: Lid Switch [LID]
[    1.458669] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.459027] ACPI: Power Button [PWRF]
[    1.459628] Monitor-Mwait will be used to enter C-1 state
[    1.459641] Monitor-Mwait will be used to enter C-2 state
[    1.459649] tsc: Marking TSC unstable due to TSC halts in idle
[    1.462869] [Firmware Bug]: Invalid critical threshold (0)
[    1.463688] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    1.464736] thermal LNXTHERM:00: registered as thermal_zone0
[    1.465001] ACPI: Thermal Zone [THR1] (54 C)
[    1.465496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.470520] Linux agpgart interface v0.103
[    1.473637] loop: module loaded
[    1.474008] ata_piix 0000:00:1f.1: version 2.13
[    1.475364] scsi host0: ata_piix
[    1.475685] scsi host1: ata_piix
[    1.475904] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[    1.476240] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[    1.487098] libphy: Fixed MDIO Bus: probed
[    1.497722] tun: Universal TUN/TAP device driver, 1.6
[    1.508310] PPP generic driver version 2.4.2
[    1.518821] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.529347] ehci-pci: EHCI PCI platform driver
[    1.540053] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    1.550450] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.556932] ACPI: Battery Slot [BAT0] (battery present)
[    1.571583] ehci-pci 0000:00:1a.7: debug port 1
[    1.585884] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    1.585902] ehci-pci 0000:00:1a.7: irq 18, io mem 0xf8604800
[    1.612029] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.622378] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.632829] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.643323] usb usb1: Product: EHCI Host Controller
[    1.653764] usb usb1: Manufacturer: Linux 4.15.0-29-generic ehci_hcd
[    1.664147] usb usb1: SerialNumber: 0000:00:1a.7
[    1.674649] hub 1-0:1.0: USB hub found
[    1.685001] hub 1-0:1.0: 4 ports detected
[    1.685410] ata1.00: ATAPI: TSSTcorpCD/DVDW TS-L632M, 0817, max MWDMA2
[    1.706272] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.716738] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.727322] ehci-pci 0000:00:1d.7: debug port 1
[    1.727563] ata1.00: configured for MWDMA2
[    1.751490] scsi 0:0:0:0: CD-ROM            TSSTcorp CD/DVDW TS-L632M 0817 PQ: 0 ANSI: 5
[    1.751965] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.751985] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf8604c00
[    1.776038] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.786494] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.796857] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.807092] usb usb2: Product: EHCI Host Controller
[    1.817145] usb usb2: Manufacturer: Linux 4.15.0-29-generic ehci_hcd
[    1.827160] usb usb2: SerialNumber: 0000:00:1d.7
[    1.837152] hub 2-0:1.0: USB hub found
[    1.846727] hub 2-0:1.0: 6 ports detected
[    1.856404] ehci-platform: EHCI generic platform driver
[    1.865773] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.875234] ohci-pci: OHCI PCI platform driver
[    1.884588] ohci-platform: OHCI generic platform driver
[    1.893711] uhci_hcd: USB Universal Host Controller Interface driver
[    1.902869] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.911705] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.920614] uhci_hcd 0000:00:1a.0: detected 2 ports
[    1.929414] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
[    1.938158] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.947014] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.955971] usb usb3: Product: UHCI Host Controller
[    1.965042] usb usb3: Manufacturer: Linux 4.15.0-29-generic uhci_hcd
[    1.974135] usb usb3: SerialNumber: 0000:00:1a.0
[    1.983489] hub 3-0:1.0: USB hub found
[    1.992517] hub 3-0:1.0: 2 ports detected
[    2.001852] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    2.010869] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    2.019982] uhci_hcd 0000:00:1a.1: detected 2 ports
[    2.028923] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
[    2.037859] sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.037917] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.037920] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.037922] usb usb4: Product: UHCI Host Controller
[    2.037924] usb usb4: Manufacturer: Linux 4.15.0-29-generic uhci_hcd
[    2.037926] usb usb4: SerialNumber: 0000:00:1a.1
[    2.038085] hub 4-0:1.0: USB hub found
[    2.038094] hub 4-0:1.0: 2 ports detected
[    2.038469] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.038477] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    2.038486] uhci_hcd 0000:00:1d.0: detected 2 ports
[    2.038519] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001860
[    2.038585] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    2.038588] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.038590] usb usb5: Product: UHCI Host Controller
[    2.038592] usb usb5: Manufacturer: Linux 4.15.0-29-generic uhci_hcd
[    2.038594] usb usb5: SerialNumber: 0000:00:1d.0
[    2.038736] hub 5-0:1.0: USB hub found
[    2.038744] hub 5-0:1.0: 2 ports detected
[    2.039112] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.039120] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    2.039129] uhci_hcd 0000:00:1d.1: detected 2 ports
[    2.039171] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001880
[    2.039243] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    2.039246] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.039248] usb usb6: Product: UHCI Host Controller
[    2.039250] usb usb6: Manufacturer: Linux 4.15.0-29-generic uhci_hcd
[    2.039252] usb usb6: SerialNumber: 0000:00:1d.1
[    2.039393] hub 6-0:1.0: USB hub found
[    2.039401] hub 6-0:1.0: 2 ports detected
[    2.039769] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.039780] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    2.039789] uhci_hcd 0000:00:1d.2: detected 2 ports
[    2.039824] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018a0
[    2.039892] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    2.039895] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.039897] usb usb7: Product: UHCI Host Controller
[    2.039899] usb usb7: Manufacturer: Linux 4.15.0-29-generic uhci_hcd
[    2.039901] usb usb7: SerialNumber: 0000:00:1d.2
[    2.040060] hub 7-0:1.0: USB hub found
[    2.040069] hub 7-0:1.0: 2 ports detected
[    2.040317] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.077388] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.077394] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.077587] mousedev: PS/2 mouse device common for all mice
[    2.079906] rtc_cmos 00:04: RTC can wake from S4
[    2.080093] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    2.080128] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.080139] i2c /dev entries driver
[    2.080237] device-mapper: uevent: version 1.0.3
[    2.080349] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    2.113913] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.376034] random: fast init done
[    2.428042] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19e15c9528d, max_idle_ns: 440795222181 ns
[    2.507453] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.512044] usb 5-1: new low-speed USB device number 2 using uhci_hcd
[    2.526042] ledtrig-cpu: registered to indicate activity on CPUs
[    2.535652] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    2.535863] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    2.536304] NET: Registered protocol family 10
[    2.543482] Segment Routing with IPv6
[    2.543518] NET: Registered protocol family 17
[    2.543594] Key type dns_resolver registered
[    2.582964] RAS: Correctable Errors collector initialized.
[    2.592334] microcode: sig=0x6fd, pf=0x80, revision=0xa4
[    2.601650] microcode: Microcode Update Driver: v2.2.
[    2.601925] registered taskstats version 1
[    2.620543] Loading compiled-in X.509 certificates
[    2.634681] Loaded X.509 cert 'Build time autogenerated kernel key: 1cc37f41791529df57507d3747a6804ab53f482b'
[    2.644527] zswap: loaded using pool lzo/zbud
[    2.660806] Key type big_key registered
[    2.670600] Key type trusted registered
[    2.683263] Key type encrypted registered
[    2.692798] AppArmor: AppArmor sha1 policy hashing enabled
[    2.702372] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    2.712036] evm: HMAC attrs: 0x1
[    2.722033]   Magic number: 14:363:23
[    2.731774] rtc_cmos 00:04: setting system clock to 2018-08-03 11:00:32 UTC (1533294032)
[    2.741689] usb 5-1: New USB device found, idVendor=0000, idProduct=3825
[    2.751647] usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.761660] usb 5-1: Product:  USB OPTICAL MOUSE
[    2.772094] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.782199] EDD information not available.
[    2.797513] Freeing unused kernel memory: 2408K
[    2.812090] Write protecting the kernel read-only data: 20480k
[    2.823609] Freeing unused kernel memory: 2008K
[    2.840672] Freeing unused kernel memory: 1904K
[    2.862072] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.872034] x86/mm: Checking user space page tables
[    2.893100] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.943271] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.944545] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.944580] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.973959] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.974016] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.978917] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.979097] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.979125] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.980061] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.980234] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.169244] sdhci: Secure Digital Host Controller Interface driver
[    3.177477] sdhci: Copyright(c) Pierre Ossman
[    3.198779] ahci 0000:00:1f.2: version 3.0
[    3.199263] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[    3.207629] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc 
[    3.216690] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    3.228132] sdhci-pci 0000:07:09.1: SDHCI controller found [1180:0822] (rev 22)
[    3.236885] sdhci-pci 0000:07:09.1: Will use DMA mode even though HW doesn't fully claim to support it.
[    3.247677] mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
[    3.256439] sdhci-pci 0000:07:09.1: Will use DMA mode even though HW doesn't fully claim to support it.
[    3.257612] r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
[    3.258268] r8169 0000:06:00.0 eth0: RTL8101e at 0x        (ptrval), 00:1b:24:28:b7:f6, XID 14000000 IRQ 25
[    3.284130] scsi host2: ahci
[    3.293614] sdhci-pci 0000:07:09.1: Will use DMA mode even though HW doesn't fully claim to support it.
[    3.303519] mmc0: SDHCI controller on PCI [0000:07:09.1] using DMA
[    3.320181] scsi host3: ahci
[    3.340111] scsi host4: ahci
[    3.378544] ata3: SATA max UDMA/133 abar m2048@0xf8604000 port 0xf8604100 irq 24
[    3.388086] ata4: SATA max UDMA/133 abar m2048@0xf8604000 port 0xf8604180 irq 24
[    3.397553] ata5: SATA max UDMA/133 abar m2048@0xf8604000 port 0xf8604200 irq 24
[    3.400079] firewire_ohci 0000:07:09.0: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[    3.435195] pci 0000:00:00.0: Intel 965GM Chipset
[    3.443908] r8169 0000:06:00.0 enp6s0: renamed from eth0
[    3.455470] pci 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    3.465612] pci 0000:00:00.0: detected 8192K stolen memory
[    3.475283] [drm] Memory usable by graphics device = 512M
[    3.484801] usb 5-2: new low-speed USB device number 3 using uhci_hcd
[    3.492540] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[    3.492541] fb: switching to inteldrmfb from VESA VGA
[    3.503709] Console: switching to colour dummy device 80x25
[    3.503900] [drm] Replacing VGA console driver
[    3.511908] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.511915] [drm] Driver supports precise vblank timestamp query.
[    3.514894] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.553931] [drm] forcing SVIDEO-1 connector off
[    3.556286] [drm] RC6 disabled, disabling runtime PM support
[    3.556300] [drm] initialized overlay support
[    3.556721] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[    3.560696] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.563640] acpi device:08: registered as cooling_device2
[    3.564152] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7
[    3.586812] fbcon: inteldrmfb (fb0) is primary device
[    3.697093] usb 5-2: New USB device found, idVendor=05a4, idProduct=9840
[    3.697095] usb 5-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.697098] usb 5-2: Product: USB Compliant Keypad
[    3.708184] hidraw: raw HID events driver (C) Jiri Kosina
[    3.731084] ata4: SATA link down (SStatus 0 SControl 300)
[    3.731116] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.731142] ata5: SATA link down (SStatus 0 SControl 300)
[    3.732539] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.732806] ata3.00: ATA-8: WDC WD2500BEVT-00A23T0, 01.01A01, max UDMA/133
[    3.732808] ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    3.734211] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.734440] ata3.00: configured for UDMA/133
[    3.734711] scsi 2:0:0:0: Direct-Access     ATA      WDC WD2500BEVT-0 1A01 PQ: 0 ANSI: 5
[    3.735147] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    3.735166] sd 2:0:0:0: [sda] Write Protect is off
[    3.735169] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.735201] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.735595] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    3.741398] usbcore: registered new interface driver usbhid
[    3.741399] usbhid: USB HID core driver
[    3.745425] input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0/0003:0000:3825.0001/input/input8
[    3.746253] hid-generic 0003:0000:3825.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:1d.0-1/input0
[    3.746707] input: USB Compliant Keypad as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/0003:05A4:9840.0002/input/input9
[    3.804218] hid-generic 0003:05A4:9840.0002: input,hidraw1: USB HID v1.10 Keyboard [USB Compliant Keypad] on usb-0000:00:1d.0-2/input0
[    3.815130]  sda: sda1 < sda5 > sda2 sda3
[    3.815860] sd 2:0:0:0: [sda] Attached SCSI disk
[    3.932170] firewire_core 0000:07:09.0: created device fw0: GUID 00241b00a1a61500, S400
[    4.164044] usb 6-1: new full-speed USB device number 2 using uhci_hcd
[    4.308201] Console: switching to colour frame buffer device 160x50
[    4.336298] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    4.351080] usb 6-1: New USB device found, idVendor=08ff, idProduct=2580
[    4.353014] usb 6-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.354938] usb 6-1: Product: Fingerprint Sensor
[    4.556532] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.3, id: 0x1a0b1, caps: 0xa04713/0x200000/0x0/0x0, board id: 0, fw id: 258944
[    4.665262] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[    4.860049] usb 2-4: new high-speed USB device number 5 using ehci-pci
[    5.029168] usb 2-4: New USB device found, idVendor=04f2, idProduct=b015
[    5.031068] usb 2-4: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[    5.032965] usb 2-4: Product: HP Webcam
[    5.034848] usb 2-4: Manufacturer: Chicony Electronics Co., Ltd.
[    5.036725] usb 2-4: SerialNumber: SN0001
[    5.722750] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    7.066293] random: crng init done
[    7.845564] ip_tables: (C) 2000-2006 Netfilter Core Team
[    8.002079] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    8.024120] systemd[1]: Detected architecture x86-64.
[    8.098226] systemd[1]: Set hostname to <ordi3>.
[   11.953518] systemd[1]: Reached target User and Group Name Lookups.
[   11.958983] systemd[1]: Created slice User and Session Slice.
[   11.963837] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   11.968939] systemd[1]: Created slice System Slice.
[   11.973836] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   11.978529] systemd[1]: Reached target Slices.
[   11.983339] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   12.731495] lp: driver loaded but no devices found
[   12.893590] ppdev: user-space parallel port driver
[   13.068484] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
[   13.901998] systemd-journald[236]: Received request to flush runtime journal from PID 1
[   20.856117] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   20.888147] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   21.398342] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   21.505056] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x000000000000107F (\PMIO) (20170831/utaddress-247)
[   21.505067] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   21.505071] ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20170831/utaddress-247)
[   21.505077] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   21.505079] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20170831/utaddress-247)
[   21.505085] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   21.505086] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   21.521934] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   21.546885] r592: driver successfully loaded
[   21.548549] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   21.611394] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[   21.611397] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[   21.611397] iwl3945: hw_scan is disabled
[   21.611461] iwl3945 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[   21.645520] r852: Non dma capable device detected, dma disabled
[   21.645538] r852: driver loaded successfully
[   21.667634] iwl3945 0000:02:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[   21.667638] iwl3945 0000:02:00.0: Detected Intel Wireless WiFi Link 3945ABG
[   21.691174] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC268: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   21.691178] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   21.691182] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   21.691184] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   21.691186] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[   21.691188] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   21.691191] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
[   21.691194] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[   21.693957] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[   21.725212] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   21.725318] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   21.792338] input: HP WMI hotkeys as /devices/virtual/input/input12
[   22.048894] intel_powerclamp: No package C-state available
[   22.352560] iwl3945 0000:02:00.0 wlp2s0: renamed from wlan0
[   22.816947] media: Linux media interface: v0.10
[   22.831606] Linux video capture interface: v2.00
[   22.945822] uvcvideo: Found UVC 1.00 device HP Webcam (04f2:b015)
[   22.949129] uvcvideo 2-4:1.0: Entity type for entity Extension 4 was not initialized!
[   22.949132] uvcvideo 2-4:1.0: Entity type for entity Processing 3 was not initialized!
[   22.949134] uvcvideo 2-4:1.0: Entity type for entity Camera 1 was not initialized!
[   22.949272] input: HP Webcam: HP Webcam as /devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input13
[   22.949393] usbcore: registered new interface driver uvcvideo
[   22.949394] USB Video Class driver (1.1.1)
[   26.160283] Adding 6173692k swap on /dev/sda2.  Priority:-2 extents:1 across:6173692k FS
[   26.765540] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   27.321462] audit: type=1400 audit(1533294057.088:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=720 comm="apparmor_parser"
[   27.321469] audit: type=1400 audit(1533294057.088:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=720 comm="apparmor_parser"
[   27.321473] audit: type=1400 audit(1533294057.088:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=720 comm="apparmor_parser"
[   27.321477] audit: type=1400 audit(1533294057.088:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=720 comm="apparmor_parser"
[   27.333457] audit: type=1400 audit(1533294057.100:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=719 comm="apparmor_parser"
[   27.333463] audit: type=1400 audit(1533294057.100:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=719 comm="apparmor_parser"
[   27.353197] audit: type=1400 audit(1533294057.120:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/4917/usr/lib/snapd/snap-confine" pid=721 comm="apparmor_parser"
[   27.353203] audit: type=1400 audit(1533294057.120:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/4917/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=721 comm="apparmor_parser"
[   27.369614] audit: type=1400 audit(1533294057.136:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=724 comm="apparmor_parser"
[   27.369620] audit: type=1400 audit(1533294057.136:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=724 comm="apparmor_parser"
[   33.161933] IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
[   33.173020] r8169 0000:06:00.0 enp6s0: link down
[   33.173319] IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
[   33.195136] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   33.221344] iwl3945 0000:02:00.0: loaded firmware version 15.32.2.9
[   33.296754] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   33.393346] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   36.776358] wlp2s0: authenticate with 90:4d:4a:c2:5f:b6
[   36.776438] wlp2s0: send auth to 90:4d:4a:c2:5f:b6 (try 1/3)
[   36.778276] wlp2s0: authenticated
[   36.780057] wlp2s0: associate with 90:4d:4a:c2:5f:b6 (try 1/3)
[   36.783043] wlp2s0: RX AssocResp from 90:4d:4a:c2:5f:b6 (capab=0x411 status=0 aid=4)
[   36.784527] wlp2s0: associated
[   36.810120] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   36.810538] iwl3945 0000:02:00.0: Enabling power save might cause firmware crashes
[   41.200504] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:045a:d35f:797d:1e09 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=190306 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   41.200560] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:045a:d35f:797d:1e09 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=852477 PROTO=UDP SPT=8612 DPT=8610 LEN=24 
[   41.200613] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:ea1d:cefc:ca16:72fe DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=640855 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   41.200663] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:ea1d:cefc:ca16:72fe DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=253517 PROTO=UDP SPT=8612 DPT=8610 LEN=24 
[   41.200713] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:8000:c549:9513:d495 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=401084 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   41.200762] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:8000:c549:9513:d495 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=38293 PROTO=UDP SPT=8612 DPT=8610 LEN=24 
[   41.211110] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:045a:d35f:797d:1e09 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=190306 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   41.211228] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:045a:d35f:797d:1e09 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=852477 PROTO=UDP SPT=8612 DPT=8610 LEN=24 
[   41.211336] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:ea1d:cefc:ca16:72fe DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=640855 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   41.211401] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:ea1d:cefc:ca16:72fe DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=253517 PROTO=UDP SPT=8612 DPT=8610 LEN=24 
[   84.704486] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:90:4d:4a:c2:5f:b6:08:00 SRC=10.1.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2 
[  113.311176] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:90:4d:4a:c2:5f:b3:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2 
[  204.670336] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:90:4d:4a:c2:5f:b6:08:00 SRC=10.1.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2 
[  238.365771] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:90:4d:4a:c2:5f:b3:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2 
[  314.437690] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:2c:f0:a2:d2:04:a2:08:00 SRC=192.168.1.3 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=17053 PROTO=2 
[  324.691293] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:90:4d:4a:c2:5f:b6:08:00 SRC=10.1.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2 
[  363.398415] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:90:4d:4a:c2:5f:b3:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2 
asatysco2@ordi3:~$ 

Dernière modification par nam1962 (Le 03/08/2018, à 13:08)


[ Modéré ]

Hors ligne

#13 Le 03/08/2018, à 13:09

inbox

Re : [Résolu] Démarrage pas rapide, rapide

Et que répond cette commande ?

systemd-analyze time

Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#14 Le 03/08/2018, à 14:43

ylag

Re : [Résolu] Démarrage pas rapide, rapide

Salut,

Tu pourrais aussi utiliser la commande:

systemd-analyze plot > plot.svg

...qui créera un fichier plot.svg (Scalable Vector Graphics) dans le dossier courant. Ça donne une bonne idée du processus de démarrage et se manipule bien avec un navigateur web.

A+

Hors ligne

#15 Le 03/08/2018, à 16:08

nam1962

Re : [Résolu] Démarrage pas rapide, rapide

Alors :

:~$ systemd-analyze time
Startup finished in 7.353s (kernel) + 34.462s (userspace) = 41.815s
graphical.target reached after 33.426s in userspace

Mais en réalité c'est beauuucoup plus long !


[ Modéré ]

Hors ligne

#16 Le 03/08/2018, à 16:12

xubu1957

Re : [Résolu] Démarrage pas rapide, rapide


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#17 Le 03/08/2018, à 16:13

Roschan

Re : [Résolu] Démarrage pas rapide, rapide

lepetit a écrit :

tu as ces deux services qui ont l'air de prendre énormément de temps

     1min 59.553s apt-daily-upgrade.service
     1min 3.043s apt-daily.service

c'est je crois pour mettre a jour automatiquement les mises a jour de sécurité

si tu fais les mises a jour toi meme, tu peux les désactiver

sudo systemctl disable apt-daily-upgrade.service
sudo systemctl disable apt-daily.service

après, si tu n'as pas démarrer le pc depuis un moment, ça peut expliquer pourquoi elles prennent du temps a ce moment là
ça le fait a chaque demarrage ?

Non ce n'est pas nécessaire, tout le principe de systemd c'est d'ordonner les services et les démons les uns par rapport aux autres pour qu'ils se suivent intelligemment : apt-daily ça se fait bien après le démarrage de lightdm, des dizaines de gens se plaignent même de le rencontrer dans leur session (quand on leur dit de faire sudo apt update et qu'ils se heurtent au verrou), ça ne ralentit donc pas le démarrage de la machine

Hors ligne

#18 Le 03/08/2018, à 16:38

nam1962

Re : [Résolu] Démarrage pas rapide, rapide

Alors je les réactive (même si il est vrai que je passe souvent les commandes de mise à jour dans le terminal)

...ah ben non, tiens :

:~$ sudo systemctl enable apt-daily-upgrade.service
The unit files have no installation config (WantedBy, RequiredBy, Also, Alias
settings in the [Install] section, and DefaultInstance for template units).
This means they are not meant to be enabled using systemctl.
Possible reasons for having this kind of units are:
1) A unit may be statically enabled by being symlinked from another unit's
   .wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other unit which has
   a requirement dependency on it.
3) A unit may be started when needed via activation (socket, path, timer,
   D-Bus, udev, scripted systemctl call, ...).
4) In case of template units, the unit is meant to be enabled with some
   instance name specified.

[ Modéré ]

Hors ligne

#19 Le 03/08/2018, à 16:42

Roschan

Re : [Résolu] Démarrage pas rapide, rapide

si tu fais les mises à jour toi-même pas de souci (je viens de regarder ce que me dis systemd-analyze blame, apt me prend plus de 12 minutes, heureusement que j'ai pas attendu 12 minutes pour que ça s'allume !)

Hors ligne

#20 Le 03/08/2018, à 17:12

nam1962

Re : [Résolu] Démarrage pas rapide, rapide

Ok, je laisse comme çà, curieux quand même que je puisse faire disable et pas enable !

Sinon, c'est nettement mieux, mais il se passe encore des tas de trucs vu le dmesg :

[    0.000000] Reserving Intel graphics memory at 0x00000000bf800000-0x00000000bfffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] 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 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: 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 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-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 0xbf6d0000-0xbf6defff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf6df000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed13fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed14000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xdfffffff] 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] random: get_random_bytes called from start_kernel+0x99/0x4fd with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u1048576
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1029757
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-29-generic root=UUID=0e7ffa1b-3ba4-47d0-81a3-a09ed3ff3f51 ro noresume video=SVIDEO-1:d
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3969820K/4184504K available (12300K kernel code, 2470K rwdata, 4240K rodata, 2408K init, 2416K bss, 214684K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39092 entries in 153 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.020000] tsc: Fast TSC calibration failed
[    0.032000] tsc: Unable to calibrate against PIT
[    0.032000] tsc: using HPET reference calibration
[    0.032000] tsc: Detected 1795.488 MHz processor
[    0.032000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3590.97 BogoMIPS (lpj=7181952)
[    0.032000] pid_max: default: 32768 minimum: 301
[    0.032000] Security Framework initialized
[    0.032000] Yama: becoming mindful.
[    0.032000] AppArmor: AppArmor initialized
[    0.032000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.036286] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.036381] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.036424] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.036813] CPU: Physical Processor ID: 0
[    0.036817] CPU: Processor Core ID: 0
[    0.036821] mce: CPU supports 6 MCE banks
[    0.036831] CPU0: Thermal monitoring enabled (TM2)
[    0.036837] process: using mwait in idle threads
[    0.036844] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.036847] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.036852] Spectre V2 : Mitigation: Full generic retpoline
[    0.036856] Speculative Store Bypass: Vulnerable
[    0.037048] Freeing SMP alternatives memory: 36K
[    0.044000] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T7100  @ 1.80GHz (family: 0x6, model: 0xf, stepping: 0xd)
[    0.044000] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.044000] core: PEBS disabled due to CPU errata
[    0.044000] ... version:                2
[    0.044000] ... bit width:              40
[    0.044000] ... generic registers:      2
[    0.044000] ... value mask:             000000ffffffffff
[    0.044000] ... max period:             000000007fffffff
[    0.044000] ... fixed-purpose events:   3
[    0.044000] ... event mask:             0000000700000003
[    0.044000] Hierarchical SRCU implementation.
[    0.044000] smp: Bringing up secondary CPUs ...
[    0.044000] x86: Booting SMP configuration:
[    0.044000] .... node  #0, CPUs:      #1
[    0.044111] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.044170] smp: Brought up 1 node, 2 CPUs
[    0.044170] smpboot: Max logical packages: 1
[    0.044170] smpboot: Total of 2 processors activated (7181.95 BogoMIPS)
[    0.045687] devtmpfs: initialized
[    0.045687] x86/mm: Memory block size: 128MB
[    0.045687] evm: security.selinux
[    0.045687] evm: security.SMACK64
[    0.045687] evm: security.SMACK64EXEC
[    0.045687] evm: security.SMACK64TRANSMUTE
[    0.045687] evm: security.SMACK64MMAP
[    0.045687] evm: security.apparmor
[    0.045687] evm: security.ima
[    0.045687] evm: security.capability
[    0.045687] PM: Registering ACPI NVS region [mem 0xbf6d0000-0xbf6defff] (61440 bytes)
[    0.048018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.048025] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.048107] pinctrl core: initialized pinctrl subsystem
[    0.048273] RTC time: 15:08:15, date: 08/03/18
[    0.048435] NET: Registered protocol family 16
[    0.048581] audit: initializing netlink subsys (disabled)
[    0.048597] audit: type=2000 audit(1533308895.048:1): state=initialized audit_enabled=0 res=1
[    0.048597] cpuidle: using governor ladder
[    0.048597] cpuidle: using governor menu
[    0.048597] Simple Boot Flag at 0x35 set to 0x1
[    0.048597] ACPI: bus type PCI registered
[    0.048597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.048597] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.048597] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.048597] PCI: Using configuration type 1 for base access
[    0.050340] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.052136] ACPI: Added _OSI(Module Device)
[    0.052141] ACPI: Added _OSI(Processor Device)
[    0.052145] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.052149] ACPI: Added _OSI(Processor Aggregator Device)
[    0.052154] ACPI: Added _OSI(Linux-Dell-Video)
[    0.054394] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.057274] ACPI Error: [CDW1] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
[    0.057291] No Local Variables are initialized for Method [_OSC]
[    0.057297] Initialized Arguments for Method [_OSC]:  (4 arguments defined for method invocation)
[    0.057302]   Arg0:           (ptrval) <Obj>           Buffer(16) 6E B0 11 08 27 4A F9 44
[    0.057320]   Arg1:           (ptrval) <Obj>           Integer 0000000000000001
[    0.057330]   Arg2:           (ptrval) <Obj>           Integer 0000000000000002
[    0.057339]   Arg3:           (ptrval) <Obj>           Buffer(8) 01 00 00 00 9F 10 00 00
[    0.057356] ACPI Error: Method parse/execution failed \_SB._OSC, AE_NOT_FOUND (20170831/psparse-550)
[    0.057889] ACPI: Dynamic OEM Table Load:
[    0.057902] ACPI: SSDT 0xFFFF98687A58E800 000238 (v01 HP     30CC     00003000 INTL 20061109)
[    0.058408] ACPI: Dynamic OEM Table Load:
[    0.058421] ACPI: SSDT 0xFFFF98687A52B800 0005EA (v01 HP     30CC     00003001 INTL 20061109)
[    0.059336] ACPI: Dynamic OEM Table Load:
[    0.059347] ACPI: SSDT 0xFFFF98687A548400 0000C8 (v01 HP     30CC     00003000 INTL 20061109)
[    0.059647] ACPI: Dynamic OEM Table Load:
[    0.059658] ACPI: SSDT 0xFFFF98687A56FB40 000085 (v01 HP     30CC     00003000 INTL 20061109)
[    0.060403] ACPI: EC: EC started
[    0.060408] ACPI: EC: interrupt blocked
[    0.060542] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.060548] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.060555] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.060560] ACPI: Interpreter enabled
[    0.060591] ACPI: (supports S0 S3 S4 S5)
[    0.060596] ACPI: Using IOAPIC for interrupt routing
[    0.060639] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.061082] ACPI: Enabled 10 GPEs in block 00 to 1F
[    0.086747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.086763] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.086775] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.087829] PCI host bridge to bus 0000:00
[    0.087836] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.087842] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.087848] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.087854] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.087860] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.087866] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.087872] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.087878] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff window]
[    0.087884] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
[    0.087890] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.087906] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[    0.088089] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
[    0.088107] pci 0000:00:02.0: reg 0x10: [mem 0xf8000000-0xf80fffff 64bit]
[    0.088117] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.088124] pci 0000:00:02.0: reg 0x20: [io  0x1800-0x1807]
[    0.088278] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
[    0.088293] pci 0000:00:02.1: reg 0x10: [mem 0xf8100000-0xf81fffff 64bit]
[    0.088488] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[    0.088550] pci 0000:00:1a.0: reg 0x20: [io  0x1820-0x183f]
[    0.088708] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[    0.088771] pci 0000:00:1a.1: reg 0x20: [io  0x1840-0x185f]
[    0.088944] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[    0.088975] pci 0000:00:1a.7: reg 0x10: [mem 0xf8604800-0xf8604bff]
[    0.089093] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.089236] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[    0.089270] pci 0000:00:1b.0: reg 0x10: [mem 0xf8600000-0xf8603fff 64bit]
[    0.089390] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.089541] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[    0.089671] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.089831] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
[    0.089962] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.090118] pci 0000:00:1c.5: [8086:2849] type 01 class 0x060400
[    0.090241] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.090394] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[    0.090466] pci 0000:00:1d.0: reg 0x20: [io  0x1860-0x187f]
[    0.090630] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[    0.090702] pci 0000:00:1d.1: reg 0x20: [io  0x1880-0x189f]
[    0.090860] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
[    0.090923] pci 0000:00:1d.2: reg 0x20: [io  0x18a0-0x18bf]
[    0.091097] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[    0.091126] pci 0000:00:1d.7: reg 0x10: [mem 0xf8604c00-0xf8604fff]
[    0.091241] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.091376] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.091592] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
[    0.091713] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    0.091725] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH6 GPIO
[    0.091736] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0380 (mask 0007)
[    0.091899] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
[    0.091926] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    0.091939] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    0.091952] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
[    0.091966] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
[    0.091978] pci 0000:00:1f.1: reg 0x20: [io  0x1810-0x181f]
[    0.092012] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.092018] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.092024] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.092029] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.092173] pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601
[    0.092205] pci 0000:00:1f.2: reg 0x10: [io  0x1c00-0x1c07]
[    0.092218] pci 0000:00:1f.2: reg 0x14: [io  0x18d4-0x18d7]
[    0.092231] pci 0000:00:1f.2: reg 0x18: [io  0x18d8-0x18df]
[    0.092244] pci 0000:00:1f.2: reg 0x1c: [io  0x18d0-0x18d3]
[    0.092257] pci 0000:00:1f.2: reg 0x20: [io  0x18e0-0x18ff]
[    0.092271] pci 0000:00:1f.2: reg 0x24: [mem 0xf8604000-0xf86047ff]
[    0.092340] pci 0000:00:1f.2: PME# supported from D3hot
[    0.092476] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
[    0.092502] pci 0000:00:1f.3: reg 0x10: [mem 0x00000000-0x000000ff]
[    0.092547] pci 0000:00:1f.3: reg 0x20: [io  0x1c20-0x1c3f]
[    0.092883] pci 0000:02:00.0: [8086:4222] type 00 class 0x028000
[    0.092982] pci 0000:02:00.0: reg 0x10: [mem 0xf4000000-0xf4000fff]
[    0.093430] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.093597] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.093641] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[    0.093649] pci 0000:00:1c.0:   bridge window [io  0x4000-0x7fff]
[    0.093655] pci 0000:00:1c.0:   bridge window [mem 0xf4000000-0xf7ffffff]
[    0.093663] pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf3ffffff 64bit pref]
[    0.093793] acpiphp: Slot [1] registered
[    0.093804] pci 0000:00:1c.1: PCI bridge to [bus 04-05]
[    0.093812] pci 0000:00:1c.1:   bridge window [io  0x8000-0xbfff]
[    0.093818] pci 0000:00:1c.1:   bridge window [mem 0xc0000000-0xc3ffffff]
[    0.093826] pci 0000:00:1c.1:   bridge window [mem 0xc8000000-0xcbffffff 64bit pref]
[    0.093944] pci 0000:06:00.0: [10ec:8136] type 00 class 0x020000
[    0.093988] pci 0000:06:00.0: reg 0x10: [io  0xc000-0xc0ff]
[    0.094031] pci 0000:06:00.0: reg 0x18: [mem 0xf8200000-0xf8200fff 64bit]
[    0.094081] pci 0000:06:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    0.094096] pci 0000:06:00.0: enabling Extended Tags
[    0.094224] pci 0000:06:00.0: supports D1 D2
[    0.094226] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.094338] pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.094356] pci 0000:00:1c.5: PCI bridge to [bus 06]
[    0.094364] pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
[    0.094369] pci 0000:00:1c.5:   bridge window [mem 0xf8200000-0xf82fffff]
[    0.094475] pci 0000:07:09.0: [1180:0832] type 00 class 0x0c0010
[    0.094490] pci 0000:07:09.0: proprietary Ricoh MMC controller disabled (via firewire function)
[    0.094497] pci 0000:07:09.0: MMC cards are now supported by standard SDHCI controller
[    0.094523] pci 0000:07:09.0: reg 0x10: [mem 0xf8300000-0xf83007ff]
[    0.094633] pci 0000:07:09.0: supports D1 D2
[    0.094635] pci 0000:07:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.094721] pci 0000:07:09.1: [1180:0822] type 00 class 0x080500
[    0.094750] pci 0000:07:09.1: reg 0x10: [mem 0xf8300800-0xf83008ff]
[    0.094861] pci 0000:07:09.1: supports D1 D2
[    0.094864] pci 0000:07:09.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.094943] pci 0000:07:09.2: [1180:0592] type 00 class 0x088000
[    0.094973] pci 0000:07:09.2: reg 0x10: [mem 0xf8301000-0xf83010ff]
[    0.095084] pci 0000:07:09.2: supports D1 D2
[    0.095086] pci 0000:07:09.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.095162] pci 0000:07:09.3: [1180:0852] type 00 class 0x088000
[    0.095191] pci 0000:07:09.3: reg 0x10: [mem 0xf8301400-0xf83014ff]
[    0.095303] pci 0000:07:09.3: supports D1 D2
[    0.095305] pci 0000:07:09.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.095417] pci 0000:00:1e.0: PCI bridge to [bus 07] (subtractive decode)
[    0.095429] pci 0000:00:1e.0:   bridge window [mem 0xf8300000-0xf83fffff]
[    0.095438] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.095441] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.095443] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.095446] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.095448] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.095451] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.095453] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.095456] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff window] (subtractive decode)
[    0.095458] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfebfffff window] (subtractive decode)
[    0.095825] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    0.095961] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.096103] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[    0.096237] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.096372] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.096507] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.096641] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.096775] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.097465] ACPI: EC: interrupt unblocked
[    0.097480] ACPI: EC: event unblocked
[    0.097492] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.097498] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.097925] SCSI subsystem initialized
[    0.097989] libata version 3.00 loaded.
[    0.097989] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.097989] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.097989] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.097989] vgaarb: loaded
[    0.097989] ACPI: bus type USB registered
[    0.097989] usbcore: registered new interface driver usbfs
[    0.097989] usbcore: registered new interface driver hub
[    0.097989] usbcore: registered new device driver usb
[    0.097989] EDAC MC: Ver: 3.0.0
[    0.097989] PCI: Using ACPI for IRQ routing
[    0.110181] PCI: pci_cache_line_size set to 64 bytes
[    0.110280] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
[    0.110282] e820: reserve RAM buffer [mem 0xbf6d0000-0xbfffffff]
[    0.110445] NetLabel: Initializing
[    0.110450] NetLabel:  domain hash size = 128
[    0.110453] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.110483] NetLabel:  unlabeled traffic allowed by default
[    0.110515] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.110515] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.110515] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.113041] clocksource: Switched to clocksource hpet
[    0.136633] VFS: Disk quotas dquot_6.6.0
[    0.136673] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.136877] AppArmor: AppArmor Filesystem Enabled
[    0.136943] pnp: PnP ACPI init
[    0.137870] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.137878] system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.137884] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.137890] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.137896] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.137902] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.137908] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.137913] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.137925] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.138514] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.138527] system 00:01: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.138629] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.138636] system 00:02: [io  0x0800-0x080f] has been reserved
[    0.138642] system 00:02: [io  0x1000-0x107f] has been reserved
[    0.138648] system 00:02: [io  0x1180-0x11bf] has been reserved
[    0.138653] system 00:02: [io  0x1640-0x164f] has been reserved
[    0.138659] system 00:02: [io  0xfe00] has been reserved
[    0.138669] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.138765] system 00:03: [io  0x06a0-0x06af] has been reserved
[    0.138771] system 00:03: [io  0x06b0-0x06ff] has been reserved
[    0.138782] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.138832] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.138997] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.139050] pnp 00:06: Plug and Play ACPI device, IDs SYN0138 SYN0100 SYN0002 PNP0f13 (active)
[    0.139081] pnp: PnP ACPI: found 7 devices
[    0.146701] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.146750] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000 add_align 100000
[    0.146779] pci 0000:00:1c.5: BAR 15: assigned [mem 0xc4000000-0xc41fffff 64bit pref]
[    0.146789] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc4200000-0xc42000ff]
[    0.146799] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[    0.146807] pci 0000:00:1c.0:   bridge window [io  0x4000-0x7fff]
[    0.146816] pci 0000:00:1c.0:   bridge window [mem 0xf4000000-0xf7ffffff]
[    0.146824] pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf3ffffff 64bit pref]
[    0.146837] pci 0000:00:1c.1: PCI bridge to [bus 04-05]
[    0.146843] pci 0000:00:1c.1:   bridge window [io  0x8000-0xbfff]
[    0.146853] pci 0000:00:1c.1:   bridge window [mem 0xc0000000-0xc3ffffff]
[    0.146861] pci 0000:00:1c.1:   bridge window [mem 0xc8000000-0xcbffffff 64bit pref]
[    0.146874] pci 0000:06:00.0: BAR 6: assigned [mem 0xf8220000-0xf823ffff pref]
[    0.146880] pci 0000:00:1c.5: PCI bridge to [bus 06]
[    0.146887] pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
[    0.146896] pci 0000:00:1c.5:   bridge window [mem 0xf8200000-0xf82fffff]
[    0.146904] pci 0000:00:1c.5:   bridge window [mem 0xc4000000-0xc41fffff 64bit pref]
[    0.146918] pci 0000:00:1e.0: PCI bridge to [bus 07]
[    0.146928] pci 0000:00:1e.0:   bridge window [mem 0xf8300000-0xf83fffff]
[    0.146944] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.146946] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.146949] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.146951] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.146953] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.146956] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.146958] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.146960] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xdfffffff window]
[    0.146963] pci_bus 0000:00: resource 12 [mem 0xf0000000-0xfebfffff window]
[    0.146965] pci_bus 0000:02: resource 0 [io  0x4000-0x7fff]
[    0.146967] pci_bus 0000:02: resource 1 [mem 0xf4000000-0xf7ffffff]
[    0.146970] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf3ffffff 64bit pref]
[    0.146972] pci_bus 0000:04: resource 0 [io  0x8000-0xbfff]
[    0.146975] pci_bus 0000:04: resource 1 [mem 0xc0000000-0xc3ffffff]
[    0.146977] pci_bus 0000:04: resource 2 [mem 0xc8000000-0xcbffffff 64bit pref]
[    0.146979] pci_bus 0000:06: resource 0 [io  0xc000-0xcfff]
[    0.146982] pci_bus 0000:06: resource 1 [mem 0xf8200000-0xf82fffff]
[    0.146984] pci_bus 0000:06: resource 2 [mem 0xc4000000-0xc41fffff 64bit pref]
[    0.146986] pci_bus 0000:07: resource 1 [mem 0xf8300000-0xf83fffff]
[    0.146989] pci_bus 0000:07: resource 4 [io  0x0000-0x0cf7 window]
[    0.146991] pci_bus 0000:07: resource 5 [io  0x0d00-0xffff window]
[    0.146993] pci_bus 0000:07: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.146996] pci_bus 0000:07: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.146998] pci_bus 0000:07: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.147000] pci_bus 0000:07: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.147003] pci_bus 0000:07: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.147005] pci_bus 0000:07: resource 11 [mem 0xc0000000-0xdfffffff window]
[    0.147008] pci_bus 0000:07: resource 12 [mem 0xf0000000-0xfebfffff window]
[    0.147167] NET: Registered protocol family 2
[    0.147548] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.147696] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.147903] TCP: Hash tables configured (established 32768 bind 32768)
[    0.147983] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.148033] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.148127] NET: Registered protocol family 1
[    0.148156] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.151276] PCI: CLS 64 bytes, default 64
[    0.151349] Unpacking initramfs...
[    1.406407] Freeing initrd memory: 54552K
[    1.406558] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.406568] software IO TLB [mem 0xbb6d0000-0xbf6d0000] (64MB) mapped at [        (ptrval)-        (ptrval)]
[    1.406798] Scanning for low memory corruption every 60 seconds
[    1.407755] Initialise system trusted keyrings
[    1.407774] Key type blacklist registered
[    1.407874] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    1.410379] zbud: loaded
[    1.411208] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.411548] fuse init (API version 7.26)
[    1.413693] Key type asymmetric registered
[    1.413700] Asymmetric key parser 'x509' registered
[    1.413765] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.413824] io scheduler noop registered
[    1.413829] io scheduler deadline registered
[    1.413913] io scheduler cfq registered (default)
[    1.415423] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    1.415428] vesafb: scrolling: redraw
[    1.415434] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.415456] vesafb: framebuffer at 0xd0000000, mapped to 0x        (ptrval), using 3072k, total 3072k
[    1.439557] Console: switching to colour frame buffer device 128x48
[    1.463733] fb0: VESA VGA frame buffer device
[    1.463958] intel_idle: does not run on family 6 model 15
[    1.464545] ACPI: AC Adapter [ACAD] (on-line)
[    1.464837] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.465250] ACPI: Power Button [PWRB]
[    1.465480] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    1.465869] ACPI: Sleep Button [SLPB]
[    1.466100] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    1.466484] ACPI: Lid Switch [LID]
[    1.466717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.467076] ACPI: Power Button [PWRF]
[    1.467675] Monitor-Mwait will be used to enter C-1 state
[    1.467681] Monitor-Mwait will be used to enter C-2 state
[    1.467685] tsc: Marking TSC unstable due to TSC halts in idle
[    1.470930] [Firmware Bug]: Invalid critical threshold (0)
[    1.471741] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    1.472734] thermal LNXTHERM:00: registered as thermal_zone0
[    1.472998] ACPI: Thermal Zone [THR1] (54 C)
[    1.473492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.478502] Linux agpgart interface v0.103
[    1.481528] loop: module loaded
[    1.481899] ata_piix 0000:00:1f.1: version 2.13
[    1.483257] scsi host0: ata_piix
[    1.483585] scsi host1: ata_piix
[    1.483803] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[    1.484143] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[    1.494949] libphy: Fixed MDIO Bus: probed
[    1.505511] tun: Universal TUN/TAP device driver, 1.6
[    1.516193] PPP generic driver version 2.4.2
[    1.526799] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.537313] ehci-pci: EHCI PCI platform driver
[    1.547971] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    1.558339] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.568859] ehci-pci 0000:00:1a.7: debug port 1
[    1.583112] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    1.583128] ehci-pci 0000:00:1a.7: irq 18, io mem 0xf8604800
[    1.599181] ACPI: Battery Slot [BAT0] (battery present)
[    1.609470] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.619836] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.630274] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.640752] usb usb1: Product: EHCI Host Controller
[    1.651113] usb usb1: Manufacturer: Linux 4.15.0-29-generic ehci_hcd
[    1.661554] usb usb1: SerialNumber: 0000:00:1a.7
[    1.672108] hub 1-0:1.0: USB hub found
[    1.682495] hub 1-0:1.0: 4 ports detected
[    1.693308] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.703684] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.714191] ehci-pci 0000:00:1d.7: debug port 1
[    1.716425] ata1.00: ATAPI: TSSTcorpCD/DVDW TS-L632M, 0817, max MWDMA2
[    1.738968] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.738983] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf8604c00
[    1.742420] ata1.00: configured for MWDMA2
[    1.746348] scsi 0:0:0:0: CD-ROM            TSSTcorp CD/DVDW TS-L632M 0817 PQ: 0 ANSI: 5
[    1.784048] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.794748] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.805261] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.815671] usb usb2: Product: EHCI Host Controller
[    1.825886] usb usb2: Manufacturer: Linux 4.15.0-29-generic ehci_hcd
[    1.836037] usb usb2: SerialNumber: 0000:00:1d.7
[    1.846172] hub 2-0:1.0: USB hub found
[    1.855945] hub 2-0:1.0: 6 ports detected
[    1.863381] sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.863383] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.863560] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.863638] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    1.895090] ehci-platform: EHCI generic platform driver
[    1.904637] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.913947] ohci-pci: OHCI PCI platform driver
[    1.923130] ohci-platform: OHCI generic platform driver
[    1.932299] uhci_hcd: USB Universal Host Controller Interface driver
[    1.941740] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.950888] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.960191] uhci_hcd 0000:00:1a.0: detected 2 ports
[    1.969491] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
[    1.978933] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.988405] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.998041] usb usb3: Product: UHCI Host Controller
[    2.007549] usb usb3: Manufacturer: Linux 4.15.0-29-generic uhci_hcd
[    2.017150] usb usb3: SerialNumber: 0000:00:1a.0
[    2.026832] hub 3-0:1.0: USB hub found
[    2.036271] hub 3-0:1.0: 2 ports detected
[    2.045946] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    2.055322] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    2.064780] uhci_hcd 0000:00:1a.1: detected 2 ports
[    2.074162] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
[    2.083610] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.093119] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.102594] usb usb4: Product: UHCI Host Controller
[    2.111958] usb usb4: Manufacturer: Linux 4.15.0-29-generic uhci_hcd
[    2.121383] usb usb4: SerialNumber: 0000:00:1a.1
[    2.130828] hub 4-0:1.0: USB hub found
[    2.140089] hub 4-0:1.0: 2 ports detected
[    2.149608] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.158837] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    2.168248] uhci_hcd 0000:00:1d.0: detected 2 ports
[    2.177568] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001860
[    2.186894] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    2.196300] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.205659] usb usb5: Product: UHCI Host Controller
[    2.214907] usb usb5: Manufacturer: Linux 4.15.0-29-generic uhci_hcd
[    2.224209] usb usb5: SerialNumber: 0000:00:1d.0
[    2.233503] hub 5-0:1.0: USB hub found
[    2.242499] hub 5-0:1.0: 2 ports detected
[    2.251719] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.260616] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    2.269554] uhci_hcd 0000:00:1d.1: detected 2 ports
[    2.278389] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001880
[    2.287213] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    2.296141] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.305187] usb usb6: Product: UHCI Host Controller
[    2.314040] usb usb6: Manufacturer: Linux 4.15.0-29-generic uhci_hcd
[    2.322840] usb usb6: SerialNumber: 0000:00:1d.1
[    2.331724] hub 6-0:1.0: USB hub found
[    2.340408] hub 6-0:1.0: 2 ports detected
[    2.349304] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.357892] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    2.366587] uhci_hcd 0000:00:1d.2: detected 2 ports
[    2.375143] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018a0
[    2.383689] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    2.392344] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.400990] usb usb7: Product: UHCI Host Controller
[    2.409639] usb usb7: Manufacturer: Linux 4.15.0-29-generic uhci_hcd
[    2.418284] usb usb7: SerialNumber: 0000:00:1d.2
[    2.427014] hub 7-0:1.0: USB hub found
[    2.435501] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19e18356a9f, max_idle_ns: 440795276618 ns
[    2.436055] hub 7-0:1.0: 2 ports detected
[    2.436315] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.472820] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.482072] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.491446] mousedev: PS/2 mouse device common for all mice
[    2.501028] rtc_cmos 00:04: RTC can wake from S4
[    2.510395] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    2.519671] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.528953] i2c /dev entries driver
[    2.538227] device-mapper: uevent: version 1.0.3
[    2.547472] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    2.556891] ledtrig-cpu: registered to indicate activity on CPUs
[    2.566940] NET: Registered protocol family 10
[    2.578598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.588467] usb 5-1: new low-speed USB device number 2 using uhci_hcd
[    2.600137] Segment Routing with IPv6
[    2.610038] NET: Registered protocol family 17
[    2.619864] random: fast init done
[    2.629791] Key type dns_resolver registered
[    2.639859] RAS: Correctable Errors collector initialized.
[    2.649742] microcode: sig=0x6fd, pf=0x80, revision=0xa4
[    2.659529] microcode: Microcode Update Driver: v2.2.
[    2.659847] registered taskstats version 1
[    2.679098] Loading compiled-in X.509 certificates
[    2.693502] Loaded X.509 cert 'Build time autogenerated kernel key: 1cc37f41791529df57507d3747a6804ab53f482b'
[    2.703716] zswap: loaded using pool lzo/zbud
[    2.720251] Key type big_key registered
[    2.730338] Key type trusted registered
[    2.743358] Key type encrypted registered
[    2.753311] AppArmor: AppArmor sha1 policy hashing enabled
[    2.763253] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    2.773299] evm: HMAC attrs: 0x1
[    2.783592]   Magic number: 14:890:132
[    2.793476] acpi device:07: hash matches
[    2.803335] rtc_cmos 00:04: setting system clock to 2018-08-03 15:08:18 UTC (1533308898)
[    2.814233] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.816903] usb 5-1: New USB device found, idVendor=0000, idProduct=3825
[    2.816906] usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.816909] usb 5-1: Product:  USB OPTICAL MOUSE
[    2.855159] EDD information not available.
[    2.870728] Freeing unused kernel memory: 2408K
[    2.884053] Write protecting the kernel read-only data: 20480k
[    2.895768] Freeing unused kernel memory: 2008K
[    2.912943] Freeing unused kernel memory: 1904K
[    2.934620] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.944683] x86/mm: Checking user space page tables
[    2.966122] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.015708] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.017084] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.017117] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.045948] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.046406] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.046462] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.051325] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.051503] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.051525] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.052456] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.281492] sdhci: Secure Digital Host Controller Interface driver
[    3.290313] sdhci: Copyright(c) Pierre Ossman
[    3.305698] ahci 0000:00:1f.2: version 3.0
[    3.306944] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[    3.315578] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc 
[    3.325073] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    3.343801] sdhci-pci 0000:07:09.1: SDHCI controller found [1180:0822] (rev 22)
[    3.352885] r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
[    3.363494] sdhci-pci 0000:07:09.1: Will use DMA mode even though HW doesn't fully claim to support it.
[    3.381678] scsi host2: ahci
[    3.397776] r8169 0000:06:00.0 eth0: RTL8101e at 0x        (ptrval), 00:1b:24:28:b7:f6, XID 14000000 IRQ 25
[    3.412036] usb 5-2: new low-speed USB device number 3 using uhci_hcd
[    3.421763] mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
[    3.424580] scsi host3: ahci
[    3.430959] scsi host4: ahci
[    3.431054] ata3: SATA max UDMA/133 abar m2048@0xf8604000 port 0xf8604100 irq 24
[    3.431057] ata4: SATA max UDMA/133 abar m2048@0xf8604000 port 0xf8604180 irq 24
[    3.431060] ata5: SATA max UDMA/133 abar m2048@0xf8604000 port 0xf8604200 irq 24
[    3.478109] sdhci-pci 0000:07:09.1: Will use DMA mode even though HW doesn't fully claim to support it.
[    3.512780] r8169 0000:06:00.0 enp6s0: renamed from eth0
[    3.524803] mmc0: SDHCI controller on PCI [0000:07:09.1] using DMA
[    3.535647] sdhci-pci 0000:07:09.1: Will use DMA mode even though HW doesn't fully claim to support it.
[    3.588811] pci 0000:00:00.0: Intel 965GM Chipset
[    3.599663] pci 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    3.610194] pci 0000:00:00.0: detected 8192K stolen memory
[    3.619957] [drm] Memory usable by graphics device = 512M
[    3.629695] firewire_ohci 0000:07:09.0: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[    3.630456] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[    3.630457] fb: switching to inteldrmfb from VESA VGA
[    3.633909] usb 5-2: New USB device found, idVendor=05a4, idProduct=9840
[    3.633912] usb 5-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.633914] usb 5-2: Product: USB Compliant Keypad
[    3.681621] Console: switching to colour dummy device 80x25
[    3.682113] [drm] Replacing VGA console driver
[    3.682646] hidraw: raw HID events driver (C) Jiri Kosina
[    3.688073] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.688083] [drm] Driver supports precise vblank timestamp query.
[    3.691051] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.716206] usbcore: registered new interface driver usbhid
[    3.716213] usbhid: USB HID core driver
[    3.719523] input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0/0003:0000:3825.0001/input/input7
[    3.720447] hid-generic 0003:0000:3825.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:1d.0-1/input0
[    3.720844] input: USB Compliant Keypad as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/0003:05A4:9840.0002/input/input8
[    3.725738] [drm] forcing SVIDEO-1 connector off
[    3.728194] [drm] RC6 disabled, disabling runtime PM support
[    3.728214] [drm] initialized overlay support
[    3.728689] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[    3.729685] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.732694] acpi device:08: registered as cooling_device2
[    3.732801] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9
[    3.742509] ata5: SATA link down (SStatus 0 SControl 300)
[    3.747612] ata4: SATA link down (SStatus 0 SControl 300)
[    3.780267] hid-generic 0003:05A4:9840.0002: input,hidraw1: USB HID v1.10 Keyboard [USB Compliant Keypad] on usb-0000:00:1d.0-2/input0
[    3.797238] fbcon: inteldrmfb (fb0) is primary device
[    3.802618] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.803994] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.804262] ata3.00: ATA-8: WDC WD2500BEVT-00A23T0, 01.01A01, max UDMA/133
[    3.804264] ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    3.805627] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.805865] ata3.00: configured for UDMA/133
[    3.806185] scsi 2:0:0:0: Direct-Access     ATA      WDC WD2500BEVT-0 1A01 PQ: 0 ANSI: 5
[    3.806554] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    3.806556] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    3.806574] sd 2:0:0:0: [sda] Write Protect is off
[    3.806577] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.806610] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.884950]  sda: sda1 < sda5 > sda2 sda3
[    3.885672] sd 2:0:0:0: [sda] Attached SCSI disk
[    4.136042] usb 6-1: new full-speed USB device number 2 using uhci_hcd
[    4.192168] firewire_core 0000:07:09.0: created device fw0: GUID 00241b00a1a61500, S400
[    4.318090] usb 6-1: New USB device found, idVendor=08ff, idProduct=2580
[    4.318093] usb 6-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.318095] usb 6-1: Product: Fingerprint Sensor
[    4.473884] Console: switching to colour frame buffer device 160x50
[    4.494281] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    4.640508] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.3, id: 0x1a0b1, caps: 0xa04713/0x200000/0x0/0x0, board id: 0, fw id: 258944
[    4.746209] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[    4.832049] usb 2-4: new high-speed USB device number 5 using ehci-pci
[    5.001253] usb 2-4: New USB device found, idVendor=04f2, idProduct=b015
[    5.001311] usb 2-4: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[    5.003152] usb 2-4: Product: HP Webcam
[    5.005090] usb 2-4: Manufacturer: Chicony Electronics Co., Ltd.
[    5.006992] usb 2-4: SerialNumber: SN0001
[    5.714570] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    6.992097] random: crng init done
[    7.837808] ip_tables: (C) 2000-2006 Netfilter Core Team
[    8.005261] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    8.028139] systemd[1]: Detected architecture x86-64.
[    8.101399] systemd[1]: Set hostname to <ordi3>.
[   11.201163] systemd[1]: Reached target User and Group Name Lookups.
[   11.206241] systemd[1]: Reached target Remote File Systems.
[   11.211234] systemd[1]: Created slice System Slice.
[   11.215924] systemd[1]: Listening on udev Control Socket.
[   11.220598] systemd[1]: Listening on Syslog Socket.
[   11.225110] systemd[1]: Listening on udev Kernel Socket.
[   11.229657] systemd[1]: Listening on Journal Socket.
[   12.045794] lp: driver loaded but no devices found
[   12.296678] ppdev: user-space parallel port driver
[   12.604936] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
[   13.080227] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   13.138726] systemd-journald[228]: Received request to flush runtime journal from PID 1
[   19.787123] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   20.388446] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   20.420041] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   20.445459] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   20.487773] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[   20.487775] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[   20.487776] iwl3945: hw_scan is disabled
[   20.487853] iwl3945 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[   20.572290] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x000000000000107F (\PMIO) (20170831/utaddress-247)
[   20.572301] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   20.572305] ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20170831/utaddress-247)
[   20.572311] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   20.572313] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20170831/utaddress-247)
[   20.572319] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   20.572320] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   20.612150] r592: driver successfully loaded
[   20.628287] iwl3945 0000:02:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[   20.628292] iwl3945 0000:02:00.0: Detected Intel Wireless WiFi Link 3945ABG
[   20.656380] r852: Non dma capable device detected, dma disabled
[   20.656395] r852: driver loaded successfully
[   20.658233] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[   20.669964] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC268: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   20.669969] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   20.669972] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   20.669974] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   20.669977] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[   20.669979] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   20.669982] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
[   20.669985] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[   20.693255] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   20.693359] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   20.762718] input: HP WMI hotkeys as /devices/virtual/input/input12
[   21.046109] intel_powerclamp: No package C-state available
[   21.362478] iwl3945 0000:02:00.0 wlp2s0: renamed from wlan0
[   21.762408] media: Linux media interface: v0.10
[   21.776394] Linux video capture interface: v2.00
[   21.889809] uvcvideo: Found UVC 1.00 device HP Webcam (04f2:b015)
[   21.892993] uvcvideo 2-4:1.0: Entity type for entity Extension 4 was not initialized!
[   21.892996] uvcvideo 2-4:1.0: Entity type for entity Processing 3 was not initialized!
[   21.892999] uvcvideo 2-4:1.0: Entity type for entity Camera 1 was not initialized!
[   21.893123] input: HP Webcam: HP Webcam as /devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input13
[   21.893240] usbcore: registered new interface driver uvcvideo
[   21.893241] USB Video Class driver (1.1.1)
[   23.061528] Adding 6173692k swap on /dev/sda2.  Priority:-2 extents:1 across:6173692k FS
[   24.658416] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   25.153110] audit: type=1400 audit(1533308920.848:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=717 comm="apparmor_parser"
[   25.153117] audit: type=1400 audit(1533308920.848:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=717 comm="apparmor_parser"
[   25.153121] audit: type=1400 audit(1533308920.848:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=717 comm="apparmor_parser"
[   25.153125] audit: type=1400 audit(1533308920.848:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=717 comm="apparmor_parser"
[   25.153773] audit: type=1400 audit(1533308920.848:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=716 comm="apparmor_parser"
[   25.153779] audit: type=1400 audit(1533308920.848:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=716 comm="apparmor_parser"
[   25.174017] audit: type=1400 audit(1533308920.868:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=719 comm="apparmor_parser"
[   25.174025] audit: type=1400 audit(1533308920.868:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=719 comm="apparmor_parser"
[   25.174029] audit: type=1400 audit(1533308920.868:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=719 comm="apparmor_parser"
[   25.174033] audit: type=1400 audit(1533308920.868:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer//sanitized_helper" pid=719 comm="apparmor_parser"
[   32.276361] IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
[   32.289002] r8169 0000:06:00.0 enp6s0: link down
[   32.289103] IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
[   32.306378] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   32.380085] iwl3945 0000:02:00.0: loaded firmware version 15.32.2.9
[   32.460839] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   32.565939] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   35.937544] wlp2s0: authenticate with 90:4d:4a:c2:5f:b6
[   35.937662] wlp2s0: send auth to 90:4d:4a:c2:5f:b6 (try 1/3)
[   35.939488] wlp2s0: authenticated
[   35.944057] wlp2s0: associate with 90:4d:4a:c2:5f:b6 (try 1/3)
[   35.947054] wlp2s0: RX AssocResp from 90:4d:4a:c2:5f:b6 (capab=0x411 status=0 aid=4)
[   35.948420] wlp2s0: associated
[   35.972369] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   35.972793] iwl3945 0000:02:00.0: Enabling power save might cause firmware crashes
[   40.523372] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:b1bd:513f:14fa:58d2 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=435593 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   40.523465] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:b1bd:513f:14fa:58d2 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=1001409 PROTO=UDP SPT=8612 DPT=8610 LEN=24 
[   40.523505] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:ea1d:cefc:ca16:72fe DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=438996 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   40.523542] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:ea1d:cefc:ca16:72fe DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=4750 PROTO=UDP SPT=8612 DPT=8610 LEN=24 
[   40.523582] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:8000:c549:9513:d495 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=445020 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   40.523659] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:8000:c549:9513:d495 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=775034 PROTO=UDP SPT=8612 DPT=8610 LEN=24 
[   40.533995] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:b1bd:513f:14fa:58d2 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=435593 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   40.534036] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:b1bd:513f:14fa:58d2 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=1001409 PROTO=UDP SPT=8612 DPT=8610 LEN=24 
[   40.534123] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:ea1d:cefc:ca16:72fe DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=438996 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   40.534156] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=2a02:a03f:46c0:5900:ea1d:cefc:ca16:72fe DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=4750 PROTO=UDP SPT=8612 DPT=8610 LEN=24 

[ Modéré ]

Hors ligne

#21 Le 03/08/2018, à 18:25

moko138

Re : [Résolu] Démarrage pas rapide, rapide

En #12 :

Mais il y a toujours une très grosse minute d'écran gris au début.

D'où à où, par rapport aux moments suivants :
   mise sous tension
   bip de grub   ./viewtopic.php?id=1958451
   fenêtre de login
?

As-tu retiré le quiet splash pour voir en direct les ralentissements avant login ?


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#22 Le 03/08/2018, à 18:32

nam1962

Re : [Résolu] Démarrage pas rapide, rapide

Oui ! Il y a de 8 à 10 secondes avant le début du défilement puis 30 secondes après (écran gris à chaque fois)

[Edit]
- 2 secondes puis message bios
- 2 secondes écran noir
- bip grub
- 12 secondes écran gris
- splash défilement des lignes (sans interruption notable)
- 30 secondes écran gris
- Bureau

Dernière modification par nam1962 (Le 04/08/2018, à 08:36)


[ Modéré ]

Hors ligne

#23 Le 03/08/2018, à 22:13

moko138

Re : [Résolu] Démarrage pas rapide, rapide

A) Tu dis d'abord

Oui ! (...) défilement

d'où je déduis que oui tu as désactivé le quiet splash,

mais ensuite tu ne parles pas des lignes sur lesquelles j'attendais que tu décrives la pause du défilement,
et tu reparles de "splash" !

Donc je ne te comprends pas.

     - -

B) Un total de 46 secondes entre mise sous tension et arrivée sur le bureau, avec un HDD c'est bien.


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#24 Le 04/08/2018, à 08:44

nam1962

Re : [Résolu] Démarrage pas rapide, rapide

J'ai du mal m'exprimer et ai corrigé le #22 : splash = défilement.

Tu as raison : en être arrivé à moins de 50 secondes sur un vieux bouzin n'est pas si mal.

Merci à tous, je vais passer le fil en résolu wink

Il reste juste un petit mystère : pourquoi il ne veut pas réactiver les services apt (mais bon, comme je passe çà en cli...


[ Modéré ]

Hors ligne

#25 Le 04/08/2018, à 13:07

ylag

Re : [Résolu] Démarrage pas rapide, rapide

Salut,

nam1962 a écrit :

il reste juste un petit mystère : pourquoi il ne veut pas réactiver les services apt

Sauf erreur de ma part, ces services sont dans un état "static" (voir le retour de systemctl status apt-daily.service), et donc seraient controlés indirectement par un autre service, dans ce cas peut-être apt-daily.timer qui servirait à activer/désactiver le service ?

Exemple chez-moi:

yvan@yvan-maison:~$ systemctl status apt-daily.timer
● apt-daily.timer - Daily apt download activities
   Loaded: loaded (/lib/systemd/system/apt-daily.timer; enabled; vendor preset: enabled)
   Active: active (waiting) since Sat 2018-08-04 06:22:37 EDT; 36min ago
  Trigger: Sat 2018-08-04 21:08:24 EDT; 14h left

aoû 04 06:22:37 yvan-maison systemd[1]: Started Daily apt download activities.
yvan@yvan-maison:~$
yvan@yvan-maison:~$ systemctl status apt-daily.service
● apt-daily.service - Daily apt download activities
   Loaded: loaded (/lib/systemd/system/apt-daily.service; static; vendor preset: enabled)
   Active: inactive (dead) since Sat 2018-08-04 06:22:48 EDT; 35min ago
     Docs: man:apt(8)
 Main PID: 741 (code=exited, status=0/SUCCESS)

aoû 04 06:22:38 yvan-maison systemd[1]: Starting Daily apt download activities...
aoû 04 06:22:48 yvan-maison systemd[1]: Started Daily apt download activities.
yvan@yvan-maison:~$

A+

Dernière modification par ylag (Le 04/08/2018, à 13:08)

Hors ligne