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 08/05/2017, à 09:00

gdlc

[RESOLU] Ubuntu 17.04 démarrage lent

Bonjour à tous,

Anciennement sur une config dual boot Windows10  + Ubuntu 14.04, j'ai décidé de faire une installation fraîche avec uniquement Xubuntu 17.04

Lors de l'installation j'ai choisi de chiffrer mon dossier /home

Le démarrage me semble atrocement long (je n'ai pas une config si vieille que ça : i5 3.2ghz, gtx 660, 8go DDR3) J'ai l'impression de booter plus vite sur un viel ordi qui tourne sous Debian 8

Temps de démarrage chronométré : 1 min 55

Pensant à l'origine à un problème de pilote graphique, j'ai testé en alternant les pilotes propriétaires nvidia et libres, sans aucune modification constatée.

J'ai installé et lancé boot info, dont voici l'url : http://paste.ubuntu.com/24535405/

Est-ce un temps de démarrage normal selon vous? Le cas contraire que puis-je faire pour améliorer ça ?

Par avance merci :-)

Dernière modification par gdlc (Le 08/05/2017, à 18:04)

Hors ligne

#2 Le 08/05/2017, à 09:20

malbo

Re : [RESOLU] Ubuntu 17.04 démarrage lent

Bonjour,
Ton Boot-Info ( http://paste.ubuntu.com/24535405/ ) est là :

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


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

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

sda1: __________________________________________________________________________

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

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

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

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048 1,953,523,711 1,953,521,664  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        8dabcf6b-f0d2-4142-b851-191f3fe382b3   ext4       

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

total 0
lrwxrwxrwx 1 root root  9 May  8 08:41 ata-Optiarc_DVD_RW_AD-7240S -> ../../sr0
lrwxrwxrwx 1 root root  9 May  8 08:48 ata-WDC_WD1002FAEX-00Z3A0_WD-WCATR2471795 -> ../../sda
lrwxrwxrwx 1 root root 10 May  8 08:48 ata-WDC_WD1002FAEX-00Z3A0_WD-WCATR2471795-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 May  8 08:48 wwn-0x50014ee204d9f93b -> ../../sda
lrwxrwxrwx 1 root root 10 May  8 08:48 wwn-0x50014ee204d9f93b-part1 -> ../../sda1

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

Device           Mount_Point              Type       Options

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


=========================== sda1/boot/grub/grub.cfg: ===========================

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

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

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  8dabcf6b-f0d2-4142-b851-191f3fe382b3
else
  search --no-floppy --fs-uuid --set=root 8dabcf6b-f0d2-4142-b851-191f3fe382b3
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; 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=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-8dabcf6b-f0d2-4142-b851-191f3fe382b3' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  8dabcf6b-f0d2-4142-b851-191f3fe382b3
	else
	  search --no-floppy --fs-uuid --set=root 8dabcf6b-f0d2-4142-b851-191f3fe382b3
	fi
        linux	/boot/vmlinuz-4.10.0-20-generic root=UUID=8dabcf6b-f0d2-4142-b851-191f3fe382b3 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.10.0-20-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-8dabcf6b-f0d2-4142-b851-191f3fe382b3' {
	menuentry 'Ubuntu, avec Linux 4.10.0-20-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-20-generic-advanced-8dabcf6b-f0d2-4142-b851-191f3fe382b3' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  8dabcf6b-f0d2-4142-b851-191f3fe382b3
		else
		  search --no-floppy --fs-uuid --set=root 8dabcf6b-f0d2-4142-b851-191f3fe382b3
		fi
		echo	'Chargement de Linux 4.10.0-20-generic…'
	        linux	/boot/vmlinuz-4.10.0-20-generic root=UUID=8dabcf6b-f0d2-4142-b851-191f3fe382b3 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.10.0-20-generic
	}
	menuentry 'Ubuntu, with Linux 4.10.0-20-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-20-generic-recovery-8dabcf6b-f0d2-4142-b851-191f3fe382b3' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  8dabcf6b-f0d2-4142-b851-191f3fe382b3
		else
		  search --no-floppy --fs-uuid --set=root 8dabcf6b-f0d2-4142-b851-191f3fe382b3
		fi
		echo	'Chargement de Linux 4.10.0-20-generic…'
	        linux	/boot/vmlinuz-4.10.0-20-generic root=UUID=8dabcf6b-f0d2-4142-b851-191f3fe382b3 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.10.0-20-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,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  8dabcf6b-f0d2-4142-b851-191f3fe382b3
	else
	  search --no-floppy --fs-uuid --set=root 8dabcf6b-f0d2-4142-b851-191f3fe382b3
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  8dabcf6b-f0d2-4142-b851-191f3fe382b3
	else
	  search --no-floppy --fs-uuid --set=root 8dabcf6b-f0d2-4142-b851-191f3fe382b3
	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 ###
--------------------------------------------------------------------------------

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

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=8dabcf6b-f0d2-4142-b851-191f3fe382b3 /               ext4    errors=remount-ro 0       1
#/swapfile none            swap    sw              0       0
/dev/mapper/cryptswap1 none swap sw 0 0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 692.156654358 = 743.197548544  boot/grub/grub.cfg                             2
 556.303493500 = 597.326327808  boot/grub/i386-pc/core.img                     1
   2.758022308 = 2.961403904    boot/vmlinuz-4.10.0-20-generic                 1
   2.758022308 = 2.961403904    vmlinuz                                        1
  21.180309296 = 22.742183936   boot/initrd.img-4.10.0-20-generic              3
  21.180309296 = 22.742183936   initrd.img                                     3


ADDITIONAL INFORMATION :
=================== log of boot-info 2017-05-08__08h48 ===================
boot-info version : 4ppa40
boot-sav version : 4ppa40
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa40
boot-info is executed in installed-session (Ubuntu 17.04, zesty, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic root=UUID=8dabcf6b-f0d2-4142-b851-191f3fe382b3 ro quiet splash vt.handoff=7

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

=================== blkid:
/dev/sda1: UUID="8dabcf6b-f0d2-4142-b851-191f3fe382b3" TYPE="ext4" PARTUUID="3fd3fcaf-01"


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 mai    7 21:44 grub.d
total 80
-rwxr-xr-x 1 root root  9783 mars  30 23:45 00_header
-rwxr-xr-x 1 root root  6258 nov.   1  2016 05_debian_theme
-rwxr-xr-x 1 root root 12676 mars  30 23:45 10_linux
-rwxr-xr-x 1 root root 11281 mars  30 23:45 20_linux_xen
-rwxr-xr-x 1 root root  1992 janv. 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 12059 mars  30 23:45 30_os-prober
-rwxr-xr-x 1 root root  1418 mars  30 23:45 30_uefi-firmware
-rwxr-xr-x 1 root root   214 mars  30 23:45 40_custom
-rwxr-xr-x 1 root root   216 mars  30 23:45 41_custom
-rw-r--r-- 1 root root   483 mars  30 23:45 README




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

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

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

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

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

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

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

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

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




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


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

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


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

Model: ATA WDC WD1002FAEX-0 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End     Size    Type     File system  Flags
1      1049kB  1000GB  1000GB  primary  ext4         boot

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

BYT;
/dev/sda:1000GB:scsi:512:512:msdos:ATA WDC WD1002FAEX-0:;
1:1049kB:1000GB:1000GB:ext4::boot;

=================== lsblk:
KNAME TYPE FSTYPE   SIZE LABEL
sda   disk        931,5G
sda1  part ext4   931,5G
sr0   rom          1024M

KNAME ROTA RO RM STATE   MOUNTPOINT
sda      1  0  0 running
sda1     1  0  0         /
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=4029124k,nr_inodes=1007281,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=810444k,mode=755)
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
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/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
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=14757)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=810440k,mode=700,uid=1000,gid=1000)
/home/.ecryptfs/gwendal/.Private on /home/gwendal type ecryptfs (rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=4775c9cc0f679ac4,ecryptfs_sig=eba1e273d8258851,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)
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 badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net zero
ls /dev/mapper:  control
ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type

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

