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 09/07/2016, à 20:27

Gaeth52h

[RESOLU] Freezes au démarrage sur asus x205ta

Edit : le post m'ayant permis de régler mon problème est le poste #13, merci à malbo pour cette solution.

Bonjour à tous,
Je suis désolé si je ne poste pas au bon endroit mais je suis nouveau sur ce forum et je n'ai encore aucun repère sur celui-ci.

J'ai récemment installé ubuntu 16.04 LTS sur un asus x205ta (tout neuf) et tout marche comme il faut (bon sauf la carte son, mais j'étais prévenu, et sa ne me dérange pas particulièrement).
Seulement voilà, lorsque je veux le démarrer je dois m'y reprendre à plusieurs fois.
Je m'explique : lorsque j'allume mon ordi la première fois, celui va jusqu'à me demander mon mot de passe, mais à ce moment, plus moyen de faire quoi que ce soit. L'écran reste figé et je ne peux plus ni bouger la souris ni utiliser le clavier.
Je l'éteins donc de force et je le rallume, et en général il me refait le même coup.
Je peux seulement entrer mon mot de passe au bout de la troisième ou quatrième fois.
Il lui est arrivé de démarrer du premier coup une seule fois mais ce n'est pas rare qu'il prenne plus que quatre redémarrages.

J'ai suivi l'étape "post installation" décrite dans ce tutoriel mais cela n'a apparemment pas eu d'influence ou est destiné à corriger un autre problème que le miens. (Pour ce qui est de la carte wifi tout vas pour le mieux)

Voila, je crois que j'ai tout dit. Bon se n'est pas un problème majeur puisqu'une fois démarré tout marche très bien mais si je pouvais éviter d'avoir à passer je ne sais combien de temps à appuyer sur le bouton d'arrêt à chaque fois que je veux le démarrer, sa m'arrangerai pas mal.

Merci d'avoir lu mon petit pavé de texte et merci d'avance à ceux qui décideraient de m'aider.
Cordialement,
Gaeth

Dernière modification par Gaeth52h (Le 12/07/2016, à 12:55)


Nouveau dans le monde du libre, j'utilise un asus x205ta avec ubuntu 16.04 LTS

Hors ligne

#2 Le 10/07/2016, à 06:15

malbo

Re : [RESOLU] Freezes au démarrage sur asus x205ta

Bonjour,
Depuis ta session du Ubuntu installé, je te prie de passer la commande suivante dans un terminal :

cat /proc/cmdline

Copie tout ce qu'il y a dans le terminal (la commande et le résultat de cette commande) et colle-le dans ta réponse.

Hors ligne

#3 Le 10/07/2016, à 07:47

Gaeth52h

Re : [RESOLU] Freezes au démarrage sur asus x205ta

Bonjour malbo,
Voici ce que tu m'as demandé :

gaeth52h@gaeth52h-X205TAW:~$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic.efi.signed root=UUID=bffee9d3-e49e-4989-b765-b0f62e01b9c9 ro quiet splash intel_idle.max_cstate=1 vt.handoff=7

Nouveau dans le monde du libre, j'utilise un asus x205ta avec ubuntu 16.04 LTS

Hors ligne

#4 Le 10/07/2016, à 07:57

malbo

Re : [RESOLU] Freezes au démarrage sur asus x205ta

Il y a quelque chose que je ne comprends pas dans ce résultat que tu as obtenu et je souhaiterais pouvoir le vérifier : je te prie de démarrer ta session du Ubuntu installé et depuis cette session, faire un Boot-Info. Tu donneras l'URL de ce Boot-Info dans ta réponse.

EDIT :
Toujours depuis ta session du Ubuntu installé, passe la commande suivante dans un terminal :

gedit /boot/grub/grub.cfg

