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 #1 for /boot/grub. => Windows is installed in the MBR of /dev/sdb => Grub 0.97 is installed in the MBR of /dev/sdc and looks at sector 99393 on boot drive #1 for the stage2 file. A stage2 file is at this location on /dev/sdc. Stage2 looks on partition #1 for /grub/grub.conf. sda1: _________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 10.04.2 LTS Boot files/dirs: /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: sdb1: _________________________________________________________________________ File system: ntfs Boot sector type: Windows XP Boot sector info: No errors found in the Boot Parameter Block. Operating System: Windows XP Boot files/dirs: /boot.ini /ntldr /NTDETECT.COM sdc1: _________________________________________________________________________ File system: ext3 Boot sector type: - Boot sector info: Operating System: Boot files/dirs: /grub/menu.lst /grub/grub.conf sdc2: _________________________________________________________________________ File system: LVM2_member Boot sector type: - Boot sector info: =========================== Drive/Partition Info: ============================= Drive: sda ___________________ _____________________________________________________ Disk /dev/sda: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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 1,917,618,175 1,917,616,128 83 Linux /dev/sda2 1,917,620,222 1,953,523,711 35,903,490 5 Extended /dev/sda5 1,917,620,224 1,953,523,711 35,903,488 82 Linux swap / Solaris Drive: sdb ___________________ _____________________________________________________ Disk /dev/sdb: 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 End Size Id System /dev/sdb1 * 63 312,560,639 312,560,577 7 HPFS/NTFS Drive: sdc ___________________ _____________________________________________________ Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes Partition Boot Start End Size Id System /dev/sdc1 * 63 208,844 208,782 83 Linux /dev/sdc2 208,845 1,953,520,064 1,953,311,220 8e Linux LVM blkid -c /dev/null: ____________________________________________________________ Device UUID TYPE LABEL /dev/sda1 676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 ext4 /dev/sda2: PTTYPE="dos" /dev/sda5 963e9585-e7c3-4011-b7c5-6f3897208b3c swap /dev/sda: PTTYPE="dos" /dev/sdb1 14D84944D8492578 ntfs /dev/sdb: PTTYPE="dos" /dev/sdc1 962b996c-45b8-4df1-b4d8-6ac8f4383f49 ext3 /boot /dev/sdc2 fFj923-eHJJ-IfCE-9rXL-ORaI-axkp-3lmg8Z LVM2_member /dev/sdc: PTTYPE="dos" ============================ "mount | grep ^/dev output: =========================== Device Mount_Point Type Options /dev/sda1 / ext4 (rw,errors=remount-ro) =========================== sda1/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,1)' search --no-floppy --fs-uuid --set 676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=1280x1024 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,1)' search --no-floppy --fs-uuid --set 676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 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 ### insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set 676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 insmod tga if background_image /usr/share/images/grub/Lake_mapourika_NZ.tga ; then set color_normal=black/black set color_highlight=magenta/black else set menu_color_normal=white/black set menu_color_highlight=black/light-gray fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'Ubuntu, with Linux 2.6.32-30-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set 676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 linux /boot/vmlinuz-2.6.32-30-generic root=UUID=676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 ro quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap initrd /boot/initrd.img-2.6.32-30-generic } menuentry 'Ubuntu, with Linux 2.6.32-30-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set 676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 echo 'Loading Linux 2.6.32-30-generic ...' linux /boot/vmlinuz-2.6.32-30-generic root=UUID=676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.32-30-generic } menuentry 'Ubuntu, with Linux 2.6.32-29-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set 676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 linux /boot/vmlinuz-2.6.32-29-generic root=UUID=676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 ro quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap initrd /boot/initrd.img-2.6.32-29-generic } menuentry 'Ubuntu, with Linux 2.6.32-29-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set 676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 echo 'Loading Linux 2.6.32-29-generic ...' linux /boot/vmlinuz-2.6.32-29-generic root=UUID=676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.32-29-generic } menuentry 'Ubuntu, with Linux 2.6.32-28-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set 676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 linux /boot/vmlinuz-2.6.32-28-generic root=UUID=676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 ro quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap initrd /boot/initrd.img-2.6.32-28-generic } menuentry 'Ubuntu, with Linux 2.6.32-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set 676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 echo 'Loading Linux 2.6.32-28-generic ...' linux /boot/vmlinuz-2.6.32-28-generic root=UUID=676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.32-28-generic } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry "Memory test (memtest86+)" { insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set 676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 linux16 /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set 676b4a5f-ad38-4ffb-89b3-2e8548c6c9f9 linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Windows XP Professional x64 Edition (on /dev/sdb1)" { insmod ntfs set root='(hd1,1)' search --no-floppy --fs-uuid --set 14d84944d8492578 drivemap -s (hd0) ${root} 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 "RedHat Enterprise Linux Server (2.6.18-194.el5)" { # set root='(hd2)' # chainloader +1 linux (hd2,2)/boot/vmlinuz-2.6.18-194.el5 initrd (hd2,2)/boot/initrd-2.6.18-194.el5.img } ### END /etc/grub.d/40_custom ### =============================== sda1/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/sda1 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=963e9585-e7c3-4011-b7c5-6f3897208b3c none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 =================== sda1: Location of files loaded by Grub: =================== 953.6GB: boot/grub/core.img 683.3GB: boot/grub/grub.cfg 1.2GB: boot/initrd.img-2.6.32-28-generic 44.2GB: boot/initrd.img-2.6.32-29-generic 48.8GB: boot/initrd.img-2.6.32-30-generic 953.6GB: boot/vmlinuz-2.6.32-28-generic 953.7GB: boot/vmlinuz-2.6.32-29-generic 953.7GB: boot/vmlinuz-2.6.32-30-generic 48.8GB: initrd.img 44.2GB: initrd.img.old 953.7GB: vmlinuz 953.7GB: vmlinuz.old ================================ sdb1/boot.ini: ================================ [boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Professional x64 Edition" /noexecute=optin /fastdetect ============================= sdc1/grub/grub.conf: ============================= # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00 # initrd /initrd-version.img #boot=/dev/sda default=0 timeout=25 splashimage=(hd2,0)/grub/splash.xpm.gz hiddenmenu title Red Hat Enterprise Linux Server (2.6.18-194.el5) root (hd2,0) kernel /vmlinuz-2.6.18-194.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.18-194.el5.img =================== sdc1: Location of files loaded by Grub: =================== .0GB: grub/grub.conf .0GB: grub/menu.lst .0GB: grub/stage2 .0GB: initrd-2.6.18-194.el5.img .0GB: vmlinuz-2.6.18-194.el5