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 24/04/2015, à 09:40

romrom78

Réinstallation _ Ubuntu 14.04 LTS

Bonjour,

Je tourne sur Ubuntu 14.04 LTS, et constate depuis un bon moment que l'O.S. a du mal au démarrage pour se lancer.

J'ai installé hier via la logithèque, Boot Info Script. qui me donne les résultats suivants :

                  Boot Info Script 0.61      [1 April 2012]


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

 => No boot loader is installed in the MBR of /dev/sda.
 => No boot loader is installed in the MBR of /dev/sdb.

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  FAT32
    Boot sector info:  According to the info in the boot sector, sdb1 starts 
                       at sector 0. But according to the info from fdisk, 
                       sdb1 starts at sector 2048.
    Operating System:  
    Boot files:        /efi/ubuntu/grubx64.efi /efi/ubuntu/MokManager.efi 
                       /efi/ubuntu/shimx64.efi

sdb2: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 14.04.2 LTS
    Boot files:        /boot/grub/grub.cfg /etc/fstab

sdb3: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 têtes, 63 secteurs/piste, 243201 cylindres, total 3907029168 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 4096 octets

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1               2,048 3,907,028,991 3,907,026,944   7 NTFS / exFAT / HPFS


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 240.1 GB, 240057409536 bytes
255 têtes, 63 secteurs/piste, 29185 cylindres, total 468862128 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1                   1   468,862,127   468,862,127  ee GPT


GUID Partition Table detected.

Partition    Start Sector    End Sector  # of Sectors System
/dev/sdb1           2,048       999,423       997,376 EFI System partition
/dev/sdb2         999,424   435,959,807   434,960,384 Data partition (Linux)
/dev/sdb3     435,959,808   468,860,927    32,901,120 Swap partition (Linux)

"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        1AEC06034F3489AF                       ntfs       DATA
/dev/sdb1        D6D0-E614                              vfat       
/dev/sdb2        21aabcc9-32ee-46e1-82bc-471b76dbc8d0   ext4       
/dev/sdb3        50f5111b-905a-43e2-b19c-51787f61220c   swap       

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

Device           Mount_Point              Type       Options

/dev/sdb1        /boot/efi                vfat       (rw)
/dev/sdb2        /                        ext4       (rw,errors=remount-ro)


=========================== sdb2/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_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
else
  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
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=-1
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-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd1,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
	else
	  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
	fi
	linux	/boot/vmlinuz-3.13.0-49-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-49-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
	menuentry 'Ubuntu, avec Linux 3.13.0-49-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-49-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-49-generic…'
		linux	/boot/vmlinuz-3.13.0-49-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-49-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-49-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-49-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-49-generic…'
		linux	/boot/vmlinuz-3.13.0-49-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-49-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-48-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-48-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-48-generic…'
		linux	/boot/vmlinuz-3.13.0-48-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-48-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-48-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-48-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-48-generic…'
		linux	/boot/vmlinuz-3.13.0-48-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-48-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-46-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-46-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-46-generic…'
		linux	/boot/vmlinuz-3.13.0-46-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-46-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-46-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-46-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-46-generic…'
		linux	/boot/vmlinuz-3.13.0-46-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-46-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-45-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-45-generic…'
		linux	/boot/vmlinuz-3.13.0-45-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-45-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-45-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-45-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-45-generic…'
		linux	/boot/vmlinuz-3.13.0-45-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-45-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-44-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-44-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-44-generic…'
		linux	/boot/vmlinuz-3.13.0-44-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-44-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-44-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-44-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-44-generic…'
		linux	/boot/vmlinuz-3.13.0-44-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-44-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-43-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-43-generic…'
		linux	/boot/vmlinuz-3.13.0-43-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-43-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-43-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-43-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-43-generic…'
		linux	/boot/vmlinuz-3.13.0-43-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-43-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-41-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-41-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-41-generic…'
		linux	/boot/vmlinuz-3.13.0-41-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-41-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-41-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-41-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-41-generic…'
		linux	/boot/vmlinuz-3.13.0-41-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-41-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-40-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-40-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-40-generic…'
		linux	/boot/vmlinuz-3.13.0-40-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-40-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-40-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-40-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-40-generic…'
		linux	/boot/vmlinuz-3.13.0-40-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-40-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-39-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-39-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-39-generic…'
		linux	/boot/vmlinuz-3.13.0-39-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-39-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-39-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-39-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-39-generic…'
		linux	/boot/vmlinuz-3.13.0-39-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-39-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-37-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-37-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-37-generic…'
		linux	/boot/vmlinuz-3.13.0-37-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-37-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-37-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-37-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-37-generic…'
		linux	/boot/vmlinuz-3.13.0-37-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-37-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-36-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-36-generic…'
		linux	/boot/vmlinuz-3.13.0-36-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-36-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-36-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-36-generic…'
		linux	/boot/vmlinuz-3.13.0-36-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-36-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-35-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-35-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-35-generic…'
		linux	/boot/vmlinuz-3.13.0-35-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-35-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-35-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-35-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-35-generic…'
		linux	/boot/vmlinuz-3.13.0-35-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-35-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-34-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-34-generic…'
		linux	/boot/vmlinuz-3.13.0-34-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-34-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-34-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-34-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-34-generic…'
		linux	/boot/vmlinuz-3.13.0-34-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-34-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-33-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-33-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-33-generic…'
		linux	/boot/vmlinuz-3.13.0-33-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-33-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-33-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-33-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-33-generic…'
		linux	/boot/vmlinuz-3.13.0-33-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-33-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-32-generic…'
		linux	/boot/vmlinuz-3.13.0-32-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-32-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-32-generic…'
		linux	/boot/vmlinuz-3.13.0-32-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-32-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-30-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-30-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-30-generic…'
		linux	/boot/vmlinuz-3.13.0-30-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-30-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-30-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-30-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-30-generic…'
		linux	/boot/vmlinuz-3.13.0-30-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-30-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-29-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-29-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-29-generic…'
		linux	/boot/vmlinuz-3.13.0-29-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-29-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-29-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-29-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-29-generic…'
		linux	/boot/vmlinuz-3.13.0-29-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-29-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-27-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-27-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-27-generic…'
		linux	/boot/vmlinuz-3.13.0-27-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-27-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-27-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-27-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-27-generic…'
		linux	/boot/vmlinuz-3.13.0-27-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-27-generic
	}
	menuentry 'Ubuntu, avec Linux 3.13.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-24-generic…'
		linux	/boot/vmlinuz-3.13.0-24-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-24-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.13.0-24-generic…'
		linux	/boot/vmlinuz-3.13.0-24-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-24-generic
	}
	menuentry 'Ubuntu, avec Linux 3.11.0-20-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-20-generic-advanced-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.11.0-20-generic…'
		linux	/boot/vmlinuz-3.11.0-20-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.11.0-20-generic
	}
	menuentry 'Ubuntu, with Linux 3.11.0-20-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-20-generic-recovery-21aabcc9-32ee-46e1-82bc-471b76dbc8d0' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		else
		  search --no-floppy --fs-uuid --set=root 21aabcc9-32ee-46e1-82bc-471b76dbc8d0
		fi
		echo	'Chargement de Linux 3.11.0-20-generic…'
		linux	/boot/vmlinuz-3.11.0-20-generic.efi.signed root=UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.11.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+ ###
