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/08/2015, à 13:29

Compte anonymisé

[Débutant] Gave up waiting for root device

Bonjour
J'ai installé Ubuntu avec une clé usb en dual boot avec windows 10.
Mais au premier démarrage d'Ubuntu, j'ai eu le message d'erreur suivant:

Gave up wainting for root device. Common problems :
    - Boot args (cat /proc/cmdline)
         - Check roodelay= (did the system wait long enough?)
         - Check root= (did the system wait for the right device?)
    - Missing modules (cat /proc/modules; ls /dev)
ALERT!  /dev/sdc4 does not exist. Dropping to a shell!
[    30.660481] hidraw: raw HID events driver (C) Jiri Kosina
[    30.661911] usbcore: registered new interface driver usbhid
[    30.661948] usbhid: USB HID core driver

BusyBox v1.21.1 (Ubuntu 1:1.21.0-1ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)

Je suis débutant, je n'ai jamais utilisé Ubuntu.
Merci de votre aide.

#2 Le 24/08/2015, à 16:43

malbo

Re : [Débutant] Gave up waiting for root device

Bonjour,
Peux-tu faire un Boot-Info et donner l'URL de ce Boot-Info dans ta réponse ?

Dernière modification par malbo (Le 24/08/2015, à 16:43)

Hors ligne

#3 Le 24/08/2015, à 21:46

Compte anonymisé

Re : [Débutant] Gave up waiting for root device

Voilà, j'ai réussi à faire un boot-info comme vous me l'avez demandé.
Voici l'URL : http://paste.ubuntu.com/12186606/
Merci

#4 Le 25/08/2015, à 06:19

malbo

Re : [Débutant] Gave up waiting for root device

Ton Boot-Info est là :

 Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 9Feb2015]


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

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 15.04 
    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: 54.5 GiB, 58506416640 bytes, 114270345 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

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048   112,193,535   112,191,488  83 Linux
/dev/sda2         112,195,582   114,270,207     2,074,626   5 Extended
/dev/sda5         112,195,584   114,270,207     2,074,624  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        36ce67e5-c5eb-4877-a365-c2d92a5818b0   ext4       
/dev/sda5        3bedfcac-308c-4bd4-8712-99ccb88eebd5   swap       

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

total 0
lrwxrwxrwx 1 root root  9 Aug 24 21:35 ata-TSSTcorpCD-RW_DVD-ROM_TSL462C -> ../../sr0
lrwxrwxrwx 1 root root  9 Aug 24 21:41 ata-WDC_WD600BEVS-75LAT0_WD-WXE606174244 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 24 21:41 ata-WDC_WD600BEVS-75LAT0_WD-WXE606174244-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 24 21:41 ata-WDC_WD600BEVS-75LAT0_WD-WXE606174244-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 24 21:41 ata-WDC_WD600BEVS-75LAT0_WD-WXE606174244-part5 -> ../../sda5
lrwxrwxrwx 1 root root  9 Aug 24 21:41 wwn-0x11022653960117899265x -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 24 21:41 wwn-0x11022653960117899265x-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 24 21:41 wwn-0x11022653960117899265x-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 24 21:41 wwn-0x11022653960117899265x-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  36ce67e5-c5eb-4877-a365-c2d92a5818b0
else
  search --no-floppy --fs-uuid --set=root 36ce67e5-c5eb-4877-a365-c2d92a5818b0
fi
    font="/usr/share/grub/unicode.pf2"
