Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Nov2014]
============================= 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 (,msdos5)/boot/grub.
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 2000/XP: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows XP
Boot files: /boot.ini /ntldr /NTDETECT.COM
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Debian GNU/Linux 8
Boot files: /boot/grub/grub.cfg /etc/fstab
/boot/grub/i386-pc/core.img
sda6: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 82.0 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders, total 160086528 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 * 63 82,927,615 82,927,553 7 NTFS / exFAT / HPFS
/dev/sda2 82,929,662 160,086,015 77,156,354 5 Extended
/dev/sda5 82,929,664 156,858,367 73,928,704 83 Linux
/dev/sda6 156,860,416 160,086,015 3,225,600 82 Linux swap / Solaris
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 DA44F1E044F1BF77 ntfs
/dev/sda5 2aca3449-7853-43f4-ada1-2ccf0d63f454 ext4
/dev/sda6 e25bc608-c1ac-4132-afd6-ae7cabba1d16 swap
/dev/sr1 iso9660 Boot-Repair-Disk 32bit
/dev/zram0 5445a872-e234-40c1-8d4d-36f756959c52 swap
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Dec 8 10:43 ata-ASUS_DRW-22B2L -> ../../sr1
lrwxrwxrwx 1 root root 9 Dec 8 10:43 ata-HL-DT-STDVD-ROM_GDR8162B -> ../../sr0
lrwxrwxrwx 1 root root 9 Dec 8 10:44 ata-Maxtor_6Y080L0_Y2AEXWRE -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 8 10:47 ata-Maxtor_6Y080L0_Y2AEXWRE-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 8 10:43 ata-Maxtor_6Y080L0_Y2AEXWRE-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Dec 8 10:43 ata-Maxtor_6Y080L0_Y2AEXWRE-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Dec 8 10:43 ata-Maxtor_6Y080L0_Y2AEXWRE-part6 -> ../../sda6
lrwxrwxrwx 1 root root 9 Dec 8 10:43 usb-Generic-_Compact_Flash_20060413092100000-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 9 Dec 8 10:43 usb-Generic-_MS_MS-Pro_20060413092100000-0:3 -> ../../sde
lrwxrwxrwx 1 root root 9 Dec 8 10:43 usb-Generic-_SD_MMC_20060413092100000-0:2 -> ../../sdd
lrwxrwxrwx 1 root root 9 Dec 8 10:43 usb-Generic-_SM_xD-Picture_20060413092100000-0:1 -> ../../sdc
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sr1 /cdrom iso9660 (ro,noatime)
================================ sda1/boot.ini: ================================
--------------------------------------------------------------------------------
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP dition familiale" /noexecute=optin /fastdetect
--------------------------------------------------------------------------------
=========================== sda5/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='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 2aca3449-7853-43f4-ada1-2ccf0d63f454
else
search --no-floppy --fs-uuid --set=root 2aca3449-7853-43f4-ada1-2ccf0d63f454
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=-1
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='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 2aca3449-7853-43f4-ada1-2ccf0d63f454
else
search --no-floppy --fs-uuid --set=root 2aca3449-7853-43f4-ada1-2ccf0d63f454
fi
insmod png
if background_image /usr/share/images/desktop-base/lines-grub.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-2aca3449-7853-43f4-ada1-2ccf0d63f454' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 2aca3449-7853-43f4-ada1-2ccf0d63f454
else
search --no-floppy --fs-uuid --set=root 2aca3449-7853-43f4-ada1-2ccf0d63f454
fi
echo 'Chargement de Linux 3.16.0-4-686-paeâ¦'
linux /boot/vmlinuz-3.16.0-4-686-pae root=UUID=2aca3449-7853-43f4-ada1-2ccf0d63f454 ro initrd=/install/gtk/initrd.gz quiet
echo 'Chargement du disque mémoire initialâ¦'
initrd /boot/initrd.img-3.16.0-4-686-pae
}
submenu 'Options avancées pour Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-2aca3449-7853-43f4-ada1-2ccf0d63f454' {
menuentry 'Debian GNU/Linux, avec Linux 3.16.0-4-686-pae' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-686-pae-advanced-2aca3449-7853-43f4-ada1-2ccf0d63f454' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 2aca3449-7853-43f4-ada1-2ccf0d63f454
else
search --no-floppy --fs-uuid --set=root 2aca3449-7853-43f4-ada1-2ccf0d63f454
fi
echo 'Chargement de Linux 3.16.0-4-686-paeâ¦'
linux /boot/vmlinuz-3.16.0-4-686-pae root=UUID=2aca3449-7853-43f4-ada1-2ccf0d63f454 ro initrd=/install/gtk/initrd.gz quiet
echo 'Chargement du disque mémoire initialâ¦'
initrd /boot/initrd.img-3.16.0-4-686-pae
}
menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-686-pae-recovery-2aca3449-7853-43f4-ada1-2ccf0d63f454' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 2aca3449-7853-43f4-ada1-2ccf0d63f454
else
search --no-floppy --fs-uuid --set=root 2aca3449-7853-43f4-ada1-2ccf0d63f454
fi
echo 'Chargement de Linux 3.16.0-4-686-paeâ¦'
linux /boot/vmlinuz-3.16.0-4-686-pae root=UUID=2aca3449-7853-43f4-ada1-2ccf0d63f454 ro single initrd=/install/gtk/initrd.gz
echo 'Chargement du disque mémoire initialâ¦'
initrd /boot/initrd.img-3.16.0-4-686-pae
}
menuentry 'Debian GNU/Linux, avec Linux 3.16.0-4-586' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-586-advanced-2aca3449-7853-43f4-ada1-2ccf0d63f454' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 2aca3449-7853-43f4-ada1-2ccf0d63f454
else
search --no-floppy --fs-uuid --set=root 2aca3449-7853-43f4-ada1-2ccf0d63f454
fi
echo 'Chargement de Linux 3.16.0-4-586â¦'
linux /boot/vmlinuz-3.16.0-4-586 root=UUID=2aca3449-7853-43f4-ada1-2ccf0d63f454 ro initrd=/install/gtk/initrd.gz quiet
echo 'Chargement du disque mémoire initialâ¦'
initrd /boot/initrd.img-3.16.0-4-586
}
menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-586 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-586-recovery-2aca3449-7853-43f4-ada1-2ccf0d63f454' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 2aca3449-7853-43f4-ada1-2ccf0d63f454
else
search --no-floppy --fs-uuid --set=root 2aca3449-7853-43f4-ada1-2ccf0d63f454
fi
echo 'Chargement de Linux 3.16.0-4-586â¦'
linux /boot/vmlinuz-3.16.0-4-586 root=UUID=2aca3449-7853-43f4-ada1-2ccf0d63f454 ro single initrd=/install/gtk/initrd.gz
echo 'Chargement du disque mémoire initialâ¦'
initrd /boot/initrd.img-3.16.0-4-586
}
}
### 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 ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_otheros ###
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
menuentry "Windows NT/2000/XP" {
set root=(hostdisk//dev/sda,msdos1)
search --no-floppy --fs-uuid --set=root DA44F1E044F1BF77
drivemap -s (hd0) $root
chainloader +1
}
### END /etc/grub.d/30_otheros ###
### 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 ###
--------------------------------------------------------------------------------
=============================== sda5/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/sda5 during installation
UUID=2aca3449-7853-43f4-ada1-2ccf0d63f454 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=e25bc608-c1ac-4132-afd6-ae7cabba1d16 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/sr1 /media/cdrom1 udf,iso9660 user,noauto 0 0
--------------------------------------------------------------------------------
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda2
00000000 4c e0 74 5a a1 ec db 6e 5a b9 24 d6 16 5a 89 48 |L.tZ...nZ.$..Z.H|
00000010 18 89 70 1c 8b 40 24 85 c0 74 0c 89 88 08 02 00 |..p..@$..t......|
00000020 00 89 b0 0c 02 00 00 e8 16 00 00 00 53 8b f8 ff |............S...|
00000030 15 50 e0 74 5a 85 ff 74 bb 89 7e 14 b0 01 5f 5b |.P.tZ..t..~..._[|
00000040 59 c3 55 8b ec 83 ec 10 33 c0 56 57 8b 3d ec db |Y.U.....3.VW.=..|
00000050 6e 5a 89 45 fc 89 45 f4 89 45 f8 8d 45 fc 50 57 |nZ.E..E..E..E.PW|
00000060 8d 4d f8 e8 e0 fc 4f 00 85 c0 75 06 33 c0 5f 5e |.M....O...u.3._^|
00000070 c9 c3 83 7d fc 01 74 f6 8d 4d f4 51 e8 4f 01 00 |...}..t..M.Q.O..|
00000080 00 8b f0 85 f6 74 e5 ff 75 f8 8b 4f 24 8b 01 56 |.....t..u..O$..V|
00000090 ff 50 08 8b c6 eb d7 55 8b ec 51 56 8b f0 85 f6 |.P.....U..QV....|
000000a0 74 3d 80 7f 05 20 74 37 53 8d 5f 08 3b f3 72 33 |t=... t7S._.;.r3|
000000b0 0f b6 47 04 40 8d 04 c7 3b f0 73 27 3b f3 76 14 |..G.@...;.s';.v.|
000000c0 8d 46 f8 50 56 89 45 fc ff 97 10 02 00 00 59 59 |.F.PV.E.......YY|
000000d0 85 c0 74 06 8b c6 5b 5e c9 c3 8b 75 fc eb dd 33 |..t...[^...u...3|
000000e0 c0 eb f4 33 c0 eb ef 55 8b ec 53 8b 5d 08 56 57 |...3...U..S.].VW|
000000f0 85 c0 74 69 83 38 00 74 64 8b fb e8 97 ff ff ff |..ti.8.td.......|
00000100 8b f8 85 ff 74 57 8b 8b 08 02 00 00 8b 37 85 c9 |....tW.......7..|
00000110 74 37 8d 45 08 50 0f b7 46 04 50 6a 00 ff b3 0c |t7.E.P..F.Pj....|
00000120 02 00 00 ff d1 83 c4 10 85 c0 74 1d 0f b7 4e 04 |..........t...N.|
00000130 51 ff 75 08 50 0f b6 83 14 02 00 00 50 e8 7f 02 |Q.u.P.......P...|
00000140 00 00 83 c4 10 85 c0 75 0b 8b cf 8b d3 e8 f8 03 |.......u........|
00000150 00 00 eb ac 8b c7 5f 5e 5b 5d c2 04 00 33 c0 eb |......_^[]...3..|
00000160 f5 55 8b ec 53 8b 5d 08 83 65 08 00 85 f6 74 5c |.U..S.]..e....t\|
00000170 83 26 00 57 ff b3 10 02 00 00 8d 45 08 50 0f b6 |.&.W.......E.P..|
00000180 43 04 ff 75 0c 8d 4b 08 e8 e9 00 00 00 83 c4 0c |C..u..K.........|
00000190 83 7d 08 00 89 45 0c 75 06 5f 5b 5d c2 08 00 83 |.}...E.u._[]....|
000001a0 0e 01 53 e8 3f ff ff ff 8b f8 85 ff 74 19 83 0e |..S.?.......t...|
000001b0 02 83 7f 04 00 74 0c 8b 4f 04 ff 01 8b d3 00 fe |.....t..O.......|
000001c0 ff ff 83 fe ff ff 02 00 00 00 00 10 68 04 00 fe |............h...|
000001d0 ff ff 05 fe ff ff 26 11 68 04 dc 3e 31 00 00 00 |......&.h..>1...|
000001e0 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
========= Devices which don't seem to have a corresponding hard drive: =========
sdb sdc sdd sde
=============================== StdErr Messages: ===============================
cat: write error: Broken pipe
File descriptor 9 (/proc/2654/mounts) leaked on lvs invocation. Parent PID 9205: bash
File descriptor 63 (pipe:[25802]) leaked on lvs invocation. Parent PID 9205: bash
No volume groups found
ADDITIONAL INFORMATION :
=================== log of boot-repair 2016-12-08__10h44 ===================
boot-repair version : 4ppa14
boot-sav version : 4ppa14
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 4ppa14
File descriptor 9 (/proc/2654/mounts) leaked on lvs invocation. Parent PID 4593: /bin/sh
No volume groups found
boot-repair is executed in live-session (Boot-Repair-Disk 32bit 29nov2014, trusty, Ubuntu, i686)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s): 32-bit
file=/cdrom/preseed/lubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- debian-installer/language=fr keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
=================== os-prober:
/dev/sda1:Windows NT/2000/XP:Windows:chain
/dev/sda5:Debian GNU/Linux (8.6):Debian:linux
=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="DA44F1E044F1BF77" TYPE="ntfs"
/dev/sda5: UUID="2aca3449-7853-43f4-ada1-2ccf0d63f454" TYPE="ext4"
/dev/sda6: UUID="e25bc608-c1ac-4132-afd6-ae7cabba1d16" TYPE="swap"
/dev/sr1: LABEL="Boot-Repair-Disk 32bit" TYPE="iso9660"
/dev/zram0: UUID="5445a872-e234-40c1-8d4d-36f756959c52" TYPE="swap"
1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.
=================== sda5/etc/grub.d/ :
drwxr-xr-x 2 root root 4096 déc. 1 11:53 grub.d
total 76
-rwxr-xr-x 1 root root 9424 déc. 14 2015 00_header
-rwxr-xr-x 1 root root 6058 déc. 14 2015 05_debian_theme
-rwxr-xr-x 1 root root 12261 déc. 14 2015 10_linux
-rwxr-xr-x 1 root root 11082 déc. 14 2015 20_linux_xen
-rwxr-xr-x 1 root root 11692 déc. 14 2015 30_os-prober
-rwxr-xr-x 1 root root 292 déc. 1 11:53 30_otheros
-rwxr-xr-x 1 root root 1416 déc. 14 2015 30_uefi-firmware
-rwxr-xr-x 1 root root 214 déc. 14 2015 40_custom
-rwxr-xr-x 1 root root 216 déc. 14 2015 41_custom
-rw-r--r-- 1 root root 483 déc. 14 2015 README
=================== sda5/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_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX="initrd=/install/gtk/initrd.gz"
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
=================== UEFI/Legacy mode:
This live-session is not EFI-compatible.
SecureBoot maybe enabled.
=================== PARTITIONS & DISKS:
sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, ntldr, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
sda5 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 32, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, /mnt/boot-sav/sda5.
sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
=================== parted -l:
Model: ATA Maxtor 6Y080L0 (scsi)
Disk /dev/sda: 82.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 42.5GB 42.5GB primary ntfs boot
2 42.5GB 82.0GB 39.5GB extended
5 42.5GB 80.3GB 37.9GB logical ext4
6 80.3GB 82.0GB 1652MB logical linux-swap(v1)
Error: /dev/sr1: unrecognised disk label
Error: /dev/zram0: unrecognised disk label
=================== parted -lm:
BYT;
/dev/sda:82.0GB:scsi:512:512:msdos:ATA Maxtor 6Y080L0;
1:32.3kB:42.5GB:42.5GB:ntfs::boot;
2:42.5GB:82.0GB:39.5GB:::;
5:42.5GB:80.3GB:37.9GB:ext4::;
6:80.3GB:82.0GB:1652MB:linux-swap(v1)::;
Error: /dev/sr1: unrecognised disk label
Error: /dev/zram0: unrecognised disk label
=================== mount:
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
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)
/dev/sr1 on /cdrom type iso9660 (ro,noatime)
/dev/loop0 on /rofs type squashfs (ro,noatime)
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)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
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)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=lubuntu)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw)
=================== ls:
/sys/block/fd0 (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
/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 sda6 size slaves stat subsystem trace uevent
/sys/block/sdb (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
/sys/block/sdc (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
/sys/block/sdd (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
/sys/block/sde (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
/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
/sys/block/sr1 (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_dma_latency cuse disk dri ecryptfs fb0 fd fd0 full fuse hpet input kmsg log mapper mcelog mem net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sda6 sdb sdc sdd sde sg0 sg1 sg2 sg3 sg4 sg5 sg6 shm snapshot snd sr0 sr1 stderr stdin stdout uhid uinput urandom vga_arbiter vhci vhost-net zero
ls /dev/mapper: control
=================== hexdump -n512 -C /dev/sda1
00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
00000020 00 00 00 00 80 00 80 00 c0 5f f1 04 00 00 00 00 |........._......|
00000030 00 00 0c 00 00 00 00 00 0e a4 98 00 00 00 00 00 |................|
00000040 f6 00 00 00 01 00 00 00 77 bf f1 44 e0 f1 44 da |........w..D..D.|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb b8 c0 07 |.....3.....|....|
00000060 8e d8 e8 16 00 b8 00 0d 8e c0 33 db c6 06 0e 00 |..........3.....|
00000070 10 e8 53 00 68 00 0d 68 6a 02 cb 8a 16 24 00 b4 |..S.h..hj....$..|
00000080 08 cd 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 |...s......f...@f|
00000090 0f b6 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f |.....?.......Af.|
000000a0 b7 c9 66 f7 e1 66 a3 20 00 c3 b4 41 bb aa 55 8a |..f..f. ...A..U.|
000000b0 16 24 00 cd 13 72 0f 81 fb 55 aa 75 09 f6 c1 01 |.$...r...U.u....|
000000c0 74 04 fe 06 14 00 c3 66 60 1e 06 66 a1 10 00 66 |t......f`..f...f|
000000d0 03 06 1c 00 66 3b 06 20 00 0f 82 3a 00 1e 66 6a |....f;. ...:..fj|
000000e0 00 66 50 06 53 66 68 10 00 01 00 80 3e 14 00 00 |.fP.Sfh.....>...|
000000f0 0f 85 0c 00 e8 b3 ff 80 3e 14 00 00 0f 84 61 00 |........>.....a.|
00000100 b4 42 8a 16 24 00 16 1f 8b f4 cd 13 66 58 5b 07 |.B..$.......fX[.|
00000110 66 58 66 58 1f eb 2d 66 33 d2 66 0f b7 0e 18 00 |fXfX..-f3.f.....|
00000120 66 f7 f1 fe c2 8a ca 66 8b d0 66 c1 ea 10 f7 36 |f......f..f....6|
00000130 1a 00 86 d6 8a 16 24 00 8a e8 c0 e4 06 0a cc b8 |......$.........|
00000140 01 02 cd 13 0f 82 19 00 8c c0 05 20 00 8e c0 66 |........... ...f|
00000150 ff 06 10 00 ff 0e 0e 00 0f 85 6f ff 07 1f 66 61 |..........o...fa|
00000160 c3 a0 f8 01 e8 09 00 a0 fb 01 e8 03 00 fb eb fe |................|
00000170 b4 01 8b f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 |.....<.t........|
00000180 eb f2 c3 0d 0a 45 72 72 2e 20 6c 65 63 74 75 72 |.....Err. lectur|
00000190 65 20 64 69 73 71 75 65 00 0d 0a 4e 54 4c 44 52 |e disque...NTLDR|
000001a0 20 6d 61 6e 71 75 65 00 0d 0a 4e 54 4c 44 52 20 | manque...NTLDR |
000001b0 65 73 74 20 63 6f 6d 70 72 65 73 73 82 00 0d 0a |est compress....|
000001c0 45 6e 74 72 65 7a 20 43 74 72 6c 2b 41 6c 74 2b |Entrez Ctrl+Alt+|
000001d0 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 6d |Suppr pour red.m|
000001e0 61 72 72 65 72 0d 0a 00 0d 0a 00 00 00 00 00 00 |arrer...........|
000001f0 00 00 00 00 00 00 00 00 83 99 a8 be 00 00 55 aa |..............U.|
00000200
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
/cow overlayfs 501M 13M 489M 3% /
udev devtmpfs 488M 12K 488M 1% /dev
tmpfs tmpfs 101M 948K 100M 1% /run
/dev/sr1 iso9660 599M 599M 0 100% /cdrom
/dev/loop0 squashfs 543M 543M 0 100% /rofs
none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
tmpfs tmpfs 501M 8.0K 501M 1% /tmp
none tmpfs 5.0M 0 5.0M 0% /run/lock
none tmpfs 501M 0 501M 0% /run/shm
none tmpfs 100M 16K 100M 1% /run/user
/dev/sda1 fuseblk 40G 13G 28G 32% /mnt/boot-sav/sda1
/dev/sda5 ext4 35G 3.9G 29G 12% /mnt/boot-sav/sda5
=================== fdisk -l:
Disk /dev/sda: 82.0 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders, total 160086528 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: 0x8fa88fa8
Device Boot Start End Blocks Id System
/dev/sda1 * 63 82927615 41463776+ 7 HPFS/NTFS/exFAT
/dev/sda2 82929662 160086015 38578177 5 Extended
/dev/sda5 82929664 156858367 36964352 83 Linux
/dev/sda6 156860416 160086015 1612800 82 Linux swap / Solaris
=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub2 of sda5 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
=================== User settings
The settings chosen by the user will not act on the boot.