### 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 ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
	fwsetup
}
### 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 ###
--------------------------------------------------------------------------------

=============================== sdb2/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/sdb2 during installation
UUID=21aabcc9-32ee-46e1-82bc-471b76dbc8d0 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sdb1 during installation
UUID=D6D0-E614  /boot/efi       vfat    defaults        0       1
# swap was on /dev/sdb3 during installation
UUID=50f5111b-905a-43e2-b19c-51787f61220c none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


=============================== StdErr Messages: ===============================

cat: /tmp/BootInfo-erkjwGLF/Tmp_Log: Aucun fichier ou dossier de ce type

J'ai redémarré le PC et bien qu'il y est eu un mieux, quand à la vitesse de démarrage, j'ai dû m'y reprendre quand même en deux trois fois, avant que l'O.S. ne se lance correctement.

Alors, je ne sais pas ce qu'il faut faire : est-ce qu'il y a une modification à faire dès le BIOS, ou est-ce qu'il faut directement réinstaller Ubuntu 14.04 LTS ?

Pour info, c'est un PC domestique, qui se compose d'un disque SSD dédié à l'installation d'Ubuntu, et d'un disque dur HDD pour le Data.
Une autre question est importante, si au final il faut réinstaller l'O.S : est-ce que mes fichiers et dossiers perso seront effacés, ou est-ce que via le Live Cd, il est possible de réparer l'installation déjà en place sans écraser mes données ?

Merci pour votre aide qui sera la bienvenue;


Version actuelle : Ubuntu 20.04.1 LTS

Hors ligne

#2 Le 24/04/2015, à 10:23

olivi4

Re : Réinstallation _ Ubuntu 14.04 LTS

Bonjour,

Est-ce que tu as essayé de booter sur un noyau plus ancien ?


La philosophie nous enseigne à douter de ce qui nous paraît évident. La propagande, au contraire, nous enseigne à accepter pour évident ce dont il serait raisonnable de douter. (Aldous Huxley)
"La plus grande partie de la souffrance humaine est inutile. On se l'inflige à soi-même aussi longtemps que, à son insu, on laisse le mental prendre le contrôle de sa vie". (E. Tolle)

Hors ligne

#3 Le 24/04/2015, à 10:32

Bougron

Re : Réinstallation _ Ubuntu 14.04 LTS

Bonjour
Peux-tu faire la commande

dmesg

  et poster le résultat. Cela permettra de vérifier les points d'attente

Peux-tu aussi installer le logiciel GSmartControl qui est dans la logithèque  puis de faire la commande

sudo smartctl -a /dev/sda

qui donnera l'état du disque dur. (Fais un copier/coller du résultat).

et aussi

sudo smartctl -a /dev/sdb

qui donnera l'état du SSD du moins je l'espère . (Fais un copier/coller du résultat).

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


Avant de décider de faire une réinstallation, il faut comprendre la cause, Par exemple si tu as un câble qui fait un faux-contact, la réinstallation ne changera rien et lorsque le faux contact sera réparé la réinstallation sera inutile.

Lorsque tu as l'OS sur un disque et les données sur un autre, Il y a vraiment peu de chance que les données soient perdues. Mais ce n'est pas une raison d'oublier de les sauver régulièrement sur un support externe.

Dernière modification par Bougron (Le 24/04/2015, à 10:49)

Hors ligne

#4 Le 24/04/2015, à 10:33

romrom78

Re : Réinstallation _ Ubuntu 14.04 LTS

Bonjour olivi4,

non, par contre je viens de faire un boot info via boot repair et j'obtiens ceci à la fin du document :

EFI détecté. Veuillez vérifier les options.
=================== Final advice in case of recommended repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le fichier sdb1/efi/.../grub*.efi !

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

=================== Default settings
Recommended-Repair
This setting would purge (in order to sign-grub upgrade version) and reinstall the grub-efi-amd64-signed of sdb2, using the following options: upgrade-grub       sdb1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s

=================== Settings chosen by the user
Boot-Info
This setting will not act on the MBR.



Aucun changement n'a été effectué sur cet ordinateur.

Dernière modification par romrom78 (Le 24/04/2015, à 10:38)


Version actuelle : Ubuntu 20.04.1 LTS

Hors ligne

#5 Le 24/04/2015, à 10:35

romrom78

Re : Réinstallation _ Ubuntu 14.04 LTS

Bonjour Bougron,

voici le résultat de dmesg :