Filesystem             Type      Size  Used Avail Use% Mounted on
udev                   devtmpfs  3.9G     0  3.9G   0% /dev
tmpfs                  tmpfs     792M  9.4M  783M   2% /run
/dev/sda1              ext4      916G   29G  841G   4% /
tmpfs                  tmpfs     3.9G  4.0K  3.9G   1% /dev/shm
tmpfs                  tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs                  tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
tmpfs                  tmpfs     792M   16K  792M   1% /run/user/1000
/home/gwendal/.Private ecryptfs  916G   29G  841G   4% /home/gwendal

=================== fdisk -l:
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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: 0x3fd3fcaf

Device     Boot Start        End    Sectors   Size Id Type
/dev/sda1  *     2048 1953523711 1953521664 931.5G 83 Linux




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


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


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


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

Il n'y a pas assez d'info dans ce Boot-Info pour investiguer le problème de temps de démarrage. Je te prie de faire un rapport Bisnext.

Dernière modification par malbo (Le 08/05/2017, à 09:21)

Hors ligne

#3 Le 08/05/2017, à 10:06

gdlc

Re : [RESOLU] Ubuntu 17.04 démarrage lent

Bonjour Malbo,

Merci pour ta réponse et pour la précision concernant Bisnext.

Voici le rapport : https://paste.debian.net/931397

Hors ligne

#4 Le 08/05/2017, à 10:37

malbo

Re : [RESOLU] Ubuntu 17.04 démarrage lent

Ton rapport Bisnext est là :

Posting 931397 from bn-88d14 posted at 2017-05-08 08:05:40 expires: 2017-06-07 08:05:40

May  8 2017, bisnext report id 88d14

                                 bisnext 0.02


============================ Hardware and System Summary ======================

System:    Kernel: 4.10.0-20-generic x86_64 (64 bit gcc: 6.3.0)
           Desktop: Xfce 4.12.3 (Gtk 2.24.31) dm: lightdm
           Distro: Ubuntu 17.04
Machine:   Device: desktop Mobo: ASUSTeK model: P7H55-M PRO v: Rev 1.xx
           BIOS: American Megatrends v: 1709 date: 01/04/2011
Battery    No battery data found in /sys or dmidecode. Is one present?
CPU:       Dual core Intel Core i5 650 (-HT-MCP-) cache: 4096 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 12840
           clock speeds: min/max: 1200/3201 MHz 1: 1467 MHz 2: 3201 MHz
           3: 3067 MHz 4: 1467 MHz
Memory:    Array-1 capacity: 8 GB (est) devices: 4 EC: None
           max module size: 2 GB
           Device-1: DIMM0 size: 2 GB (Single-bank) speed: 1333 MHz type: DDR
           manufacturer: N/A part: N/A
           Device-2: DIMM1 size: 2 GB (Double-bank) speed: 1333 MHz type: DDR
           manufacturer: N/A part: N/A
           Device-3: DIMM2 size: 2 GB (Single-bank) speed: 1333 MHz type: DDR
           manufacturer: N/A part: N/A
           Device-4: DIMM3 size: 2 GB (Double-bank) speed: 1333 MHz type: DDR
           manufacturer: N/A part: N/A
Graphics:  Card: NVIDIA GK106 [GeForce GTX 660]
           bus-ID: 01:00.0 chip-ID: 10de:11c0
           Display Server: X.Org 1.19.3 drivers: nouveau (unloaded: modesetting,fbdev,vesa)
           tty size: 1920x1080@60.00hz
           GLX Renderer: Gallium 0.4 on NVE6
           GLX Version: 3.0 Mesa 17.0.3 Direct Rendering: Yes
Audio:     Card-1 Intel 5 Series/3400 Series High Definition Audio
           driver: snd_hda_intel bus-ID: 00:1b.0 chip-ID: 8086:3b56
           Card-2 NVIDIA GK106 HDMI Audio Controller
           driver: snd_hda_intel bus-ID: 01:00.1 chip-ID: 10de:0e0b
           Sound: Advanced Linux Sound Architecture v: k4.10.0-20-generic
Network:   Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: d800
           bus-ID: 03:00.0 chip-ID: 10ec:8168
           IF: enp3s0 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives:    HDD Total Size: 1000.2GB (4.1% used)
           ID-1: /dev/sda model: WDC_WD1002FAEX size: 1000.2GB
           temp: 37C
           Optical: /dev/sr0 model: Optiarc DVD RW AD-7240S
           rev: 1.03 dev-links: cdrom,cdrw,dvd,dvdrw
           Features: speed: 48x multisession: yes
           audio: yes dvd: yes rw: cd-r,cd-rw,dvd-r,dvd-ram state: running
Partition: ID-1: / size: 916G used: 38G (5%) fs: ext4 dev: /dev/sda1
           label: N/A uuid: 8dabcf6b-f0d2-4142-b851-191f3fe382b3
           ID-2: /home/gwendal size: 916G used: 38G (5%) fs: ecryptfs dev: /dev/.Private
           label: N/A uuid: N/A
RAID:      System: supported: N/A
           No RAID devices: /proc/mdstat, md_mod kernel module present
           Unused Devices: none
Unmounted: No unmounted partitions detected
Sensors:   System Temperatures: cpu: 39.0C mobo: 33.0C gpu: 36.0
           Fan Speeds (in rpm): cpu: 1430 psu: 0 sys-1: 1308
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://fr.archive.ubuntu.com/ubuntu/ zesty main restricted
           deb http://fr.archive.ubuntu.com/ubuntu/ zesty-updates main restricted
           deb http://fr.archive.ubuntu.com/ubuntu/ zesty universe
           deb http://fr.archive.ubuntu.com/ubuntu/ zesty-updates universe
           deb http://fr.archive.ubuntu.com/ubuntu/ zesty multiverse
           deb http://fr.archive.ubuntu.com/ubuntu/ zesty-updates multiverse
           deb http://fr.archive.ubuntu.com/ubuntu/ zesty-backports main restricted universe multiverse
           deb http://security.ubuntu.com/ubuntu zesty-security main restricted
           deb http://security.ubuntu.com/ubuntu zesty-security universe
           deb http://security.ubuntu.com/ubuntu zesty-security multiverse
           Active apt sources in file: /etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-zesty.list
           deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu zesty main