Copie tout le contenu qui s'affiche dans l'éditeur de texte et colle-le dans ta réponse en utilisant les balises (explications ici pour l'utilisation des balises)
Ensuite, quitte l'éditeur de texte et passe cette autre commande :

gedit /etc/fstab

Pareil : copie tout le contenu qui s'affiche dans l'éditeur de texte et colle-le dans ta réponse en utilisant les balises

Dernière modification par malbo (Le 10/07/2016, à 08:08)

Hors ligne

#5 Le 10/07/2016, à 08:59

Gaeth52h

Re : [RESOLU] Freezes au démarrage sur asus x205ta

Voici pour le boot info : http://paste2.org/IJBp2fYB

Pour la première commande :

#
# 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
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root  bffee9d3-e49e-4989-b765-b0f62e01b9c9
else
  search --no-floppy --fs-uuid --set=root bffee9d3-e49e-4989-b765-b0f62e01b9c9
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=en_US
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; then
    set timeout=0
  fi
fi
### END /etc/grub.d/00_header ###

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

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

Et pour la deuxième :

# /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/mmcblk0p2 during installation
UUID=bffee9d3-e49e-4989-b765-b0f62e01b9c9 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/mmcblk0p1 during installation
UUID=1D8E-6A53  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/mmcblk0p3 during installation
UUID=de6263c1-fa23-4a7d-8237-dc2dc06d0d1c none            swap    sw              0       0

Nouveau dans le monde du libre, j'utilise un asus x205ta avec ubuntu 16.04 LTS

Hors ligne

#6 Le 10/07/2016, à 16:58

malbo

Re : [RESOLU] Freezes au démarrage sur asus x205ta

Ton Boot-Info est là :

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


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


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

no valid partition table found
"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/mmcblk0                                                       
/dev/mmcblk0p1   1D8E-6A53                              vfat       
/dev/mmcblk0p2   bffee9d3-e49e-4989-b765-b0f62e01b9c9   ext4       
/dev/mmcblk0p3   de6263c1-fa23-4a7d-8237-dc2dc06d0d1c   swap       
/dev/mmcblk1                                                       
/dev/mmcblk1p1   5C97-F97F                              vfat       SD32GB

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

total 0
lrwxrwxrwx 1 root root 13 Jul 10 08:41 mmc-SDW32G_0xa8354028 -> ../../mmcblk0
lrwxrwxrwx 1 root root 15 Jul 10 08:41 mmc-SDW32G_0xa8354028-part1 -> ../../mmcblk0p1
lrwxrwxrwx 1 root root 15 Jul 10 08:41 mmc-SDW32G_0xa8354028-part2 -> ../../mmcblk0p2
lrwxrwxrwx 1 root root 15 Jul 10 08:41 mmc-SDW32G_0xa8354028-part3 -> ../../mmcblk0p3
lrwxrwxrwx 1 root root 13 Jul 10 08:41 mmc-SU32G_0x1a246969 -> ../../mmcblk1
lrwxrwxrwx 1 root root 15 Jul 10 08:41 mmc-SU32G_0x1a246969-part1 -> ../../mmcblk1p1

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

Device           Mount_Point              Type       Options

/dev/mmcblk0p1   /boot/efi                vfat       (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/mmcblk0p2   /                        ext4       (rw,relatime,errors=remount-ro,data=ordered)
/dev/mmcblk1p1   /media/gaeth52h/SD32GB   vfat       (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)



ADDITIONAL INFORMATION :
=================== log of boot-info 2016-07-10__09h54 ===================
boot-info version : 4ppa38
boot-sav version : 4ppa38
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa38
Error: /dev/mmcblk0rpmb: unrecognised disk label
Warning: Error fsyncing/closing /dev/mmcblk0rpmb: Input/output error
Error: /dev/mmcblk0boot0: unrecognised disk label
Error: /dev/mmcblk0boot1: unrecognised disk label
Error: /dev/mmcblk0rpmb: unrecognised disk label
Warning: Error fsyncing/closing /dev/mmcblk0rpmb: Input/output error
Error: /dev/mmcblk0boot0: unrecognised disk label
Error: /dev/mmcblk0boot1: unrecognised disk label
boot-info is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic.efi.signed root=UUID=bffee9d3-e49e-4989-b765-b0f62e01b9c9 ro quiet splash intel_idle.max_cstate=1 vt.handoff=7
mmcblk0 (mmcblk0) has unknown type. Please report this message to boot.repair@gmail.com
mmcblk1 (mmcblk0) has unknown type. Please report this message to boot.repair@gmail.com
mmcblk0 (mmcblk0) has unknown type. Please report this message to boot.repair@gmail.com
mmcblk1 (mmcblk0) has unknown type. Please report this message to boot.repair@gmail.com
mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
mount /dev/mmcblk0 : Error code 32
mount -r /dev/mmcblk0 /mnt/boot-sav/mmcblk0
mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
mount -r /dev/mmcblk0 : Error code 32
mount: /dev/mmcblk1 is already mounted or /mnt/boot-sav/mmcblk1 busy
mount /dev/mmcblk1 : Error code 32
mount -r /dev/mmcblk1 /mnt/boot-sav/mmcblk1
mount: /dev/mmcblk1 is already mounted or /mnt/boot-sav/mmcblk1 busy
mount -r /dev/mmcblk1 : Error code 32
cat: /sys/block/mmcblk0/mmcblk0boot0/start: No such file or directory
cat: /sys/block/mmcblk0/mmcblk0boot1/start: No such file or directory
cat: /sys/block/mmcblk0/mmcblk0rpmb/start: No such file or directory

=================== os-prober:
/dev/mmcblk0p2:The OS now in use - Ubuntu 16.04 LTS CurrentSession:linux

=================== blkid:
/dev/mmcblk0p1: UUID="1D8E-6A53" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="ba882572-11d7-4de6-97be-2e5958239a87"
/dev/mmcblk0p2: UUID="bffee9d3-e49e-4989-b765-b0f62e01b9c9" TYPE="ext4" PARTUUID="faa1c4c5-cb67-41be-b8b9-4095358f77ed"
/dev/mmcblk0p3: UUID="de6263c1-fa23-4a7d-8237-dc2dc06d0d1c" TYPE="swap" PARTUUID="95b2e961-4340-483c-8e81-e76a74b49c09"
/dev/mmcblk1p1: LABEL="SD32GB" UUID="5C97-F97F" TYPE="vfat"
/dev/mmcblk0: PTUUID="f036db10-528c-4843-99ec-2801970d47bc" PTTYPE="gpt"
/dev/mmcblk1: PTTYPE="dos"


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

mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
mount /dev/mmcblk0 : Error code 32
mount -r /dev/mmcblk0 /mnt/boot-sav/mmcblk0
mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
mount -r /dev/mmcblk0 : Error code 32
mount: /dev/mmcblk1 is already mounted or /mnt/boot-sav/mmcblk1 busy
mount /dev/mmcblk1 : Error code 32
mount -r /dev/mmcblk1 /mnt/boot-sav/mmcblk1
mount: /dev/mmcblk1 is already mounted or /mnt/boot-sav/mmcblk1 busy
mount -r /dev/mmcblk1 : Error code 32

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 avril 21 00:15 grub.d
total 76
-rwxr-xr-x 1 root root  9791 avril 16 00:00 00_header
-rwxr-xr-x 1 root root  6258 mars  15 19:08 05_debian_theme
-rwxr-xr-x 1 root root 12261 avril 16 00:00 10_linux
-rwxr-xr-x 1 root root 11082 avril 16 00:00 20_linux_xen
-rwxr-xr-x 1 root root  1992 janv. 28 13:44 20_memtest86+
-rwxr-xr-x 1 root root 11692 avril 16 00:00 30_os-prober
-rwxr-xr-x 1 root root  1418 avril 16 00:00 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril 16 00:00 40_custom
-rwxr-xr-x 1 root root   216 avril 16 00:00 41_custom
-rw-r--r-- 1 root root   483 avril 16 00:00 README




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

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

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

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

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

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

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

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

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



/boot/efi detected in the fstab of mmcblk0p2: UUID=1D8E-6A53   (mmcblk0p1)

=================== efibootmgr -v
BootCurrent: 0005
Timeout: 2 seconds
BootOrder: 0005,0001,0002,0003
Boot0001* UEFI:CD/DVD Drive	BBS(129,,0x0)
Boot0002* UEFI:Removable Device	BBS(130,,0x0)
Boot0003* UEFI:Network Device	BBS(131,,0x0)
Boot0005* ubuntu	HD(1,GPT,ba882572-11d7-4de6-97be-2e5958239a87,0x800,0x100000)/File(EFIubuntugrubia32.efi)

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com)


=================== PARTITIONS & DISKS:
mmcblk0p2	: mmcblk0,	not-sepboot,	grubenv-ok	grub2,	signed grub-pc grub-efi ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	not-far,	.
mmcblk0p1	: mmcblk0,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	is-correct-EFI,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/boot/efi.
mmcblk1p1	: mmcblk1,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/media/gaeth52h/SD32GB.
mmcblk0	: mmcblk0,	maybesepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/mnt/boot-sav/mmcblk0.
mmcblk1	: mmcblk0,	maybesepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/mnt/boot-sav/mmcblk1.

mmcblk0	: GPT,	no-BIOS_boot,	has-correctEFI, 	not-usb,	has-os,	1 sectors * 512 bytes
mmcblk1	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	not-usb,	no-os,	2048 sectors * 512 bytes


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

Model: Generic SD/MMC Storage Card (sd/mmc)
Disk /dev/mmcblk0rpmb: 4194kB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:

Model: Generic SD/MMC Storage Card (sd/mmc)
Disk /dev/mmcblk0boot0: 4194kB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:

Model: Generic SD/MMC Storage Card (sd/mmc)
Disk /dev/mmcblk0boot1: 4194kB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:

Model: MMC SDW32G (sd/mmc)
Disk /dev/mmcblk0: 31.3GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number  Start   End     Size    File system     Name                  Flags
1      1049kB  538MB   537MB   fat32           EFI System Partition  boot, esp
2      538MB   29.2GB  28.7GB  ext4
3      29.2GB  31.3GB  2072MB  linux-swap(v1)


Model: SD SU32G (sd/mmc)
Disk /dev/mmcblk1: 31.9GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End     Size    Type     File system  Flags
1      4194kB  31.9GB  31.9GB  primary  fat32        lba

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

BYT;
/dev/mmcblk0rpmb:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;

BYT;
/dev/mmcblk0boot0:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;

BYT;
/dev/mmcblk0boot1:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;

BYT;
/dev/mmcblk0:31.3GB:sd/mmc:512:512:gpt:MMC SDW32G:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
2:538MB:29.2GB:28.7GB:ext4::;
3:29.2GB:31.3GB:2072MB:linux-swap(v1)::;

BYT;
/dev/mmcblk1:31.9GB:sd/mmc:512:512:msdos:SD SU32G:;
1:4194kB:31.9GB:31.9GB:fat32::lba;

=================== lsblk:
KNAME        TYPE FSTYPE  SIZE LABEL
mmcblk0rpmb  disk           4M
mmcblk0boot0 disk           4M
mmcblk0boot1 disk           4M
mmcblk0      disk        29,1G
mmcblk0p1    part vfat    512M
mmcblk0p2    part ext4   26,7G
mmcblk0p3    part swap      2G
mmcblk1      disk        29,7G
mmcblk1p1    part vfat   29,7G SD32GB

KNAME        ROTA RO RM STATE MOUNTPOINT
mmcblk0rpmb     0  0  0
mmcblk0boot0    0  1  0
mmcblk0boot1    0  1  0
mmcblk0         0  0  0
mmcblk0p1       0  0  0       /boot/efi
mmcblk0p2       0  0  0       /
mmcblk0p3       0  0  0       [SWAP]
mmcblk1         0  0  0
mmcblk1p1       0  0  0       /media/gaeth52h/SD32GB


=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=968480k,nr_inodes=242120,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=197556k,mode=755)
/dev/mmcblk0p2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/mmcblk0p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=197556k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/mmcblk1p1 on /media/gaeth52h/SD32GB type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)