[    0.409661] software IO TLB [mem 0xbb105000-0xbf105000] (64MB) mapped at [ffff8800bb105000-ffff8800bf104fff]
[    0.409777] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x7
[    0.409781] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x7
[    0.409786] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x7
[    0.409790] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x7
[    0.409817] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.409818] Scanning for low memory corruption every 60 seconds
[    0.409972] Initialise system trusted keyring
[    0.410000] audit: initializing netlink socket (disabled)
[    0.410006] type=2000 audit(1429863227.404:1): initialized
[    0.428304] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.429062] zbud: loaded
[    0.429154] VFS: Disk quotas dquot_6.5.2
[    0.429181] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.429423] fuse init (API version 7.22)
[    0.429462] msgmni has been set to 31464
[    0.429492] Key type big_key registered
[    0.429743] Key type asymmetric registered
[    0.429744] Asymmetric key parser 'x509' registered
[    0.429761] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.429782] io scheduler noop registered
[    0.429783] io scheduler deadline registered (default)
[    0.429797] io scheduler cfq registered
[    0.429909] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.430069] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.430078] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.430103] intel_idle: MWAIT substates: 0x42120
[    0.430104] intel_idle: v0.4 model 0x3C
[    0.430105] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.430171] ipmi message handler version 39.2
[    0.430221] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.430224] ACPI: Power Button [PWRB]
[    0.430243] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.430244] ACPI: Power Button [PWRF]
[    0.430280] ACPI: Fan [FAN0] (off)
[    0.430293] ACPI: Fan [FAN1] (off)
[    0.430306] ACPI: Fan [FAN2] (off)
[    0.430317] ACPI: Fan [FAN3] (off)
[    0.430330] ACPI: Fan [FAN4] (off)
[    0.430558] thermal LNXTHERM:00: registered as thermal_zone0
[    0.430559] ACPI: Thermal Zone [TZ00] (28 C)
[    0.430675] thermal LNXTHERM:01: registered as thermal_zone1
[    0.430675] ACPI: Thermal Zone [TZ01] (30 C)
[    0.430694] GHES: HEST is not enabled!
[    0.430740] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.451109] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.451882] Linux agpgart interface v0.103
[    0.452603] brd: module loaded
[    0.452967] loop: module loaded
[    0.453176] libphy: Fixed MDIO Bus: probed
[    0.453222] tun: Universal TUN/TAP device driver, 1.6
[    0.453223] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.453242] PPP generic driver version 2.4.2
[    0.453266] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.453268] ehci-pci: EHCI PCI platform driver
[    0.453333] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.453336] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.453346] ehci-pci 0000:00:1a.0: debug port 2
[    0.457243] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.457256] ehci-pci 0000:00:1a.0: irq 20, io mem 0xf2e1c000
[    0.469164] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.469186] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.469188] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.469189] usb usb1: Product: EHCI Host Controller
[    0.469190] usb usb1: Manufacturer: Linux 3.13.0-49-generic ehci_hcd
[    0.469190] usb usb1: SerialNumber: 0000:00:1a.0
[    0.469259] hub 1-0:1.0: USB hub found
[    0.469262] hub 1-0:1.0: 2 ports detected
[    0.469379] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.469382] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.469391] ehci-pci 0000:00:1d.0: debug port 2
[    0.473296] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.473309] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf2e1b000
[    0.485201] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.485224] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    0.485226] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.485227] usb usb2: Product: EHCI Host Controller
[    0.485228] usb usb2: Manufacturer: Linux 3.13.0-49-generic ehci_hcd
[    0.485228] usb usb2: SerialNumber: 0000:00:1d.0
[    0.485321] hub 2-0:1.0: USB hub found
[    0.485325] hub 2-0:1.0: 2 ports detected
[    0.485388] ehci-platform: EHCI generic platform driver
[    0.485392] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.485393] ohci-pci: OHCI PCI platform driver
[    0.485397] ohci-platform: OHCI generic platform driver
[    0.485401] uhci_hcd: USB Universal Host Controller Interface driver
[    0.485469] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.485472] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.485542] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.485554] xhci_hcd 0000:00:14.0: irq 41 for MSI/MSI-X
[    0.485596] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.485597] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.485598] usb usb3: Product: xHCI Host Controller
[    0.485599] usb usb3: Manufacturer: Linux 3.13.0-49-generic xhci_hcd
[    0.485600] usb usb3: SerialNumber: 0000:00:14.0
[    0.485684] hub 3-0:1.0: USB hub found
[    0.485696] hub 3-0:1.0: 14 ports detected
[    0.487102] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.487105] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.487125] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.487127] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.487128] usb usb4: Product: xHCI Host Controller
[    0.487129] usb usb4: Manufacturer: Linux 3.13.0-49-generic xhci_hcd
[    0.487129] usb usb4: SerialNumber: 0000:00:14.0
[    0.487214] hub 4-0:1.0: USB hub found
[    0.487221] hub 4-0:1.0: 6 ports detected
[    0.493241] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.495519] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.495523] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.495644] mousedev: PS/2 mouse device common for all mice
[    0.495794] rtc_cmos 00:05: RTC can wake from S4
[    0.495882] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.495904] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.495939] device-mapper: uevent: version 1.0.3
[    0.495986] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    0.495990] ledtrig-cpu: registered to indicate activity on CPUs
[    0.495991] EFI Variables Facility v0.08 2004-May-17
[    0.498906] TCP: cubic registered
[    0.498962] NET: Registered protocol family 10
[    0.499077] NET: Registered protocol family 17
[    0.499082] Key type dns_resolver registered
[    0.499254] Loading compiled-in X.509 certificates
[    0.499805] Loaded X.509 cert 'Magrathea: Glacier signing key: 6fca287c2573d09ca32c1980c0d763777a63d4f5'
[    0.499811] registered taskstats version 1
[    0.501405] Key type trusted registered
[    0.503746] Key type encrypted registered
[    0.503749] AppArmor: AppArmor sha1 policy hashing enabled
[    0.503750] IMA: No TPM chip found, activating TPM-bypass!
[    0.504018] regulator-dummy: disabling
[    0.504081]   Magic number: 11:804:220
[    0.504106] acpi device:3e: hash matches
[    0.504118] dmi id: hash matches
[    0.504122] memory memory102: hash matches
[    0.504166] rtc_cmos 00:05: setting system clock to 2015-04-24 08:13:47 UTC (1429863227)
[    0.504635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.504636] EDD information not available.
[    0.504662] PM: Hibernation image not present or could not be loaded.
[    0.505210] Freeing unused kernel memory: 1340K (ffffffff81d20000 - ffffffff81e6f000)
[    0.505211] Write protecting the kernel read-only data: 12288k
[    0.506405] Freeing unused kernel memory: 796K (ffff880002739000 - ffff880002800000)
[    0.507365] Freeing unused kernel memory: 688K (ffff880002b54000 - ffff880002c00000)
[    0.514132] systemd-udevd[112]: starting version 204
[    0.525438] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    0.525445] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    0.525795] ahci 0000:00:1f.2: version 3.0
[    0.525861] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
[    0.525897] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0xb impl SATA mode
[    0.525898] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
[    0.533538] r8169 0000:03:00.0: irq 43 for MSI/MSI-X
[    0.533655] r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffc900018b8000, 74:d0:2b:7d:11:39, XID 0c000800 IRQ 43
[    0.533657] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    0.541510] scsi0 : ahci
[    0.541590] scsi1 : ahci
[    0.541661] scsi2 : ahci
[    0.541730] scsi3 : ahci
[    0.541803] scsi4 : ahci
[    0.541852] scsi5 : ahci
[    0.541875] ata1: SATA max UDMA/133 abar m2048@0xf2e1a000 port 0xf2e1a100 irq 42
[    0.541876] ata2: SATA max UDMA/133 abar m2048@0xf2e1a000 port 0xf2e1a180 irq 42
[    0.541877] ata3: DUMMY
[    0.541879] ata4: SATA max UDMA/133 abar m2048@0xf2e1a000 port 0xf2e1a280 irq 42
[    0.541879] ata5: DUMMY
[    0.541880] ata6: DUMMY
[    0.781196] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.861194] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.861209] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    0.861224] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.862255] ata1.00: ATA-8: Hitachi HDS5C3020BLE630, MZ4OAAB0, max UDMA/133
[    0.862257] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.862390] ata4.00: ATAPI: HL-DT-ST DVDRAM GH24NSB0, LM01, max UDMA/133
[    0.863441] ata1.00: configured for UDMA/133
[    0.863551] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HDS5C302 MZ4O PQ: 0 ANSI: 5
[    0.863632] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    0.863634] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    0.863648] sd 0:0:0:0: [sda] Write Protect is off
[    0.863650] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.863656] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.863657] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.863965] ata4.00: configured for UDMA/133
[    0.879353] ata2.00: ATA-9: INTEL SSDSC2BW240A4, DC02, max UDMA/133
[    0.879355] ata2.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.886521]  sda: sda1
[    0.886631] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.905698] ata2.00: configured for UDMA/133
[    0.905792] scsi 1:0:0:0: Direct-Access     ATA      INTEL SSDSC2BW24 DC02 PQ: 0 ANSI: 5
[    0.905869] sd 1:0:0:0: [sdb] 468862128 512-byte logical blocks: (240 GB/223 GiB)
[    0.905889] sd 1:0:0:0: [sdb] Write Protect is off
[    0.905890] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    0.905896] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.905912] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    0.906749]  sdb: sdb1 sdb2 sdb3
[    0.906832] scsi 3:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH24NSB0  LM01 PQ: 0 ANSI: 5
[    0.906958] sd 1:0:0:0: [sdb] Attached SCSI disk
[    0.910113] sr0: scsi3-mmc drive: 48x/12x writer dvd-ram cd/rw xa/form2 cdda tray
[    0.910115] cdrom: Uniform CD-ROM driver Revision: 3.20
[    0.910200] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    0.910237] sr 3:0:0:0: Attached scsi generic sg2 type 5
[    0.913565] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
[    0.913568] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.913701] hub 1-1:1.0: USB hub found
[    0.913808] hub 1-1:1.0: 6 ports detected
[    0.932848] EXT4-fs (sdb2): INFO: recovery required on readonly filesystem
[    0.932850] EXT4-fs (sdb2): write access will be enabled during recovery
[    0.961592] EXT4-fs (sdb2): orphan cleanup on readonly fs
[    0.963776] EXT4-fs (sdb2): 3 orphan inodes deleted
[    0.963778] EXT4-fs (sdb2): recovery complete
[    1.018407] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[    1.025196] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.126792] random: init urandom read with 62 bits of entropy available
[    1.141533] init: plymouth-upstart-bridge main process (186) terminated with status 1
[    1.141539] init: plymouth-upstart-bridge main process ended, respawning
[    1.144834] init: plymouth-upstart-bridge main process (194) terminated with status 1
[    1.144840] init: plymouth-upstart-bridge main process ended, respawning
[    1.146456] init: plymouth-upstart-bridge main process (199) terminated with status 1
[    1.146461] init: plymouth-upstart-bridge main process ended, respawning
[    1.147773] init: plymouth-upstart-bridge main process (201) terminated with status 1
[    1.147779] init: plymouth-upstart-bridge main process ended, respawning
[    1.149061] init: plymouth-upstart-bridge main process (203) terminated with status 1
[    1.149067] init: plymouth-upstart-bridge main process ended, respawning
[    1.157557] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
[    1.157559] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.157697] hub 2-1:1.0: USB hub found
[    1.157829] hub 2-1:1.0: 8 ports detected
[    1.325210] usb 3-11: new low-speed USB device number 2 using xhci_hcd
[    1.373247] usb 3-11: New USB device found, idVendor=040b, idProduct=2012
[    1.373249] usb 3-11: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.373250] usb 3-11: Product: 2.4GHz Mouse
[    1.373333] usb 3-11: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    1.373336] usb 3-11: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[    1.409185] tsc: Refined TSC clocksource calibration: 3199.997 MHz
[    1.485178] usb 3-13: new low-speed USB device number 3 using xhci_hcd
[    1.506614] usb 3-13: New USB device found, idVendor=1d57, idProduct=ffa4
[    1.506616] usb 3-13: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    1.506617] usb 3-13: Product: 2.4G Receiver
[    1.506684] usb 3-13: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    1.506686] usb 3-13: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[    2.404454] Adding 16450556k swap on /dev/sdb3.  Priority:-1 extents:1 across:16450556k SSFS
[    2.409156] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    2.409534] Switched to clocksource tsc
[    2.426095] systemd-udevd[318]: starting version 204
[    2.441737] EXT4-fs (sdb2): re-mounted. Opts: errors=remount-ro
[    2.445136] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.446899] mei_me 0000:00:16.0: irq 44 for MSI/MSI-X
[    2.451100] wmi: Mapper loaded
[    2.453642] [drm] Initialized drm 1.1.0 20060810
[    2.460215] lp: driver loaded but no devices found
[    2.467136] ppdev: user-space parallel port driver
[    2.477416] [drm] Memory usable by graphics device = 2048M
[    2.482763] yenta_cardbus 0000:05:01.0: CardBus bridge found [0000:0000]
[    2.482858] yenta_cardbus 0000:05:01.0: CardBus bridge to [bus 06-09]
[    2.482859] yenta_cardbus 0000:05:01.0:   bridge window [io  0xb000-0xb0ff]
[    2.482864] yenta_cardbus 0000:05:01.0:   bridge window [io  0xb400-0xb4ff]
[    2.482868] yenta_cardbus 0000:05:01.0:   bridge window [mem 0xf0400000-0xf2bfffff pref]
[    2.482873] yenta_cardbus 0000:05:01.0:   bridge window [mem 0xdf400000-0xdf7fffff]
[    2.487112] hidraw: raw HID events driver (C) Jiri Kosina
[    2.497135] ISDN subsystem Rev: 1.1.2.3/1.1.2.2/1.1.2.3/1.1.2.2/1.1.2.2 loaded
[    2.500896] HiSax: Linux Driver for passive ISDN cards
[    2.500897] HiSax: Version 3.5 (module)
[    2.500898] HiSax: Layer1 Revision 2.46.2.5
[    2.500899] HiSax: Layer2 Revision 2.30.2.4
[    2.500900] HiSax: TeiMgr Revision 2.20.2.3
[    2.500900] HiSax: Layer3 Revision 2.22.2.3
[    2.500901] HiSax: LinkLayer Revision 2.59.2.4
[    2.502389] random: nonblocking pool is initialized
[    2.514831] type=1400 audit(1429863229.505:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=423 comm="apparmor_parser"
[    2.514835] type=1400 audit(1429863229.505:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=423 comm="apparmor_parser"
[    2.514837] type=1400 audit(1429863229.505:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=423 comm="apparmor_parser"
[    2.515051] type=1400 audit(1429863229.505:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=423 comm="apparmor_parser"
[    2.515053] type=1400 audit(1429863229.505:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=423 comm="apparmor_parser"
[    2.515165] type=1400 audit(1429863229.505:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=423 comm="apparmor_parser"
[    2.521194] usbcore: registered new interface driver usbhid
[    2.521195] usbhid: USB HID core driver
[    2.526518] i915 0000:00:02.0: irq 45 for MSI/MSI-X
[    2.526525] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.526526] [drm] Driver supports precise vblank timestamp query.
[    2.526573] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.546632] kvm: disabled by bios
[    2.593551] Bluetooth: Core ver 2.17
[    2.593560] NET: Registered protocol family 31
[    2.593561] Bluetooth: HCI device and connection manager initialized
[    2.593567] Bluetooth: HCI socket layer initialized
[    2.593568] Bluetooth: L2CAP socket layer initialized
[    2.593569] Bluetooth: SCO socket layer initialized
[    2.601739] asus_wmi: ASUS WMI generic driver loaded
[    2.602553] asus_wmi: Initialization: 0x0
[    2.602565] asus_wmi: BIOS WMI version: 0.9
[    2.602584] asus_wmi: SFUN value: 0x0
[    2.602742] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input5
[    2.604009] Bluetooth: RFCOMM TTY layer initialized
[    2.604015] Bluetooth: RFCOMM socket layer initialized
[    2.604019] Bluetooth: RFCOMM ver 1.11
[    2.604717] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.604719] Bluetooth: BNEP filters: protocol multicast
[    2.604722] Bluetooth: BNEP socket layer initialized
[    2.604744] asus_wmi: Backlight controlled by ACPI video driver
[    2.608029] type=1400 audit(1429863229.597:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=602 comm="apparmor_parser"
[    2.608034] type=1400 audit(1429863229.597:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=602 comm="apparmor_parser"
[    2.608244] type=1400 audit(1429863229.597:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=602 comm="apparmor_parser"
[    2.608440] input: 2.4GHz Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11:1.0/input/input6
[    2.608570] hid-generic 0003:040B:2012.0001: input,hidraw0: USB HID v1.10 Keyboard [2.4GHz Mouse] on usb-0000:00:14.0-11/input0
[    2.608703] input: 2.4GHz Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11:1.1/input/input7
[    2.608891] hid-generic 0003:040B:2012.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [2.4GHz Mouse] on usb-0000:00:14.0-11/input1
[    2.610023] yenta_cardbus 0000:05:01.0: ISA IRQ mask 0x0000, PCI irq 16
[    2.610027] yenta_cardbus 0000:05:01.0: Socket status: 30000006
[    2.610028] pci_bus 0000:06: Upper limit for fixing this bridge's parent bridge: #06
[    2.610209] yenta_cardbus 0000:05:01.0: pcmcia: parent PCI bridge window: [io  0xb000-0xdfff]
[    2.610210] yenta_cardbus 0000:05:01.0: pcmcia: parent PCI bridge window: [mem 0xf0400000-0xf2cfffff]
[    2.610483] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf0400000-0xf2cfffff:
[    2.610486]  excluding 0xf0400000-0xf2cfffff
[    2.615595] input: 2.4G Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.0/input/input8
[    2.615670] hid-generic 0003:1D57:FFA4.0003: input,hiddev0,hidraw2: USB HID v1.10 Mouse [2.4G Receiver] on usb-0000:00:14.0-13/input0
[    2.615747] input: 2.4G Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.1/input/input9
[    2.615772] hid-generic 0003:1D57:FFA4.0004: input,hidraw3: USB HID v1.10 Keyboard [2.4G Receiver] on usb-0000:00:14.0-13/input1
[    2.617098] snd_vx222 0000:05:00.0: enabling device (0000 -> 0001)
[    2.623346] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[    2.623350]  excluding 0xc0000-0xcffff 0xe0000-0xfffff
[    2.623360] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[    2.623364]  excluding 0xa0000000-0xa0ffffff
[    2.623369] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[    2.623373]  excluding 0x60000000-0x60ffffff
[    2.636370] init: cups main process (606) killed by HUP signal
[    2.636375] init: cups main process ended, respawning
[    2.677211] init: failsafe main process (637) killed by TERM signal
[    2.783302] r8169 0000:03:00.0 eth0: link down
[    2.783320] r8169 0000:03:00.0 eth0: link down
[    2.783342] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    2.783478] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    2.785021] fbcon: inteldrmfb (fb0) is primary device
[    2.985238] Console: switching to colour frame buffer device 170x48
[    2.987435] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    2.987436] i915 0000:00:02.0: registered panic notifier
[    3.789294] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[    3.826028] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.826244] acpi device:59: registered as cooling_device10
[    3.826284] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input10
[    3.829213] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    3.829253] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[    3.829256] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.829258] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251)
[    3.829259] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251)
[    3.829261] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.829261] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251)
[    3.829262] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251)
[    3.829264] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.829264] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    3.829758] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[    3.829825] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    3.829862] HDA driver get symbol successfully from i915 module
[    3.829882] snd_hda_intel 0000:00:03.0: irq 46 for MSI/MSI-X
[    3.829949] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[    3.840177] autoconfig: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line
[    3.840179]    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.840179]    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.840180]    mono: mono_out=0x0
[    3.840180]    dig-out=0x5/0x7
[    3.840181]    inputs:
[    3.840609] input: HDA Intel HDMI HDMI as /devices/pci0000:00/0000:00:03.0/sound/card1/input12
[    3.840646] input: HDA Intel HDMI HDMI as /devices/pci0000:00/0000:00:03.0/sound/card1/input11
[    3.842098] SKU: Nid=0x1d sku_cfg=0x4045e601
[    3.842099] SKU: port_connectivity=0x1
[    3.842100] SKU: enable_pcbeep=0x0
[    3.842100] SKU: check_sum=0x00000005
[    3.842101] SKU: customization=0x000000e6
[    3.842101] SKU: external_amp=0x0
[    3.842102] SKU: platform_type=0x0
[    3.842102] SKU: swap=0x0
[    3.842103] SKU: override=0x1
[    3.842549] autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    3.842549]    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.842550]    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    3.842551]    mono: mono_out=0x0
[    3.842551]    dig-out=0x11/0x1e
[    3.842552]    inputs:
[    3.842553]      Front Mic=0x19
[    3.842553]      Rear Mic=0x18
[    3.842554]      Line=0x1a
[    3.842555] realtek: No valid SSID, checking pincfg 0x4045e601 for NID 0x1d
[    3.842556] realtek: Enabling init ASM_ID=0xe601 CODEC_ID=10ec0887
[    3.853968] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card2/input20
[    3.854032] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card2/input19
[    3.854086] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card2/input18
[    3.854130] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card2/input17
[    3.854682] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card2/input16
[    3.854731] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card2/input15
[    3.854781] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card2/input14
[    3.854824] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card2/input13
[    4.413960] r8169 0000:03:00.0 eth0: link up
[    4.413966] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    4.416835] init: plymouth-upstart-bridge main process ended, respawning
[    4.419465] init: plymouth-upstart-bridge main process (1470) terminated with status 1
[    4.419472] init: plymouth-upstart-bridge main process ended, respawning
[    5.160160] transfer_end: error = 0xb1d
[    5.162946] msg got error = 0xc00 at cmd[0]
[   32.667783] audit_printk_skb: 180 callbacks suppressed
[   32.667785] type=1400 audit(1429863259.671:71): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=2721 comm="apparmor_parser"
[   32.667788] type=1400 audit(1429863259.671:72): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2721 comm="apparmor_parser"
[   32.667999] type=1400 audit(1429863259.671:73): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2721 comm="apparmor_parser"