Processes: CPU: % used - Memory: MB / % used - top 10 active
           1: cpu: 15.2% command: steam pid: 10589 mem: 159.71MB (2.0%)
           2: cpu: 8.4% command: firefox pid: 1507 mem: 479.76MB (6.0%)
           3: cpu: 1.7% command: Xorg pid: 949 mem: 100.23MB (1.2%)
           4: cpu: 0.8% command: xfce4-terminal pid: 10866 mem: 38.67MB (0.4%)
           5: cpu: 0.8% command: steamwebhelper pid: 10650 mem: 210.18MB (2.6%)
           6: cpu: 0.5% command: bash pid: 11092 mem: 4.53MB (0.0%)
           7: cpu: 0.2% command: ./steamwebhelper pid: 10602 mem: 91.84MB (1.1%)
           8: cpu: 0.1% command: smartd pid: 10977 mem: 4.20MB (0.0%)
           9: cpu: 0.1% daemon: ~kworker/3:0~ pid: 9406 mem: 0.00MB (0.0%)
           10: cpu: 0.1% command: xfwm4 pid: 1315 mem: 23.20MB (0.2%)
           Memory: MB / % used - CPU: % used - top 10 active
           1: mem: 479.76MB (6.0%) command: firefox pid: 1507 cpu: 8.4%
           2: mem: 210.18MB (2.6%) command: steamwebhelper pid: 10650 cpu: 0.8%
           3: mem: 158.79MB (2.0%) command: steam pid: 10589 cpu: 15.2%
           4: mem: 100.23MB (1.2%) command: Xorg pid: 949 cpu: 1.7%
           5: mem: 91.84MB (1.1%) command: ./steamwebhelper pid: 10602 cpu: 0.2%
           6: mem: 57.73MB (0.7%) command: steamwebhelper pid: 10769 cpu: 0.0%
           7: mem: 54.55MB (0.6%) command: blueman-applet (started by: python3) pid: 1338 cpu: 0.0%
           8: mem: 43.47MB (0.5%) command: xfdesktop pid: 1323 cpu: 0.0%
           9: mem: 38.67MB (0.4%) command: xfce4-terminal pid: 10866 cpu: 0.8%
           10: mem: 38.62MB (0.4%) command: steamwebhelper pid: 10605 cpu: 0.0%
Info:      Processes: 198 Uptime: 1:23 Memory: 1326.0/7914.5MB
           Init: systemd v: 232 runlevel: 5 Gcc sys: 6.3.0
           Client: Shell (bash 4.4.51 running in bash) inxi: 2.3.8


_______________________________ UEFI settings _________________________________

Computer booted in Legacy mode for this session.
UEFI currently not active or not available on this system.


__________________________________ Secure Boot ________________________________

Secure Boot disabled or not available on this system.




========================= Boot Information Details ============================

 => 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.

sda1: __________________________________________________________________________

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

_________________________=== Drive/Partition Info ===__________________________

Drive: sda _____________________________________________________________________
Disque /dev/sda : 931,5 GiB, 1000204886016 octets, 1953525168 secteurs
Unités : sectors of 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048 1,953,523,711 1,953,521,664  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        8dabcf6b-f0d2-4142-b851-191f3fe382b3   ext4       

_________________________ "ls -l /dev/disk/by_id" output ______________________

total 0
lrwxrwxrwx 1 root root  9 mai    8 08:41 ata-Optiarc_DVD_RW_AD-7240S -> ../../sr0
lrwxrwxrwx 1 root root  9 mai    8 08:48 ata-WDC_WD1002FAEX-00Z3A0_WD-WCATR2471795 -> ../../sda
lrwxrwxrwx 1 root root 10 mai    8 08:48 ata-WDC_WD1002FAEX-00Z3A0_WD-WCATR2471795-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 mai    8 08:48 wwn-0x50014ee204d9f93b -> ../../sda
lrwxrwxrwx 1 root root 10 mai    8 08:48 wwn-0x50014ee204d9f93b-part1 -> ../../sda1

________________________________ Mount points _________________________________

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



_______________________________ Free disk space _______________________________

Filesystem             Mounted on    Type      Size  Used Avail Use% IUse%
/dev/sda1              /             ext4      916G   38G  832G   5%    1%
/home/gwendal/.Private /home/gwendal ecryptfs  916G   38G  832G   5%    1%




__________________________=== Boot Files Content ===___________________________


___________________________ sda1/boot/grub/grub.cfg: ___________________________

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

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

--- Notice bisnext removed top of file content from the report for readability

menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-8dabcf6b-f0d2-4142-b851-191f3fe382b3' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  8dabcf6b-f0d2-4142-b851-191f3fe382b3
	else
	  search --no-floppy --fs-uuid --set=root 8dabcf6b-f0d2-4142-b851-191f3fe382b3
	fi
        linux	/boot/vmlinuz-4.10.0-20-generic root=UUID=8dabcf6b-f0d2-4142-b851-191f3fe382b3 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.10.0-20-generic
}

--- Notice bisnext removed the submenu section from the report for readability

### 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,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  8dabcf6b-f0d2-4142-b851-191f3fe382b3
	else
	  search --no-floppy --fs-uuid --set=root 8dabcf6b-f0d2-4142-b851-191f3fe382b3
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  8dabcf6b-f0d2-4142-b851-191f3fe382b3
	else
	  search --no-floppy --fs-uuid --set=root 8dabcf6b-f0d2-4142-b851-191f3fe382b3
	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 ###

_______________________________ sda1/etc/fstab: ________________________________

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=8dabcf6b-f0d2-4142-b851-191f3fe382b3 /               ext4    errors=remount-ro 0       1
#/swapfile none            swap    sw              0       0
/dev/mapper/cryptswap1 none swap sw 0 0

____________________________ sda1/etc/default/grub: ____________________________

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

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

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

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

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

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

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

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


===============================================================================
                          Running System Information                           
===============================================================================

______________________________ Kernel parameters ______________________________

BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic root=UUID=8dabcf6b-f0d2-4142-b851-191f3fe382b3 ro quiet splash vt.handoff=7


_________________________________ USB devices __________________________________

Bus 002 Device 004: ID 046d:c051 Logitech, Inc. G3 (MX518) Optical Mouse
Bus 002 Device 003: ID 045e:028e Microsoft Corp. Xbox360 Controller
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
        |__ Port 3: Dev 3, If 0, Class=Vendor Specific Class, Driver=xpad, 12M
        |__ Port 3: Dev 3, If 1, Class=Vendor Specific Class, Driver=, 12M
        |__ Port 3: Dev 3, If 2, Class=Vendor Specific Class, Driver=, 12M
        |__ Port 3: Dev 3, If 3, Class=Vendor Specific Class, Driver=, 12M
        |__ Port 4: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M


______________________________ Boot-up Statistics ______________________________

Startup finished in 6.345s (kernel) + 3min 1.616s (userspace) = 3min 7.962s


blame, first 10:
dev-sda1.device                     10.793s
keyboard-setup.service              9.954s
systemd-udevd.service               9.320s
systemd-sysctl.service              7.597s
NetworkManager-wait-online.service  7.475s
apt-daily.service                   4.215s
systemd-modules-load.service        2.308s
grub-common.service                 1.461s
NetworkManager.service              784ms
accounts-daemon.service             602ms


critical-chain:
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.

  1 graphical.target @1min 39.681s
  2 multi-user.target @1min 39.681s
  3 hddtemp.service @1min 39.669s +11ms
  4 network-online.target @1min 39.668s
  5 NetworkManager-wait-online.service @1min 32.193s +7.475s
  6 NetworkManager.service @1min 31.406s +784ms
  7 dbus.service @1min 31.370s
  8 basic.target @1min 31.368s
  9 sockets.target @1min 31.368s
 10 snapd.socket @1min 31.368s +580us
 11 sysinit.target @1min 31.366s
 12 systemd-timesyncd.service @11.400s +137ms
 13 systemd-tmpfiles-setup.service @11.280s +99ms
 14 local-fs.target @11.279s
 15 run-user-1000-gvfs.mount @1min 47.010s
 16 run-user-1000.mount @1min 45.941s
 17 local-fs-pre.target @11.279s
 18 keyboard-setup.service @1.324s +9.954s
 19 system.slice @1.190s
 20 -.slice @1.070s


