Boot Info Script 0.61 [1 April 2012] ============================= Boot Info Summary: =============================== => Windows is installed in the MBR of /dev/sda. 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 465063736 of the same hard drive for core.img. core.img is at this location and looks in partition 112 for . No errors found in the Boot Parameter Block. Operating System: Boot files: /grldr /bootmgr /Boot/BCD /grldr sda2: __________________________________________________________________________ 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 /grldr.mbr 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: sda4: __________________________________________________________________________ File system: Extended Partition Boot sector type: Unknown Boot sector info: sda5: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: sda6: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Linux Mint 17 Qiana Boot files: /boot/grub/grub.cfg /etc/fstab sda7: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Boot files: ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 250.1 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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 67,381,247 67,174,400 7 NTFS / exFAT / HPFS /dev/sda3 67,381,248 455,620,607 388,239,360 7 NTFS / exFAT / HPFS /dev/sda4 455,622,654 488,114,889 32,492,236 5 Extended /dev/sda5 484,208,640 488,114,889 3,906,250 82 Linux swap / Solaris /dev/sda6 455,622,656 475,151,952 19,529,297 83 Linux /dev/sda7 475,154,432 484,198,399 9,043,968 83 Linux "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/sda1 2A6ECB8E6ECB50ED ntfs System Reserved /dev/sda2 E4B013EDB013C4C8 ntfs /dev/sda3 01CFB58926F6A8C0 ntfs /dev/sda5 1a8d51b6-b6d3-48a3-8a60-e8c80d252de9 swap /dev/sda6 5b5bdc67-c273-4026-898a-17b8a7e1027c ext4 /dev/sda7 23a15f44-0f82-47e0-8fd5-b583268609fd ext4 ================================ Mount points: ================================= Device Mount_Point Type Options /dev/sda2 /mnt/E4B013EDB013C4C8 fuseblk (rw,nosuid,nodev,allow_other,blksize=4096) /dev/sda3 /mnt/01CFB58926F6A8C0 fuseblk (rw,nosuid,nodev,allow_other,blksize=4096) /dev/sda6 / ext4 (rw,errors=remount-ro) /dev/sda7 /home ext4 (rw) ========================== sda1/grldr embedded menu: =========================== -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- =========================== 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 5b5bdc67-c273-4026-898a-17b8a7e1027c else search --no-floppy --fs-uuid --set=root 5b5bdc67-c273-4026-898a-17b8a7e1027c 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=sk_SK insmod gettext fi terminal_output gfxterm if [ "${recordfail}" = 1 ] ; then set timeout=-1 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/06_mint_theme ### set menu_color_normal=white/black set menu_color_highlight=white/light-gray ### END /etc/grub.d/06_mint_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 if [ "$linux_gfx_mode" != "text" ]; then load_video; fi menuentry 'Linux Mint 17 Cinnamon 32-bit, 3.13.0-24-generic (/dev/sda6)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail gfxmode $linux_gfx_mode insmod gzio 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 5b5bdc67-c273-4026-898a-17b8a7e1027c else search --no-floppy --fs-uuid --set=root 5b5bdc67-c273-4026-898a-17b8a7e1027c fi linux /boot/vmlinuz-3.13.0-24-generic root=UUID=5b5bdc67-c273-4026-898a-17b8a7e1027c ro quiet splash $vt_handoff initrd /boot/initrd.img-3.13.0-24-generic } menuentry 'Linux Mint 17 Cinnamon 32-bit, 3.13.0-24-generic (/dev/sda6) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod gzio 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 5b5bdc67-c273-4026-898a-17b8a7e1027c else search --no-floppy --fs-uuid --set=root 5b5bdc67-c273-4026-898a-17b8a7e1027c fi echo 'Načítava sa Linux 3.13.0-24-generic ...' linux /boot/vmlinuz-3.13.0-24-generic root=UUID=5b5bdc67-c273-4026-898a-17b8a7e1027c ro recovery nomodeset echo 'Načítava sa počiatočný ramdisk ...' initrd /boot/initrd.img-3.13.0-24-generic } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/11_lupin ### ### END /etc/grub.d/11_lupin ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/21_memtest86+ ### menuentry 'Memory test (memtest86+)' { 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 5b5bdc67-c273-4026-898a-17b8a7e1027c else search --no-floppy --fs-uuid --set=root 5b5bdc67-c273-4026-898a-17b8a7e1027c fi knetbsd /boot/memtest86+.elf } menuentry 'Memory test (memtest86+, serial console 115200)' { 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 5b5bdc67-c273-4026-898a-17b8a7e1027c else search --no-floppy --fs-uuid --set=root 5b5bdc67-c273-4026-898a-17b8a7e1027c fi linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/21_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober_proxy ### set timeout_style=menu if [ "${timeout}" = 0 ]; then set timeout=10 fi ### END /etc/grub.d/30_os-prober_proxy ### ### BEGIN /etc/grub.d/40_custom_proxy ### menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os $menuentry_id_option 'osprober-chain-2A6ECB8E6ECB50ED' { set root='(hd0,1)' search --no-floppy --fs-uuid --set 2A6ECB8E6ECB50ED drivemap -s (hd0) ${root} chainloader +1 } ### END /etc/grub.d/40_custom_proxy ### ### BEGIN /etc/grub.d/41_uefi-firmware ### ### END /etc/grub.d/41_uefi-firmware ### ### BEGIN /etc/grub.d/42_custom_proxy ### # 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/42_custom_proxy ### ### BEGIN /etc/grub.d/43_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/43_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=5b5bdc67-c273-4026-898a-17b8a7e1027c / ext4 errors=remount-ro 0 1 # /home was on /dev/sda7 during installation UUID=23a15f44-0f82-47e0-8fd5-b583268609fd /home ext4 defaults 0 2 # swap was on /dev/sda5 during installation UUID=1a8d51b6-b6d3-48a3-8a60-e8c80d252de9 none swap sw 0 0 /dev/disk/by-uuid/01CFB58926F6A8C0 /mnt/01CFB58926F6A8C0 auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=Disk%20D 0 0 /dev/disk/by-uuid/E4B013EDB013C4C8 /mnt/E4B013EDB013C4C8 auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=Disk%20C 0 0 -------------------------------------------------------------------------------- =================== sda6: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) ======================== Unknown MBRs/Boot Sectors/etc: ======================== Unknown BootLoader on sda4 00000000 8a 76 f2 83 a5 6d 78 a1 96 c9 b6 b6 d5 61 04 ad |.v...mx......a..| 00000010 86 23 0e 47 95 be df 0e 08 e0 4a 6c 8b 10 9e 65 |.#.G......Jl...e| 00000020 8f d2 a3 17 d4 44 48 dc 9d c9 56 6f be 89 e0 47 |.....DH...Vo...G| 00000030 a6 2b e5 b2 61 07 02 fb 0a fc cd 4c 5a 1d 60 4f |.+..a......LZ.`O| 00000040 5e 6d eb 04 2c 08 dd a7 f7 33 24 8d 50 af c1 69 |^m..,....3$.P..i| 00000050 e4 b6 3b a7 e7 cc 77 8c 6e e9 a1 e2 eb a6 fe c0 |..;...w.n.......| 00000060 64 aa a2 68 1d be f3 64 10 23 c2 57 68 ae 4f 2c |d..h...d.#.Wh.O,| 00000070 c5 2c 96 ff a1 63 92 1f 46 18 25 59 ff e2 bf 6b |.,...c..F.%Y...k| 00000080 ff f9 5e d6 65 ba f5 d1 68 2d fb 82 83 57 49 bf |..^.e...h-...WI.| 00000090 e2 0d b6 df e4 c9 d1 1c c5 19 44 6f 31 bb 02 50 |..........Do1..P| 000000a0 4a 12 e5 4b e6 f6 e6 9d 64 69 86 89 8e 73 aa e8 |J..K....di...s..| 000000b0 eb d1 a2 b3 4a 68 c4 82 00 28 82 b2 be 8f e6 d8 |....Jh...(......| 000000c0 03 4e eb b6 17 ed d3 6e 8f 21 04 1b ea a3 06 73 |.N.....n.!.....s| 000000d0 e1 7f 2d e3 7a 56 9a 62 cf e6 4d 6c c1 30 e6 ad |..-.zV.b..Ml.0..| 000000e0 e3 1d 41 bc 81 c2 fa 01 73 d4 c0 eb 5c 2c 63 e3 |..A.....s...\,c.| 000000f0 17 1b d1 5c c0 5c 34 4b e8 7e aa 40 4c 57 33 90 |...\.\4K.~.@LW3.| 00000100 00 51 10 74 62 7c be 82 47 e1 3c 61 81 3c 33 99 |.Q.tb|..G.&.2@| 000001b0 15 bc fb e1 ef 92 22 7c 9d 25 e1 b0 00 81 00 fe |......"|.%......| 000001c0 ff ff 82 fe ff ff 02 30 b4 01 ca 9a 3b 00 00 fe |.......0....;...| 000001d0 ff ff 05 fe ff ff 01 00 00 00 52 fe 29 01 00 00 |..........R.)...| 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-GpdF37GF/Tmp_Log: Adresár alebo súbor neexistuje No volume groups found