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 . => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb. sda1: __________________________________________________________________________ File system: ext4 Boot sector type: Grub2 (v1.99) Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda1 and looks at sector 152246696 of the same hard drive for core.img. core.img is at this location and looks in partition 85 for . Operating System: Linux Mint 19 Tara Boot files: /boot/grub/grub.cfg /etc/fstab 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: /bootmgr /Boot/BCD /Windows/System32/winload.exe sda4: __________________________________________________________________________ File system: Extended Partition Boot sector type: Unknown 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: sdb1: __________________________________________________________________________ File system: vfat Boot sector type: SYSLINUX 4.07 2013-07-25 Boot sector info: Syslinux looks at sector 14434848 of /dev/sdb1 for its second stage. SYSLINUX is installed in the multibootusb directory. No errors found in the Boot Parameter Block. Operating System: Boot files: /efi/BOOT/bootx64.efi ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 596.2 GiB, 640135028736 bytes, 1250263728 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 Disklabel type: dos Partition Boot Start Sector End Sector # of Sectors Id System /dev/sda1 143,362,048 270,315,172 126,953,125 83 Linux /dev/sda2 * 206,848 143,362,047 143,155,200 7 NTFS / exFAT / HPFS /dev/sda4 409,602,110 1,250,263,039 840,660,930 f W95 Extended (LBA) /dev/sda5 409,602,112 1,250,263,039 840,660,928 7 NTFS / exFAT / HPFS Drive: sdb _____________________________________________________________________ Disk /dev/sdb: 29.3 GiB, 31406948352 bytes, 61341696 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 Disklabel type: dos Partition Boot Start Sector End Sector # of Sectors Id System /dev/sdb1 * 32 61,341,695 61,341,664 c W95 FAT32 (LBA) "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/loop0 squashfs /dev/sda1 c835067c-4bb3-4ff1-acd3-2faa0251239e ext4 /dev/sda2 AE1AE3E11AE3A495 ntfs /dev/sda5 01D358C38AF538B0 ntfs Pliki /dev/sdb1 B654-81E6 vfat ================================ Mount points: ================================= Device Mount_Point Type Options /dev/loop0 /rofs squashfs (ro,noatime) /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) =========================== sda1/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 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 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 c835067c-4bb3-4ff1-acd3-2faa0251239e else search --no-floppy --fs-uuid --set=root c835067c-4bb3-4ff1-acd3-2faa0251239e 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=pl_PL 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=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 ### set menu_color_normal=white/black set menu_color_highlight=black/light-gray ### 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 'Linux Mint 19 Cinnamon' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c835067c-4bb3-4ff1-acd3-2faa0251239e' { recordfail load_video gfxmode $linux_gfx_mode insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi 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 c835067c-4bb3-4ff1-acd3-2faa0251239e else search --no-floppy --fs-uuid --set=root c835067c-4bb3-4ff1-acd3-2faa0251239e fi linux /boot/vmlinuz-4.15.0-20-generic root=UUID=c835067c-4bb3-4ff1-acd3-2faa0251239e ro ignore_bootid live-media-path=/multibootusb/Linux_Mint_19_Cinnamon_64/casper floppy.allowed_drive_mask=0 ignore_uuid root=UUID=B654-81E6 quiet splash $vt_handoff initrd /boot/initrd.img-4.15.0-20-generic } submenu 'Advanced options for Linux Mint 19 Cinnamon' $menuentry_id_option 'gnulinux-advanced-c835067c-4bb3-4ff1-acd3-2faa0251239e' { menuentry 'Linux Mint 19 Cinnamon, with Linux 4.15.0-20-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-20-generic-advanced-c835067c-4bb3-4ff1-acd3-2faa0251239e' { recordfail load_video gfxmode $linux_gfx_mode insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi 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 c835067c-4bb3-4ff1-acd3-2faa0251239e else search --no-floppy --fs-uuid --set=root c835067c-4bb3-4ff1-acd3-2faa0251239e fi echo 'Loading Linux 4.15.0-20-generic ...' linux /boot/vmlinuz-4.15.0-20-generic root=UUID=c835067c-4bb3-4ff1-acd3-2faa0251239e ro ignore_bootid live-media-path=/multibootusb/Linux_Mint_19_Cinnamon_64/casper floppy.allowed_drive_mask=0 ignore_uuid root=UUID=B654-81E6 quiet splash $vt_handoff echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-4.15.0-20-generic } menuentry 'Linux Mint 19 Cinnamon, with Linux 4.15.0-20-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-20-generic-recovery-c835067c-4bb3-4ff1-acd3-2faa0251239e' { recordfail load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi 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 c835067c-4bb3-4ff1-acd3-2faa0251239e else search --no-floppy --fs-uuid --set=root c835067c-4bb3-4ff1-acd3-2faa0251239e fi echo 'Loading Linux 4.15.0-20-generic ...' linux /boot/vmlinuz-4.15.0-20-generic root=UUID=c835067c-4bb3-4ff1-acd3-2faa0251239e ro recovery nomodeset ignore_bootid live-media-path=/multibootusb/Linux_Mint_19_Cinnamon_64/casper floppy.allowed_drive_mask=0 ignore_uuid root=UUID=B654-81E6 echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-4.15.0-20-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 c835067c-4bb3-4ff1-acd3-2faa0251239e else search --no-floppy --fs-uuid --set=root c835067c-4bb3-4ff1-acd3-2faa0251239e fi knetbsd /boot/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 c835067c-4bb3-4ff1-acd3-2faa0251239e else search --no-floppy --fs-uuid --set=root c835067c-4bb3-4ff1-acd3-2faa0251239e fi linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry 'Windows 10 (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-AE1AE3E11AE3A495' { insmod part_msdos insmod ntfs set root='hd0,msdos2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 AE1AE3E11AE3A495 else search --no-floppy --fs-uuid --set=root AE1AE3E11AE3A495 fi parttool ${root} hidden- drivemap -s (hd0) ${root} chainloader +1 } set timeout_style=menu if [ "${timeout}" = 0 ]; then set timeout=10 fi ### 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 ### -------------------------------------------------------------------------------- =============================== sda1/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/sda1 during installation UUID=c835067c-4bb3-4ff1-acd3-2faa0251239e / ext4 errors=remount-ro 0 1 /swapfile none swap sw 0 0 -------------------------------------------------------------------------------- =================== sda1: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) ======================== Unknown MBRs/Boot Sectors/etc: ======================== Unknown BootLoader on sda4 00000000 46 49 4c 45 30 00 03 00 00 00 00 00 00 00 00 00 |FILE0...........| 00000010 0f 00 00 00 38 00 01 00 20 01 00 00 00 04 00 00 |....8... .......| 00000020 00 00 00 00 00 00 00 00 03 00 00 00 0f 00 00 00 |................| 00000030 02 00 00 00 00 00 00 00 10 00 00 00 48 00 00 00 |............H...| 00000040 00 00 18 00 00 00 00 00 30 00 00 00 18 00 00 00 |........0.......| 00000050 80 5b a0 ba b4 bd d2 01 80 5b a0 ba b4 bd d2 01 |.[.......[......| * 00000070 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 00000080 50 00 00 00 80 00 00 00 00 00 18 00 00 00 02 00 |P...............| 00000090 64 00 00 00 18 00 00 00 01 00 04 80 48 00 00 00 |d...........H...| 000000a0 54 00 00 00 00 00 00 00 14 00 00 00 02 00 34 00 |T.............4.| 000000b0 02 00 00 00 00 00 14 00 9f 01 12 00 01 01 00 00 |................| 000000c0 00 00 00 05 12 00 00 00 00 00 18 00 9f 01 12 00 |................| 000000d0 01 02 00 00 00 00 00 05 20 00 00 00 20 02 00 00 |........ ... ...| 000000e0 01 01 00 00 00 00 00 05 12 00 00 00 01 02 00 00 |................| 000000f0 00 00 00 05 20 00 00 00 20 02 00 00 00 00 00 00 |.... ... .......| 00000100 80 00 00 00 18 00 00 00 00 00 18 00 00 00 01 00 |................| 00000110 00 00 00 00 18 00 00 00 ff ff ff ff 00 00 00 00 |................| 00000120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 |................| 000001c0 01 00 07 fe ff ff 02 00 00 00 c0 77 1b 32 00 00 |...........w.2..| 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 =============================== StdErr Messages: =============================== cat: /tmp/BootInfo-vAHKEnau/Tmp_Log: No such file or directory