Le retour de "sudo smartctl -a /dev/sda" me donne :

romainhelo@romainhelo-All-Series:~$ sudo smartctl -a /dev/sda
[sudo] password for romainhelo: 
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.13.0-49-generic] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Hitachi Deskstar 5K3000
Device Model:     Hitachi HDS5C3020BLE630
Serial Number:    MCE7215P0V0WHV
LU WWN Device Id: 5 000cca 37dcbd4fa
Firmware Version: MZ4OAAB0
User Capacity:    2 000 398 934 016 bytes [2,00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5700 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Fri Apr 24 10:48:22 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

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

General SMART Values:
Offline data collection status:  (0x84)	Offline data collection activity
					was suspended by an interrupting command from host.
					Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0)	The previous self-test routine completed
					without error or no self-test has ever 
					been run.
Total time to complete Offline 
data collection: 		(19061) seconds.
Offline data collection
capabilities: 			 (0x5b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					No Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   1) minutes.
Extended self-test routine
recommended polling time: 	 ( 318) minutes.
SCT capabilities: 	       (0x003d)	SCT Status supported.
					SCT Error Recovery Control supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000b   100   100   016    Pre-fail  Always       -       0
  2 Throughput_Performance  0x0005   143   143   054    Pre-fail  Offline      -       85
  3 Spin_Up_Time            0x0007   150   150   024    Pre-fail  Always       -       221 (Average 243)
  4 Start_Stop_Count        0x0012   100   100   000    Old_age   Always       -       1049
  5 Reallocated_Sector_Ct   0x0033   100   100   005    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000b   100   100   067    Pre-fail  Always       -       0
  8 Seek_Time_Performance   0x0005   138   138   020    Pre-fail  Offline      -       33
  9 Power_On_Hours          0x0012   100   100   000    Old_age   Always       -       3269
 10 Spin_Retry_Count        0x0013   100   100   060    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       1049
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       1052
193 Load_Cycle_Count        0x0012   100   100   000    Old_age   Always       -       1052
194 Temperature_Celsius     0x0002   206   206   000    Old_age   Always       -       29 (Min/Max 17/36)
196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0022   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0008   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x000a   200   200   000    Old_age   Always       -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]


SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

Et pour /sdb :

romainhelo@romainhelo-All-Series:~$ sudo smartctl -a /dev/sdb
[sudo] password for romainhelo: 
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.13.0-49-generic] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:     INTEL SSDSC2BW240A4
Serial Number:    BTDA326302V42403GN
LU WWN Device Id: 5 001517 8f3658f2e
Firmware Version: DC02
User Capacity:    240 057 409 536 bytes [240 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2 (minor revision not indicated)
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Fri Apr 24 10:44:50 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

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

General SMART Values:
Offline data collection status:  (0x05)	Offline data collection activity
					was aborted by an interrupting command from host.
					Auto Offline Data Collection: Disabled.
Self-test execution status:      (  33)	The self-test routine was interrupted
					by the host with a hard or soft reset.
Total time to complete Offline 
data collection: 		( 5860) seconds.
Offline data collection
capabilities: 			 (0x7f) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Abort Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   1) minutes.
Extended self-test routine
recommended polling time: 	 (  48) minutes.
Conveyance self-test routine
recommended polling time: 	 (   2) minutes.
SCT capabilities: 	       (0x0025)	SCT Status supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  5 Reallocated_Sector_Ct   0x0032   100   100   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       2676 (250 100 0)
 12 Power_Cycle_Count       0x0032   099   099   000    Old_age   Always       -       1063