___________________________________ Modules Loaded ____________________________

Module                  Size  Used by
aesni_intel           167936  27991
aes_x86_64             20480  1 aesni_intel
asus_atk0110           20480  0
autofs4                40960  2
btrfs                1093632  0
coretemp               16384  0
crc32_pclmul           16384  0
crct10dif_pclmul       16384  0
cryptd                 24576  13998 crypto_simd,ghash_clmulni_intel,aesni_intel
crypto_simd            16384  1 aesni_intel
drm                   352256  7 nouveau,ttm,drm_kms_helper
drm_kms_helper        151552  1 nouveau
fb_sys_fops            16384  1 drm_kms_helper
ff_memless             16384  1 xpad
fjes                   73728  0
ghash_clmulni_intel    16384  0
glue_helper            16384  1 aesni_intel
hfs                    57344  0
hfsplus               106496  0
hid                   114688  2 hid_generic,usbhid
hid_generic            16384  0
i2c_algo_bit           16384  1 nouveau
input_leds             16384  0
intel_cstate           20480  0
intel_powerclamp       16384  0
ip_tables              24576  0
irqbypass              16384  1 kvm
jfs                   184320  0
joydev                 20480  0
kvm                   593920  1 kvm_intel
kvm_intel             200704  0
libcrc32c              16384  1 xfs
lp                     20480  0
lpc_ich                24576  0
mac_hid                16384  0
mei                   102400  1 mei_me
mei_me                 40960  0
mii                    16384  1 r8169
minix                  36864  0
msdos                  20480  0
mxm_wmi                16384  1 nouveau
nouveau              1601536  4
ntfs                  102400  0
parport                49152  3 lp,parport_pc,ppdev
parport_pc             32768  0
pata_acpi              16384  0
pata_jmicron           16384  0
pcbc                   16384  0
ppdev                  20480  0
qnx4                   16384  0
r8169                  81920  0
raid6_pq              114688  1 btrfs
serio_raw              16384  0
shpchp                 36864  0
snd                    77824  21 snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek,snd_pcm
snd_hda_codec         126976  4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_codec_generic    73728  1 snd_hda_codec_realtek
snd_hda_codec_hdmi     49152  1
snd_hda_codec_realtek    90112  1
snd_hda_core           81920  5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_intel          36864  5
snd_hwdep              16384  1 snd_hda_codec
snd_pcm               102400  4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
snd_rawmidi            32768  1 snd_seq_midi
snd_seq                65536  2 snd_seq_midi_event,snd_seq_midi
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_seq_midi           16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_timer              32768  2 snd_seq,snd_pcm
soundcore              16384  1 snd
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
ttm                    98304  1 nouveau
ufs                    73728  0
usbhid                 53248  0
video                  40960  1 nouveau
wmi                    16384  2 mxm_wmi,nouveau
xfs                  1187840  0
xor                    24576  1 btrfs
xpad                   28672  0
x_tables               36864  1 ip_tables


______________________________ Additional Drivers _____________________________

== cpu-microcode.py ==
driver   : intel-microcode - distro non-free

== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd000011C0sv00001462sd00002871bc03sc00i00
vendor   : NVIDIA Corporation
model    : GK106 [GeForce GTX 660]
driver   : nvidia-375 - distro non-free recommended
driver   : nvidia-340 - distro non-free
driver   : nvidia-304 - distro non-free
driver   : xserver-xorg-video-nouveau - distro free builtin



__________________________________ Locales ___________________________________

locale command output:
LANG=fr_FR.UTF-8
LANGUAGE=fr_FR
LC_CTYPE="fr_FR.UTF-8"
LC_NUMERIC="fr_FR.UTF-8"
LC_TIME="fr_FR.UTF-8"
LC_COLLATE="fr_FR.UTF-8"
LC_MONETARY="fr_FR.UTF-8"
LC_MESSAGES="fr_FR.UTF-8"
LC_PAPER="fr_FR.UTF-8"
LC_NAME="fr_FR.UTF-8"
LC_ADDRESS="fr_FR.UTF-8"
LC_TELEPHONE="fr_FR.UTF-8"
LC_MEASUREMENT="fr_FR.UTF-8"
LC_IDENTIFICATION="fr_FR.UTF-8"
LC_ALL=

/etc/default/locale:
#  File generated by update-locale
LANG="fr_FR.UTF-8"

Active keyboard layout:
rules:      evdev
model:      pc105
layout:     fr
variant:    azerty

Default keyboard layout:
XKBMODEL="pc105"
XKBLAYOUT="fr"
XKBVARIANT="azerty"
XKBOPTIONS=""
BACKSPACE="guess"


_____________________________ Upgradable Packages _____________________________

None


________________________ Package Configuration Pending ________________________

None


__________________________ Package Installation Pending _______________________

Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


__________________ Configuration files of uninstalled packages: ________________

Package                  Version
dkms                     2.3-3ubuntu1
libc6-i386               2.24-9ubuntu2
nvidia-375               375.39-0ubuntu5
nvidia-opencl-icd-375    375.39-0ubuntu5
nvidia-prime             0.8.4
nvidia-settings          367.35-0ubuntu1
screen-resolution-extra  0.17.1


Use the following command to clean old configuration files:
sudo apt purge dkms libc6-i386 nvidia-375 nvidia-opencl-icd-375 nvidia-prime nvidia-settings screen-resolution-extra


_________________________ Kernel Packages Installed __________________________

Package                              Version
linux-generic                        4.10.0.20.22
linux-headers-4.10.0-20              4.10.0-20.22
linux-headers-4.10.0-20-generic      4.10.0-20.22
linux-headers-generic                4.10.0.20.22
linux-image-4.10.0-20-generic        4.10.0-20.22
linux-image-extra-4.10.0-20-generic  4.10.0-20.22
linux-image-generic                  4.10.0.20.22


File list in /boot directory:
abi-4.10.0-20-generic
config-4.10.0-20-generic
grub
initrd.img-4.10.0-20-generic
memtest86+.bin
memtest86+.elf
memtest86+_multiboot.bin
System.map-4.10.0-20-generic
vmlinuz-4.10.0-20-generic


_________________________________ System Logs ________________________________

Failed services:
0 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.


