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 for (,msdos1)/grub on this drive. sda1: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Boot files: /grub/grub.cfg /extlinux/extlinux.conf /grub/core.img sda2: __________________________________________________________________________ File system: LVM2_member Boot sector type: - Boot sector info: sda3: __________________________________________________________________________ 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 sda4: __________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7: NTFS Boot sector info: No errors found in the Boot Parameter Block. Operating System: Windows 7 Boot files: /Windows/System32/winload.exe vg_virus-lv_home': _____________________________________________________________ File system: Boot sector type: Unknown Boot sector info: Mounting failed: mount: unknown filesystem type '' vg_virus-lv_root': _____________________________________________________________ File system: Boot sector type: Unknown Boot sector info: Mounting failed: mount: unknown filesystem type '' mount: unknown filesystem type '' vg_virus-lv_swap': _____________________________________________________________ File system: Boot sector type: Unknown Boot sector info: Mounting failed: mount: unknown filesystem type '' mount: unknown filesystem type '' mount: unknown filesystem type '' ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 2000.4 GB, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sda1 * 2,048 1,026,047 1,024,000 83 Linux /dev/sda2 1,026,048 1,859,028,991 1,858,002,944 8e Linux LVM /dev/sda3 1,859,028,992 1,859,233,791 204,800 7 NTFS / exFAT / HPFS /dev/sda4 1,859,233,792 3,907,026,943 2,047,793,152 7 NTFS / exFAT / HPFS "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/mapper/vg_virus-lv_home 446bd1b9-50f9-4b60-a405-2bf105e1bcef ext4 /dev/mapper/vg_virus-lv_root c451e88a-4e45-4dfa-bf46-0626a3f2dad5 ext4 /dev/mapper/vg_virus-lv_swap 1f979d93-3d56-45cd-981a-5052b1174316 swap /dev/sda1 738bbb18-79d4-42c7-a911-3eb25ddbfb32 ext4 /dev/sda2 esdSro-3F70-fJ3y-FcdE-YtFS-aTrt-lFPKGO LVM2_member /dev/sda3 065C1A385C1A22CB ntfs System Reserved /dev/sda4 C0101C7B101C7A9C ntfs ========================= "ls -R /dev/mapper/" output: ========================= /dev/mapper: control vg_virus-lv_home vg_virus-lv_root vg_virus-lv_swap ================================ Mount points: ================================= Device Mount_Point Type Options /dev/mapper/vg_virus-lv_home /home ext4 (rw,relatime,data=ordered) /dev/mapper/vg_virus-lv_root / ext4 (rw,relatime,errors=remount-ro,data=ordered) /dev/sda1 /boot ext4 (rw,relatime,stripe=4,data=ordered) ============================= sda1/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 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 load_video { insmod vbe insmod vga insmod video_bochs insmod video_cirrus } insmod lvm insmod part_msdos insmod ext2 set root='(vg_virus-lv_root)' search --no-floppy --fs-uuid --set=root c451e88a-4e45-4dfa-bf46-0626a3f2dad5 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set=root 738bbb18-79d4-42c7-a911-3eb25ddbfb32 set locale_dir=($root)/grub/locale set lang=en_US insmod gettext fi terminal_output gfxterm set timeout=5 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### insmod lvm insmod part_msdos insmod ext2 set root='(vg_virus-lv_root)' search --no-floppy --fs-uuid --set=root c451e88a-4e45-4dfa-bf46-0626a3f2dad5 insmod png if background_image /usr/share/images/desktop-base/kali-grub.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 ### menuentry 'Debian GNU/Linux, with Linux 3.12-kali1-amd64' --class debian --class gnu-linux --class gnu --class os { load_video insmod gzio insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set=root 738bbb18-79d4-42c7-a911-3eb25ddbfb32 echo 'Loading Linux 3.12-kali1-amd64 ...' linux /vmlinuz-3.12-kali1-amd64 root=/dev/mapper/vg_virus-lv_root ro quiet echo 'Loading initial ramdisk ...' initrd /initrd.img-3.12-kali1-amd64 } menuentry 'Debian GNU/Linux, with Linux 3.12-kali1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { load_video insmod gzio insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set=root 738bbb18-79d4-42c7-a911-3eb25ddbfb32 echo 'Loading Linux 3.12-kali1-amd64 ...' linux /vmlinuz-3.12-kali1-amd64 root=/dev/mapper/vg_virus-lv_root ro single echo 'Loading initial ramdisk ...' initrd /initrd.img-3.12-kali1-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/20_memtest86+ ### menuentry "Memory test (memtest86+)" { insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set=root 738bbb18-79d4-42c7-a911-3eb25ddbfb32 linux16 /memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set=root 738bbb18-79d4-42c7-a911-3eb25ddbfb32 linux16 /memtest86+.bin console=ttyS0,115200n8 } menuentry "Memory test (memtest86+, experimental multiboot)" { insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set=root 738bbb18-79d4-42c7-a911-3eb25ddbfb32 multiboot /memtest86+_multiboot.bin } menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" { insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set=root 738bbb18-79d4-42c7-a911-3eb25ddbfb32 multiboot /memtest86+_multiboot.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Windows 7 (loader) (on /dev/sda3)" --class windows --class os { insmod part_msdos insmod ntfs set root='(hd0,msdos3)' search --no-floppy --fs-uuid --set=root 065C1A385C1A22CB 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 ### -------------------------------------------------------------------------------- ========================= sda1/extlinux/extlinux.conf: ========================= -------------------------------------------------------------------------------- ## /boot/extlinux/extlinux.conf ## ## IMPORTANT WARNING ## ## The configuration of this file is generated automatically. ## Do not edit this file manually, use: extlinux-update default l0 prompt 1 timeout 50 include themes/debian/theme.cfg -------------------------------------------------------------------------------- =================== sda1: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) = grub/core.img 1 = grub/grub.cfg 1 = initrd.img-3.12-kali1-amd64 3 = vmlinuz-3.12-kali1-amd64 2 ================= sda1: Location of files loaded by Syslinux: ================== GiB - GB File Fragment(s) = extlinux/chain.c32 1 = extlinux/extlinux.conf 1 ============== sda1: Version of COM32(R) files used by Syslinux: =============== extlinux/chain.c32 : COM32R module (v4.xx) ======================== Unknown MBRs/Boot Sectors/etc: ======================== Unknown BootLoader on vg_virus-lv_home' Unknown BootLoader on vg_virus-lv_root' Unknown BootLoader on vg_virus-lv_swap' =============================== StdErr Messages: =============================== xz: (stdin): Compressed data is corrupt 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 One or more specified logical volume(s) not found. One or more specified logical volume(s) not found. One or more specified logical volume(s) not found. hexdump: /dev/mapper/vg_virus-lv_home': No such file or directory hexdump: /dev/mapper/vg_virus-lv_home': No such file or directory One or more specified logical volume(s) not found. One or more specified logical volume(s) not found. One or more specified logical volume(s) not found. hexdump: /dev/mapper/vg_virus-lv_root': No such file or directory hexdump: /dev/mapper/vg_virus-lv_root': No such file or directory One or more specified logical volume(s) not found. One or more specified logical volume(s) not found. One or more specified logical volume(s) not found. hexdump: /dev/mapper/vg_virus-lv_swap': No such file or directory hexdump: /dev/mapper/vg_virus-lv_swap': No such file or directory