170 Unknown_Attribute       0x0033   100   100   010    Pre-fail  Always       -       0
171 Unknown_Attribute       0x0032   100   100   000    Old_age   Always       -       0
172 Unknown_Attribute       0x0032   100   100   000    Old_age   Always       -       0
174 Unknown_Attribute       0x0032   100   100   000    Old_age   Always       -       33
183 Runtime_Bad_Block       0x0032   100   100   000    Old_age   Always       -       0
184 End-to-End_Error        0x0033   100   100   090    Pre-fail  Always       -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0032   026   038   000    Old_age   Always       -       26 (Min/Max 17/38)
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       33
199 UDMA_CRC_Error_Count    0x0032   100   100   000    Old_age   Always       -       0
225 Unknown_SSD_Attribute   0x0032   100   100   000    Old_age   Always       -       31189
226 Unknown_SSD_Attribute   0x0032   100   100   000    Old_age   Always       -       65535
227 Unknown_SSD_Attribute   0x0032   100   100   000    Old_age   Always       -       54
228 Power-off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       65535
232 Available_Reservd_Space 0x0033   100   100   010    Pre-fail  Always       -       0
233 Media_Wearout_Indicator 0x0032   100   100   000    Old_age   Always       -       0
241 Total_LBAs_Written      0x0032   100   100   000    Old_age   Always       -       31189
242 Total_LBAs_Read         0x0032   100   100   000    Old_age   Always       -       37126
249 Unknown_Attribute       0x0032   100   100   000    Old_age   Always       -       4337