Selection of relevent log entries:
[    0.257002] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.262170] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    0.262178] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.278397] SCSI subsystem initialized
[    0.279724] ACPI: \: failed to evaluate _DSM (0x1001)
[    0.849949] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.875597] scsi host0: ata_piix
[    0.875688] scsi host1: ata_piix
[    0.875723] ata1: SATA max UDMA/133 cmd 0xac00 ctl 0xa880 bmdma 0xa400 irq 21
[    0.875725] ata2: SATA max UDMA/133 cmd 0xa800 ctl 0xa480 bmdma 0xa408 irq 21
[    0.876341] scsi host2: ata_piix
[    0.876406] scsi host3: ata_piix
[    0.876440] ata3: SATA max UDMA/133 cmd 0xbc00 ctl 0xb880 bmdma 0xb400 irq 21
[    0.876441] ata4: SATA max UDMA/133 cmd 0xb800 ctl 0xb480 bmdma 0xb408 irq 21
[    1.204695] ata3: SATA link down (SStatus 0 SControl 300)
[    1.215290] ata4: SATA link down (SStatus 0 SControl 300)
[    1.666214] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.666225] ata1.01: SATA link down (SStatus 0 SControl 300)
[    1.666365] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.666375] ata2.01: SATA link down (SStatus 0 SControl 300)
[    1.672823] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1002FAEX-0 1D05 PQ: 0 ANSI: 5
[    1.702528] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.702759] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.704306] scsi 1:0:0:0: CD-ROM            Optiarc  DVD RW AD-7240S  1.03 PQ: 0 ANSI: 5
[    1.718033] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.728032] sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.728266] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.728366] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.787069] scsi host4: pata_jmicron
[    1.788192] scsi host5: pata_jmicron
[    1.788248] ata5: PATA max UDMA/100 cmd 0xec00 ctl 0xe880 bmdma 0xe400 irq 16
[    1.788249] ata6: PATA max UDMA/100 cmd 0xe800 ctl 0xe480 bmdma 0xe408 irq 16
[   17.688405] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   17.843818] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000084F (\PMRG) (20160930/utaddress-247)
[   17.843827] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000054F (\GPS1) (20160930/utaddress-247)
[   17.843831] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000054F (\GPS1) (20160930/utaddress-247)
[   17.843833] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000053F (\GPS0) (20160930/utaddress-247)
[   17.843836] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000054F (\GPS1) (20160930/utaddress-247)
[   17.843839] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000053F (\GPS0) (20160930/utaddress-247)
[   17.929204] audit: type=1400 audit(1494225719.487:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=546 comm="apparmor_parser"
[   17.929208] audit: type=1400 audit(1494225719.487:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=546 comm="apparmor_parser"
[   17.930500] audit: type=1400 audit(1494225719.491:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=540 comm="apparmor_parser"
[   17.930503] audit: type=1400 audit(1494225719.491:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=540 comm="apparmor_parser"
[   17.934888] audit: type=1400 audit(1494225719.495:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=550 comm="apparmor_parser"
[   17.934892] audit: type=1400 audit(1494225719.495:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=550 comm="apparmor_parser"
[   17.934894] audit: type=1400 audit(1494225719.495:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=550 comm="apparmor_parser"
[   17.935078] audit: type=1400 audit(1494225719.495:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=549 comm="apparmor_parser"
[   17.938964] audit: type=1400 audit(1494225719.499:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=551 comm="apparmor_parser"
[   17.940986] audit: type=1400 audit(1494225719.499:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=556 comm="apparmor_parser"


_____________________________________ Xorg ____________________________________

xinput:
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ Logitech USB-PS/2 Optical Mouse         	id=8	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Power Button                            	id=7	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=9	[slave  keyboard (3)]


xrandr:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
DVI-I-1 disconnected primary (normal left inverted right x axis y axis)
HDMI-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 510mm x 287mm
   1920x1080     60.00*+  50.00    59.94    30.00    25.00    29.97  
   1920x1080i    60.00    50.00    59.94  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x800      59.91  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    72.81    66.67    60.00    59.94  
   720x400       70.08  
DP-1 disconnected (normal left inverted right x axis y axis)
DVI-D-1 disconnected (normal left inverted right x axis y axis)


Selection of relevent log entries:
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    98.795] (==) No Layout section.  Using the first Screen section.
[    98.795] (==) No screen section available. Using defaults.
[    98.795] (**) |-->Screen "Default Screen Section" (0)
[    98.795] (**) |   |-->Monitor "<default monitor>"
[    98.795] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    98.797] (--) PCI:*(0:1:0:0) 10de:11c0:1462:2871 rev 161, Mem @ 0xf6000000/16777216, 0xe8000000/134217728, 0xf2000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
[    98.797] (II) LoadModule: "glx"
[    98.845] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    99.016] (II) LoadModule: "nvidia"
[    99.016] (WW) Warning, couldn't open module nvidia
[    99.016] (II) UnloadModule: "nvidia"
[    99.016] (EE) Failed to load module "nvidia" (module does not exist, 0)
[    99.016] (II) LoadModule: "nouveau"
[    99.016] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    99.017] (II) LoadModule: "modesetting"
[    99.017] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    99.017] (II) LoadModule: "fbdev"
[    99.017] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    99.017] (II) LoadModule: "vesa"
[    99.017] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    99.017] (II) LoadModule: "nvidia"
[    99.018] (WW) Warning, couldn't open module nvidia
[    99.018] (II) UnloadModule: "nvidia"
[    99.018] (EE) Failed to load module "nvidia" (module does not exist, 0)
[    99.018] (II) LoadModule: "nouveau"
[    99.018] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    99.018] (II) UnloadModule: "nouveau"
[    99.018] (II) LoadModule: "modesetting"
[    99.018] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    99.018] (II) UnloadModule: "modesetting"
[    99.018] (II) LoadModule: "fbdev"
[    99.018] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    99.018] (II) UnloadModule: "fbdev"
[    99.018] (II) LoadModule: "vesa"
[    99.018] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    99.018] (II) UnloadModule: "vesa"
[    99.019] (WW) Falling back to old probe method for modesetting
[    99.019] (WW) Falling back to old probe method for fbdev
[    99.019] (II) Loading sub module "fbdevhw"
[    99.019] (II) LoadModule: "fbdevhw"
[    99.019] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    99.019] (WW) Falling back to old probe method for vesa
[    99.019] (II) Loading sub module "dri2"
[    99.019] (II) LoadModule: "dri2"
[    99.019] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    99.031] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
[    99.097] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
[    99.160] (II) NOUVEAU(0): Output DP-1 has no monitor section
[    99.161] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
[    99.161] (II) NOUVEAU(0): 4 crtcs needed for screen.
[    99.164] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[    99.164] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[    99.164] (II) NOUVEAU(0): Allocated crtc nr. 2 to this screen.
[    99.164] (II) NOUVEAU(0): Allocated crtc nr. 3 to this screen.
[    99.242] (II) NOUVEAU(0): Monitor name: Acer H235H
[    99.305] (II) Loading sub module "fb"
[    99.305] (II) LoadModule: "fb"
[    99.305] (II) Loading /usr/lib/xorg/modules/libfb.so
[    99.305] (II) Loading sub module "shadowfb"
[    99.305] (II) LoadModule: "shadowfb"
[    99.306] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    99.306] (II) UnloadModule: "modesetting"
[    99.306] (II) UnloadModule: "fbdev"
[    99.306] (II) UnloadModule: "vesa"
[    99.362] (II) Loading sub module "exa"
[    99.362] (II) LoadModule: "exa"
[    99.362] (II) Loading /usr/lib/xorg/modules/libexa.so
[    99.385] (II) EXA(0): Driver allocated offscreen pixmaps
[    99.385] (II)         UploadToScreen
[    99.385] (II)         DownloadFromScreen
[   100.057] (II) GLX: Initialized DRI2 GL provider for screen 0
[   100.060] (II) NOUVEAU(0): Setting screen physical size to 508 x 285
[   100.097] (II) LoadModule: "libinput"
[   100.097] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so


