Bonjour à tous,
Désolé pour cette réponse tardive, mais je n'ai accès à mon ordinateur que le week-end.
Que je boot sur l'un ou sur l'autre disque, j'ai un grub de 3 secondes qui s'affiche. Me demandez pas pourquoi, j'ai rien touché x) Toujours est-il que dans mon fichier de configuration, il est censé en faire 10 (sec).
Linux alexdebian 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3+deb9u1 (2017-12-23) x86_64 GNU/Linux
Je n'ai effectivement pas l'air d'avoir la dernière version de Debian. Est-ce grave ? Comment remédier à cela ?
Voici ce que m'a donné l’exécution de boot info script !
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Grub2 (v1.99) 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
in partition 85 for .
=> No boot loader is installed in the MBR of /dev/sdb.
=> Windows is installed in the MBR of /dev/sdc.
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
/ntldr /NTDETECT.COM
sdb1: __________________________________________________________________________
File system: ext4
Boot sector type: Grub2 (v1.99)
Boot sector info: Grub2 (v1.99) is installed in the boot sector of sdb1
and looks at sector 38160384 of the same hard drive
for core.img. core.img is at this location and looks
in partition 85 for .
Operating System: Debian GNU/Linux 9
Boot files: /boot/grub/grub.cfg /etc/fstab
sdb2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdb5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb6: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdc1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disque /dev/sda : 232,9 GiB, 250059350016 octets, 488397168 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 488,396,799 488,394,752 7 NTFS / exFAT / HPFS
Drive: sdb _____________________________________________________________________
Disque /dev/sdb : 149,1 GiB, 160041885696 octets, 312581808 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 2,048 58,593,279 58,591,232 83 Linux
/dev/sdb2 58,595,326 312,580,095 253,984,770 5 Extended
/dev/sdb5 58,595,328 75,368,447 16,773,120 82 Linux swap / Solaris
/dev/sdb6 75,370,496 312,580,095 237,209,600 83 Linux
Drive: sdc _____________________________________________________________________
Disque /dev/sdc : 68,4 GiB, 73407865856 octets, 143374738 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdc1 2,048 143,374,335 143,372,288 b W95 FAT32
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 3A88C97A88C934E3 ntfs
/dev/sdb1 ec2c60ad-54a3-4d2b-98e7-e4830f933860 ext4
/dev/sdb5 7dd2c4b5-bceb-499f-84ea-698213b7b5d5 swap
/dev/sdb6 9766982c-cc76-4396-80aa-59329764ddc9 ext4
/dev/sdc1 C505-F1A3 vfat
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sdb1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
/dev/sdb6 /home ext4 (rw,relatime,data=ordered)
=========================== sdb1/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 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='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 ec2c60ad-54a3-4d2b-98e7-e4830f933860
else
search --no-floppy --fs-uuid --set=root ec2c60ad-54a3-4d2b-98e7-e4830f933860
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 ###
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 ec2c60ad-54a3-4d2b-98e7-e4830f933860
else
search --no-floppy --fs-uuid --set=root ec2c60ad-54a3-4d2b-98e7-e4830f933860
fi
insmod png
if background_image /usr/share/desktop-base/softwaves-theme/grub/grub-4x3.png; then
set color_normal=white/black
set color_highlight=black/white
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-ec2c60ad-54a3-4d2b-98e7-e4830f933860' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 ec2c60ad-54a3-4d2b-98e7-e4830f933860
else
search --no-floppy --fs-uuid --set=root ec2c60ad-54a3-4d2b-98e7-e4830f933860
fi
echo 'Chargement de Linux 4.9.0-4-amd64…'
linux /boot/vmlinuz-4.9.0-4-amd64 root=UUID=ec2c60ad-54a3-4d2b-98e7-e4830f933860 ro quiet
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.9.0-4-amd64
}
submenu 'Options avancées pour Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-ec2c60ad-54a3-4d2b-98e7-e4830f933860' {
menuentry 'Debian GNU/Linux, avec Linux 4.9.0-4-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-4-amd64-advanced-ec2c60ad-54a3-4d2b-98e7-e4830f933860' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 ec2c60ad-54a3-4d2b-98e7-e4830f933860
else
search --no-floppy --fs-uuid --set=root ec2c60ad-54a3-4d2b-98e7-e4830f933860
fi
echo 'Chargement de Linux 4.9.0-4-amd64…'
linux /boot/vmlinuz-4.9.0-4-amd64 root=UUID=ec2c60ad-54a3-4d2b-98e7-e4830f933860 ro quiet
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.9.0-4-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.9.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-4-amd64-recovery-ec2c60ad-54a3-4d2b-98e7-e4830f933860' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 ec2c60ad-54a3-4d2b-98e7-e4830f933860
else
search --no-floppy --fs-uuid --set=root ec2c60ad-54a3-4d2b-98e7-e4830f933860
fi
echo 'Chargement de Linux 4.9.0-4-amd64…'
linux /boot/vmlinuz-4.9.0-4-amd64 root=UUID=ec2c60ad-54a3-4d2b-98e7-e4830f933860 ro single
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.9.0-4-amd64
}
}
### 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 ###
menuentry 'Windows 7 (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-3A88C97A88C934E3' {
insmod part_msdos
insmod ntfs
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 3A88C97A88C934E3
else
search --no-floppy --fs-uuid --set=root 3A88C97A88C934E3
fi
parttool ${root} hidden-
chainloader +1
}
### 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 ###
--------------------------------------------------------------------------------
=============================== sdb1/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/sdb1 during installation
UUID=ec2c60ad-54a3-4d2b-98e7-e4830f933860 / ext4 errors=remount-ro 0 1
# /home was on /dev/sdb6 during installation
UUID=9766982c-cc76-4396-80aa-59329764ddc9 /home ext4 defaults 0 2
# swap was on /dev/sdb5 during installation
UUID=7dd2c4b5-bceb-499f-84ea-698213b7b5d5 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
--------------------------------------------------------------------------------
=================== sdb1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
=============================== StdErr Messages: ===============================
cat: /tmp/BootInfo-oqjSu5Xk/Tmp_Log: Aucun fichier ou dossier de ce type