#26 Le 03/02/2019, à 19:15
- jamesbad000
Re : menu de démarrage gru gnub 2.02
je capte pas. Depuis le début quand je t'indique de taper des commandes dans le terminal de commande tu fais autre chose ?
L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)
Hors ligne
#27 Le 03/02/2019, à 19:22
- marc61
Re : menu de démarrage gru gnub 2.02
bat dit moi ce que j'ai oubliez ou pas fait
bon j'ai confondu Terminal et L'éditeur de texte alors ?
Hors ligne
#28 Le 03/02/2019, à 19:39
- jamesbad000
Re : menu de démarrage gru gnub 2.02
bon j'ai confondu Terminal et L'éditeur de texte alors ?
j'en ai bien l'impression.
Voir ici les explications sur le terminal et comment le lancer selon ta distribution (ubuntu, xubuntu, kubuntu ou autre ) https://doc.ubuntu-fr.org/terminal.
Ensuite tu retourne à mes indications au message #12 et pour chaque commande que j'ai indiqué, tu me retourne bien le contenu du terminal incluant la commande, les messages éventuellement affichés par la commande, et la ligne d'invite de commande suivant (pour que je puisse être certain qu'il ne manque rien)
L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)
Hors ligne
#29 Le 03/02/2019, à 19:44
- marc61
Re : menu de démarrage gru gnub 2.02
ok bon je fait sa
et désole mais ses la 1 première pour moi donc voila mais je vais y arrivez
Hors ligne
#30 Le 03/02/2019, à 19:53
- jamesbad000
Re : menu de démarrage gru gnub 2.02
Y a pas de mal. Du coup maintenant je comprend mieux tes questions dans les message #14 et #19...
L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)
Hors ligne
#31 Le 03/02/2019, à 20:11
- marc61
Re : menu de démarrage gru gnub 2.02
et oui
bon du coups sa va surement me prendre un peut plus de temps car la le terminal je connais pas mais bon
comme je suis curieux je continue mais en douceurs
bon aller je re prend du début
Hors ligne
#32 Le 03/02/2019, à 20:40
- marc61
Re : menu de démarrage gru gnub 2.02
bon voila
je pense que ses fait j'ai enregistré "je crois " le fichier j'ai copier la réponse du terminal
marc@marc-HP-Pavilion-dv6-Notebook-PC:~$ cp /etc/grub.d/00_header
cp: opérande de fichier cible manquant après '/etc/grub.d/00_header'
Saisissez « cp --help » pour plus d'informations.
marc@marc-HP-Pavilion-dv6-Notebook-PC:~$ cp /etc/grub.d/00_header ~
marc@marc-HP-Pavilion-dv6-Notebook-PC:~$ sudo nano /etc/grub.d/00_header
[sudo] Mot de passe de marc :
marc@marc-HP-Pavilion-dv6-Notebook-PC:~$
Hors ligne
#33 Le 03/02/2019, à 20:40
- marc61
Re : menu de démarrage gru gnub 2.02
je vais aller voir si ses bon
Hors ligne
#34 Le 03/02/2019, à 20:41
- marc61
Re : menu de démarrage gru gnub 2.02
et bien on dirait que oui
Hors ligne
#35 Le 03/02/2019, à 20:42
- jamesbad000
Re : menu de démarrage gru gnub 2.02
On m'a l'air sur la bonne voie. Manque juste la dernière commande qui me permettra de vérifier que c'est bon :
cat /etc/grub.d/00_header
L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)
Hors ligne
#36 Le 03/02/2019, à 20:51
- marc61
Re : menu de démarrage gru gnub 2.02
voici la copie
marc@marc-HP-Pavilion-dv6-Notebook-PC:~$ cat /etc/grub.d/00_header
#! /bin/sh
set -e
# grub-mkconfig helper script.
# Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc.
#
# GRUB is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# GRUB is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GRUB. If not, see <http://www.gnu.org/licenses/>.
prefix="/usr"
exec_prefix="/usr"
datarootdir="/usr/share"
grub_lang=`echo $LANG | cut -d . -f 1`
grubdir="`echo "/boot/grub" | sed 's,//*,/,g'`"
quick_boot="1"
export TEXTDOMAIN=grub
export TEXTDOMAINDIR="${datarootdir}/locale"
. "$pkgdatadir/grub-mkconfig_lib"
# Do this as early as possible, since other commands might depend on it.
# (e.g. the `loadfont' command might need lvm or raid modules)
for i in ${GRUB_PRELOAD_MODULES} ; do
echo "insmod $i"
done
if [ "x${GRUB_DEFAULT}" = "x" ] ; then GRUB_DEFAULT=0 ; fi
if [ "x${GRUB_DEFAULT}" = "xsaved" ] ; then GRUB_DEFAULT='${saved_entry}' ; fi
if [ "x${GRUB_TIMEOUT}" = "x" ] ; then GRUB_TIMEOUT=5 ; fi
if [ "x${GRUB_GFXMODE}" = "x" ] ; then GRUB_GFXMODE=auto ; fi
if [ "x${GRUB_DEFAULT_BUTTON}" = "x" ] ; then GRUB_DEFAULT_BUTTON="$GRUB_DEFAULT" ; fi
if [ "x${GRUB_DEFAULT_BUTTON}" = "xsaved" ] ; then GRUB_DEFAULT_BUTTON='${saved_entry}' ; fi
if [ "x${GRUB_TIMEOUT_BUTTON}" = "x" ] ; then GRUB_TIMEOUT_BUTTON="$GRUB_TIMEOUT" ; fi
cat << EOF
if [ -s \$prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
EOF
if [ "x$GRUB_BUTTON_CMOS_ADDRESS" != "x" ]; then
cat <<EOF
if cmostest $GRUB_BUTTON_CMOS_ADDRESS ; then
set default="${GRUB_DEFAULT_BUTTON}"
elif [ "\${next_entry}" ] ; then
set default="\${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="${GRUB_DEFAULT}"
fi
EOF
else
cat <<EOF
if [ "\${next_entry}" ] ; then
set default="\${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="${GRUB_DEFAULT}"
fi
EOF
fi
cat <<EOF
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
}
EOF
if [ "$quick_boot" = 1 ]; then
cat <<EOF
function recordfail {
set recordfail=1
EOF
check_writable () {
abstractions="$(grub-probe --target=abstraction "${grubdir}")"
for abstraction in $abstractions; do
case "$abstraction" in
diskfilter | lvm)
cat <<EOF
# GRUB lacks write support for $abstraction, so recordfail support is disabled.
EOF
return 1
;;
esac
done
FS="$(grub-probe --target=fs "${grubdir}")"
case "$FS" in
btrfs | cpiofs | newc | odc | romfs | squash4 | tarfs | zfs)
cat <<EOF
# GRUB lacks write support for $FS, so recordfail support is disabled.
EOF
return 1
;;
esac
cat <<EOF
if [ -n "\${have_grubenv}" ]; then if [ -z "\${boot_once}" ]; then save_env recordfail; fi; fi
EOF
}
if ! check_writable; then
recordfail_broken=1
fi
cat <<EOF
}
EOF
fi
cat <<EOF
function load_video {
EOF
if [ -n "${GRUB_VIDEO_BACKEND}" ]; then
cat <<EOF
insmod ${GRUB_VIDEO_BACKEND}
EOF
else
# If all_video.mod isn't available load all modules available
# with versions prior to introduction of all_video.mod
cat <<EOF
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
EOF
fi
cat <<EOF
}
EOF
serial=0;
gfxterm=0;
for x in ${GRUB_TERMINAL_INPUT} ${GRUB_TERMINAL_OUTPUT}; do
if [ xserial = "x$x" ]; then
serial=1;
fi
if [ xgfxterm = "x$x" ]; then
gfxterm=1;
fi
done
if [ "x$serial" = x1 ]; then
if [ "x${GRUB_SERIAL_COMMAND}" = "x" ] ; then
grub_warn "$(gettext "Requested serial terminal but GRUB_SERIAL_COMMAND is unspecified. Default parameters will be used.")"
GRUB_SERIAL_COMMAND=serial
fi
echo "${GRUB_SERIAL_COMMAND}"
fi
if [ "x$gfxterm" = x1 ]; then
if [ -n "$GRUB_FONT" ] ; then
# Make the font accessible
prepare_grub_to_access_device `${grub_probe} --target=device "${GRUB_FONT}"`
cat << EOF
if loadfont `make_system_path_relative_to_its_root "${GRUB_FONT}"` ; then
EOF
else
for dir in "${pkgdatadir}" "`echo '/boot/grub' | sed "s,//*,/,g"`" /usr/share/grub ; do
for basename in unicode unifont ascii; do
path="${dir}/${basename}.pf2"
if is_path_readable_by_grub "${path}" > /dev/null ; then
font_path="${path}"
else
continue
fi
break 2
done
done
if [ -n "${font_path}" ] ; then
cat << EOF
if [ x\$feature_default_font_path = xy ] ; then
font=unicode
else
EOF
# Make the font accessible
prepare_grub_to_access_device `${grub_probe} --target=device "${font_path}"`
cat << EOF
font="`make_system_path_relative_to_its_root "${font_path}"`"
fi
if loadfont \$font ; then
EOF
else
cat << EOF
if loadfont unicode ; then
EOF
fi
fi
cat << EOF
set gfxmode=${GRUB_GFXMODE}
load_video
insmod gfxterm
EOF
# Gettext variables and module
if [ "x${LANG}" != "xC" ] && [ "x${LANG}" != "x" ]; then
cat << EOF
set locale_dir=\$prefix/locale
set lang=${grub_lang}
insmod gettext
EOF
fi
cat <<EOF
fi
EOF
fi
case x${GRUB_TERMINAL_INPUT} in
x)
# Just use the native terminal
;;
x*)
cat << EOF
terminal_input ${GRUB_TERMINAL_INPUT}
EOF
;;
esac
case x${GRUB_TERMINAL_OUTPUT} in
x)
# Just use the native terminal
;;
x*)
cat << EOF
terminal_output ${GRUB_TERMINAL_OUTPUT}
EOF
;;
esac
if [ "x$gfxterm" = x1 ]; then
if [ "x$GRUB_THEME" != x ] && [ -f "$GRUB_THEME" ] \
&& is_path_readable_by_grub "$GRUB_THEME"; then
gettext_printf "Found theme: %s\n" "$GRUB_THEME" >&2
prepare_grub_to_access_device `${grub_probe} --target=device "$GRUB_THEME"`
cat << EOF
insmod gfxmenu
EOF
themedir="`dirname "$GRUB_THEME"`"
for x in "$themedir"/*.pf2 "$themedir"/f/*.pf2; do
if [ -f "$x" ]; then
cat << EOF
loadfont (\$root)`make_system_path_relative_to_its_root $x`
EOF
fi
done
if [ x"`echo "$themedir"/*.jpg`" != x"$themedir/*.jpg" ] || [ x"`echo "$themedir"/*.jpeg`" != x"$themedir/*.jpeg" ]; then
cat << EOF
insmod jpeg
EOF
fi
if [ x"`echo "$themedir"/*.png`" != x"$themedir/*.png" ]; then
cat << EOF
insmod png
EOF
fi
if [ x"`echo "$themedir"/*.tga`" != x"$themedir/*.tga" ]; then
cat << EOF
insmod tga
EOF
fi
cat << EOF
set theme=(\$root)`make_system_path_relative_to_its_root $GRUB_THEME`
export theme
EOF
elif [ "x$GRUB_BACKGROUND" != x ] && [ -f "$GRUB_BACKGROUND" ] \
&& is_path_readable_by_grub "$GRUB_BACKGROUND"; then
gettext_printf "Found background: %s\n" "$GRUB_BACKGROUND" >&2
case "$GRUB_BACKGROUND" in
*.png) reader=png ;;
*.tga) reader=tga ;;
*.jpg|*.jpeg) reader=jpeg ;;
*) gettext "Unsupported image format" >&2; echo >&2; exit 1 ;;
esac
prepare_grub_to_access_device `${grub_probe} --target=device "$GRUB_BACKGROUND"`
cat << EOF
insmod $reader
background_image -m stretch `make_system_path_relative_to_its_root "$GRUB_BACKGROUND"`
EOF
fi
fi
make_timeout ()
{
cat << EOF
if [ "\${recordfail}" = 1 ] ; then
set timeout=${GRUB_RECORDFAIL_TIMEOUT:-30}
else
EOF
if [ "x${3}" != "x" ] ; then
timeout="${2}"
style="${3}"
elif [ "x${1}" != "x" ] && \
([ "$quick_boot" = 1 ] || [ "x${1}" != "x0" ]) ; then
# Handle the deprecated GRUB_HIDDEN_TIMEOUT scheme.
timeout="${1}"
if [ "x${2}" != "x0" ] ; then
grub_warn "$(gettext "Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.")"
fi
if [ "x${GRUB_HIDDEN_TIMEOUT_QUIET}" = "xtrue" ] ; then
style="hidden"
verbose=
else
style="countdown"
verbose=" --verbose"
fi
else
# No hidden timeout, so treat as GRUB_TIMEOUT_STYLE=menu
timeout="${2}"
style="menu"
fi
cat << EOF
if [ x\$feature_timeout_style = xy ] ; then
set timeout_style=${style}
set timeout=${timeout}
EOF
if [ "x${style}" = "xmenu" ] ; then
cat << EOF
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=${timeout}
EOF
else
cat << EOF
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep${verbose} --interruptible ${timeout} ; then
set timeout=0
EOF
fi
cat << EOF
fi
fi
EOF
#if [ "$recordfail_broken" = 1 ]; then
# cat << EOF
#if lsefi; then
# set timeout=${GRUB_RECORDFAIL_TIMEOUT:-30}
# if [ x\$feature_timeout_style = xy ] ; then
# set timeout_style=menu
# fi
#fi
#EOF
#fi
}
if [ "x$GRUB_BUTTON_CMOS_ADDRESS" != "x" ]; then
cat <<EOF
if cmostest $GRUB_BUTTON_CMOS_ADDRESS ; then
EOF
make_timeout "${GRUB_HIDDEN_TIMEOUT_BUTTON}" "${GRUB_TIMEOUT_BUTTON}" "${GRUB_TIMEOUT_STYLE_BUTTON}"
echo else
make_timeout "${GRUB_HIDDEN_TIMEOUT}" "${GRUB_TIMEOUT}" "${GRUB_TIMEOUT_STYLE}"
echo fi
else
make_timeout "${GRUB_HIDDEN_TIMEOUT}" "${GRUB_TIMEOUT}" "${GRUB_TIMEOUT_STYLE}"
fi
if [ "x$GRUB_BUTTON_CMOS_ADDRESS" != "x" ] && [ "x$GRUB_BUTTON_CMOS_CLEAN" = "xyes" ]; then
cat <<EOF
cmosclean $GRUB_BUTTON_CMOS_ADDRESS
EOF
fi
# Play an initial tune
if [ "x${GRUB_INIT_TUNE}" != "x" ] ; then
echo "play ${GRUB_INIT_TUNE}"
fi
if [ "x${GRUB_BADRAM}" != "x" ] ; then
echo "badram ${GRUB_BADRAM}"
fi
marc@marc-HP-Pavilion-dv6-Notebook-PC:~$
Hors ligne
#37 Le 03/02/2019, à 20:53
- jamesbad000
Re : menu de démarrage gru gnub 2.02
Bien. Dernière étape la regénération du menu grub :
sudo update-grub
L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)
Hors ligne
#38 Le 03/02/2019, à 20:57
- marc61
Re : menu de démarrage gru gnub 2.02
bon et bien si ses bon tout sa ses super Grace a ton aide
mais comme tout les débutant toujours la peur un peut de faire une boulette mais bon va falloir que je plonge la dedans
donc voici la copie
marc@marc-HP-Pavilion-dv6-Notebook-PC:~$ sudo update-grub
[sudo] Mot de passe de marc :
Sourcing file `/etc/default/grub'
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-4.15.0-37-generic
Image mémoire initiale trouvée : /boot/initrd.img-4.15.0-37-generic
Image Linux trouvée : /boot/vmlinuz-4.15.0-36-generic
Image mémoire initiale trouvée : /boot/initrd.img-4.15.0-36-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
fait
marc@marc-HP-Pavilion-dv6-Notebook-PC:~$
Hors ligne
#39 Le 03/02/2019, à 20:58
- jamesbad000
Re : menu de démarrage gru gnub 2.02
Ca c'est bien passé. Tu peux redémarrer pour vérifier le résultat
L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)
Hors ligne
#40 Le 03/02/2019, à 21:08
- marc61
Re : menu de démarrage gru gnub 2.02
ok
Hors ligne
#41 Le 03/02/2019, à 21:34
- marc61
Re : menu de démarrage gru gnub 2.02
Bon alors voila
le premier coups j'ai fait que rebouter, donc une page rose pendant environ 1 bonne minute ensuite et bien j'ai eu droit a la petit liste de ok
quant on fait entre au menu complet ,
j'ai donc arrete le pc 2 mn et me voila mais ses pareille
Hors ligne
#42 Le 03/02/2019, à 21:39
- jamesbad000
Re : menu de démarrage gru gnub 2.02
aarh...
que donnes
ls -l /boot/grub
cat /boot/grub/grub.cfg
edit : j'ajoute
sudo lsblk -o size,name,fstype,label,mountpoint
Dernière modification par jamesbad000 (Le 03/02/2019, à 21:40)
L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)
Hors ligne
#43 Le 03/02/2019, à 22:13
- marc61
Re : menu de démarrage gru gnub 2.02
le premier
marc@marc-HP-Pavilion-dv6-Notebook-PC:~$ ls -l /boot/grub
total 2384
drwxr-xr-x 2 root root 4096 sept. 1 04:44 fonts
-rw-r--r-- 1 root root 712 juil. 25 2018 gfxblacklist.txt
-r--r--r-- 1 root root 10189 févr. 3 20:55 grub.cfg
-rw-r--r-- 1 root root 1024 févr. 3 21:29 grubenv
drwxr-xr-x 2 root root 12288 janv. 24 23:33 i386-pc
drwxr-xr-x 2 root root 4096 janv. 24 23:33 locale
-rw-r--r-- 1 root root 2397557 janv. 24 23:33 unicode.pf2
marc@marc-HP-Pavilion-dv6-Notebook-PC:~$
le 2 eme
rc@marc-HP-Pavilion-dv6-Notebook-PC:~$ cat /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
# GRUB lacks write support for lvm, so recordfail support is disabled.
}
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 lvm
insmod ext2
set root='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV' 8bd5d638-d6ce-4844-8281-f0231c46921b
else
search --no-floppy --fs-uuid --set=root 8bd5d638-d6ce-4844-8281-f0231c46921b
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=10
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 10 ; 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=1
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-8bd5d638-d6ce-4844-8281-f0231c46921b' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod lvm
insmod ext2
set root='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV' 8bd5d638-d6ce-4844-8281-f0231c46921b
else
search --no-floppy --fs-uuid --set=root 8bd5d638-d6ce-4844-8281-f0231c46921b
fi
linux /boot/vmlinuz-4.15.0-37-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
initrd /boot/initrd.img-4.15.0-37-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-8bd5d638-d6ce-4844-8281-f0231c46921b' {
menuentry 'Ubuntu, avec Linux 4.15.0-37-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-37-generic-advanced-8bd5d638-d6ce-4844-8281-f0231c46921b' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod lvm
insmod ext2
set root='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV' 8bd5d638-d6ce-4844-8281-f0231c46921b
else
search --no-floppy --fs-uuid --set=root 8bd5d638-d6ce-4844-8281-f0231c46921b
fi
echo 'Chargement de Linux 4.15.0-37-generic…'
linux /boot/vmlinuz-4.15.0-37-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.15.0-37-generic
}
menuentry 'Ubuntu, with Linux 4.15.0-37-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-37-generic-recovery-8bd5d638-d6ce-4844-8281-f0231c46921b' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod lvm
insmod ext2
set root='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV' 8bd5d638-d6ce-4844-8281-f0231c46921b
else
search --no-floppy --fs-uuid --set=root 8bd5d638-d6ce-4844-8281-f0231c46921b
fi
echo 'Chargement de Linux 4.15.0-37-generic…'
linux /boot/vmlinuz-4.15.0-37-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.15.0-37-generic
}
menuentry 'Ubuntu, avec Linux 4.15.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-36-generic-advanced-8bd5d638-d6ce-4844-8281-f0231c46921b' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod lvm
insmod ext2
set root='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV' 8bd5d638-d6ce-4844-8281-f0231c46921b
else
search --no-floppy --fs-uuid --set=root 8bd5d638-d6ce-4844-8281-f0231c46921b
fi
echo 'Chargement de Linux 4.15.0-36-generic…'
linux /boot/vmlinuz-4.15.0-36-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.15.0-36-generic
}
menuentry 'Ubuntu, with Linux 4.15.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-36-generic-recovery-8bd5d638-d6ce-4844-8281-f0231c46921b' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod lvm
insmod ext2
set root='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV' 8bd5d638-d6ce-4844-8281-f0231c46921b
else
search --no-floppy --fs-uuid --set=root 8bd5d638-d6ce-4844-8281-f0231c46921b
fi
echo 'Chargement de Linux 4.15.0-36-generic…'
linux /boot/vmlinuz-4.15.0-36-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.15.0-36-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 lvm
insmod ext2
set root='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV' 8bd5d638-d6ce-4844-8281-f0231c46921b
else
search --no-floppy --fs-uuid --set=root 8bd5d638-d6ce-4844-8281-f0231c46921b
fi
knetbsd /boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
insmod part_msdos
insmod lvm
insmod ext2
set root='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/BobH2x-docJ-Gsbw-zjDn-hlum-6GvX-sBlxRc/lfFyqT-ZVER-kM5z-9ey5-mywp-5tU0-a6gmsV' 8bd5d638-d6ce-4844-8281-f0231c46921b
else
search --no-floppy --fs-uuid --set=root 8bd5d638-d6ce-4844-8281-f0231c46921b
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 ###
marc@marc-HP-Pavilion-dv6-Notebook-PC:~$
et le 3 eme
marc@marc-HP-Pavilion-dv6-Notebook-PC:~$ sudo lsblk -o size,name,fstype,label,mountpoint
[sudo] Mot de passe de marc :
SIZE NAME FSTYPE LABEL MOUNTPOINT
174,4M loop0 squashfs /snap/spotify/30
2,2M loop1 squashfs /snap/gnome-calculator/222
14,5M loop2 squashfs /snap/gnome-logs/40
202,3M loop3 squashfs /snap/vlc/770
2,3M loop4 squashfs /snap/gnome-calculator/238
916,7M loop5 squashfs /snap/xonotic/34
122,6M loop6 squashfs /snap/blender/12
34,6M loop7 squashfs /snap/gtk-common-themes/818
13M loop8 squashfs /snap/gnome-characters/117
169,4M loop9 squashfs /snap/gimp/110
81,3M loop10 squashfs /snap/xnsketch/2
89,5M loop11 squashfs /snap/core/6130
91M loop12 squashfs /snap/core/6350
202,6M loop13 squashfs /snap/vlc/768
169,4M loop14 squashfs /snap/gimp/105
1,4G loop15 squashfs /snap/urban-terror/3
95M loop16 squashfs /snap/darktable/32
1,4G loop17 squashfs /snap/urban-terror/4
1,4G loop18 squashfs /snap/urban-terror/1
91,2M loop19 squashfs /snap/vectr/2
53,7M loop20 squashfs /snap/core18/536
5,8M loop21 squashfs /snap/tor/2
3,7M loop22 squashfs /snap/gnome-system-monitor/57
14,5M loop23 squashfs /snap/gnome-logs/43
14,5M loop24 squashfs /snap/gnome-logs/45
53,7M loop25 squashfs /snap/core18/512
61,5M loop26 squashfs /snap/pencilsheep/5
13M loop27 squashfs /snap/gnome-characters/124
3,7M loop28 squashfs /snap/gnome-system-monitor/54
173,6M loop29 squashfs /snap/spotify/28
169,4M loop30 squashfs /snap/gimp/101
123,2M loop31 squashfs /snap/blender/20
174,4M loop32 squashfs /snap/spotify/31
3,7M loop33 squashfs /snap/gnome-system-monitor/51
123,2M loop34 squashfs /snap/blender/14
53,7M loop35 squashfs /snap/core18/594
195,2M loop36 squashfs /snap/vlc/555
91,1M loop37 squashfs /snap/core/6259
916,7M loop38 squashfs /snap/xonotic/33
86,1M loop39 squashfs /snap/paintsupreme-3d/2
916,7M loop40 squashfs /snap/xonotic/26
2,3M loop41 squashfs /snap/gnome-calculator/260
13M loop42 squashfs /snap/gnome-characters/139
698,7G sda
698,7G └─sda1 LVM2_member
697,7G ├─ubuntu--vg-root ext4 /
976M └─ubuntu--vg-swap_1 swap [SWAP]
1024M sr0
marc@marc-HP-Pavilion-dv6-Notebook-PC:~$
Hors ligne
#44 Le 04/02/2019, à 00:45
- jamesbad000
Re : menu de démarrage gru gnub 2.02
La modif a bien été prise en compte et ton grub.cfg est conforme maintenant.
Quelle valeur affiche le compte à rebours en bas du menu lorsque le menu s'affiche ?
A noter que de toute façon même si le menu ne s'affiche pas c'est paramétré pour attendre 10 secondes avant de lancer l'option par défaut, conformément à ce qui est indiqué dans le fichier de config /etc/default/grub (cf message #6) :
GRUB_TIMEOUT=10
L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)
Hors ligne
#45 Le 04/02/2019, à 01:05
- marc61
Re : menu de démarrage gru gnub 2.02
et bien oui je n'es plus le menu
juste une page rose qui dure pas loin d'une minute et ensuite j'ai la fin du gub, les lignes ou il mais ok en verset ensuite vient la page normale de ubuntu
et il ny a pas moyens de le supprimé complètement ?
Hors ligne
#46 Le 04/02/2019, à 01:11
- marc61
Re : menu de démarrage gru gnub 2.02
tien la copie du fichier
# 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_TIMEOUT_STYLE=hidden
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"
Hors ligne
#47 Le 09/02/2019, à 12:05
- jamesbad000
Re : menu de démarrage gru gnub 2.02
Bonjour,
et bien oui je n'es plus le menu
Ok donc le problème dont il était question depuis le début est réglé.
juste une page rose qui dure pas loin d'une minute et ensuite j'ai la fin du gub, les lignes ou il mais ok en verset ensuite vient la page normale de ubuntu
Maintenant tu me parles d'un autre problème. C'est l'affichage des messages du kernel pendant le démarrage.
Je ne vois pas quoi y faire car l'option "quiet" qui permet de désactiver cet affichage est bien présente au niveau de ton option de menu par défaut
linux /boot/vmlinuz-4.15.0-37-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
Dernière modification par jamesbad000 (Le 09/02/2019, à 12:05)
L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)
Hors ligne
#48 Le 09/02/2019, à 17:24
- marc61
Re : menu de démarrage gru gnub 2.02
Bonjours jamesbad000
et oui et pour temps il est bien la, tu ses quoi, quant je vais re démarrer mon ordi et bien je vais faire une photo comme sa tu verra bon y a pas grand chose mais ses la a chaque fois, et le temps d'attente bas il est pareille, si encore j'avais windows dedans bon je dirait ok ses normale mais la non
bon une fois démarrer ses nickel sa marche super, bas tu verra sa et tu me dira ce que tu en pense voila
merci pour le coup de mains
Hors ligne
#49 Le 10/02/2019, à 03:30
- marc61
Re : menu de démarrage gru gnub 2.02
Bonjours jamesbad000
bon alors comme je te les dit je vais te poster donc la photo que j'ai fait de ce qui s'affiche juste av le démarrage d'ubuntu,
a juste un truc il y 15 mn je suis passé a la version 18.04.2
donc je résume le démarrage,
une fois donc allumé l'ordi a un fond rose bonbon, pendant 1 mn ensuit il passe a l'écran noir et la 2 sc après s'affiche ses ligne
et ensuite seulement, environ 10 sc le sigle ubuntu arrive et la sa démarre
bon je ses pas si sa va s'afficher
bon je n'arrive pas a poster la photo je les converti png mais rien a faire bon pas grave je vais copier le texte
[ ok ] created slice user slice ok gdm.
starting user manager for uid 121...
[ ok ] starded session c1 ok user gdm.
[ ok ] starded user manager for uid 121.
Dernière modification par marc61 (Le 10/02/2019, à 03:54)
Hors ligne
#50 Le 10/02/2019, à 12:49
- jamesbad000
Re : menu de démarrage gru gnub 2.02
Bonjour,
j'ai bien compris que ces lignes s'affichaient, et je t'ai répondu dans mon message précédent.
L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)
Hors ligne