GPU Manager logs:
log_file: /var/log/gpu-manager.log
last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
can't access /run/u-d-c-nvidia-was-loaded file
can't access /run/u-d-c-fglrx-was-loaded file
Looking for fglrx modules in /lib/modules/4.10.0-20-generic/updates/dkms
Looking for nvidia modules in /lib/modules/4.10.0-20-generic/updates/dkms
Is nvidia loaded? no
Was nvidia unloaded? no
Is nvidia blacklisted? no
Is fglrx loaded? no
Was fglrx unloaded? no
Is fglrx blacklisted? no
Is intel loaded? no
Is radeon loaded? no
Is radeon blacklisted? no
Is amdgpu loaded? no
Is amdgpu blacklisted? no
Is nouveau loaded? yes
Is nouveau blacklisted? no
Is fglrx kernel module available? no
Is nvidia kernel module available? no
Vendor/Device Id: 10de:11c0
BusID "PCI:1@0:0:0"
Is boot vga? yes
Skipping "/dev/dri/card0", driven by "nouveau"
Skipping "/dev/dri/card0", driven by "nouveau"
Found "/dev/dri/card0", driven by "nouveau"
output 0:
	card0-HDMI-A-1
Number of connected outputs for /dev/dri/card0: 1
Skipping "/dev/dri/card0", driven by "nouveau"
Does it require offloading? no
last cards number = 1
Has amd? no
Has intel? no
Has nvidia? yes
How many cards? 1
Has the system changed? No
main_arch_path x86_64-linux-gnu, other_arch_path i386-linux-gnu
Current alternative: /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf
Current core alternative: (null)
Current egl alternative: /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf
Is nvidia enabled? no
Is nvidia egl enabled? no
Is fglrx enabled? no
Is mesa enabled? yes
Is mesa egl enabled? yes
Is pxpress enabled? no
Is prime enabled? no
Is prime egl enabled? no
Is nvidia available? no
Is nvidia egl available? no
Is fglrx available? no
Is fglrx-core available? no
Is mesa available? yes
Is mesa egl available? yes
Is pxpress available? no
Is prime available? no
Is prime egl available? no
Single card detected
Kernel Module is not loaded
Nothing to do
No change - nothing to do


============================ Disks SMART Attributes ===========================



### ATA disks: sda

# Drive sda:
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.10.0-20-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Caviar Black
Device Model:     WDC WD1002FAEX-00Z3A0
LU WWN Device Id: 5 0014ee 204d9f93b
Firmware Version: 05.01D05
User Capacity:    1 000 204 886 016 bytes [1,00 TB]
Sector Size:      512 bytes logical/physical
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS (minor revision not indicated)
SATA Version is:  SATA 2.6, 6.0 Gb/s
Local Time is:    Mon May  8 10:05:37 2017 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAGS    VALUE WORST THRESH FAIL RAW_VALUE
  1 Raw_Read_Error_Rate     POSR-K   200   200   051    -    0
  3 Spin_Up_Time            POS--K   174   169   021    -    4283
  4 Start_Stop_Count        -O--CK   098   098   000    -    2958
  5 Reallocated_Sector_Ct   PO--CK   200   200   140    -    0
  7 Seek_Error_Rate         -OSR-K   100   253   000    -    0
  9 Power_On_Hours          -O--CK   072   072   000    -    20825
 10 Spin_Retry_Count        -O--CK   100   100   000    -    0
 11 Calibration_Retry_Count -O--CK   100   100   000    -    0
 12 Power_Cycle_Count       -O--CK   098   098   000    -    2952
192 Power-Off_Retract_Count -O--CK   200   200   000    -    121
193 Load_Cycle_Count        -O--CK   200   200   000    -    2836
194 Temperature_Celsius     -O---K   110   092   000    -    37
196 Reallocated_Event_Count -O--CK   200   200   000    -    0
197 Current_Pending_Sector  -O--CK   200   200   000    -    0
198 Offline_Uncorrectable   ----CK   200   200   000    -    0
199 UDMA_CRC_Error_Count    -O--CK   200   200   000    -    0
200 Multi_Zone_Error_Rate   ---R--   200   200   000    -    0
                            ||||||_ K auto-keep
                            |||||__ C event count
                            ||||___ R error rate
                            |||____ S speed/performance
                            ||_____ O updated online
                            |______ P prefailure warning

SMART Error Log Version: 1
No Errors Logged

Désolé mais je ne sais pas voir là-dedans - mais peut-être que ce n'est pas visible - d'explication sur le temps de démarrage long.

EDIT : si le chiffrement du home n'est pas vital pour toi, ça vaudrait le coup de refaire une install toute neuve, sans chiffrage du /home et installer la version 16.04.1 64 bits de Ubuntu qui me semble plus pertinente que la 17.04 pour ton ordi qui n'est pas un lapin de l'année (je pense qu'il date de 2010-2011)

Dernière modification par malbo (Le 08/05/2017, à 10:44)

Hors ligne

#5 Le 08/05/2017, à 12:15

tarkan99

Re : [RESOLU] Ubuntu 17.04 démarrage lent

hello !

je vois un truc bizarre :
dans fstab, une mention d'un swap
/dev/mapper/cryptswap1 none swap sw 0 0

mais ailleurs, nul de trace de swap.

est-ce normal ?

sur 17.04, le swap est un simple fichier mais doit-il apparaitre dans stab ?


xubuntu 22.04.1 sur machine assemblée base de Core i5 9400

Hors ligne

#6 Le 08/05/2017, à 15:45

malbo

Re : [RESOLU] Ubuntu 17.04 démarrage lent

Je viens de voir le rapport de Bug #1670336 qui traite justement d'un dysfonctionnement de Ubuntu 17.04 quand on choisit le chiffrage du /home. Pour voir si ça te concerne, je te prie de passer la commande suivante depuis la session de ton Ubuntu installé :

systemctl status swapfile.swap

Tu donneras le résultat de cette commande dans ta réponse (donne le retour utilisable)

Dernière modification par malbo (Le 08/05/2017, à 15:47)

Hors ligne

#7 Le 08/05/2017, à 15:48

gdlc

Re : [RESOLU] Ubuntu 17.04 démarrage lent

Je suis pas sur d'avoir compris cette histoire de swap ?

Voici le retour de la commande que tu m'as donné :

swapfile.swap - /swapfile
   Loaded: loaded
   Active: inactive (dead)
     What: /swapfile

Hors ligne

#8 Le 08/05/2017, à 17:28

malbo

Re : [RESOLU] Ubuntu 17.04 démarrage lent

Peux-tu confirmer que tu as coché "Chiffrer mon dossier personnel" à l'étape "Qui êtes-vous?" de l'installation ?

Hors ligne

#9 Le 08/05/2017, à 17:47

gdlc

Re : [RESOLU] Ubuntu 17.04 démarrage lent

J'ai chiffré le dossier lors de l'installation (j'ai installé en bootant sur une clef usb, le menu n'était pas le même que celui que tu as mis en illustration mais j'imagine que c'était équivalent).

Hors ligne

#10 Le 08/05/2017, à 18:00

malbo

Re : [RESOLU] Ubuntu 17.04 démarrage lent

Tu es bien victime du bug de Ubuntu 17.04. Si tu veux absolument chiffrer ton /home, fais une installation de la version 16.04.1 64 bits de Ubuntu (ou Xubuntu) comme je te l'ai conseillé dans le post #4.

Hors ligne

#11 Le 08/05/2017, à 18:03

gdlc

Re : [RESOLU] Ubuntu 17.04 démarrage lent

Ok merci je vais faire comme tu as conseillé :-)

Hors ligne

#12 Le 08/05/2017, à 20:32