SMART Error Log not supported

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Offline             Interrupted (host reset)      10%      2676         -
# 2  Offline             Interrupted (host reset)      10%      2675         -
# 3  Offline             Interrupted (host reset)      10%      2674         -
# 4  Offline             Interrupted (host reset)      10%      2674         -
# 5  Offline             Interrupted (host reset)      10%      2674         -
# 6  Offline             Interrupted (host reset)      10%      2674         -
# 7  Offline             Interrupted (host reset)      10%      2674         -
# 8  Offline             Interrupted (host reset)      10%      2674         -
# 9  Offline             Interrupted (host reset)      10%      2674         -
#10  Offline             Interrupted (host reset)      10%      2674         -
#11  Offline             Interrupted (host reset)      10%      2673         -
#12  Offline             Interrupted (host reset)      10%      2673         -
#13  Offline             Interrupted (host reset)      10%      2673         -
#14  Offline             Interrupted (host reset)      10%      2673         -
#15  Offline             Interrupted (host reset)      10%      2673         -
#16  Offline             Interrupted (host reset)      10%      2673         -
#17  Offline             Interrupted (host reset)      10%      2673         -
#18  Offline             Interrupted (host reset)      10%      2671         -
#19  Offline             Interrupted (host reset)      10%      2670         -
#20  Offline             Interrupted (host reset)      10%      2668         -
#21  Offline             Interrupted (host reset)      10%      2666         -

SMART Selective self-test log data structure revision number 0
Note: revision number not 1 implies that no selective self-test has ever been run
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

Merci.

Dernière modification par romrom78 (Le 24/04/2015, à 10:50)


Version actuelle : Ubuntu 20.04.1 LTS

Hors ligne

#6 Le 24/04/2015, à 10:59

Bougron

Re : Réinstallation _ Ubuntu 14.04 LTS

La partie de boot proprement dite se passe très bien.
puisqu'elle est terminée après 33 secondes.

 32.667999] type=1400 audit(1429863259.671:73): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2721 comm="apparmor_parser"

Le SSD va bien lui aussi.
AJOUT:: Ainsi que le SDA.....

C'est donc après la fin du boot qu'il y a un problème.......

Une chose qui n'a aucun rapport!:
Ton installation n'est pas équipée de windows et tu as un disque de 2TO formaté en NTFS, Comment vas-tu t'y prendre lorsqu'il y aura une mauvaise écriture et qu'il faudra réparer par la commande

sudo fsck /dev/sda1

Je te suggère de la faire maintenant pour voir la réponse qui sera donnée (au cas où le logiciel aurait évolué)

Dernière modification par Bougron (Le 24/04/2015, à 11:33)

Hors ligne

#7 Le 24/04/2015, à 11:00

romrom78

Re : Réinstallation _ Ubuntu 14.04 LTS

Bougron a écrit :

Avant de décider de faire une réinstallation, il faut comprendre la cause, Par exemple si tu as un câble qui fait un faux-contact, la réinstallation ne changera rien et lorsque le faux contact sera réparé la réinstallation sera inutile.

Je crois que historiquement, le problème date d'un ensemble de manipulations de fichiers liés aux paramètres audio du système car j'avais une carte son qui n'a pas été reconnue et via les forum, on a tenté pas mal de choses ...