fi

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

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-36ce67e5-c5eb-4877-a365-c2d92a5818b0' {
	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  36ce67e5-c5eb-4877-a365-c2d92a5818b0
	else
	  search --no-floppy --fs-uuid --set=root 36ce67e5-c5eb-4877-a365-c2d92a5818b0
	fi
	linux	/boot/vmlinuz-3.19.0-25-generic root=UUID=36ce67e5-c5eb-4877-a365-c2d92a5818b0 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.19.0-25-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-36ce67e5-c5eb-4877-a365-c2d92a5818b0' {
	menuentry 'Ubuntu, avec Linux 3.19.0-25-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-25-generic-advanced-36ce67e5-c5eb-4877-a365-c2d92a5818b0' {
		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  36ce67e5-c5eb-4877-a365-c2d92a5818b0
		else
		  search --no-floppy --fs-uuid --set=root 36ce67e5-c5eb-4877-a365-c2d92a5818b0
		fi
		echo	'Chargement de Linux 3.19.0-25-generic…'
		linux	/boot/vmlinuz-3.19.0-25-generic root=UUID=36ce67e5-c5eb-4877-a365-c2d92a5818b0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.19.0-25-generic
	}
	menuentry 'Ubuntu, with Linux 3.19.0-25-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-25-generic-recovery-36ce67e5-c5eb-4877-a365-c2d92a5818b0' {
		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  36ce67e5-c5eb-4877-a365-c2d92a5818b0
		else
		  search --no-floppy --fs-uuid --set=root 36ce67e5-c5eb-4877-a365-c2d92a5818b0
		fi
		echo	'Chargement de Linux 3.19.0-25-generic…'
		linux	/boot/vmlinuz-3.19.0-25-generic root=UUID=36ce67e5-c5eb-4877-a365-c2d92a5818b0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.19.0-25-generic
	}
	menuentry 'Ubuntu, avec Linux 3.19.0-15-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-15-generic-advanced-36ce67e5-c5eb-4877-a365-c2d92a5818b0' {
		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  36ce67e5-c5eb-4877-a365-c2d92a5818b0
		else
		  search --no-floppy --fs-uuid --set=root 36ce67e5-c5eb-4877-a365-c2d92a5818b0
		fi
		echo	'Chargement de Linux 3.19.0-15-generic…'
		linux	/boot/vmlinuz-3.19.0-15-generic root=UUID=36ce67e5-c5eb-4877-a365-c2d92a5818b0 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.19.0-15-generic
	}
	menuentry 'Ubuntu, with Linux 3.19.0-15-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-15-generic-recovery-36ce67e5-c5eb-4877-a365-c2d92a5818b0' {
		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  36ce67e5-c5eb-4877-a365-c2d92a5818b0
		else
		  search --no-floppy --fs-uuid --set=root 36ce67e5-c5eb-4877-a365-c2d92a5818b0
		fi
		echo	'Chargement de Linux 3.19.0-15-generic…'
		linux	/boot/vmlinuz-3.19.0-15-generic root=UUID=36ce67e5-c5eb-4877-a365-c2d92a5818b0 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.19.0-15-generic
	}
}

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

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  36ce67e5-c5eb-4877-a365-c2d92a5818b0
	else
	  search --no-floppy --fs-uuid --set=root 36ce67e5-c5eb-4877-a365-c2d92a5818b0
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  36ce67e5-c5eb-4877-a365-c2d92a5818b0
	else
	  search --no-floppy --fs-uuid --set=root 36ce67e5-c5eb-4877-a365-c2d92a5818b0
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

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

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

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

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

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=36ce67e5-c5eb-4877-a365-c2d92a5818b0 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=3bedfcac-308c-4bd4-8712-99ccb88eebd5 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

Unknown BootLoader on sda2

