Pages : 1
#1 Le 09/02/2016, à 15:44
- bzh38
[Résolu] Soucis au démarrage Ubuntu 14.04
Bonjour,
Mon soucis depuis hier c'est qu’ubuntu ne démarre plus automatiquement, l’écran reste violet je suis obliger d’éteindre mon ordi en restant appuyé sur le bouton démarrage,et suite a ça quand je redémarre on me donne les options soit démarrer ubuntu classiquement ce qui me met une erreur "kernel panic", ou bien option avancé ce qui me permet de démarrer avec une version noyau antérieur, ce qui fonctionne. Ce qui me sauve pour l'instant mais qui ne peut être un solution a long terme.
J'ai essayé de mettre a jour, de réparer via le réparateur de démarrage, mais celui ci m'indique un message d'erreur "grub est encore présent veuillez réessayer" et je ne peux continuer la réparation.
J'ai créé un rapport bootinfo voici l'adresse:
paste.ubuntu.com/15001639/
Merci pour votre aide
Dernière modification par Ayral (Le 24/04/2016, à 14:55)
Hors ligne
#2 Le 09/02/2016, à 17:08
- malbo
Re : [Résolu] Soucis au démarrage Ubuntu 14.04
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 and looks
for (,msdos1)/grub.
sda1: __________________________________________________________________________
File system: ext2
Boot sector type: -
Boot sector info:
Operating System:
Boot files: /grub/grub.cfg /grub/i386-pc/core.img
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: LVM2_member
Boot sector type: -
Boot sector info:
ubuntu-vg-root: ________________________________________________________________
File system:
Boot sector type: Unknown
Boot sector info:
Mounting failed: mount: unknown filesystem type ''
ubuntu-vg-swap_1: ______________________________________________________________
File system:
Boot sector type: Unknown
Boot sector info:
Mounting failed: mount: unknown filesystem type ''
mount: unknown filesystem type ''
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders, total 195371568 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 499,711 497,664 83 Linux
/dev/sda2 501,758 195,371,007 194,869,250 5 Extended
/dev/sda5 501,760 195,371,007 194,869,248 8e Linux LVM
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/mapper/ubuntu--vg-root 59f5fa6b-142a-4c5c-b005-cc1c463f9d6b ext4
/dev/mapper/ubuntu--vg-swap_1 33555611-fc2a-49dc-9bf9-faa4b77dc0ff swap
/dev/sda1 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef ext2
/dev/sda5 gT66AR-Cw19-2FHn-mXtq-siLM-AlLf-0TvTvc LVM2_member
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Feb 9 14:10 ata-HTS541010G9SA00_MP2ZM0X0K9NTVR -> ../../sda
lrwxrwxrwx 1 root root 10 Feb 9 13:39 ata-HTS541010G9SA00_MP2ZM0X0K9NTVR-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Feb 9 13:39 ata-HTS541010G9SA00_MP2ZM0X0K9NTVR-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Feb 9 13:39 ata-HTS541010G9SA00_MP2ZM0X0K9NTVR-part5 -> ../../sda5
lrwxrwxrwx 1 root root 9 Feb 9 13:39 ata-QSI_DVD+_-RW_SDW-085_60915P0CP0SG64301379 -> ../../sr0
lrwxrwxrwx 1 root root 10 Feb 9 14:10 dm-name-ubuntu--vg-root -> ../../dm-0
lrwxrwxrwx 1 root root 10 Feb 9 14:10 dm-name-ubuntu--vg-swap_1 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Feb 9 14:10 dm-uuid-LVM-VRcC0sfUwgjz0xjUsI298RgL4Tpb3KEvk4ictWLu8ZyT85jpP3scdTAhpwcMJi7v -> ../../dm-1
lrwxrwxrwx 1 root root 10 Feb 9 14:10 dm-uuid-LVM-VRcC0sfUwgjz0xjUsI298RgL4Tpb3KEvyVsUtWp2nXCMj6p3f9T85KPOksaYvOjr -> ../../dm-0
========================= "ls -R /dev/mapper/" output: =========================
/dev/mapper:
control
ubuntu--vg-root
ubuntu--vg-swap_1
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/mapper/ubuntu--vg-root / ext4 (rw,errors=remount-ro)
/dev/sda1 /boot ext2 (rw)
============================= sda1/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 lvm
insmod ext2
set root='lvmid/VRcC0s-fUwg-jz0x-jUsI-298R-gL4T-pb3KEv/yVsUtW-p2nX-CMj6-p3f9-T85K-POks-aYvOjr'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/VRcC0s-fUwg-jz0x-jUsI-298R-gL4T-pb3KEv/yVsUtW-p2nX-CMj6-p3f9-T85K-POks-aYvOjr' 59f5fa6b-142a-4c5c-b005-cc1c463f9d6b
else
search --no-floppy --fs-uuid --set=root 59f5fa6b-142a-4c5c-b005-cc1c463f9d6b
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
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-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
linux /vmlinuz-3.16.0-60-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
menuentry 'Ubuntu, avec Linux 3.16.0-60-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-60-generic-advanced-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-60-generic…'
linux /vmlinuz-3.16.0-60-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
}
menuentry 'Ubuntu, with Linux 3.16.0-60-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-60-generic-recovery-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-60-generic…'
linux /vmlinuz-3.16.0-60-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
}
menuentry 'Ubuntu, avec Linux 3.16.0-59-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-59-generic-advanced-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-59-generic…'
linux /vmlinuz-3.16.0-59-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-3.16.0-59-generic
}
menuentry 'Ubuntu, with Linux 3.16.0-59-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-59-generic-recovery-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-59-generic…'
linux /vmlinuz-3.16.0-59-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-3.16.0-59-generic
}
menuentry 'Ubuntu, avec Linux 3.16.0-57-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-57-generic-advanced-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-57-generic…'
linux /vmlinuz-3.16.0-57-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-3.16.0-57-generic
}
menuentry 'Ubuntu, with Linux 3.16.0-57-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-57-generic-recovery-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-57-generic…'
linux /vmlinuz-3.16.0-57-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-3.16.0-57-generic
}
menuentry 'Ubuntu, avec Linux 3.16.0-56-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-56-generic-advanced-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-56-generic…'
linux /vmlinuz-3.16.0-56-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-3.16.0-56-generic
}
menuentry 'Ubuntu, with Linux 3.16.0-56-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-56-generic-recovery-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-56-generic…'
linux /vmlinuz-3.16.0-56-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-3.16.0-56-generic
}
menuentry 'Ubuntu, avec Linux 3.16.0-50-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-50-generic-advanced-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-50-generic…'
linux /vmlinuz-3.16.0-50-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-3.16.0-50-generic
}
menuentry 'Ubuntu, with Linux 3.16.0-50-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-50-generic-recovery-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-50-generic…'
linux /vmlinuz-3.16.0-50-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-3.16.0-50-generic
}
menuentry 'Ubuntu, avec Linux 3.16.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-45-generic-advanced-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-45-generic…'
linux /vmlinuz-3.16.0-45-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-3.16.0-45-generic
}
menuentry 'Ubuntu, with Linux 3.16.0-45-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-45-generic-recovery-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-45-generic…'
linux /vmlinuz-3.16.0-45-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-3.16.0-45-generic
}
menuentry 'Ubuntu, avec Linux 3.16.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-43-generic-advanced-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-43-generic…'
linux /vmlinuz-3.16.0-43-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-3.16.0-43-generic
}
menuentry 'Ubuntu, with Linux 3.16.0-43-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-43-generic-recovery-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-43-generic…'
linux /vmlinuz-3.16.0-43-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-3.16.0-43-generic
}
menuentry 'Ubuntu, avec Linux 3.16.0-41-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-41-generic-advanced-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-41-generic…'
linux /vmlinuz-3.16.0-41-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-3.16.0-41-generic
}
menuentry 'Ubuntu, with Linux 3.16.0-41-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-41-generic-recovery-59f5fa6b-142a-4c5c-b005-cc1c463f9d6b' {
recordfail
load_video
insmod gzio
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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
echo 'Chargement de Linux 3.16.0-41-generic…'
linux /vmlinuz-3.16.0-41-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-3.16.0-41-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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
knetbsd /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 b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
else
search --no-floppy --fs-uuid --set=root b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef
fi
linux16 /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 ###
--------------------------------------------------------------------------------
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda2
00000000 02 fa d6 c2 dd f4 af bb 46 7e 73 80 6e 3c 98 74 |........F~s.n<.t|
00000010 4f ef 3b f5 4a a2 38 03 00 65 57 0d c3 b7 ea 09 |O.;.J.8..eW.....|
00000020 91 b7 d2 bc 8a 34 14 f7 9b d0 45 f1 4b 9a e9 5f |.....4....E.K.._|
00000030 d3 4b 84 2c df 07 5a 3a ff 54 db 4b 91 0f 0b cb |.K.,..Z:.T.K....|
00000040 d0 e5 6a bf ee dd 34 55 e0 c7 8e 08 a9 4b 5c bd |..j...4U.....K\.|
00000050 c6 b7 89 38 4a 5b 64 a6 ca 4a 25 86 33 9a 65 87 |...8J[d..J%.3.e.|
00000060 47 2c 8a 02 27 fd 26 a7 7a be 90 1b 42 9e af 4a |G,..'.&.z...B..J|
00000070 c1 ee 27 cb 40 03 0b 87 c9 e7 9e 9c 1e 07 fa be |..'.@...........|
00000080 28 f2 92 3b ab c8 17 d6 04 7a b2 42 a3 36 63 25 |(..;.....z.B.6c%|
00000090 5d ae cf ef 1f ce ba ed cf 1a 05 68 a8 77 e6 90 |]..........h.w..|
000000a0 2f 5b bf 6e f6 ce aa c6 32 79 1e b4 92 14 8b f1 |/[.n....2y......|
000000b0 05 91 1b 6f 3f 5a 20 41 49 5f 7f b3 cf f2 37 12 |...o?Z AI_....7.|
000000c0 6d 6e e5 da 73 01 b4 de 62 c9 22 03 d0 90 b5 da |mn..s...b.".....|
000000d0 3a df d9 ab 11 f6 db d3 7a 0d e8 ce d6 82 26 e9 |:.......z.....&.|
000000e0 4a d5 4a 8e 86 98 bc ed 5e ca 1c b8 6d fc ce 84 |J.J.....^...m...|
000000f0 bd ea 6d 16 02 1d d5 da 84 66 5b c4 0f a6 46 2f |..m......f[...F/|
00000100 01 15 23 b8 1f a8 16 bb 2a 35 3f ed bc 23 aa 8f |..#.....*5?..#..|
00000110 ed db e8 10 ed d6 fe 87 70 76 5d ab e4 d9 fb a7 |........pv].....|
00000120 d7 fa c7 02 f6 ac c1 56 46 c5 b2 7d f6 2f a9 c0 |.......VF..}./..|
00000130 2e 50 df ee 70 bf bd b6 ea dd 9a bb 9f f0 eb 03 |.P..p...........|
00000140 09 b4 7f a1 61 6f 74 7b 84 7d 03 26 8a d6 3c 1c |....aot{.}.&..<.|
00000150 03 19 70 bf 0b c0 39 f1 54 a4 70 ee ff af 2a 98 |..p...9.T.p...*.|
00000160 d9 92 70 be 6e 0b ad 48 d6 3c a3 b7 a8 12 0c 83 |..p.n..H.<......|
00000170 94 28 52 eb e9 26 be 11 d8 3d 67 e5 9d 9d 79 21 |.(R..&...=g...y!|
00000180 2d 63 eb 14 58 09 78 cf 53 4b 50 40 94 00 bf 11 |-c..X.x.SKP@....|
00000190 4b a5 72 9c 61 01 1b 90 13 4e 95 45 da 60 50 80 |K.r.a....N.E.`P.|
000001a0 0f b4 fd 0c 22 1c f0 91 ea ae 9b d1 76 8c dd 6a |....".......v..j|
000001b0 f4 e3 58 d7 60 7a 57 f6 37 c2 fd 44 4a be 00 3b |..X.`zW.7..DJ..;|
000001c0 1d 1f 8e fe ff ff 02 00 00 00 00 78 9d 0b 00 00 |...........x....|
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
Unknown BootLoader on ubuntu-vg-root
Unknown BootLoader on ubuntu-vg-swap_1
=============================== StdErr Messages: ===============================
cat: write error: Broken pipe
File descriptor 9 (/proc/30125/mounts) leaked on lvs invocation. Parent PID 4672: bash
File descriptor 63 (pipe:[102011]) leaked on lvs invocation. Parent PID 4672: bash
File descriptor 9 (/proc/30125/mounts) leaked on lvchange invocation. Parent PID 5255: bash
File descriptor 63 (pipe:[102011]) leaked on lvchange invocation. Parent PID 5255: bash
skip_dev_dir: Couldn't split up device name ubuntu-vg-root
Volume group "ubuntu-vg-root" not found
Skipping volume group ubuntu-vg-root
hexdump: /dev/mapper/ubuntu-vg-root: No such file or directory
hexdump: /dev/mapper/ubuntu-vg-root: No such file or directory
File descriptor 9 (/proc/30125/mounts) leaked on lvchange invocation. Parent PID 5255: bash
File descriptor 63 (pipe:[102011]) leaked on lvchange invocation. Parent PID 5255: bash
skip_dev_dir: Couldn't split up device name ubuntu-vg-swap_1
Volume group "ubuntu-vg-swap_1" not found
Skipping volume group ubuntu-vg-swap_1
hexdump: /dev/mapper/ubuntu-vg-swap_1: No such file or directory
hexdump: /dev/mapper/ubuntu-vg-swap_1: No such file or directory
ADDITIONAL INFORMATION :
=================== log of boot-repair 2016-02-09__14h09 ===================
boot-repair version : 4ppa35
boot-sav version : 4ppa35
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 4ppa35
BLKID BEFORE LVM ACTIVATION:
/dev/sda5: UUID="gT66AR-Cw19-2FHn-mXtq-siLM-AlLf-0TvTvc" TYPE="LVM2_member"
/dev/sda1: UUID="b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef" TYPE="ext2"
/dev/mapper/ubuntu--vg-root: UUID="59f5fa6b-142a-4c5c-b005-cc1c463f9d6b" TYPE="ext4"
/dev/mapper/ubuntu--vg-swap_1: UUID="33555611-fc2a-49dc-9bf9-faa4b77dc0ff" TYPE="swap"
MODPROBE
VGSCAN
File descriptor 9 (/proc/30125/mounts) leaked on vgscan invocation. Parent PID 30133: /bin/bash
Reading all physical volumes. This may take a while...
Found volume group "ubuntu-vg" using metadata type lvm2
VGCHANGE
File descriptor 9 (/proc/30125/mounts) leaked on vgchange invocation. Parent PID 30133: /bin/bash
2 logical volume(s) in volume group "ubuntu-vg" now active
File descriptor 9 (/proc/30125/mounts) leaked on lvscan invocation. Parent PID 30133: /bin/bash
LVSCAN:
ACTIVE '/dev/ubuntu-vg/root' [90.93 GiB] inherit
ACTIVE '/dev/ubuntu-vg/swap_1' [1.99 GiB] inherit
Y a-t-il un RAID sur cet ordinateur ? no
File descriptor 9 (/proc/30125/mounts) leaked on lvs invocation. Parent PID 31940: /bin/sh
boot-repair is executed in installed-session (Ubuntu 14.04.3 LTS, trusty, Ubuntu, i686)
CPU op-mode(s): 32-bit
BOOT_IMAGE=/vmlinuz-3.16.0-41-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash
Set sda as corresponding disk of mapper/ubuntu--vg-root
Set sda as corresponding disk of mapper/ubuntu--vg-root
Disk /dev/mapper/ubuntu--vg-root doesn't contain a valid partition table
Disk /dev/mapper/ubuntu--vg-swap_1 doesn't contain a valid partition table
=================== os-prober:
/dev/mapper/ubuntu--vg-root:L'OS actuellement utilisé - Ubuntu 14.04.3 LTS CurrentSession:linux
=================== blkid:
/dev/sda5: UUID="gT66AR-Cw19-2FHn-mXtq-siLM-AlLf-0TvTvc" TYPE="LVM2_member"
/dev/sda1: UUID="b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef" TYPE="ext2"
/dev/mapper/ubuntu--vg-root: UUID="59f5fa6b-142a-4c5c-b005-cc1c463f9d6b" TYPE="ext4"
/dev/mapper/ubuntu--vg-swap_1: UUID="33555611-fc2a-49dc-9bf9-faa4b77dc0ff" TYPE="swap"
Set sda as corresponding disk of mapper/ubuntu--vg-root
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
Avertissement : la partition étendue ne commence pas sur une frontière de
cylindres. DOS et Linux interpréteront les contenus différemment.
=================== /etc/grub.d/ :
drwxr-xr-x 2 root root 4096 janv. 19 11:26 grub.d
total 76
-rwxr-xr-x 1 root root 9791 déc. 19 09:08 00_header
-rwxr-xr-x 1 root root 6058 mai 8 2014 05_debian_theme
-rwxr-xr-x 1 root root 11608 mai 15 2014 10_linux
-rwxr-xr-x 1 root root 10412 mai 15 2014 20_linux_xen
-rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
-rwxr-xr-x 1 root root 11692 mai 15 2014 30_os-prober
-rwxr-xr-x 1 root root 1416 mai 15 2014 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mai 15 2014 40_custom
-rwxr-xr-x 1 root root 216 mai 15 2014 41_custom
-rw-r--r-- 1 root root 483 mai 15 2014 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"
/boot detected in the fstab of mapper/ubuntu--vg-root: UUID=b6d6e949-d5a1-4ed8-8cb0-1c85bbf909ef (sda1)
=================== UEFI/Legacy mode:
This installed-session is not EFI-compatible.
SecureBoot disabled.
=================== PARTITIONS & DISKS:
mapper/ubuntu--vg-root : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 32, with-boot, is-os, not--efi--part, fstab-has-goodBOOT, 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, .
sda1 : sda, is-sepboot, grubenv-ok nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /boot.
sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
=================== parted -l:
Model: ATA HTS541010G9SA00 (scsi)
Disk /dev/sda: 100GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 256MB 255MB primary ext2 boot
2 257MB 100GB 99.8GB extended
5 257MB 100GB 99.8GB logical lvm
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ubuntu--vg-swap_1: 2139MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00B 2139MB 2139MB linux-swap(v1)
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ubuntu--vg-root: 97.6GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00B 97.6GB 97.6GB ext4
=================== parted -lm:
BYT;
/dev/sda:100GB:scsi:512:512:msdos:ATA HTS541010G9SA00;
1:1049kB:256MB:255MB:ext2::boot;
2:257MB:100GB:99.8GB:::;
5:257MB:100GB:99.8GB:::lvm;
BYT;
/dev/mapper/ubuntu--vg-swap_1:2139MB:dm:512:512:loop:Linux device-mapper (linear);
1:0.00B:2139MB:2139MB:linux-swap(v1)::;
BYT;
/dev/mapper/ubuntu--vg-root:97.6GB:dm:512:512:loop:Linux device-mapper (linear);
1:0.00B:97.6GB:97.6GB:ext4::;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
sda disk 93,2G
sda1 part ext2 243M
sda2 part 1K
sda5 part LVM2_member 92,9G
dm-0 lvm ext4 90,9G
dm-1 lvm swap 2G
sr0 rom 1024M
KNAME ROTA RO RM STATE MOUNTPOINT
sda 1 0 0 running
sda1 1 0 0 /boot
sda2 1 0 0
sda5 1 0 0
dm-0 1 0 0 running /
dm-1 1 0 0 running [SWAP]
sr0 1 0 1 running
=================== mount:
/dev/mapper/ubuntu--vg-root on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
/dev/sda1 on /boot type ext2 (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=tony)
=================== ls:
/sys/block/dm-0 (filtered): alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/dm-1 (filtered): alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/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 char console core cpu cpu_dma_latency cuse disk dm-0 dm-1 dri ecryptfs fb0 fd full fuse fw0 hidraw0 hpet input kmsg log mapper mcelog mem 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 ubuntu-vg uhid uinput urandom vboxusb vfio vga_arbiter vhci vhost-net zero
ls /dev/mapper: control ubuntu--vg-root ubuntu--vg-swap_1
ls: impossible d'accéder à : Aucun fichier ou dossier de ce type
Disk /dev/mapper/ubuntu--vg-root doesn't contain a valid partition table
Disk /dev/mapper/ubuntu--vg-swap_1 doesn't contain a valid partition table
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 996M 12K 996M 1% /dev
tmpfs tmpfs 202M 1.1M 200M 1% /run
/dev/mapper/ubuntu--vg-root ext4 90G 24G 62G 28% /
none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
none tmpfs 5.0M 0 5.0M 0% /run/lock
none tmpfs 1006M 80K 1005M 1% /run/shm
none tmpfs 100M 40K 100M 1% /run/user
/dev/sda1 ext2 236M 224M 0 100% /boot
=================== fdisk -l:
Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders, total 195371568 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
Disk identifier: 0x0003ecab
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 499711 248832 83 Linux
/dev/sda2 501758 195371007 97434625 5 Extended
/dev/sda5 501760 195371007 97434624 8e Linux LVM
Disk /dev/mapper/ubuntu--vg-root: 97.6 GB, 97630814208 bytes
255 heads, 63 sectors/track, 11869 cylinders, total 190685184 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
Disk identifier: 0x00000000
Disk /dev/mapper/ubuntu--vg-swap_1: 2139 MB, 2139095040 bytes
255 heads, 63 sectors/track, 260 cylinders, total 4177920 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
Disk identifier: 0x00000000
=================== Suggested repair
The default repair of the Boot-Repair utility would purge (in order to enable-lvm) and reinstall the grub2 of mapper/ubuntu--vg-root into the MBR of sda, using the following options: sda1/boot,
Additional repair would be performed: unhide-bootmenu-10s
=================== User settings
The settings chosen by the user will not act on the boot.
Le problème est visible dans cet extrait :
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 996M 12K 996M 1% /dev
tmpfs tmpfs 202M 1.1M 200M 1% /run
/dev/mapper/ubuntu--vg-root ext4 90G 24G 62G 28% /
none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
none tmpfs 5.0M 0 5.0M 0% /run/lock
none tmpfs 1006M 80K 1005M 1% /run/shm
none tmpfs 100M 40K 100M 1% /run/user
/dev/sda1 ext2 236M 224M 0 100% /boot
La dernière ligne indique que ta partition de démarrage sda1 est pleine à 100%.
ce serait une bonne occasion de tout réinstaller à neuf en faisant une installation classique qui n'utilise pas LVM (ne cocher aucune des deux cases "Chiffrer la nouvelle installation de Ubuntu pour la sécurité" et "Utiliser LVM avec la nouvelle installation d'Ubuntu" si tu refais une installation du type "Effacer le disque et installer Ubuntu"). Tu peux constater que LVM ne te sert à rien qu'à te foutre dans les emmerdes.
Dernière modification par malbo (Le 09/02/2016, à 17:10)
Hors ligne
#3 Le 09/02/2016, à 18:29
- bzh38
Re : [Résolu] Soucis au démarrage Ubuntu 14.04
Merci pour ta réponse, je tente une réinstallation et je reviens donner le résultat.
Hors ligne
#4 Le 11/02/2016, à 13:37
- bzh38
Re : [Résolu] Soucis au démarrage Ubuntu 14.04
Bonjour,
Désolé de n'avoir pu répondre avant, mais l'autre soir ça m'a pris la tête donc j'ai arrêté. Enfin voila j'ai essayé de réparer via le CD live, j'ai lancer sur une mauvaise partition je crois car ubuntu se lance malgré un soucis " discfilter ....." mais ça se lance, j'ai récupéré quelques dossiers, pas tout. Je crois que le soucis va être vite réglé je vais tout réinstaller ;-)
Merci encore pour ton aide
Hors ligne
#5 Le 11/02/2016, à 13:42
- malbo
Re : [Résolu] Soucis au démarrage Ubuntu 14.04
j'ai récupéré quelques dossiers, pas tout.
Si tu n'as pas tout récupéré parce qu'il y a des données dont tu préfères te passer, c'est correct. Par contre, si tu n'arrives pas à récupérer des données précieuses pour toi qui restent incarcérées là-dedans malgré tes efforts, dis-le : peut-être que je peux t'aider sinon d'autres pourront t'aider.
Hors ligne
#6 Le 12/02/2016, à 18:00
- bzh38
Re : [Résolu] Soucis au démarrage Ubuntu 14.04
Bonjour,
Au final tout a l'air d'être rentré dans l'ordre.
J'ai donc suivi le tuto de réinstallation avec le complément suivant:
https://forum.ubuntu-fr.org/viewtopic.php?id=1668871
En fait j'ai perdu uniquement des logiciels, pas très grave puisqu' ils sont téléchargeables a nouveau.
Merci pour ton aide.
Je ne sais pas comment mettre résolu. ( oui je suis une quiche, mais ça va je le vis bien...)
Dernière modification par bzh38 (Le 12/02/2016, à 18:03)
Hors ligne
#7 Le 12/02/2016, à 18:10
- malbo
Re : [Résolu] Soucis au démarrage Ubuntu 14.04
Ce n'est pas évident de mettre en résolu. Je vais détailler :
1) il faut s'identifier sur le forum
2) il faut aller sur ton PREMIER message
3) il faut cliquer sur Modifier qui est écrit en rouge en bas à droite du PREMIER message
4) seulement après ça, tu peux modifier le titre de la discussion pour qu'il devienne :
[Résolu] Soucis au demarrage ubuntu 14.04
Hors ligne
#8 Le 12/02/2016, à 18:47
- moko138
Re : [Résolu] Soucis au démarrage Ubuntu 14.04
Je m'rappelle jamais, bzh38, c'est l'Isère-Atlantique ou L'Haute-Arrée ?
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne
#9 Le 13/02/2016, à 22:14
- moko138
Re : [Résolu] Soucis au démarrage Ubuntu 14.04
Ce n'est pas évident de mettre en résolu. Je vais détailler :
1) il faut s'identifier sur le forum
2) il faut aller sur ton PREMIER message
3) il faut cliquer sur Modifier qui est écrit en rouge en bas à droite du PREMIER message
4) seulement après ça, tu peux modifier le titre de la discussion pour qu'il devienne :[Résolu] Soucis au demarrage ubuntu 14.04
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne
#10 Le 15/02/2016, à 14:05
- moko138
Re : [Résolu] Soucis au démarrage Ubuntu 14.04
malbo a écrit :Ce n'est pas évident de mettre en résolu. Je vais détailler :
1) il faut s'identifier sur le forum
2) il faut aller sur ton PREMIER message
3) il faut cliquer sur Modifier qui est écrit en rouge en bas à droite du PREMIER message
4) seulement après ça, tu peux modifier le titre de la discussion pour qu'il devienne :[Résolu] Soucis au demarrage ubuntu 14.04
(ter)
Ça sert à ceux qui après toi rencontreront le même problème et incluront "résolu" dans leur recherche.
C'est pourquoi c'est dans le règlement du forum - que tu as accepté en t'inscrivant.
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne