Boot Info Script 0.61 [1 April 2012] ============================= Boot Info Summary: =============================== => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of the same hard drive for core.img. core.img is at this location and looks in partition 85 for . => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of the same hard drive for core.img. core.img is at this location and looks in partition 85 for . sda1: __________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7: NTFS Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: /Windows/System32/winload.exe sda2: __________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7: NTFS Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: sda3: __________________________________________________________________________ File system: Extended Partition Boot sector type: - Boot sector info: sda5: __________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7: NTFS Boot sector info: According to the info in the boot sector, sda5 starts at sector 63. Operating System: Boot files: sda6: __________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7: NTFS Boot sector info: According to the info in the boot sector, sda6 starts at sector 63. Operating System: Boot files: sdb1: __________________________________________________________________________ File system: Extended Partition Boot sector type: - Boot sector info: sdb5: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: sdb2: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Debian GNU/Linux 9 Boot files: /boot/grub/grub.cfg /etc/fstab ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disque /dev/sda : 931,5 GiB, 1000204886016 octets, 1953525168 secteurs Unités : secteur de 1 × 512 = 512 octets Taille de secteur (logique / physique) : 512 octets / 4096 octets taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets Type d'étiquette de disque : dos Partition Boot Start Sector End Sector # of Sectors Id System /dev/sda1 * 2,048 419,913,727 419,911,680 7 NTFS / exFAT / HPFS /dev/sda2 482,828,288 1,534,088,641 1,051,260,354 7 NTFS / exFAT / HPFS /dev/sda3 419,913,728 1,953,519,615 1,533,605,888 f W95 Extended (LBA) /dev/sda5 419,913,791 482,826,176 62,912,386 7 NTFS / exFAT / HPFS /dev/sda6 1,534,088,705 1,953,519,615 419,430,911 7 NTFS / exFAT / HPFS /dev/sda2 overlaps with /dev/sda3 Drive: sdb _____________________________________________________________________ Disque /dev/sdb : 119,2 GiB, 128035676160 octets, 250069680 secteurs Unités : secteur de 1 × 512 = 512 octets Taille de secteur (logique / physique) : 512 octets / 4096 octets taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets Type d'étiquette de disque : dos Partition Boot Start Sector End Sector # of Sectors Id System /dev/sdb1 78,127,102 94,371,839 16,244,738 5 Extended /dev/sdb5 78,127,104 94,371,839 16,244,736 82 Linux swap / Solaris /dev/sdb2 * 94,371,840 250,068,991 155,697,152 83 Linux "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/sda1 18BC9A1ABC99F28C ntfs /dev/sda2 FCFA65D9FA659126 ntfs DISK G /dev/sda5 10460AFC10460AFC ntfs LOGICELS /dev/sda6 1046103E1046103E ntfs DISTRACTION /dev/sdb2 85e89b9c-ae4f-4e1d-b385-65786154d2ab ext4 /dev/sdb5 b70e824c-1800-4f02-af8d-ee2f6398a4b8 swap ================================ Mount points: ================================= Device Mount_Point Type Options /dev/sda2 /media/francis/DISK G fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2) /dev/sdb2 / ext4 (rw,relatime,errors=remount-ro,data=ordered) =========================== sdb2/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="1" fi if [ x"${feature_menuentry_id}" = xy ]; then menuentry_id_option="--id" else menuentry_id_option="" fi export menuentry_id_option if [ "${prev_saved_entry}" ]; then set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function load_video { if [ x$feature_all_video_module = xy ]; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x$feature_default_font_path = xy ] ; then font=unicode else insmod part_msdos insmod ext2 set root='hd1,msdos2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 85e89b9c-ae4f-4e1d-b385-65786154d2ab else search --no-floppy --fs-uuid --set=root 85e89b9c-ae4f-4e1d-b385-65786154d2ab fi font="/usr/share/grub/unicode.pf2" fi if loadfont $font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir=$prefix/locale set lang=fr_FR insmod gettext fi terminal_output gfxterm if [ "${recordfail}" = 1 ] ; then set timeout=30 else if [ x$feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=-1 # Fallback normal timeout code in case the timeout_style feature is # unavailable. else set timeout=-1 fi fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### insmod part_msdos insmod ext2 set root='hd1,msdos2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 85e89b9c-ae4f-4e1d-b385-65786154d2ab else search --no-floppy --fs-uuid --set=root 85e89b9c-ae4f-4e1d-b385-65786154d2ab fi insmod png if background_image /usr/share/desktop-base/softwaves-theme/grub/grub-4x3.png; then set color_normal=white/black set color_highlight=black/white else set menu_color_normal=cyan/blue set menu_color_highlight=white/blue fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### function gfxmode { set gfxpayload="${1}" } set linux_gfx_mode= export linux_gfx_mode menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-85e89b9c-ae4f-4e1d-b385-65786154d2ab' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd1,msdos2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 85e89b9c-ae4f-4e1d-b385-65786154d2ab else search --no-floppy --fs-uuid --set=root 85e89b9c-ae4f-4e1d-b385-65786154d2ab fi echo 'Chargement de Linux 4.9.0-8-amd64…' linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=85e89b9c-ae4f-4e1d-b385-65786154d2ab ro quiet echo 'Chargement du disque mémoire initial…' initrd /boot/initrd.img-4.9.0-8-amd64 } submenu 'Options avancées pour Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-85e89b9c-ae4f-4e1d-b385-65786154d2ab' { menuentry 'Debian GNU/Linux, avec Linux 4.9.0-8-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-8-amd64-advanced-85e89b9c-ae4f-4e1d-b385-65786154d2ab' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd1,msdos2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 85e89b9c-ae4f-4e1d-b385-65786154d2ab else search --no-floppy --fs-uuid --set=root 85e89b9c-ae4f-4e1d-b385-65786154d2ab fi echo 'Chargement de Linux 4.9.0-8-amd64…' linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=85e89b9c-ae4f-4e1d-b385-65786154d2ab ro quiet echo 'Chargement du disque mémoire initial…' initrd /boot/initrd.img-4.9.0-8-amd64 } menuentry 'Debian GNU/Linux, with Linux 4.9.0-8-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-8-amd64-recovery-85e89b9c-ae4f-4e1d-b385-65786154d2ab' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd1,msdos2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 85e89b9c-ae4f-4e1d-b385-65786154d2ab else search --no-floppy --fs-uuid --set=root 85e89b9c-ae4f-4e1d-b385-65786154d2ab fi echo 'Chargement de Linux 4.9.0-8-amd64…' linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=85e89b9c-ae4f-4e1d-b385-65786154d2ab ro single echo 'Chargement du disque mémoire initial…' initrd /boot/initrd.img-4.9.0-8-amd64 } } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/30_os-prober ### ### 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 ### -------------------------------------------------------------------------------- =============================== sdb2/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). # # # / was on /dev/sdb2 during installation UUID=85e89b9c-ae4f-4e1d-b385-65786154d2ab / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb5 during installation UUID=b70e824c-1800-4f02-af8d-ee2f6398a4b8 none swap sw 0 0 -------------------------------------------------------------------------------- =================== sdb2: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) =============================== StdErr Messages: =============================== cat: /tmp/BootInfo-fmxcDI1X/Tmp_Log: Aucun fichier ou dossier de ce type