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 20/05/2016, à 15:09

Alhido

Mise en veille au démarrage [RESOLU]

Depuis des mois je rencontre le pb suivant : au démarrage, après une quinzaine de  secondes mon portable se met en veille systématiquement. Je rappuie sur le bouton de démarrage pour sortir de veille, mais l'écran est alors strié horizontalement. Grâce à la combinaison de touches Alt+syst+B  appareil démarre alors correctement.
Je pensais qu'une installation complète, donc propre, de Ubuntu 16.04 pourrait résoudre le pb mais ce n'est pas le cas. Quelqu'un a une idée ?
Rappport Bootinfo ici : Bootinfo

Dernière modification par Alhido (Le 02/06/2016, à 15:19)

Hors ligne

#2 Le 20/05/2016, à 17:01

malbo

Re : Mise en veille au démarrage [RESOLU]

Ton Boot-Info est là :

     

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


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

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

sda1: __________________________________________________________________________

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

sda2: __________________________________________________________________________

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

sda5: __________________________________________________________________________

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

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

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

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048   152,109,055   152,107,008  83 Linux
/dev/sda2         152,111,102   156,301,311     4,190,210   5 Extended
/dev/sda5         152,111,104   156,301,311     4,190,208  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        2b123c6d-e08f-405b-b266-6e5882dd2143   ext4       
/dev/sda5        51e2f650-556e-442a-b30b-2fdb145c0879   swap       

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

total 0
lrwxrwxrwx 1 root root  9 May 20 15:06 ata-WDC_WD800BEVS-07RST0_WD-WXC708L18257 -> ../../sda
lrwxrwxrwx 1 root root 10 May 20 15:06 ata-WDC_WD800BEVS-07RST0_WD-WXC708L18257-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May 20 15:06 ata-WDC_WD800BEVS-07RST0_WD-WXC708L18257-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 May 20 15:06 ata-WDC_WD800BEVS-07RST0_WD-WXC708L18257-part5 -> ../../sda5
lrwxrwxrwx 1 root root  9 May 20 14:36 ata-_NEC_DVD+_-RW_ND-6650A -> ../../sr0
lrwxrwxrwx 1 root root  9 May 20 15:06 wwn-0x50014ee2020d237d -> ../../sda
lrwxrwxrwx 1 root root 10 May 20 15:06 wwn-0x50014ee2020d237d-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May 20 15:06 wwn-0x50014ee2020d237d-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 May 20 15:06 wwn-0x50014ee2020d237d-part5 -> ../../sda5

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

Device           Mount_Point              Type       Options

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


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

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

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

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

export menuentry_id_option

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

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

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  2b123c6d-e08f-405b-b266-6e5882dd2143
else
  search --no-floppy --fs-uuid --set=root 2b123c6d-e08f-405b-b266-6e5882dd2143
fi
    font="/usr/share/grub/unicode.pf2"