malbo

Re : [RESOLU] Ubuntu 17.04 démarrage lent

Donne des nouvelles quand tu l'auras fait, s'il te plaît.

Hors ligne

#13 Le 09/05/2017, à 07:58

malbo

Re : [RESOLU] Ubuntu 17.04 démarrage lent

Bonjour,
J'ai fait des manips en virtualisation pour essayer de comprendre.
J'en retire que le problème que tu as rencontré (proche du Bug #1670336) serait dû à la nouvelle fonctionnalité de la version 17.04 (Zesty) : pour une installation nouvelle de 17.04, il y a création d'un fichier swap au lieu d'une partition swap (c'est au paragraphe "swap" des notes de version de Zesty). Je pense que la couille vient de là parce que le choix "Chiffrer mon dossier personnel" à l'étape "Qui êtes-vous?" de l'installation implique un chiffrage de la swap.
Ce qui renforce ce soupçon, c'est que j'ai fait une installation de 17.04 en sélectionnant "Autre chose" à l'étape "Type d'installation" et j'ai créé une partition racine et une partition swap. J'ai bien sûr coché la case "Chiffrer mon dossier personnel" à l'étape "Qui êtes-vous?" de l'installation. Après installation, je n'ai pas le bug et j'ai bien un chiffrage "classique" de la partition swap comme on peut voir sur le Boot-Info que j'ai fait depuis une session du Ubuntu installé :

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


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

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

sda1: __________________________________________________________________________

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

sda2: __________________________________________________________________________

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

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

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

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048    39,062,594    39,060,547  83 Linux
/dev/sda2          39,063,552    42,979,327     3,915,776  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/mapper/cryptswap1 f7a3efe8-d1a7-4849-b6a7-5826a3dd2099   swap       
/dev/sda1        b3f8853f-8367-4776-95ca-7273069d726a   ext4       
/dev/sda2        aa6f2e7c-2331-41af-942f-e00998dbf0f1   swap       

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

total 0
lrwxrwxrwx 1 root root  9 May  9 06:13 ata-VBOX_CD-ROM_VB2-01700376 -> ../../sr0
lrwxrwxrwx 1 root root  9 May  9 06:18 ata-VBOX_HARDDISK_VBbded9aca-f287d53e -> ../../sda
lrwxrwxrwx 1 root root 10 May  9 06:18 ata-VBOX_HARDDISK_VBbded9aca-f287d53e-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May  9 06:18 ata-VBOX_HARDDISK_VBbded9aca-f287d53e-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 May  9 06:18 dm-name-cryptswap1 -> ../../dm-0
lrwxrwxrwx 1 root root 10 May  9 06:18 dm-uuid-CRYPT-PLAIN-cryptswap1 -> ../../dm-0

========================= "ls -R /dev/mapper/" output: =========================

/dev/mapper:
control
cryptswap1

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

Device           Mount_Point              Type       Options

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


=========================== sda1/boot/grub/grub.cfg: ===========================

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

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

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  b3f8853f-8367-4776-95ca-7273069d726a
else
  search --no-floppy --fs-uuid --set=root b3f8853f-8367-4776-95ca-7273069d726a
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; 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
if background_color 44,0,30,0; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b3f8853f-8367-4776-95ca-7273069d726a' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  b3f8853f-8367-4776-95ca-7273069d726a
	else
	  search --no-floppy --fs-uuid --set=root b3f8853f-8367-4776-95ca-7273069d726a
	fi
        linux	/boot/vmlinuz-4.10.0-19-generic root=UUID=b3f8853f-8367-4776-95ca-7273069d726a ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.10.0-19-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-b3f8853f-8367-4776-95ca-7273069d726a' {
	menuentry 'Ubuntu, avec Linux 4.10.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-19-generic-advanced-b3f8853f-8367-4776-95ca-7273069d726a' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  b3f8853f-8367-4776-95ca-7273069d726a
		else
		  search --no-floppy --fs-uuid --set=root b3f8853f-8367-4776-95ca-7273069d726a
		fi
		echo	'Chargement de Linux 4.10.0-19-generic…'
	        linux	/boot/vmlinuz-4.10.0-19-generic root=UUID=b3f8853f-8367-4776-95ca-7273069d726a ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.10.0-19-generic
	}
	menuentry 'Ubuntu, with Linux 4.10.0-19-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-19-generic-init-upstart-b3f8853f-8367-4776-95ca-7273069d726a' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  b3f8853f-8367-4776-95ca-7273069d726a
		else
		  search --no-floppy --fs-uuid --set=root b3f8853f-8367-4776-95ca-7273069d726a
		fi
		echo	'Chargement de Linux 4.10.0-19-generic…'
	        linux	/boot/vmlinuz-4.10.0-19-generic root=UUID=b3f8853f-8367-4776-95ca-7273069d726a ro  quiet splash $vt_handoff init=/sbin/upstart
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.10.0-19-generic
	}
	menuentry 'Ubuntu, with Linux 4.10.0-19-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-19-generic-recovery-b3f8853f-8367-4776-95ca-7273069d726a' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  b3f8853f-8367-4776-95ca-7273069d726a
		else
		  search --no-floppy --fs-uuid --set=root b3f8853f-8367-4776-95ca-7273069d726a
		fi
		echo	'Chargement de Linux 4.10.0-19-generic…'
	        linux	/boot/vmlinuz-4.10.0-19-generic root=UUID=b3f8853f-8367-4776-95ca-7273069d726a ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.10.0-19-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,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  b3f8853f-8367-4776-95ca-7273069d726a
	else
	  search --no-floppy --fs-uuid --set=root b3f8853f-8367-4776-95ca-7273069d726a
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  b3f8853f-8367-4776-95ca-7273069d726a
	else
	  search --no-floppy --fs-uuid --set=root b3f8853f-8367-4776-95ca-7273069d726a
	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 ###
--------------------------------------------------------------------------------

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

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=b3f8853f-8367-4776-95ca-7273069d726a /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda2 during installation
#UUID=aa6f2e7c-2331-41af-942f-e00998dbf0f1 none            swap    sw              0       0
/dev/mapper/cryptswap1 none swap sw 0 0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

  14.490234375 = 15.558770688   boot/grub/grub.cfg                             3
   4.138378143 = 4.443549696    boot/grub/i386-pc/core.img                     1
   1.359584808 = 1.459843072    boot/vmlinuz-4.10.0-19-generic                 1
   1.359584808 = 1.459843072    vmlinuz                                        1
   4.394424438 = 4.718477312    boot/initrd.img-4.10.0-19-generic              3
   4.394424438 = 4.718477312    initrd.img                                     3


