Boot Info Script 0.60 from 17 May 2011 ============================= 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 for on this drive. sda1: __________________________________________________________________________ File system: ntfs Boot sector type: Grub2 (v1.99) Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda1 and looks at sector 856028928 of the same hard drive for core.img. core.img is at this location and looks for on this drive. 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 Boot sector info: No errors found in the Boot Parameter Block. Operating System: Windows 7 Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe /wubildr /ubuntu/winboot/wubildr /wubildr.mbr /ubuntu/winboot/wubildr.mbr /ubuntu/disks/root.disk /ubuntu/disks/swap.disk sda2/Wubi: _____________________________________________________________________ File system: ext3 Boot sector type: - Boot sector info: Mounting failed: mount: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so sda3: __________________________________________________________________________ File system: Extended Partition Boot sector type: Unknown Boot sector info: sda5: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 11.10 Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda6: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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 3,074,047 3,072,000 7 NTFS / exFAT / HPFS /dev/sda2 3,074,048 792,451,119 789,377,072 7 NTFS / exFAT / HPFS /dev/sda3 792,453,118 976,771,071 184,317,954 5 Extended /dev/sda5 792,453,120 972,865,535 180,412,416 83 Linux /dev/sda6 972,867,584 976,771,071 3,903,488 82 Linux swap / Solaris "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/sda1 AEA407BBA40784D5 ntfs SYSTEM_DRV /dev/sda2 96BA0BCCBA0BA837 ntfs Windows7_OS /dev/sda5 9af2f618-d04c-4a05-800e-6f8e852b7332 ext4 /dev/sda6 f86c12c0-cffe-4f08-9fb9-815bdadcdf88 swap ================================ Mount points: ================================= Device Mount_Point Type Options /dev/sda5 / ext4 (rw,errors=remount-ro,commit=0) =========================== 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 set default="0" 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 { insmod vbe insmod vga insmod video_bochs insmod video_cirrus } insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set=root 9af2f618-d04c-4a05-800e-6f8e852b7332 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set=root 9af2f618-d04c-4a05-800e-6f8e852b7332 set locale_dir=($root)/boot/grub/locale set lang=en_US insmod gettext fi terminal_output gfxterm if [ "${recordfail}" = 1 ]; then set timeout=-1 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 ### 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 if [ "$linux_gfx_mode" != "text" ]; then load_video; fi menuentry 'Ubuntu, with Linux 3.0.0-26-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os { recordfail set gfxpayload=$linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set=root 9af2f618-d04c-4a05-800e-6f8e852b7332 linux /boot/vmlinuz-3.0.0-26-generic-pae root=UUID=9af2f618-d04c-4a05-800e-6f8e852b7332 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-3.0.0-26-generic-pae } menuentry 'Ubuntu, with Linux 3.0.0-26-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set=root 9af2f618-d04c-4a05-800e-6f8e852b7332 echo 'Loading Linux 3.0.0-26-generic-pae ...' linux /boot/vmlinuz-3.0.0-26-generic-pae root=UUID=9af2f618-d04c-4a05-800e-6f8e852b7332 ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.0.0-26-generic-pae } submenu "Previous Linux versions" { menuentry 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail set gfxpayload=$linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set=root 9af2f618-d04c-4a05-800e-6f8e852b7332 linux /boot/vmlinuz-3.0.0-12-generic root=UUID=9af2f618-d04c-4a05-800e-6f8e852b7332 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-3.0.0-12-generic } menuentry 'Ubuntu, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set=root 9af2f618-d04c-4a05-800e-6f8e852b7332 echo 'Loading Linux 3.0.0-12-generic ...' linux /boot/vmlinuz-3.0.0-12-generic root=UUID=9af2f618-d04c-4a05-800e-6f8e852b7332 ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.0.0-12-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,msdos5)' search --no-floppy --fs-uuid --set=root 9af2f618-d04c-4a05-800e-6f8e852b7332 linux16 /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set=root 9af2f618-d04c-4a05-800e-6f8e852b7332 linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os { insmod part_msdos insmod ntfs set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set=root AEA407BBA40784D5 chainloader +1 } menuentry "Windows 7 (loader) (on /dev/sda2)" --class windows --class os { insmod part_msdos insmod ntfs set root='(hd0,msdos2)' search --no-floppy --fs-uuid --set=root 96BA0BCCBA0BA837 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 $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). # # proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda5 during installation UUID=9af2f618-d04c-4a05-800e-6f8e852b7332 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation UUID=f86c12c0-cffe-4f08-9fb9-815bdadcdf88 none swap sw 0 0 -------------------------------------------------------------------------------- =================== sda5: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) = boot/grub/core.img 1 = boot/grub/grub.cfg 1 = boot/initrd.img-3.0.0-12-generic 1 = boot/initrd.img-3.0.0-26-generic-pae 1 = boot/vmlinuz-3.0.0-12-generic 1 = boot/vmlinuz-3.0.0-26-generic-pae 1 = initrd.img 1 = initrd.img.old 1 = vmlinuz 1 ======================== Unknown MBRs/Boot Sectors/etc: ======================== Unknown BootLoader on sda3 00000000 80 ac 82 36 34 f5 c2 00 b5 7b ef 29 9b 6e bf e5 |...64....{.).n..| 00000010 03 34 5a 1e 24 a9 6a 25 db 37 22 5a 38 26 54 ea |.4Z.$.j%.7"Z8&T.| 00000020 17 ae 8b 6d ac 3e 07 aa 0f 99 da 35 cd 15 f3 2c |...m.>.....5...,| 00000030 7d c4 34 e2 51 a5 7f 91 98 d1 bb fe 5f ad fd 3d |}.4.Q......._..=| 00000040 fc 25 7b 56 94 c7 b3 ef bb 04 70 09 f6 57 d9 aa |.%{V......p..W..| 00000050 54 7b 85 8a ff 91 8f c9 bc 61 98 9e 94 7c e8 f8 |T{.......a...|..| 00000060 50 6e 73 50 10 f1 ef 2f dc 1a d9 06 39 8f 91 bb |PnsP.../....9...| 00000070 aa ae 6e 71 4c cd bb 2e 65 4f d5 92 ef f5 38 79 |..nqL...eO....8y| 00000080 2e ec 94 bc 3a 15 d5 d1 95 38 31 8c b6 1c 41 c3 |....:....81...A.| 00000090 9d c9 0f f8 5e b8 21 22 b4 fc 90 43 98 72 0c 21 |....^.!"...C.r.!| 000000a0 bc fb ff f9 38 9d 85 30 04 c6 97 fc 91 63 04 1d |....8..0.....c..| 000000b0 51 28 86 85 52 b4 e6 02 ca bf e9 0b a8 58 85 4a |Q(..R........X.J| 000000c0 18 fb cf 67 2b e3 22 aa 49 1a 30 b7 e0 c0 f8 31 |...g+.".I.0....1| 000000d0 e0 28 f9 6d 44 1d 23 32 c8 01 05 4c 3f 03 bf 59 |.(.mD.#2...L?..Y| 000000e0 62 53 27 64 2c 48 cf a2 83 9e 15 19 cd 94 40 55 |bS'd,H........@U| 000000f0 68 2b 7e 1c 5a 54 00 0c c8 1c 00 68 83 d6 e0 af |h+~.ZT.....h....| 00000100 b8 5d 25 57 5f 2c a1 7a d3 a8 6d 85 71 3c fe f0 |.]%W_,.z..m.q<..| 00000110 13 91 40 e8 b3 bd 97 f5 ec 73 fa bc 93 32 02 aa |..@......s...2..| 00000120 3e 77 ec 99 e5 f1 c2 8a 58 a2 54 5a ed 21 4f 62 |>w......X.TZ.!Ob| 00000130 fc ba 57 35 6e b4 07 49 5a 65 13 ab 8a 72 47 ab |..W5n..IZe...rG.| 00000140 12 08 9e 8e d8 f2 4d 3b 34 e7 e7 f8 69 99 53 08 |......M;4...i.S.| 00000150 41 0a e6 65 ab 99 76 6e 2c 50 71 91 89 ff d1 0f |A..e..vn,Pq.....| 00000160 52 6d 54 91 60 96 67 ea 83 d4 50 c1 f9 0b 2b 47 |RmT.`.g...P...+G| 00000170 05 d8 0d d7 86 d3 00 bd 84 99 2a d1 b5 2e c1 37 |..........*....7| 00000180 20 03 31 08 9b 36 29 f2 6a cc a2 14 c4 d3 f8 75 | .1..6).j......u| 00000190 66 8f e9 ea 28 b4 c8 99 81 9e 63 cc 29 67 33 89 |f...(.....c.)g3.| 000001a0 9c 2a 5a 4b a8 39 ba bd 09 34 08 4c eb 54 d5 fb |.*ZK.9...4.L.T..| 000001b0 85 85 a2 fc a9 ab e8 65 43 bc 3a e0 07 03 00 fe |.......eC.:.....| 000001c0 ff ff 83 fe ff ff 02 00 00 00 00 e0 c0 0a 00 fe |................| 000001d0 ff ff 05 fe ff ff 02 e0 c0 0a 00 98 3b 00 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: =============================== unlzma: Decoder error unlzma: Decoder error awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in awk: cmd. line:36: Math support is not compiled in