fi

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

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

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-2b123c6d-e08f-405b-b266-6e5882dd2143' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  2b123c6d-e08f-405b-b266-6e5882dd2143
	else
	  search --no-floppy --fs-uuid --set=root 2b123c6d-e08f-405b-b266-6e5882dd2143
	fi
	linux	/boot/vmlinuz-4.4.0-22-generic root=UUID=2b123c6d-e08f-405b-b266-6e5882dd2143 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.4.0-22-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-2b123c6d-e08f-405b-b266-6e5882dd2143' {
	menuentry 'Ubuntu, avec Linux 4.4.0-22-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-22-generic-advanced-2b123c6d-e08f-405b-b266-6e5882dd2143' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  2b123c6d-e08f-405b-b266-6e5882dd2143
		else
		  search --no-floppy --fs-uuid --set=root 2b123c6d-e08f-405b-b266-6e5882dd2143
		fi
		echo	'Chargement de Linux 4.4.0-22-generic…'
		linux	/boot/vmlinuz-4.4.0-22-generic root=UUID=2b123c6d-e08f-405b-b266-6e5882dd2143 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-22-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-22-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-22-generic-init-upstart-2b123c6d-e08f-405b-b266-6e5882dd2143' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  2b123c6d-e08f-405b-b266-6e5882dd2143
		else
		  search --no-floppy --fs-uuid --set=root 2b123c6d-e08f-405b-b266-6e5882dd2143
		fi
		echo	'Chargement de Linux 4.4.0-22-generic…'
		linux	/boot/vmlinuz-4.4.0-22-generic root=UUID=2b123c6d-e08f-405b-b266-6e5882dd2143 ro  quiet splash $vt_handoff init=/sbin/upstart
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-22-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-22-generic-recovery-2b123c6d-e08f-405b-b266-6e5882dd2143' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  2b123c6d-e08f-405b-b266-6e5882dd2143
		else
		  search --no-floppy --fs-uuid --set=root 2b123c6d-e08f-405b-b266-6e5882dd2143
		fi
		echo	'Chargement de Linux 4.4.0-22-generic…'
		linux	/boot/vmlinuz-4.4.0-22-generic root=UUID=2b123c6d-e08f-405b-b266-6e5882dd2143 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-22-generic
	}
	menuentry 'Ubuntu, avec 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-2b123c6d-e08f-405b-b266-6e5882dd2143' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  2b123c6d-e08f-405b-b266-6e5882dd2143
		else
		  search --no-floppy --fs-uuid --set=root 2b123c6d-e08f-405b-b266-6e5882dd2143
		fi
		echo	'Chargement de Linux 4.4.0-21-generic…'
		linux	/boot/vmlinuz-4.4.0-21-generic root=UUID=2b123c6d-e08f-405b-b266-6e5882dd2143 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		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-2b123c6d-e08f-405b-b266-6e5882dd2143' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  2b123c6d-e08f-405b-b266-6e5882dd2143
		else
		  search --no-floppy --fs-uuid --set=root 2b123c6d-e08f-405b-b266-6e5882dd2143
		fi
		echo	'Chargement de Linux 4.4.0-21-generic…'
		linux	/boot/vmlinuz-4.4.0-21-generic root=UUID=2b123c6d-e08f-405b-b266-6e5882dd2143 ro  quiet splash $vt_handoff init=/sbin/upstart
		echo	'Chargement du disque mémoire initial…'
		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-2b123c6d-e08f-405b-b266-6e5882dd2143' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  2b123c6d-e08f-405b-b266-6e5882dd2143
		else
		  search --no-floppy --fs-uuid --set=root 2b123c6d-e08f-405b-b266-6e5882dd2143
		fi
		echo	'Chargement de Linux 4.4.0-21-generic…'
		linux	/boot/vmlinuz-4.4.0-21-generic root=UUID=2b123c6d-e08f-405b-b266-6e5882dd2143 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		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/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

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

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=2b123c6d-e08f-405b-b266-6e5882dd2143 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=51e2f650-556e-442a-b30b-2fdb145c0879 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

  26.365970612 = 28.310245376   boot/grub/grub.cfg                             1
  50.126865387 = 53.823311872   boot/grub/i386-pc/core.img                     1
  46.139232635 = 49.541623808   boot/vmlinuz-4.4.0-21-generic                  1
   2.860534668 = 3.071475712    boot/vmlinuz-4.4.0-22-generic                  1
   2.860534668 = 3.071475712    vmlinuz                                        1
  46.139232635 = 49.541623808   vmlinuz.old                                    1
  26.326484680 = 28.267847680   boot/initrd.img-4.4.0-21-generic               2
  26.365951538 = 28.310224896   boot/initrd.img-4.4.0-22-generic               3
  26.365951538 = 28.310224896   initrd.img                                     3
  26.326484680 = 28.267847680   initrd.img.old                                 2

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

Unknown BootLoader on sda2

