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 #6 for /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: /bootmgr /boot/BCD /Windows/System32/winload.exe sda4: _________________________________________________________________________ File system: Extended Partition Boot sector type: - 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: Ubuntu 10.04 LTS Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda7: _________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Boot files/dirs: =========================== 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 End Size Id System /dev/sda1 * 2,048 409,599 407,552 7 HPFS/NTFS /dev/sda2 409,600 82,329,599 81,920,000 7 HPFS/NTFS /dev/sda4 82,331,646 976,773,119 894,441,474 5 Extended /dev/sda5 967,073,792 976,773,119 9,699,328 82 Linux swap / Solaris /dev/sda6 82,331,648 287,408,127 205,076,480 83 Linux /dev/sda7 287,410,176 967,063,551 679,653,376 83 Linux blkid -c /dev/null: ____________________________________________________________ Device UUID TYPE LABEL /dev/sda1 C81E1B6E1E1B54B2 ntfs SYSTEM /dev/sda2 CA025CD0025CC35D ntfs /dev/sda4: PTTYPE="dos" /dev/sda5 be069966-d42d-4e83-9fe8-e2f5ba90cd45 swap /dev/sda6 8d697f09-9d56-4a48-8cda-33819239a75c ext4 /dev/sda7 c2c67be7-4534-4630-ba4f-fe4abc658488 ext4 /dev/sda: PTTYPE="dos" ============================ "mount | grep ^/dev output: =========================== Device Mount_Point Type Options /dev/sda6 / ext4 (rw,errors=remount-ro) /dev/sda7 /klelager ext4 (rw) =========================== sda6/boot/grub/grub.cfg: =========================== # # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/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 recordfail { set recordfail=1 if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi } insmod ext2 set root='(hd0,6)' search --no-floppy --fs-uuid --set 8d697f09-9d56-4a48-8cda-33819239a75c if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 insmod gfxterm insmod vbe if terminal_output gfxterm ; then true ; else # For backward compatibility with versions of terminal.mod that don't # understand terminal_output terminal gfxterm fi fi insmod ext2 set root='(hd0,6)' search --no-floppy --fs-uuid --set 8d697f09-9d56-4a48-8cda-33819239a75c set locale_dir=($root)/boot/grub/locale set lang=en 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.32-24-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd0,6)' search --no-floppy --fs-uuid --set 8d697f09-9d56-4a48-8cda-33819239a75c linux /boot/vmlinuz-2.6.32-24-generic-pae root=UUID=8d697f09-9d56-4a48-8cda-33819239a75c ro quiet splash initrd /boot/initrd.img-2.6.32-24-generic-pae } menuentry 'Ubuntu, with Linux 2.6.32-24-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd0,6)' search --no-floppy --fs-uuid --set 8d697f09-9d56-4a48-8cda-33819239a75c echo 'Loading Linux 2.6.32-24-generic-pae ...' linux /boot/vmlinuz-2.6.32-24-generic-pae root=UUID=8d697f09-9d56-4a48-8cda-33819239a75c ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.32-24-generic-pae } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry "Memory test (memtest86+)" { insmod ext2 set root='(hd0,6)' search --no-floppy --fs-uuid --set 8d697f09-9d56-4a48-8cda-33819239a75c linux16 /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod ext2 set root='(hd0,6)' search --no-floppy --fs-uuid --set 8d697f09-9d56-4a48-8cda-33819239a75c 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 ntfs set root='(hd0,1)' search --no-floppy --fs-uuid --set c81e1b6e1e1b54b2 chainloader +1 } menuentry "Windows Vista (loader) (on /dev/sda2)" { insmod ntfs set root='(hd0,2)' search --no-floppy --fs-uuid --set ca025cd0025cc35d 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 ### =============================== sda6/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 /dev/sda6 / ext4 errors=remount-ro 0 1 # /klelager was on /dev/sda7 during installation UUID=c2c67be7-4534-4630-ba4f-fe4abc658488 /klelager ext4 defaults 0 2 /dev/sda5 none swap sw 0 0 =================== sda6: Location of files loaded by Grub: =================== 74.5GB: boot/grub/core.img 66.1GB: boot/grub/grub.cfg 74.5GB: boot/initrd.img-2.6.32-24-generic-pae 74.5GB: boot/vmlinuz-2.6.32-24-generic-pae 74.5GB: initrd.img 74.5GB: vmlinuz