Boot Info Script 0.61 [1 April 2012] ============================= Boot Info Summary: =============================== => Windows is installed in the MBR of /dev/sda. sda1: __________________________________________________________________________ File system: vfat Boot sector type: - Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: /bootmgr /boot/bcd 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 sda3: __________________________________________________________________________ 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 2048. Operating System: Boot files: sda6: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 18.04.2 LTS Boot files: /boot/grub/grub.cfg /etc/fstab sda4: __________________________________________________________________________ File system: vfat Boot sector type: FAT32 Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: /efi/BOOT/fbx64.efi /efi/ubuntu/fwupx64.efi /efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi /efi/ubuntu/shimx64.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 64 30,443,422 30,443,359 1c Hidden W95 FAT32 (LBA) /dev/sda2 45,056,064 300,110,751 255,054,688 7 NTFS / exFAT / HPFS /dev/sda3 300,111,870 1,250,263,727 950,151,858 f W95 Extended (LBA) /dev/sda5 369,763,760 1,250,263,727 880,499,968 7 NTFS / exFAT / HPFS /dev/sda6 300,111,872 369,762,303 69,650,432 83 Linux /dev/sda4 * 30,443,520 45,055,999 14,612,480 ef EFI (FAT-12/16/32) "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/loop0 squashfs /dev/loop1 squashfs /dev/loop2 squashfs /dev/loop3 squashfs /dev/loop4 squashfs /dev/loop5 squashfs /dev/loop6 squashfs /dev/loop7 squashfs /dev/loop8 squashfs /dev/loop9 squashfs /dev/sda1 8A3E-929E vfat RECOVERY /dev/sda2 509C3E6A9C3E4B2C ntfs OS /dev/sda4 DE8B-E55E vfat /dev/sda5 CCC642A7C642921E ntfs Data /dev/sda6 c9f89a59-dc87-4519-b017-07e2a2ccd7c0 ext4 ================================ Mount points: ================================= Device Mount_Point Type Options /dev/sda4 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) /dev/sda6 / ext4 (rw,relatime,errors=remount-ro) =========================== sda6/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,msdos6' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 c9f89a59-dc87-4519-b017-07e2a2ccd7c0 else search --no-floppy --fs-uuid --set=root c9f89a59-dc87-4519-b017-07e2a2ccd7c0 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=en_GB 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=1 else set vt_handoff= fi } if [ "${recordfail}" != 1 ]; then if [ -e ${prefix}/gfxblacklist.txt ]; then if hwmatch ${prefix}/gfxblacklist.txt 3; then if [ ${match} = 0 ]; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c9f89a59-dc87-4519-b017-07e2a2ccd7c0' { 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,msdos6' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 c9f89a59-dc87-4519-b017-07e2a2ccd7c0 else search --no-floppy --fs-uuid --set=root c9f89a59-dc87-4519-b017-07e2a2ccd7c0 fi linux /boot/vmlinuz-4.18.0-15-generic root=UUID=c9f89a59-dc87-4519-b017-07e2a2ccd7c0 ro quiet splash $vt_handoff initrd /boot/initrd.img-4.18.0-15-generic } submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-c9f89a59-dc87-4519-b017-07e2a2ccd7c0' { menuentry 'Ubuntu, with Linux 4.18.0-15-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.0-15-generic-advanced-c9f89a59-dc87-4519-b017-07e2a2ccd7c0' { 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,msdos6' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 c9f89a59-dc87-4519-b017-07e2a2ccd7c0 else search --no-floppy --fs-uuid --set=root c9f89a59-dc87-4519-b017-07e2a2ccd7c0 fi echo 'Loading Linux 4.18.0-15-generic ...' linux /boot/vmlinuz-4.18.0-15-generic root=UUID=c9f89a59-dc87-4519-b017-07e2a2ccd7c0 ro quiet splash $vt_handoff echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-4.18.0-15-generic } menuentry 'Ubuntu, with Linux 4.18.0-15-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.0-15-generic-recovery-c9f89a59-dc87-4519-b017-07e2a2ccd7c0' { recordfail load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos6' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 c9f89a59-dc87-4519-b017-07e2a2ccd7c0 else search --no-floppy --fs-uuid --set=root c9f89a59-dc87-4519-b017-07e2a2ccd7c0 fi echo 'Loading Linux 4.18.0-15-generic ...' linux /boot/vmlinuz-4.18.0-15-generic root=UUID=c9f89a59-dc87-4519-b017-07e2a2ccd7c0 ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-4.18.0-15-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+ ### ### 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 ### -------------------------------------------------------------------------------- =============================== sda6/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/sda6 during installation UUID=c9f89a59-dc87-4519-b017-07e2a2ccd7c0 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda4 during installation UUID=DE8B-E55E /boot/efi vfat umask=0077 0 1 /swapfile none swap sw 0 0 -------------------------------------------------------------------------------- =================== sda6: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) ======================== Unknown MBRs/Boot Sectors/etc: ======================== Unknown BootLoader on sda3 00000000 76 65 04 72 73 00 10 20 72 65 76 69 01 02 08 68 |ve.rs.. revi...h| 00000010 6f 6c 64 65 72 3a 02 20 04 5c 0d 0a 32 30 31 36 |older:. .\..2016| 00000020 00 2d 30 35 2d 32 30 20 31 00 33 3a 34 36 3a 33 |.-05-20 1.3:46:3| 00000030 31 2c 40 20 49 6e 66 6f 20 0e 00 43 04 42 53 01 |1,@ Info ..C.BS.| 00000040 13 41 70 70 6c 69 00 63 61 62 69 6c 69 74 79 00 |.Appli.cability.| 00000050 28 43 6f 6d 70 6f 6e 65 00 6e 74 41 6e 61 6c 79 |(Compone.ntAnaly| 00000060 7a 00 65 72 45 76 61 6c 75 61 00 74 65 53 65 6c |z.erEvalua.teSel| 00000070 66 55 70 22 64 80 04 29 3a 20 86 12 3a 20 1c 61 |fUp"d..): ..: .a| 00000080 6d 3b 8b 0b 7b 84 8e 37 34 65 08 36 31 65 00 9e |m;..{..74e.61e..| 00000090 39 33 66 39 88 37 30 33 05 86 65 3a 20 80 85 02 |93f9.703..e: ...| 000000a0 61 84 58 6c 65 28 74 72 75 80 65 2f 66 61 6c 73 |a.Xle(tru.e/fals| 000000b0 65 80 4a 52 30 35 7f 3a 20 81 6e 75 82 6e 2c 03 |e.JR05.: .nu.n,.| 000000c0 49 6e 84 65 5f 68 65 2d 69 6c 00 5f 64 61 35 63 |In.e_he-il._da5c| 000000d0 62 63 63 81 00 79 36 65 30 39 65 37 ff 7c 3f 81 |bcc..y6e09e7.|?.| 000000e0 94 ff 7c ff 7c ac c2 cc 7c 43 47 62 39 00 30 35 |..|.|...|CGb9.05| 000000f0 63 35 66 38 38 66 e0 61 65 39 37 66 80 ad 03 c0 |c5f88f.ae97f....| 00000100 ff 7c 0f 47 be 88 bc ff 7c fc 7c 68 72 2d 68 00 |.|.G....|.|hr-h.| 00000110 72 5f 64 63 37 39 36 66 80 61 37 35 66 32 31 37 |r_dc796f.a75f217| 00000120 80 81 9b 7f 3e ff 7c 2e 1f 5d 47 1e 20 20 ff 7c |....>.|..]G. .|| 00000130 1f ff 7c ff 7c dd 9f 6d 3e a2 23 62 62 32 00 32 |..|.|..m>.#bb2.2| 00000140 37 38 64 38 38 65 36 e0 32 30 34 62 37 ff 7c ff |78d88e6.204b7.|.| 00000150 7c 49 1f 1f 61 01 7f 3e 9f 1b 9d 1b e6 7c 75 2d ||I..a..>.....|u-| 00000160 68 00 75 5f 64 64 61 64 39 35 00 36 64 35 65 35 |h.u_ddad95.6d5e5| 00000170 65 64 38 fc 31 35 7f 3e 7f 3e 7f 3e ea 1e 7f 3e |ed8.15.>.>.>...>| 00000180 7f 3e 27 df 22 7f 3e 49 da 5f 68 a2 23 62 63 00 |.>'.".>I._h.#bc.| 00000190 35 36 39 65 39 65 38 64 c0 39 66 36 36 31 66 7f |569e9e8d.9f661f.| 000001a0 3e 7f 3e 3f 6a 1f 80 01 7f 3e 9f 1b 7f 3e 52 1f |>.>?j....>...>R.| 000001b0 5f 69 00 74 2d 69 74 5f 38 30 36 00 35 30 00 fe |_i.t-it_806.50..| 000001c0 ff ff 07 fe ff ff b2 cd 26 04 00 5d 7b 34 00 fe |........&..]{4..| 000001d0 ff ff 05 fe ff ff 01 00 00 00 01 c8 26 04 00 00 |............&...| 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 =============================== StdErr Messages: =============================== cat: /tmp/BootInfo-JnWSQd8W/Tmp_Log: No such file or directory