=================== ls:
/sys/block/mmcblk0 (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity mmcblk0boot0 mmcblk0boot1 mmcblk0p1 mmcblk0p2 mmcblk0p3 mmcblk0rpmb power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/mmcblk0boot0 (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro ro_lock_until_next_power_on size slaves stat subsystem trace uevent
/sys/block/mmcblk0boot1 (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro ro_lock_until_next_power_on size slaves stat subsystem trace uevent
/sys/block/mmcblk0rpmb (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/mmcblk1 (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity mmcblk1p1 power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  acpi_thermal_rel autofs block btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mmcblk0 mmcblk0boot0 mmcblk0boot1 mmcblk0p1 mmcblk0p2 mmcblk0p3 mmcblk0rpmb mmcblk1 mmcblk1p1 mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
ls /dev/mapper:  control
ls: cannot access '': No such file or directory

=================== hexdump -n512 -C /dev/mmcblk0p1
00000000  eb 58 90 6d 6b 66 73 2e  66 61 74 00 02 08 20 00  |.X.mkfs.fat... .|
00000010  02 00 00 00 00 f8 00 00  10 00 04 00 00 08 00 00  |................|
00000020  00 00 10 00 fe 03 00 00  00 00 00 00 02 00 00 00  |................|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 53 6a 8e 1d 4e  4f 20 4e 41 4d 45 20 20  |..)Sj..NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 0e 1f be 77 7c ac  |  FAT32   ...w|.|
00000060  22 c0 74 0b 56 b4 0e bb  07 00 cd 10 5e eb f0 32  |".t.V.......^..2|
00000070  e4 cd 16 cd 19 eb fe 54  68 69 73 20 69 73 20 6e  |.......This is n|
00000080  6f 74 20 61 20 62 6f 6f  74 61 62 6c 65 20 64 69  |ot a bootable di|
00000090  73 6b 2e 20 20 50 6c 65  61 73 65 20 69 6e 73 65  |sk.  Please inse|
000000a0  72 74 20 61 20 62 6f 6f  74 61 62 6c 65 20 66 6c  |rt a bootable fl|
000000b0  6f 70 70 79 20 61 6e 64  0d 0a 70 72 65 73 73 20  |oppy and..press |
000000c0  61 6e 79 20 6b 65 79 20  74 6f 20 74 72 79 20 61  |any key to try a|
000000d0  67 61 69 6e 20 2e 2e 2e  20 0d 0a 00 00 00 00 00  |gain ... .......|
000000e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/mmcblk1p1
00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 20 2e 09  |.X.MSDOS5.0.. ..|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 20 00 00  |........?.... ..|
00000020  00 04 b7 03 69 3b 00 00  00 00 00 00 02 00 00 00  |....i;..........|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 7f f9 97 5c 4e  4f 20 4e 41 4d 45 20 20  |..)...NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 33 c9 8e d1 bc f4  |  FAT32   3.....|
00000060  7b 8e c1 8e d9 bd 00 7c  88 4e 02 8a 56 40 b4 41  |{......|.N..V@.A|
00000070  bb aa 55 cd 13 72 10 81  fb 55 aa 75 0a f6 c1 01  |..U..r...U.u....|
00000080  74 05 fe 46 02 eb 2d 8a  56 40 b4 08 cd 13 73 05  |t..F..-.V@....s.|
00000090  b9 ff ff 8a f1 66 0f b6  c6 40 66 0f b6 d1 80 e2  |.....f...@f.....|
000000a0  3f f7 e2 86 cd c0 ed 06  41 66 0f b7 c9 66 f7 e1  |?.......Af...f..|
000000b0  66 89 46 f8 83 7e 16 00  75 38 83 7e 2a 00 77 32  |f.F..~..u8.~*.w2|
000000c0  66 8b 46 1c 66 83 c0 0c  bb 00 80 b9 01 00 e8 2b  |f.F.f..........+|
000000d0  00 e9 2c 03 a0 fa 7d b4  7d 8b f0 ac 84 c0 74 17  |..,...}.}.....t.|
000000e0  3c ff 74 09 b4 0e bb 07  00 cd 10 eb ee a0 fb 7d  |<.t............}|
000000f0  eb e5 a0 f9 7d eb e0 98  cd 16 cd 19 66 60 80 7e  |....}.......f`.~|
00000100  02 00 0f 84 20 00 66 6a  00 66 50 06 53 66 68 10  |.... .fj.fP.Sfh.|
00000110  00 01 00 b4 42 8a 56 40  8b f4 cd 13 66 58 66 58  |....B.V@....fXfX|
00000120  66 58 66 58 eb 33 66 3b  46 f8 72 03 f9 eb 2a 66  |fXfX.3f;F.r...*f|
00000130  33 d2 66 0f b7 4e 18 66  f7 f1 fe c2 8a ca 66 8b  |3.f..N.f......f.|
00000140  d0 66 c1 ea 10 f7 76 1a  86 d6 8a 56 40 8a e8 c0  |.f....v....V@...|
00000150  e4 06 0a cc b8 01 02 cd  13 66 61 0f 82 75 ff 81  |.........fa..u..|
00000160  c3 00 02 66 40 49 75 94  c3 42 4f 4f 54 4d 47 52  |...f@Iu..BOOTMGR|
00000170  20 20 20 20 00 00 00 00  00 00 00 00 00 00 00 00  |    ............|
00000180  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001a0  00 00 00 00 00 00 00 00  00 00 00 00 0d 0a 52 65  |..............Re|
000001b0  74 69 72 65 7a 20 6c 65  20 64 69 73 71 75 65 ff  |tirez le disque.|
000001c0  0d 0a 45 72 72 2e 20 64  69 73 71 75 65 ff 0d 0a  |..Err. disque...|
000001d0  50 72 65 73 73 65 7a 20  75 6e 65 20 74 6f 75 63  |Pressez une touc|
000001e0  68 65 20 70 6f 75 72 20  72 65 64 82 6d 61 72 72  |he pour red.marr|
000001f0  65 72 0d 0a 00 00 00 00  00 ac c0 ce 00 00 55 aa  |er............U.|
00000200

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  946M     0  946M   0% /dev
tmpfs          tmpfs     193M  6.3M  187M   4% /run
/dev/mmcblk0p2 ext4       27G  6.8G   19G  28% /
tmpfs          tmpfs     965M  268K  965M   1% /dev/shm
tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
tmpfs          tmpfs     965M     0  965M   0% /sys/fs/cgroup
/dev/mmcblk0p1 vfat      511M  256K  511M   1% /boot/efi
tmpfs          tmpfs     193M   84K  193M   1% /run/user/1000
/dev/mmcblk1p1 vfat       30G  145M   30G   1% /media/gaeth52h/SD32GB

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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


Disk /dev/mmcblk0: 29.1 GiB, 31268536320 bytes, 61071360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: F036DB10-528C-4843-99EC-2801970D47BC

Device            Start      End  Sectors  Size Type
/dev/mmcblk0p1     2048  1050623  1048576  512M EFI System
/dev/mmcblk0p2  1050624 57022463 55971840 26.7G Linux filesystem
/dev/mmcblk0p3 57022464 61069311  4046848    2G Linux swap




Disk /dev/mmcblk0boot1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mmcblk0boot0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mmcblk1: 29.7 GiB, 31914983424 bytes, 62333952 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000

Device         Boot Start      End  Sectors  Size Id Type
/dev/mmcblk1p1       8192 62333951 62325760 29.7G  c W95 FAT32 (LBA)
/dev/mmcblk1p3      24897    24897        0    0B  0 Empty




=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of mmcblk0p2, using the following options:        mmcblk0p1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s    use-standard-efi-file rename-ms-efi


=================== Final advice in case of suggested repair
Please do not forget to make your BIOS boot on mmcblk0 (31.3GB) disk!


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




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

Je ne sais pas voir d'anomalie dans ces résultats.
Est-ce que ton modèle est le X205TA-FD0061TS ? Sinon, je te prie de donner le nom complet de ton modèle et si c'est possible, un lien vers une page où on peut voir ce modèle et ses caractéristiques.

Hors ligne

#7 Le 10/07/2016, à 19:06

Gaeth52h

Re : [RESOLU] Freezes au démarrage sur asus x205ta

D'après l'étiquette il s'agit bien d'un X205TA-FD0061TS.

Pour l'installation j'ai d'abord trouvé ce tutoriel et j'ai essayé de le suivre mais je ne suis jamais arrivé au bout de la préparation de la clé. J'ai quand même suivi les sections "Bios setup" et "Post-installation" aux moments voulus.
Après quelques autres recherches j'ai trouvé et suivi ce qui était dit de faire sur cette page (troisième post) et tout c'est bien passé.
Je ne sais pas si pas peut être utile mais sa ne peut pas faire de mal de le préciser.


Nouveau dans le monde du libre, j'utilise un asus x205ta avec ubuntu 16.04 LTS

Hors ligne

#8 Le 11/07/2016, à 06:34

malbo

Re : [RESOLU] Freezes au démarrage sur asus x205ta

Bonjour,
Ce serait utile que tu forces l'affichage du menu Grub au démarrage : ça permet de modifier les paramètres du noyau "à la volée" (je pense à un paramètre agissant sur l'affichage parce que je pense que c'est l'affichage qui plante quand tu es à la fenêtre de connexion).
Pour forcer l'affichage du menu, il suffit en principe de maintenir pressée la touche des majuscules au démarrage de l'ordi.
Si ça ne marche pas, tu peux suivre les indications de ce post de marcodel : http://forum.ubuntu-fr.org/viewtopic.ph … #p16026791
Ensuite, il faut passer la commande suivante (afin que le fichier de configuration de Grub soit mis à jour de cette modif) :

sudo update-grub

Au redémarrage, le menu Grub doit s'afficher (d'après ce que je vois dans le résultat de gedit /boot/grub/grub.cfg que tu as collé dans le post #5) :

Ubuntu
Advanced options for Ubuntu

Et si tu sélectionnes "Advanced options for Ubuntu", un sous-menu doit apparaître :

Ubuntu, with Linux 4.4.0-28-generic
Ubuntu, with Linux 4.4.0-28-generic (upstart)
Ubuntu, with Linux 4.4.0-28-generic (recovery mode)
Ubuntu, with Linux 4.4.0-24-generic
Ubuntu, with Linux 4.4.0-24-generic (upstart)
Ubuntu, with Linux 4.4.0-24-generic (recovery mode)
Ubuntu, with Linux 4.4.0-21-generic
Ubuntu, with Linux 4.4.0-21-generic (upstart)
Ubuntu, with Linux 4.4.0-21-generic (recovery mode)

Peux-tu le faire et confirmer que tu parviens bien à faire apparaître ce sous-menu ?

Dernière modification par malbo (Le 11/07/2016, à 06:37)

Hors ligne

#9 Le 11/07/2016, à 12:59

Gaeth52h

Re : [RESOLU] Freezes au démarrage sur asus x205ta

Bonjour,
Le coup d'appuyer sur la touche maj n'a pas fonctionné (ou alors je n'appuyait pas au bon moment) mais en modifiant le fichier dans indiqué dans le post que tu m'as indiqué sa marche parfaitement, j'ai bien les options avancées et le sous-menu dont tu parles.


Nouveau dans le monde du libre, j'utilise un asus x205ta avec ubuntu 16.04 LTS

Hors ligne

#10 Le 11/07/2016, à 14:27

malbo

Re : [RESOLU] Freezes au démarrage sur asus x205ta

Quand tu vois le menu Grub :

Ubuntu
Advanced options for Ubuntu

La ligne Ubuntu est préselectionnée. Ne la valide PAS par la touche Entrée mais presse la touche E pour éditer cette entrée. Arrivé là, tu peux supprimer la ligne :

gfxmode $linux_gfx_mode

puis presser la touche F10 pour démarrer. Il est possible que ce soit encore pire, c'est à dire que tu n'arrives même pas à l'écran de connexion de session.
L'intérêt de procéder de la sorte, c'est que tu peux faire des tentatives de modif sans qu'elles soient gravées dans le marbre. Ainsi si cette proposition est un échec, on peut essayer autre chose sans que les modifs s’empilent.

Dernière modification par malbo (Le 11/07/2016, à 14:31)

Hors ligne

#11 Le 11/07/2016, à 18:09

Gaeth52h

Re : [RESOLU] Freezes au démarrage sur asus x205ta

D'accord,
Donc si je n'arrive pas jusqu'à l'écran de connexion je n'ai qu'a éteindre de force le pc, éditer à nouveau l'entrée et y réécrire la ligne que j'aurai effacée auparavant pour revenir en arrière c'est bien sa ?
Je préfère demander et éviter de prendre des risques inutilement roll


Nouveau dans le monde du libre, j'utilise un asus x205ta avec ubuntu 16.04 LTS

Hors ligne

#12 Le 12/07/2016, à 05:12

malbo

Re : [RESOLU] Freezes au démarrage sur asus x205ta

Oublie ma proposition du post #10 et intéresse-toi en priorité au post #13
Quand tu procèdes comme j'ai indiqué dans le post #10, la modif est appliquée seulement une fois. Au démarrage suivant de l'ordi, que ce soit un redémarrage normal ou que ce soit un démarrage suite à un arrêt forcé par le bouton marche-arrêt, le menu Grub ne garde aucune trace de la modif et si tu édites la ligne "Ubuntu", tu la retrouveras comme avant la modif.

Dernière modification par malbo (Le 12/07/2016, à 07:04)

Hors ligne

#13 Le 12/07/2016, à 07:01

malbo

Re : [RESOLU] Freezes au démarrage sur asus x205ta

rose-anna-bleasdale donne une solution dans ce fil : http://ubuntuforums.org/showthread.php?t=2321086
Il s’agirait de blacklister le module btsdio.
Sous le pseudo Zanna, la même personne détaille comment faire cette opération depuis Lubuntu : http://askubuntu.com/questions/768036/c … asus-x205t
C'est cette partie :
--------------------------------------------------------------------------
Note: you may find that the system hangs at end of boot after doing this & you have to hard reset. If this happens keep trying to boot - you will get in eventually. You can fix this by blacklisting the btsdio module (Bluetooth doesn't work anyway). Create a file:

sudo touch /etc/modprobe.d/blacklist-btsdio.conf

And open with a text editor:

sudo nano /etc/modprobe.d/blacklist-btsdio.conf

Write this text in the file:

blacklist btsdio

Save and exit.
-------------------------------------------------------------------------
Je te propose de remplacer cette procédure par la mienne (l'éditeur de texte Nano, je ne supporte pas).
Le principe de ce que je propose, c'est de ne taper aucune commande à la main : utiliser le copier-coller depuis le présent post pour éviter les erreurs de frappe.

1) coller ce qui suit dans un terminal (ça crée un fichier blacklist-btsdio.conf dans le dossier /etc/modprobe.d/)  :

sudo touch /etc/modprobe.d/blacklist-btsdio.conf

Valider par la touche Entrée. Le mot de passe sera demandé : il faut le taper en aveugle (rien ne s'affiche sur l'écran pendant qu'on le tape) puis valider par la touche Entrée

2) coller ce qui suit dans le terminal :

sudo apt-get install gksu

Cette commande est nécessaire pour pouvoir utiliser gksudo dans le commande qui suivra : des explications ici pour ton information : http://forum.ubuntu-fr.org/viewtopic.ph … #p19459481

3) coller ce qui suit dans le terminal :

gksudo gedit /etc/modprobe.d/blacklist-btsdio.conf

L'éditeur de texte ouvre le fichier créé à l'étape 1 avec pouvoir administrateur.

4) dans l'éditeur de texte, coller ce qui suit :

blacklist btsdio

5) enregistrer dans l'éditeur de texte et quitter l'éditeur de texte

6) quitter le terminal et redémarrer l'ordi

Si rien n'a changé (freeze comme avant), vérifie si la modif a bien été passée en collant la commande suivante dans un terminal :

cat /etc/modprobe.d/blacklist-btsdio.conf

ça doit te retourner le résultat suivant :

blacklist btsdio

Dernière modification par malbo (Le 12/07/2016, à 08:10)

Hors ligne

#14 Le 12/07/2016, à 12:44

Gaeth52h

Re : [RESOLU] Freezes au démarrage sur asus x205ta

Super, sa marche parfaitement big_smile
Je n'ai pas essayé d'inverser la manip que tu m'as indiquée dans le post #8 mais j'ai tout de même modifié la ligne "GRUB_TIMEOUT=10" en "GRUB_TIMEOUT=2" pour gagner quelques secondes au démarrage (avoir un pc qui démarre en 20 secondes sa me change de mon gros pc qui prend 2 minutes tongue)
Un énorme merci à toi malbo wink
J'édite mon premier post pour indiquer le post #13 et je passe en résolu.

Dernière modification par Gaeth52h (Le 12/07/2016, à 12:56)


Nouveau dans le monde du libre, j'utilise un asus x205ta avec ubuntu 16.04 LTS

Hors ligne

#15 Le 12/07/2016, à 14:30

malbo

Re : [RESOLU] Freezes au démarrage sur asus x205ta

Ce serait intéressant de défaire l'option intel_idle.max_cstate=1 pour vérifier si elle sert à quelque chose. Pour ce faire, tu peux passer la commande suivante dans un terminal :

gksudo gedit /etc/default/grub 

Le fichier grub s'ouvre dans l'éditeur de texte en mode administrateur.
Modifier la ligne :

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=1"

pour qu'elle devienne :

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Enregistrer dans l'éditeur de texte et quitter l'éditeur de texte
Dans le terminal, passer la commande de mise à jour de Grub :

sudo update-grub

Redémarrer l'ordi et passer la commande suivante dans un terminal :

cat /proc/cmdline

Tu devrais trouver ceci :

gaeth52h@gaeth52h-X205TAW:~$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic.efi.signed root=UUID=bffee9d3-e49e-4989-b765-b0f62e01b9c9 ro quiet splash vt.handoff=7

Par rapport à ce que tu avais trouvé dans le post #3, il faut que la mention "intel_idle.max_cstate=1" ait disparu. Si ce n'est pas le cas, c'est que tu t'es planté quelque part dans la procédure.
Si dans l'utilisation à venir un pb de freeze réapparaît, tu pourras remettre cette option "intel_idle.max_cstate=1" pour vérifier si elle règle le problème (ou pas).

Dernière modification par malbo (Le 12/07/2016, à 14:33)

Hors ligne

#16 Le 12/07/2016, à 20:23

Gaeth52h

Re : [RESOLU] Freezes au démarrage sur asus x205ta

J'ai fait ce que tu m'a dit de faire et tout à l'air de toujours bien marcher.
Je n'ai redémarrer qu'une seule fois pour l'instant et ce sans freeze, reste à voir avec le temps si le problème à disparu pour de bon.

Edit : six minutes après avoir posté cette réponse j'ai voulu éteindre mon pc avec la commande "shutdown now" (que j'utilise régulièrement sans problèmes) et mon pc à freeze pendant que j'écrivais la commande. Je vais continuer tel quel pour voir si ce freeze se reproduit ou s'il était juste de passage, au besoin je rééditerai le fichier grub pour y remettre ceci "intel_idle.max_cstate=1".
Je vous tiens au courant.

Dernière modification par Gaeth52h (Le 12/07/2016, à 20:35)


Nouveau dans le monde du libre, j'utilise un asus x205ta avec ubuntu 16.04 LTS

Hors ligne

#17 Le 13/07/2016, à 06:52

malbo

Re : [RESOLU] Freezes au démarrage sur asus x205ta

J'ai créé une ligne pour ton modèle X205TA-FD0061TS dans la Liste des portables « Asus ». Donne des nouvelles pour qu'on sache si tu as remis l'option "intel_idle.max_cstate=1" ou pas.

EDIT : pour mémoire, ce modèle X205TA-FD0061TS est visible sur cette page du site LDLC : http://www.ldlc.com/fiche/PB00196479.html
il est équipé d'un processeur Intel Atom Z3735F dont les caractéristiques visibles ici indiquent que la partie graphique "Intel HD Graphics" est intégrée sur la même puce que le processeur.

Dernière modification par malbo (Le 28/07/2016, à 10:10)

Hors ligne

#18 Le 15/07/2016, à 13:35

Gaeth52h

Re : [RESOLU] Freezes au démarrage sur asus x205ta

Bonjour,
Effectivement après quelques freezes qui sont arrivés n'importe comment j'ai remis l'option "intel_idle.max_cstate=1".


Nouveau dans le monde du libre, j'utilise un asus x205ta avec ubuntu 16.04 LTS

Hors ligne

#19 Le 15/07/2016, à 16:11

malbo

Re : [RESOLU] Freezes au démarrage sur asus x205ta

Merci pour l'info

Hors ligne