00000000  8f 12 95 ab 1f 2f da 5b  b6 83 65 88 0a dc 6c 92  |...../.[..e...l.|
00000010  d4 a5 c6 de 23 86 fc 7d  fb 89 0b 88 45 62 ff 3e  |....#..}....Eb.>|
00000020  b1 23 91 3e e3 d5 8e c8  3b dd 18 2f 2f 32 21 06  |.#.>....;..//2!.|
00000030  26 8c ed c7 be ae a5 06  c6 26 c2 73 95 00 ed 7d  |&........&.s...}|
00000040  a9 b4 1f 48 1f df 8c b5  c8 c4 cf 47 6e e7 a0 5a  |...H.......Gn..Z|
00000050  23 e4 7d ed 6a 90 34 f0  4a bc ad 2d 97 19 26 66  |#.}.j.4.J..-..&f|
00000060  22 4c 69 2c 3a 8c 53 fc  d0 9a 32 73 3c 68 a9 07  |"Li,:.S...2s<h..|
00000070  16 82 05 0f eb 2c 1b 14  0d 30 ef 88 2f 20 5b 7f  |.....,...0../ [.|
00000080  2d 24 03 f4 f4 32 df 13  95 5e 89 c0 8c 00 0f ad  |-$...2...^......|
00000090  ce 18 11 11 72 a7 ac 69  65 69 8e b5 4a 7c 52 0d  |....r..iei..J|R.|
000000a0  3d b0 be 44 d9 75 45 1a  6d 11 cc 31 a0 aa 16 ce  |=..D.uE.m..1....|
000000b0  49 87 df e7 d1 78 30 56  50 c3 13 f2 d5 7e 26 43  |I....x0VP....~&C|
000000c0  36 f7 a0 eb 81 79 96 1a  4b 5b dd 13 21 c7 51 51  |6....y..K[..!.QQ|
000000d0  ab 02 aa d3 48 b5 ce 2e  ee 61 21 50 72 f2 aa f4  |....H....a!Pr...|
000000e0  c5 f7 a2 ee e3 cd 4e 78  25 42 81 ed 81 f7 62 f7  |......Nx%B....b.|
000000f0  23 c0 ec 1f 22 38 2b 85  c0 1f ad 34 c2 69 02 69  |#..."8+....4.i.i|
00000100  a4 ac 99 59 57 48 85 c2  ac d9 c4 75 92 62 45 d8  |...YWH.....u.bE.|
00000110  55 8b 2c 64 cc 7d 31 d6  7d b1 b9 07 a1 de e9 10  |U.,d.}1.}.......|
00000120  d1 15 5f 56 2b d1 57 3b  af 78 32 7f 00 d3 ab 02  |.._V+.W;.x2.....|
00000130  e3 94 7c e5 d5 c8 e3 5d  b3 b5 1c 12 2e 4c 34 6f  |..|....].....L4o|
00000140  d1 74 01 4d 56 f1 ef 92  c7 3d e3 86 00 0b fb 14  |.t.MV....=......|
00000150  08 a7 37 62 c1 ae d3 eb  7f 97 3e 8c 61 3d 5d c4  |..7b......>.a=].|
00000160  a1 89 fa 0d af d1 d2 6c  dc f5 28 f4 6b 83 37 94  |.......l..(.k.7.|
00000170  61 52 ac 8f 23 e5 97 4c  b2 cd 43 16 e2 12 0b 91  |aR..#..L..C.....|
00000180  40 a6 86 07 72 fd 44 0b  1c ef 39 39 64 35 66 9b  |@...r.D...99d5f.|
00000190  7b 3f ba 87 ab 48 59 0c  31 52 21 50 7a 9c 9e 6c  |{?...HY.1R!Pz..l|
000001a0  74 06 d9 01 42 c5 e1 b9  2f cc de db 46 e3 2e 56  |t...B.../...F..V|
000001b0  74 07 3c 68 63 a2 c9 37  36 00 9d b9 f2 a6 00 fe  |t.<hc..76.......|
000001c0  ff ff 82 fe ff ff 02 00  00 00 00 a8 1f 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


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

cat: write error: Broken pipe

ADDITIONAL INFORMATION :
=================== log of boot-info 2015-08-24__21h41 ===================
boot-info version : 4ppa33
boot-sav version : 4ppa33
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 4ppa33
boot-info is executed in installed-session (Ubuntu 15.04, vivid, Ubuntu, i686)
CPU op-mode(s):        32-bit
BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic root=UUID=36ce67e5-c5eb-4877-a365-c2d92a5818b0 ro quiet splash vt.handoff=7

=================== os-prober:
/dev/disk/by-uuid/36ce67e5-c5eb-4877-a365-c2d92a5818b0:L'OS actuellement utilisé - Ubuntu 15.04 CurrentSession:linux

=================== blkid:
/dev/sda1: UUID="36ce67e5-c5eb-4877-a365-c2d92a5818b0" TYPE="ext4" PARTUUID="7f878e11-01"
/dev/sda5: UUID="3bedfcac-308c-4bd4-8712-99ccb88eebd5" TYPE="swap" PARTUUID="7f878e11-05"

disk/by-uuid/36ce67e5-c5eb-4877-a365-c2d92a5818b0 (sda) has unknown type. Veuillez indiquer ce message à boot.repair@gmail.com

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

Linux not detected by os-prober on sda1. Veuillez indiquer ce message à boot.repair@gmail.com
sfdisk: Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.

=================== //etc/grub.d/ :
drwxr-xr-x  2 root root     4096 août   1 16:58 grub.d
total 76
-rwxr-xr-x 1 root root  9424 juin  26 13:16 00_header
-rwxr-xr-x 1 root root  6058 févr. 11  2015 05_debian_theme
-rwxr-xr-x 1 root root 12261 avril  6 22:44 10_linux
-rwxr-xr-x 1 root root 11082 avril  6 22:44 20_linux_xen
-rwxr-xr-x 1 root root  1992 mars   6 17:19 20_memtest86+
-rwxr-xr-x 1 root root 11692 avril  6 22:44 30_os-prober
-rwxr-xr-x 1 root root  1416 avril  6 22:44 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril  6 22:44 40_custom
-rwxr-xr-x 1 root root   216 avril  6 22:44 41_custom
-rw-r--r-- 1 root root   483 avril  6 22:44 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,	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 WD600BEVS-75 (scsi)
Disk /dev/sda: 58.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

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

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

BYT;
/dev/sda:58.5GB:scsi:512:512:msdos:ATA WDC WD600BEVS-75:;
1:1049kB:57.4GB:57.4GB:ext4::boot;
2:57.4GB:58.5GB:1062MB:::;
5:57.4GB:58.5GB:1062MB:linux-swap(v1)::;

=================== lsblk:
KNAME TYPE FSTYPE  SIZE LABEL MODEL            UUID
sda   disk        54,5G       WDC WD600BEVS-75
sda1  part ext4   53,5G                        36ce67e5-c5eb-4877-a365-c2d92a5818b0
sda2  part           1K
sda5  part swap   1013M                        3bedfcac-308c-4bd4-8712-99ccb88eebd5
sr0   rom         1024M       CDRW/DVD TSL462C

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,relatime,size=497424k,nr_inodes=124356,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=101568k,mode=755)
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=101568k,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 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 power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  agpgart autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd ecryptfs fb0 fd full fuse fw0 hpet hugepages i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 initctl input kmsg 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 vfio vga_arbiter vhci vhost-net xconsole zero
ls /dev/mapper:  control
ls: impossible d'accéder à /usr/lib/syslinux: Aucun fichier ou dossier de ce type

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  486M     0  486M   0% /dev
tmpfs          tmpfs     100M  5.0M   95M   6% /run
/dev/sda1      ext4       53G  6.0G   44G  12% /
tmpfs          tmpfs     496M     0  496M   0% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     496M     0  496M   0% /sys/fs/cgroup
tmpfs          tmpfs     100M   12K  100M   1% /run/user/1000

=================== fdisk -l:

Disk /dev/sda: 54.5 GiB, 58506416640 bytes, 114270345 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: 0x7f878e11

Device     Boot     Start       End   Sectors  Size Id Type
/dev/sda1  *         2048 112193535 112191488 53.5G 83 Linux
/dev/sda2       112195582 114270207   2074626 1013M  5 Extended
/dev/sda5       112195584 114270207   2074624 1013M 82 Linux swap / Solaris




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


=================== Blockers in case of suggested repair
Veuillez utiliser ce logiciel dans une session-live (live-CD ou live-USB). Cela vous permettra d'utiliser cette fonctionnalité.


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

On peut voir la référence du disque dur dans cet extrait du Boot-Info :

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

Model: ATA WDC WD600BEVS-75 (scsi)

Il s'agit d'un WESTERN DIGITAL Scorpio Blue 60 Go
Ce disque dur ne contient qu'une installation de Ubuntu 15.04 32 bits. Je ne vois pas la présence de Windows 10 qui devrait être installé en dual-boot d'après ce que tu as écrit dans le post #1. Peux-tu expliquer cette absence de Windows 10 ?

D'autre part, peux-tu donner le nom du modèle de ton ordi et son fabricant ?

Hors ligne