ADDITIONAL INFORMATION :
=================== log of boot-info 2017-05-09__06h18 ===================
boot-info version : 4ppa40
boot-sav version : 4ppa40
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa40
boot-info is executed in installed-session (Ubuntu 17.04, zesty, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.10.0-19-generic root=UUID=b3f8853f-8367-4776-95ca-7273069d726a ro quiet splash

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

=================== blkid:
/dev/sda1: UUID="b3f8853f-8367-4776-95ca-7273069d726a" TYPE="ext4" PARTUUID="949db4ff-01"
/dev/sda2: UUID="aa6f2e7c-2331-41af-942f-e00998dbf0f1" TYPE="swap" PARTUUID="949db4ff-02"
/dev/mapper/cryptswap1: UUID="f7a3efe8-d1a7-4849-b6a7-5826a3dd2099" TYPE="swap"


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 avril 12 05:14 grub.d
total 80
-rwxr-xr-x 1 root root  9783 mars  30 23:45 00_header
-rwxr-xr-x 1 root root  6258 nov.   1  2016 05_debian_theme
-rwxr-xr-x 1 root root 12676 mars  30 23:45 10_linux
-rwxr-xr-x 1 root root 11281 mars  30 23:45 20_linux_xen
-rwxr-xr-x 1 root root  1992 janv. 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 12059 mars  30 23:45 30_os-prober
-rwxr-xr-x 1 root root  1418 mars  30 23:45 30_uefi-firmware
-rwxr-xr-x 1 root root   214 mars  30 23:45 40_custom
-rwxr-xr-x 1 root root   216 mars  30 23:45 41_custom
-rw-r--r-- 1 root root   483 mars  30 23:45 README




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

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

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

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

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

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

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

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

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




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


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

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


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

Model: ATA VBOX HARDDISK (scsi)
Disk /dev/sda: 22.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End     Size    Type     File system     Flags
1      1049kB  20.0GB  20.0GB  primary  ext4            boot
2      20.0GB  22.0GB  2005MB  primary  linux-swap(v1)


Model: Linux device-mapper (crypt) (dm)
Disk /dev/mapper/cryptswap1: 2004MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:

Number  Start  End     Size    File system     Flags
1      0.00B  2004MB  2004MB  linux-swap(v1)

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

BYT;
/dev/sda:22.0GB:scsi:512:512:msdos:ATA VBOX HARDDISK:;
1:1049kB:20.0GB:20.0GB:ext4::boot;
2:20.0GB:22.0GB:2005MB:linux-swap(v1)::;

BYT;
/dev/mapper/cryptswap1:2004MB:dm:512:512:loop:Linux device-mapper (crypt):;
1:0.00B:2004MB:2004MB:linux-swap(v1)::;

=================== lsblk:
KNAME TYPE  FSTYPE  SIZE LABEL
sda   disk         20,5G
sda1  part  ext4   18,6G
sda2  part  swap    1,9G
sr0   rom          1024M
dm-0  crypt swap    1,9G

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


=================== 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=470568k,nr_inodes=117642,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=98672k,mode=755)
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
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/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/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13701)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=98672k,mode=700,uid=1000,gid=1000)
/home/.ecryptfs/malbo/.Private on /home/malbo type ecryptfs (rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=f703169bb9575e6b,ecryptfs_sig=a59aeafa816abc74,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)


=================== ls:
/sys/block/dm-0 (filtered):  alignment_offset badblocks bdi capability dev discard_alignment dm ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sda (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  autofs block bsg btrfs-control bus cdrom char console core cpu_dma_latency cuse disk dm-0 dri dvd ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng initctl input kmsg lightnvm log mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vboxguest vboxuser vfio vga_arbiter vhci vhost-net zero
ls /dev/mapper:  control cryptswap1
ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type

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

Filesystem           Type      Size  Used Avail Use% Mounted on
udev                 devtmpfs  460M     0  460M   0% /dev
tmpfs                tmpfs      97M  6.2M   91M   7% /run
/dev/sda1            ext4       19G  4.1G   14G  24% /
tmpfs                tmpfs     482M   13M  470M   3% /dev/shm
tmpfs                tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs                tmpfs     482M     0  482M   0% /sys/fs/cgroup
tmpfs                tmpfs      97M  168K   97M   1% /run/user/1000
/home/malbo/.Private ecryptfs   19G  4.1G   14G  24% /home/malbo

=================== fdisk -l:
Disk /dev/sda: 20.5 GiB, 22006415360 bytes, 42981280 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: 0x949db4ff

Device     Boot    Start      End  Sectors  Size Id Type
/dev/sda1  *        2048 39062594 39060547 18.6G 83 Linux
/dev/sda2       39063552 42979327  3915776  1.9G 82 Linux swap / Solaris


Disk /dev/mapper/cryptswap1: 1.9 GiB, 2004353024 bytes, 3914752 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




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


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

Ce que je trouve de "classique", c'est la présence des deux lignes commentées (avec caractère # en tête de ligne) suivantes dans le fichier fstab :

# swap was on /dev/sda2 during installation
#UUID=aa6f2e7c-2331-41af-942f-e00998dbf0f1 none            swap    sw              0       0

Dans les versions qui précèdent 17.04, on trouve toujours ces deux lignes commentées dans une install avec le choix "Chiffrage du dossier personnel".
En somme, si on fait une installation automatique de Ubuntu 17.04 avec le choix "Effacer le disque et installer Ubuntu" à l'étape "Type d'installation" (comme tu as fait) et qu'on coche la case "Chiffrer mon dossier personnel" à l'étape "Qui êtes-vous?" de l'installation, on tombe sur le Bug #1670336
Par contre, si on fait une installation "manuelle" avec le choix "Autre chose" à l'étape "Type d'installation" et qu'on crée volontairement une partition swap, l'option de chiffrage du dossier personnel ne donne pas le bug.

EDIT : comme je t'ai conseillé d'abandonner la 17.04 et d'installer la version 16.04.1, je viens de vérifier par acquis de conscience que tu peux sélectionner "Effacer le disque et installer Ubuntu" à l'étape "Type d'installation" puis "Chiffrer mon dossier personnel" à l'étape "Qui êtes-vous?" et que tu obtiens bien une installation sans bug avec une partition swap chiffrée.

Dernière modification par malbo (Le 09/05/2017, à 08:50)

Hors ligne

#14 Le 09/05/2017, à 20:31

gdlc

Re : [RESOLU] Ubuntu 17.04 démarrage lent

Bonsoir Malbo,

Merci pour ces essais, c'est vraiment sympa !

Je vais m'acheter un disque dur SSD demain, j'attendais ça pour refaire l'installation "propre". Même si tu as trouvé une solution à ce bug (bien vu d'ailleurs l'affaire du swap Tarkan99!!), je pense suivre ton conseil et partir sur une 16.04.2 LTS

Je peux normalement faire ça demain soir, je confirmerai à la suite de ce message si tout s'est bien déroulé ^^

Hors ligne

#15 Le 10/05/2017, à 21:28

gdlc

Re : [RESOLU] Ubuntu 17.04 démarrage lent

Bonsoir Malbo et Tarkan !

Voilà j'ai tout réinstallé en 16.04 LTS sur un disque dur SSD, absolument aucun soucis/bug ! C'était bien lié à cette histoire de swap sur la 17.04. Comme quoi, la version instable n'est pas nommée ainsi sans raison ^^

Merci encore pour votre aide précise et pertinente, c'est mon premier contact avec la communauté Ubuntu et autant vous dire que ça commence très bien  :-)

A bientôt !!

Hors ligne

#16 Le 11/05/2017, à 08:54

malbo

Re : [RESOLU] Ubuntu 17.04 démarrage lent

gdlc a écrit :

Comme quoi, la version instable n'est pas nommée ainsi sans raison

La version 17.04 que tu avais installée n'était pas une version dite "instable". Si tu examines la doc concernant les versions, le terme officiel pour cette version est "version intermédiaire". Cela étant posé, force est de constater que cette version intermédiaire 17.04 est mal dégrossie s'agissant du passage au fichier swap (à la place de la partition swap qui était installée précédemment) comme le montre le rapport de bug #1670336

Dernière modification par malbo (Le 11/05/2017, à 08:58)

Hors ligne