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:~$