Boot Info Script 0.55 dated February 15th, 2010 ============================= Boot Info Summary: ============================== => Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in partition #5 for (,msdos5)/boot/grub. sda1: _________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7 Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files/dirs: /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/dirs: /Windows/System32/winload.exe 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 10.10 Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sdb: _________________________________________________________________________ File system: vfat Boot sector type: Windows XP: Fat32 Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files/dirs: =========================== Drive/Partition Info: ============================= Drive: sda ___________________ _____________________________________________________ Disk /dev/sda: 320,1 GB, 320 072 933 376 bajtů hlav: 255, sektorů na stopu: 63, cylindrů: 38 913, celkem 625 142 448 sektorů Jednotky = sektory po 1 * 512 = 512 bajtech Velikost sektoru (logického/fyzického): 512 bajtů / 512 bajtů Partition Boot Start End Size Id System /dev/sda1 * 2,048 206,847 204,800 7 HPFS/NTFS /dev/sda2 206,848 604,657,663 604,450,816 82 Linux swap / Solaris /dev/sda3 604,659,710 625,141,759 20,482,050 5 Extended /dev/sda5 604,659,712 625,141,759 20,482,048 83 Linux blkid -c /dev/null: ____________________________________________________________ Device UUID TYPE LABEL /dev/sda: PTTYPE="dos" /dev/sda1 A808A014089FDF9C ntfs System Reserved /dev/sda2 5EAC1ACCAC1A9F19 ntfs /dev/sda3: PTTYPE="dos" /dev/sda5 98539382-becf-4404-8350-f4bf1ab783c8 ext4 /dev/sdb A244-3ECC vfat ============================ "mount | grep ^/dev output: =========================== Device Mount_Point Type Options /dev/sda5 / ext4 (rw,errors=remount-ro,commit=0) /dev/sdb /media/A244-3ECC vfat (rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush) /dev/sda2 /media/5EAC1ACCAC1A9F19 fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions) =========================== 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 part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set 98539382-becf-4404-8350-f4bf1ab783c8 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set 98539382-becf-4404-8350-f4bf1ab783c8 set locale_dir=($root)/boot/grub/locale set lang=cs insmod gettext 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 ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'Ubuntu, with Linux 2.6.35-22-server' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set 98539382-becf-4404-8350-f4bf1ab783c8 linux /boot/vmlinuz-2.6.35-22-server root=UUID=98539382-becf-4404-8350-f4bf1ab783c8 ro quiet splash initrd /boot/initrd.img-2.6.35-22-server } menuentry 'Ubuntu, with Linux 2.6.35-22-server (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set 98539382-becf-4404-8350-f4bf1ab783c8 echo 'Loading Linux 2.6.35-22-server ...' linux /boot/vmlinuz-2.6.35-22-server root=UUID=98539382-becf-4404-8350-f4bf1ab783c8 ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.35-22-server } menuentry 'Ubuntu, with Linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set 98539382-becf-4404-8350-f4bf1ab783c8 linux /boot/vmlinuz-2.6.35-22-generic root=UUID=98539382-becf-4404-8350-f4bf1ab783c8 ro quiet splash initrd /boot/initrd.img-2.6.35-22-generic } menuentry 'Ubuntu, with Linux 2.6.35-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd0,msdos5)' search --no-floppy --fs-uuid --set 98539382-becf-4404-8350-f4bf1ab783c8 echo 'Loading Linux 2.6.35-22-generic ...' linux /boot/vmlinuz-2.6.35-22-generic root=UUID=98539382-becf-4404-8350-f4bf1ab783c8 ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.35-22-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 98539382-becf-4404-8350-f4bf1ab783c8 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 98539382-becf-4404-8350-f4bf1ab783c8 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)" { insmod part_msdos insmod ntfs set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set a808a014089fdf9c 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. menuentry "Microsoft Windows 7 (on /dev/sda1)" { set root=(hd0,1) chainloader +1 } ### 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 -o value -s UUID' 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=98539382-becf-4404-8350-f4bf1ab783c8 / ext4 errors=remount-ro 0 1 =================== sda5: Location of files loaded by Grub: =================== 316.8GB: boot/grub/core.img 312.4GB: boot/grub/grub.cfg 315.5GB: boot/initrd.img-2.6.35-22-generic 310.5GB: boot/initrd.img-2.6.35-22-server 317.2GB: boot/vmlinuz-2.6.35-22-generic 316.9GB: boot/vmlinuz-2.6.35-22-server 310.5GB: initrd.img 315.5GB: initrd.img.old 316.9GB: vmlinuz 317.2GB: vmlinuz.old =========================== Unknown MBRs/Boot Sectors/etc ======================= Unknown BootLoader on sda3 00000000 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................| * 00000040 ff ff ff ff ff ff ff ff 93 b7 5a 0d c1 2f e3 c5 |..........Z../..| 00000050 2b 18 3c 05 79 04 97 78 8d 69 ac 8d c4 3c e4 70 |+.<.y..x.i...<.p| 00000060 14 02 4e 88 3a e8 74 34 c2 af e4 68 ea a0 0f 71 |..N.:.t4...h...q| 00000070 01 4a 71 9a c1 30 ad 0d c2 0c 83 e8 7b 86 31 85 |.Jq..0......{.1.| 00000080 40 e0 f1 87 02 51 7b dc 4e 3c 04 9c 3f 90 ff 28 |@....Q{.N<..?..(| 00000090 16 2d 7f 00 b8 06 6a 82 93 b7 5b 0c d0 bf e6 2c |.-....j...[....,| 000000a0 f6 43 dc cd 50 49 28 eb 0b 4b d7 bf 66 24 ac 6b |.C..PI(..K..f$.k| 000000b0 07 1e 06 f0 95 57 0a 38 e0 bf e6 2b 67 3e f4 15 |.....W.8...+g>..| 000000c0 ff 1a 1b 50 83 ca db 3f 5e 6e d4 2b a3 cb 64 d6 |...P...?^n.+..d.| 000000d0 5a 81 e5 ee 03 58 e7 14 05 04 62 c2 4e 0a f9 29 |Z....X....b.N..)| 000000e0 8a 60 68 75 43 1b 1c 62 93 b7 5c 0c a8 47 87 17 |.`huC..b..\..G..| 000000f0 00 fa 41 e1 7e 50 b6 2f 68 34 a7 81 0f a1 a4 68 |..A.~P./h4.....h| 00000100 bb 01 e3 e2 e3 30 92 00 a7 05 80 78 78 0e a7 f3 |.....0.....xx...| 00000110 c7 0b 39 ec bc 62 a6 02 12 9c 5a 89 4e 2c 1a 3a |..9..b....Z.N,.:| 00000120 3c 2e 26 06 03 55 7e 0c 20 d2 01 7b 93 f1 fe 60 |<.&..U~. ..{...`| 00000130 ec 7c 56 fc 91 6e 2a 30 93 b7 5d 0c db 9b 7d 6c |.|V..n*0..]...}l| 00000140 8a 87 65 10 22 b8 02 88 13 4c db cb ee 41 94 8d |..e."....L...A..| 00000150 c1 bf b7 bb 3d c7 07 d2 d8 09 e6 ba 60 73 f5 70 |....=.......`s.p| 00000160 14 d5 21 41 c0 5c db 88 ee 24 00 02 24 84 d1 2f |..!A.\...$..$../| 00000170 5c 34 d2 f7 22 94 df b4 10 49 d4 76 86 3e ea a3 |\4.."....I.v.>..| 00000180 04 51 48 c4 ef c8 96 87 93 b7 5e 0c a9 83 b8 8e |.QH.......^.....| 00000190 79 96 1c 14 17 69 0c 38 58 4d aa 0e 82 21 a0 41 |y....i.8XM...!.A| 000001a0 0e 30 29 27 84 5e dc 61 aa c5 04 3c 3e 44 6a 90 |.0)'.^.a...<>Dj.| 000001b0 e7 97 e8 bb f1 c3 ac 08 ac 01 d2 e0 d3 c7 00 fe |................| 000001c0 ff ff 83 fe ff ff 02 00 00 00 00 88 38 01 00 00 |............8...| 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