00000000  09 29 b2 47 0b f8 48 a1  22 01 9a f8 97 57 de 1d  |.).G..H."....W..|
00000010  cb 16 e6 af 65 8d 2d f7  03 fe a5 80 77 87 2c 21  |....e.-.....w.,!|
00000020  ca c4 a3 d4 bf 28 29 11  23 57 29 87 ef 46 de 83  |.....().#W)..F..|
00000030  c1 7e d9 db dd 21 47 89  2a a8 47 94 fe 65 7a 77  |.~...!G.*.G..ezw|
00000040  87 0a a8 91 6b 4c 2f 77  14 37 0f 28 e2 03 a3 01  |....kL/w.7.(....|
00000050  60 c7 04 51 3c 48 1d e8  c8 77 e5 18 91 3b fa f2  |`..Q<H...w...;..|
00000060  bc bb 63 b9 75 fe 5c ce  38 41 eb e0 5f 9a 77 77  |..c.u.\.8A.._.ww|
00000070  c8 a9 91 4b bd c7 fe a5  6d 77 87 1c 6a 54 51 6f  |...K....mw..jTQo|
00000080  80 eb 0f 6e 27 65 77 87  32 d8 28 a1 66 c7 77 0e  |...n'ew.2.(.f.w.|
00000090  ce e2 80 d0 b2 c0 9b 39  32 b9 07 2c f1 be 78 56  |.......92..,..xV|
000000a0  16 b2 6a bc 43 05 25 72  a1 4c 87 d2 03 ca 40 e8  |..j.C.%r.L....@.|
000000b0  cb 02 ef 0e 39 50 22 17  e1 4c ef ef ab 95 c5 1c  |....9P"..L......|
000000c0  f1 ee 50 c5 45 0e 42 d2  f3 5d 55 ed f8 ea a1 11  |..P.E.B..]U.....|
000000d0  cf db 58 28 0b f5 36 fa  ad bf a8 e9 b5 54 58 f5  |..X(..6......TX.|
000000e0  63 1f 17 75 02 7f 77 14  58 d1 4e b5 76 c6 de a3  |c..u..w.X.N.v...|
000000f0  58 c9 04 6d 1e 5e 15 79  81 9b de de d5 4b 51 87  |X..m.^.y.....KQ.|
00000100  d4 5f a0 4a 0d 52 14 31  2a f0 1d 45 56 86 50 1a  |._.J.R.1*..EV.P.|
00000110  08 47 0c 79 31 d8 63 81  33 27 ac 49 be b2 50 16  |.G.y1.c.3'.I..P.|
00000120  ab 08 29 0a 18 51 46 ee  c8 ab cc 1d bf ad 96 06  |..)..QF.........|
00000130  08 46 1e 75 f4 dc 1e 98  92 38 6a c0 fe 97 d0 df  |.F.u.....8j.....|
00000140  1d 2a c8 91 5b 6e a1 07  90 02 fc bb 72 4a 54 5b  |.*..[n......rJT[|
00000150  af ab 62 57 69 db 00 20  5c 90 c6 25 e1 77 07 79  |..bWi.. \..%.w.y|
00000160  bf 3b 94 b0 23 9f 74 c3  6d 73 7b 0c 78 10 e7 78  |.;..#.t.ms{.x..x|
00000170  d6 16 97 f0 04 fb b6 42  59 4c c3 ef 0e 75 72 e4  |.......BYL...ur.|
00000180  91 d2 49 dd 21 05 b9 f8  e0 7b 94 55 05 00 94 18  |..I.!....{.U....|
00000190  ef 60 d3 78 87 32 ae 2c  37 4f 9b 17 42 ef aa e1  |.`.x.2.,7O..B...|
000001a0  22 bf b4 c1 9e 18 20 13  2c 5b 98 50 96 d5 49 91  |"..... .,[.P..I.|
000001b0  57 ae 3e 37 58 c5 f4 38  61 8e 00 22 6f 6f 00 fe  |W.>7X..8a.."oo..|
000001c0  ff ff 82 fe ff ff 02 00  00 00 00 f0 3f 00 00 00  |............?...|
000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200



ADDITIONAL INFORMATION :
=================== log of boot-repair 2016-05-20__15h06 ===================
boot-repair version : 4ppa37
boot-sav version : 4ppa37
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa37
boot-repair is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, i686)
CPU op-mode(s):        32-bit
BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic root=UUID=2b123c6d-e08f-405b-b266-6e5882dd2143 ro quiet splash vt.handoff=7

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

=================== blkid:
/dev/sda1: UUID="2b123c6d-e08f-405b-b266-6e5882dd2143" TYPE="ext4" PARTUUID="a64f4cda-01"
/dev/sda5: UUID="51e2f650-556e-442a-b30b-2fdb145c0879" TYPE="swap" PARTUUID="a64f4cda-05"


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


=================== /etc/grub.d/ :
drwxr-xr-x  2 root root    4096 mai    4 13:28 grub.d
drwxr-xr-x  2 root root    4096 mai    4 13:28 grub.d.bak
total 72
-rwxr-xr-x 1 root root  9791 avril 16 00:02 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:02 10_linux
-rwxr-xr-x 1 root root 11082 avril 16 00:02 20_linux_xen
-rwxr-xr-x 1 root root 11692 avril 16 00:02 30_os-prober
-rwxr-xr-x 1 root root  1418 avril 16 00:02 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril 16 00:02 40_custom
-rwxr-xr-x 1 root root   216 avril 16 00:02 41_custom
-rw-r--r-- 1 root root   483 avril 16 00:02 README




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

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

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

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

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

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

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

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

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




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


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

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


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

Model: ATA WDC WD800BEVS-07 (scsi)
Disk /dev/sda: 80.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

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

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

BYT;
/dev/sda:80.0GB:scsi:512:512:msdos:ATA WDC WD800BEVS-07:;
1:1049kB:77.9GB:77.9GB:ext4::boot;
2:77.9GB:80.0GB:2145MB:::;
5:77.9GB:80.0GB:2145MB:linux-swap(v1)::;

