Boot Info Script 0.60 from 17 May 2011 ============================= Boot Info Summary: =============================== => Grub2 (v1.97-1.98) 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 in partition 1 for /boot/grub. sda1: __________________________________________________________________________ File system: ext3 Boot sector type: Grub2 (v1.99) Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda1 and looks at sector 31425407 of the same hard drive for core.img, but core.img can not be found at this location. Operating System: Ubuntu 11.04 Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda2: __________________________________________________________________________ File system: Extended Partition Boot sector type: - Boot sector info: sda5: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders, total 156301488 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 * 63 149,838,254 149,838,192 83 Linux /dev/sda2 149,838,255 156,296,384 6,458,130 5 Extended /dev/sda5 149,838,318 156,296,384 6,458,067 82 Linux swap / Solaris "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/loop0 squashfs /dev/sda1 9944e535-329e-4900-9336-19bf9addff5d ext3 /dev/sda5 1bb671f1-cf95-44e4-94c7-f25c6ecb5a84 swap ================================ Mount points: ================================= Device Mount_Point Type Options /dev/loop0 /rofs squashfs (ro,noatime) /dev/sda1 /media/disk ext3 (rw,nosuid,nodev,uhelper=hal) /dev/sr0 /cdrom iso9660 (ro,noatime) =========================== sda1/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='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 9944e535-329e-4900-9336-19bf9addff5d if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm 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 0,71,115; 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 2.6.38-11-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail set gfxpayload=$linux_gfx_mode insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 9944e535-329e-4900-9336-19bf9addff5d linux /boot/vmlinuz-2.6.38-11-generic root=UUID=9944e535-329e-4900-9336-19bf9addff5d ro splash vga=795 quiet i915.modeset=0 initrd /boot/initrd.img-2.6.38-11-generic } menuentry 'Ubuntu, with Linux 2.6.38-11-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail set gfxpayload=$linux_gfx_mode insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 9944e535-329e-4900-9336-19bf9addff5d echo 'Loading Linux 2.6.38-11-generic ...' linux /boot/vmlinuz-2.6.38-11-generic root=UUID=9944e535-329e-4900-9336-19bf9addff5d ro single splash vga=795 echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.38-11-generic } submenu "Previous Linux versions" { menuentry 'Ubuntu, with Linux 2.6.38-10-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail set gfxpayload=$linux_gfx_mode insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 9944e535-329e-4900-9336-19bf9addff5d linux /boot/vmlinuz-2.6.38-10-generic root=UUID=9944e535-329e-4900-9336-19bf9addff5d ro splash vga=795 quiet i915.modeset=0 initrd /boot/initrd.img-2.6.38-10-generic } menuentry 'Ubuntu, with Linux 2.6.38-10-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail set gfxpayload=$linux_gfx_mode insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 9944e535-329e-4900-9336-19bf9addff5d echo 'Loading Linux 2.6.38-10-generic ...' linux /boot/vmlinuz-2.6.38-10-generic root=UUID=9944e535-329e-4900-9336-19bf9addff5d ro single splash vga=795 echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.38-10-generic } menuentry 'Ubuntu, with Linux 2.6.38-8-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail set gfxpayload=$linux_gfx_mode insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 9944e535-329e-4900-9336-19bf9addff5d linux /boot/vmlinuz-2.6.38-8-generic root=UUID=9944e535-329e-4900-9336-19bf9addff5d ro splash vga=795 quiet i915.modeset=0 initrd /boot/initrd.img-2.6.38-8-generic } menuentry 'Ubuntu, with Linux 2.6.38-8-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail set gfxpayload=$linux_gfx_mode insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 9944e535-329e-4900-9336-19bf9addff5d echo 'Loading Linux 2.6.38-8-generic ...' linux /boot/vmlinuz-2.6.38-8-generic root=UUID=9944e535-329e-4900-9336-19bf9addff5d ro single splash vga=795 echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.38-8-generic } menuentry 'Ubuntu, with Linux 2.6.35-28-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail set gfxpayload=$linux_gfx_mode insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 9944e535-329e-4900-9336-19bf9addff5d linux /boot/vmlinuz-2.6.35-28-generic root=UUID=9944e535-329e-4900-9336-19bf9addff5d ro splash vga=795 quiet i915.modeset=0 initrd /boot/initrd.img-2.6.35-28-generic } menuentry 'Ubuntu, with Linux 2.6.35-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail set gfxpayload=$linux_gfx_mode insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 9944e535-329e-4900-9336-19bf9addff5d echo 'Loading Linux 2.6.35-28-generic ...' linux /boot/vmlinuz-2.6.35-28-generic root=UUID=9944e535-329e-4900-9336-19bf9addff5d ro single splash vga=795 echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.35-28-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='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 9944e535-329e-4900-9336-19bf9addff5d linux16 /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 9944e535-329e-4900-9336-19bf9addff5d linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### if [ "x${timeout}" != "x-1" ]; then if keystatus; then if keystatus --shift; then set timeout=-1 else set timeout=0 fi else if sleep --interruptible 3 ; then set timeout=0 fi fi fi ### 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/etc/fstab: ================================ -------------------------------------------------------------------------------- # /etc/fstab: static file system information. # # Use 'vol_id --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 defaults 0 0 # / was on /dev/sda1 during installation UUID=9944e535-329e-4900-9336-19bf9addff5d / ext3 relatime,errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=1bb671f1-cf95-44e4-94c7-f25c6ecb5a84 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 -------------------------------------------------------------------------------- =================== sda1: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 14.938525677 = 16.040119808 boot/grub/core.img 1 20.217051983 = 21.707894272 boot/grub/grub.cfg 1 35.149493694 = 37.741481472 boot/initrd.img-2.6.35-28-generic 76 35.180625439 = 37.774908928 boot/initrd.img-2.6.38-10-generic 60 20.248572826 = 21.741739520 boot/initrd.img-2.6.38-11-generic 21 15.142764568 = 16.259419648 boot/initrd.img-2.6.38-8-generic 45 36.049426556 = 38.707777024 boot/vmlinuz-2.6.35-28-generic 28 15.028777599 = 16.137027072 boot/vmlinuz-2.6.38-10-generic 28 19.414477825 = 20.846136832 boot/vmlinuz-2.6.38-11-generic 41 14.961074352 = 16.064331264 boot/vmlinuz-2.6.38-8-generic 11 20.248572826 = 21.741739520 initrd.img 21 35.180625439 = 37.774908928 initrd.img.old 60 19.414477825 = 20.846136832 vmlinuz 41 15.028777599 = 16.137027072 vmlinuz.old 28 ========= Devices which don't seem to have a corresponding hard drive: ========= sdb sdc sdd sde