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 94 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: /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: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 13.04 Boot files: /boot/grub/grub.cfg /etc/fstab sda4: __________________________________________________________________________ File system: Extended Partition Boot sector type: Unknown Boot sector info: sda5: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 320.1 GB, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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 206,847 204,800 7 NTFS / exFAT / HPFS /dev/sda2 206,848 573,954,254 573,747,407 7 NTFS / exFAT / HPFS /dev/sda3 597,350,400 625,141,759 27,791,360 83 Linux /dev/sda4 594,421,758 597,350,399 2,928,642 f W95 Extended (LBA) /dev/sda5 594,421,760 597,350,399 2,928,640 82 Linux swap / Solaris "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/sda1 346AB9AE6AB96D6C ntfs System Reserved /dev/sda2 9E6CBC1A6CBBEB63 ntfs /dev/sda3 48faf55b-5945-403f-8cb2-fd90e8a98625 ext4 /dev/sda5 65594269-c36e-49d3-a28b-e6a50f944145 swap ================================ Mount points: ================================= Device Mount_Point Type Options /dev/sda3 / ext4 (rw,errors=remount-ro) =========================== sda3/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 set default="4" 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,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625 else search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625 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_US insmod gettext fi terminal_output gfxterm if [ "${recordfail}" = 1 ]; then set timeout=10 else set timeout=10 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; 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-48faf55b-5945-403f-8cb2-fd90e8a98625' { recordfail load_video gfxmode $linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625 else search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625 fi linux /boot/vmlinuz-3.8.0-19-generic root=UUID=48faf55b-5945-403f-8cb2-fd90e8a98625 ro quiet splash $vt_handoff initrd /boot/initrd.img-3.8.0-19-generic } submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-48faf55b-5945-403f-8cb2-fd90e8a98625' { menuentry 'Ubuntu, with Linux 3.8.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-advanced-48faf55b-5945-403f-8cb2-fd90e8a98625' { recordfail load_video gfxmode $linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625 else search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625 fi echo 'Loading Linux 3.8.0-19-generic ...' linux /boot/vmlinuz-3.8.0-19-generic root=UUID=48faf55b-5945-403f-8cb2-fd90e8a98625 ro quiet splash $vt_handoff echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.8.0-19-generic } menuentry 'Ubuntu, with Linux 3.8.0-19-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-recovery-48faf55b-5945-403f-8cb2-fd90e8a98625' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625 else search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625 fi echo 'Loading Linux 3.8.0-19-generic ...' linux /boot/vmlinuz-3.8.0-19-generic root=UUID=48faf55b-5945-403f-8cb2-fd90e8a98625 ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.8.0-19-generic } menuentry 'Ubuntu, with Linux 3.5.0-27-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-27-generic-advanced-48faf55b-5945-403f-8cb2-fd90e8a98625' { recordfail load_video gfxmode $linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625 else search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625 fi echo 'Loading Linux 3.5.0-27-generic ...' linux /boot/vmlinuz-3.5.0-27-generic root=UUID=48faf55b-5945-403f-8cb2-fd90e8a98625 ro quiet splash $vt_handoff echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.5.0-27-generic } menuentry 'Ubuntu, with Linux 3.5.0-27-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-27-generic-recovery-48faf55b-5945-403f-8cb2-fd90e8a98625' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625 else search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625 fi echo 'Loading Linux 3.5.0-27-generic ...' linux /boot/vmlinuz-3.5.0-27-generic root=UUID=48faf55b-5945-403f-8cb2-fd90e8a98625 ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.5.0-27-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,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625 else search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625 fi linux16 /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod part_msdos insmod ext2 set root='hd0,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625 else search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625 fi linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry 'Windows 8 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-346AB9AE6AB96D6C' { insmod part_msdos insmod ntfs 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 346AB9AE6AB96D6C else search --no-floppy --fs-uuid --set=root 346AB9AE6AB96D6C fi drivemap -s (hd0) ${root} chainloader +1 } menuentry 'Windows 8 (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-9E6CBC1A6CBBEB63' { 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 9E6CBC1A6CBBEB63 else search --no-floppy --fs-uuid --set=root 9E6CBC1A6CBBEB63 fi drivemap -s (hd0) ${root} chainloader +1 } ### END /etc/grub.d/30_os-prober ### ### 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 ### ### BEGIN /etc/grub.d/50_uefi-firmware ### ### END /etc/grub.d/50_uefi-firmware ### -------------------------------------------------------------------------------- =============================== sda3/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/sda4 during installation UUID=48faf55b-5945-403f-8cb2-fd90e8a98625 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=65594269-c36e-49d3-a28b-e6a50f944145 none swap sw 0 0 -------------------------------------------------------------------------------- =================== sda3: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 291.092494965 = 312.558186496 boot/grub/grub.cfg 1 297.603084564 = 319.548878848 boot/initrd.img-3.5.0-27-generic 1 290.068641663 = 311.458832384 boot/initrd.img-3.8.0-19-generic 9 296.253841400 = 318.100140032 boot/vmlinuz-3.5.0-27-generic 2 286.062618256 = 307.157397504 boot/vmlinuz-3.8.0-19-generic 1 290.068641663 = 311.458832384 initrd.img 9 290.068641663 = 311.458832384 initrd.img.old 9 286.062618256 = 307.157397504 vmlinuz 1 286.062618256 = 307.157397504 vmlinuz.old 1 ======================== Unknown MBRs/Boot Sectors/etc: ======================== Unknown BootLoader on sda4 00000000 90 94 85 1f 3f ef 67 f7 2c 7b f7 39 f7 45 9f 18 |....?.g.,{.9.E..| 00000010 a0 8d 95 92 91 96 2d d1 18 5c 3d 40 82 83 ed 8a |......-..\=@....| 00000020 f1 8d ee 19 1c 12 8c 0a fb 0d 98 18 fb 0b 8f fb |................| 00000030 08 95 fb 00 1e fb 4f 75 93 76 f7 49 9f 05 fc 03 |......Ou.v.I....| 00000040 b2 f7 14 fb 51 e2 1b 8d ac 8b a5 9b 82 a2 7a ad |....Q.........z.| 00000050 1f a0 f7 35 05 fc 74 f9 25 15 6a fb 2a 3e fb 6a |...5..t.%.j.*>.j| 00000060 22 fb 23 96 7f 18 bd ba b8 c3 b1 c6 08 fc c2 9a |".#.............| 00000070 07 a8 ac 9d 91 8c 1f f8 f1 07 9d 8d 95 92 8e 94 |................| 00000080 5d 9d 18 ae cf a8 cf a0 c5 a5 89 94 92 8f 97 08 |]...............| 00000090 fb c0 fb f6 15 a6 96 1c 10 85 1d 81 f7 98 e9 fd |................| 000000a0 65 1d 34 1c 0a 30 0a 59 81 61 83 71 87 b9 1c 22 |e.4..0.Y.a.q..."| 000000b0 cf 1d f7 0c c1 e2 b6 c7 aa 88 99 18 5c 80 5d 81 |............\.].| 000000c0 5f 82 08 f7 9f 07 f8 d3 f7 e5 15 b0 73 b0 5a 94 |_...........s.Z.| 000000d0 61 1c 17 51 1d a1 9e 9f a4 ae 66 b9 fb 08 98 1f |a..Q......f.....| 000000e0 0e 7d 99 f8 42 a1 f7 42 a1 cf a1 01 f7 34 da f8 |.}..B..B.....4..| 000000f0 22 dd f7 35 e3 14 ae 14 50 f9 fa f9 62 15 57 45 |"..5....P...b.WE| 00000100 05 fb c3 06 a4 b7 a1 bb 9e be 08 a4 94 91 97 8e |................| 00000110 1f fb 0e b0 6d fb 24 55 fb 21 52 39 19 5f b0 f8 |....m.$U.!R9._..| 00000120 da 0a f7 16 c0 ec b6 d0 ac 76 5e 75 64 73 6d 99 |.........v^udsm.| 00000130 82 18 e7 d3 d7 f7 0e bd f7 24 08 a5 92 fa 33 1d |.........$....3.| 00000140 fb 07 ac 79 34 70 35 6b 42 19 53 7f 53 7f 58 81 |...y4p5kB.S.S.X.| 00000150 08 f7 9f f4 1c 2a c7 1d 75 9d bd b3 b8 c1 b2 cb |.....*..u.......| 00000160 19 f7 1b fc f7 1c 17 60 0a fb 20 7d 06 db 86 b1 |.......`.. }....| 00000170 83 51 1a f6 93 9c ad c5 1a f8 f7 f7 5d fb 82 1d |.Q..........]...| 00000180 fb 58 fb 67 15 c4 2d c1 fb 2e 88 fb 04 08 7d 98 |.X.g..-.......}.| 00000190 98 85 97 1b a7 a1 ac bf d5 5e f7 05 fb 1d f7 06 |.........^......| 000001a0 1f 0e f8 24 a2 8e a1 f7 63 a1 ab a2 d5 1c 06 d6 |...$....c.......| 000001b0 1d f7 33 da f7 3a da f7 28 da 14 a7 14 50 00 fe |..3..:..(....P..| 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 b0 2c 00 00 00 |............,...| 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