=================== lsblk:
KNAME TYPE FSTYPE  SIZE LABEL
sda   disk        74,5G
sda1  part ext4   72,5G
sda2  part           1K
sda5  part swap      2G
sr0   rom         1024M

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


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


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

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  990M     0  990M   0% /dev
tmpfs          tmpfs     202M  6.3M  196M   4% /run
/dev/sda1      ext4       72G  6.5G   62G  10% /
tmpfs          tmpfs    1008M  276K 1007M   1% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs    1008M     0 1008M   0% /sys/fs/cgroup
tmpfs          tmpfs     202M   72K  202M   1% /run/user/1000

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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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




Disk /dev/sda: 74.5 GiB, 80026361856 bytes, 156301488 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: 0xa64f4cda

Device     Boot     Start       End   Sectors  Size Id Type
/dev/sda1  *         2048 152109055 152107008 72.5G 83 Linux
/dev/sda2       152111102 156301311   4190210    2G  5 Extended
/dev/sda5       152111104 156301311   4190208    2G 82 Linux swap / Solaris




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


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

Moi je ne vois pas d'anomalie là-dedans.
Pourrais-tu donner le nom du modèle de ton ordi et son fabricant ?

EDIT : une petite crainte quand même : je vois ça dans le Boot-Info :

CPU op-mode(s):        32-bit

C'est du processeur tout faiblard...donne la référence de ce processeur en même temps que le nom du modèle de ton ordi.

Dernière modification par malbo (Le 20/05/2016, à 17:16)

Hors ligne

#3 Le 21/05/2016, à 12:17

Alhido

Re : Mise en veille au démarrage [RESOLU]

Siemens AMILO M1437
Système 32 bit
Ram 2Go
Intel Pentium 1,86 ghz
carte graphique ATI RV410

C'est un portable ancien que j'utilise comme second PC

Hors ligne

#4 Le 21/05/2016, à 12:43

malbo

Re : Mise en veille au démarrage [RESOLU]

Je crois que cette page décrit assez bien ton modèle qui doit être "Amilo M1437G" (et pas "Amilo M1437") : http://www.materiel.net/portables-jeux/ … 19510.html
Ton processeur est un Intel Pentium M 750
Ta carte graphique est ATI Radeon Mobility X700 (ça correspond à "ATI RV410" que tu as indiqué)
Avais-tu déjà installé une distribution Linux dans cet ordi ? Si oui, laquelle et de quelle version ?

EDIT : il y a une ligne pour le M1437G dans la Liste des portables « Fujitsu Siemens » du site. C'est bon de savoir que Gutsy (version sortie en octobre 2007) pouvait déjà tourner dans cette machine.

Dernière modification par malbo (Le 21/05/2016, à 12:49)

Hors ligne

#5 Le 30/05/2016, à 09:54

Alhido

Re : Mise en veille au démarrage [RESOLU]

La première version d'Ubuntu installée était la 14.04, puis j'ai fait les mises à jour qui ont suivi. C'est à partir d'une de ces mises à jour que le problème a commencé, mais je ne sais pas laquelle.

Hors ligne

#6 Le 30/05/2016, à 10:32

malbo

Re : Mise en veille au démarrage [RESOLU]

Tu n'aurais jamais dû quitter ta version 14.04 installée à l'origine. Oui, je sais que c'est le gestionnaire de mises à jour qui t'a proposé ça mais tu aurais dû refuser. Moi je te conseille de revenir à la 14.04 - une installation toute neuve - en faisant bien attention de réinstaller la version Ubuntu 14.04.1 32 bits parce que c'est celle qui convient aux ordis les plus anciens : elle vient avec le noyau de la famille 3.13.0-x et elle sera maintenue jusqu'en Avril 2019 en conservant un noyau mis à jour mais qui restera dans la famille 3.13.0-x. Je pense que tu trouveras le nécessaire dans le paragraphe 1.2 Installer sans étape de version LTS de la doc "LTS Enablement Stack"
Pour t'aider, je t'indique que la version à télécharger est ubuntu-14.04.1-desktop-i386.iso que tu peux trouver à cette adresse : http://old-releases.ubuntu.com/releases … p-i386.iso
Son md5sum est : a4fc15313ef2a516bfbf83ce44281535 (source)

Dernière modification par malbo (Le 30/05/2016, à 10:41)

Hors ligne

#7 Le 30/05/2016, à 15:21

Alhido

Re : Mise en veille au démarrage [RESOLU]

Merci, je vais essayer ça.

Hors ligne

#8 Le 02/06/2016, à 15:34

Alhido

Re : Mise en veille au démarrage [RESOLU]

Pb résolu après réinstallation d'Ubuntu 14.04.

Hors ligne