Je pense plus que le problème viens de là que d'une raison matérielle ... mais bon, je n'en suis pas certain !


Version actuelle : Ubuntu 20.04.1 LTS

Hors ligne

#8 Le 24/04/2015, à 11:02

romrom78

Re : Réinstallation _ Ubuntu 14.04 LTS

Bougron a écrit :

C'est donc après la fin du boot qu'il y a un problème.......

Ah, ... comment procéder alors ?

Ce qui se passe lorsque je démarre le PC, c'est que souvent le système n'affiche qu'un écran soit noir, soit de la couleur violette d'Ubuntu.
Et rien d'autre ... je suis alors contraint d'éteindre le PC et de le redémarrer jusqu'à ce que le bureau s'affiche enfin ...

Dernière modification par romrom78 (Le 24/04/2015, à 11:09)


Version actuelle : Ubuntu 20.04.1 LTS

Hors ligne

#9 Le 24/04/2015, à 11:11

romrom78

Re : Réinstallation _ Ubuntu 14.04 LTS

Euh ... oui, bonne question ...

sudo fsck /dev/sda1

romainhelo@romainhelo-All-Series:~$ sudo fsck /dev/sda1
[sudo] password for romainhelo: 
fsck de util-linux 2.20.1
fsck: fsck.ntfs: not found
fsck: error 2 while executing fsck.ntfs for /dev/sda1

Dernière modification par romrom78 (Le 24/04/2015, à 11:14)


Version actuelle : Ubuntu 20.04.1 LTS

Hors ligne

#10 Le 24/04/2015, à 11:14

Bougron

Re : Réinstallation _ Ubuntu 14.04 LTS

et cela je ne sais pas.
Remettre le logiciel propre pour éliminer les manipulations est effectivement probablement  plus simple pour remettre à l'état initial

"soit de la couleur violette d'Ubuntu.
Et rien d'autre ... je suis alors contraint d'éteindre le PC et de le redémarrer jusqu'à ce que le bureau s'affiche enfin "...

Une piste ou un contournement
Voir s'il existe des pilotes propriétaires.... s'ils sont installés,  en mettre d'autres, ou remettre le format libre

Une autre piste pour dépanner, Elle peut marcher ou pas
C'est installer l'option   NOMODESET (installation réversible)

Comme ton micro boote le plus simple est de le faire avec la session du micro

Pour cela
sudo gedit /etc/default/grub
rechercher la ligne
GRUB_CMDLINE_LINUX_DEFAULT=
qui sera par exemple
GRUB_CMDLINE_LINUX_DEFAULT="paramètre1 paramètre2");
et ajouter l'option
GRUB_CMDLINE_LINUX_DEFAULT="paramètre1 paramètre2   nomodeset");

et sauver.
Puis faire prendre en compte par la commande
sudo update-grub

PS J'ai écris ces commandes sous windows, Je ne les ai donc pas vérifiées. Je pense qu'il n'y a pas d'erreur

Dernière modification par Bougron (Le 24/04/2015, à 11:34)

Hors ligne

#11 Le 24/04/2015, à 11:17

romrom78

Re : Réinstallation _ Ubuntu 14.04 LTS

Pour sda, j'ai déjà corrigé. Ça devrait apparaître ...

Je te le redonne au cas où :

romainhelo@romainhelo-All-Series:~$ sudo smartctl -a /dev/sda
[sudo] password for romainhelo: 
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.13.0-49-generic] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Hitachi Deskstar 5K3000
Device Model:     Hitachi HDS5C3020BLE630
Serial Number:    MCE7215P0V0WHV
LU WWN Device Id: 5 000cca 37dcbd4fa
Firmware Version: MZ4OAAB0
User Capacity:    2 000 398 934 016 bytes [2,00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5700 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Fri Apr 24 11:17:16 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

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

General SMART Values:
Offline data collection status:  (0x84)	Offline data collection activity
					was suspended by an interrupting command from host.
					Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0)	The previous self-test routine completed
					without error or no self-test has ever 
					been run.
Total time to complete Offline 
data collection: 		(19061) seconds.
Offline data collection
capabilities: 			 (0x5b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					No Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   1) minutes.
Extended self-test routine
recommended polling time: 	 ( 318) minutes.
SCT capabilities: 	       (0x003d)	SCT Status supported.
					SCT Error Recovery Control supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000b   100   100   016    Pre-fail  Always       -       0
  2 Throughput_Performance  0x0005   143   143   054    Pre-fail  Offline      -       85
  3 Spin_Up_Time            0x0007   150   150   024    Pre-fail  Always       -       221 (Average 243)
  4 Start_Stop_Count        0x0012   100   100   000    Old_age   Always       -       1049
  5 Reallocated_Sector_Ct   0x0033   100   100   005    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000b   100   100   067    Pre-fail  Always       -       0
  8 Seek_Time_Performance   0x0005   138   138   020    Pre-fail  Offline      -       33
  9 Power_On_Hours          0x0012   100   100   000    Old_age   Always       -       3269
 10 Spin_Retry_Count        0x0013   100   100   060    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       1049
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       1052
193 Load_Cycle_Count        0x0012   100   100   000    Old_age   Always       -       1052
194 Temperature_Celsius     0x0002   206   206   000    Old_age   Always       -       29 (Min/Max 17/36)
196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0022   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0008   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x000a   200   200   000    Old_age   Always       -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]


SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

Version actuelle : Ubuntu 20.04.1 LTS

Hors ligne

#12 Le 24/04/2015, à 12:04

Bougron

Re : Réinstallation _ Ubuntu 14.04 LTS

romrom78 a écrit :

Euh ... oui, bonne question ...

sudo fsck /dev/sda1

romainhelo@romainhelo-All-Series:~$ sudo fsck /dev/sda1
[sudo] password for romainhelo: 
fsck de util-linux 2.20.1
fsck: fsck.ntfs: not found
fsck: error 2 while executing fsck.ntfs for /dev/sda1

Je ne sais pas ce que vaut cette solution
http://askubuntu.com/questions/86086/fs … -fsck-ntfs

Hors ligne