Code:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 0.97 is installed in the MBR of /dev/sda and looks on the same drive
in partition #1 for /grub/stage2 and /grub/menu.lst.
=> Grub 0.97 is installed in the MBR of /dev/sdb and looks on the same drive
in partition #1 for /grub/stage2 and /grub/menu.lst.
sda1: _________________________________________________________________________
File system: linux_raid_member
Boot sector type: -
Boot sector info:
sda2: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda3: _________________________________________________________________________
File system: linux_raid_member
Boot sector type: -
Boot sector info:
sda4: _________________________________________________________________________
File system: linux_raid_member
Boot sector type: -
Boot sector info:
sdb1: _________________________________________________________________________
File system: linux_raid_member
Boot sector type: -
Boot sector info:
sdb2: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb3: _________________________________________________________________________
File system: linux_raid_member
Boot sector type: -
Boot sector info:
sdb4: _________________________________________________________________________
File system: linux_raid_member
Boot sector type: -
Boot sector info:
md5: _________________________________________________________________________
File system: reiserfs
Boot sector type: -
Boot sector info:
Operating System:
Boot files/dirs: /grub/menu.lst
md6: _________________________________________________________________________
File system: reiserfs
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 9.10
Boot files/dirs: /etc/fstab
=========================== Drive/Partition Info: =============================
Drive: sda ___________________ _____________________________________________________
Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders, total 390721968 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00069e1c
Partition Boot Start End Size Id System
/dev/sda1 * 63 1,959,929 1,959,867 fd Linux raid autodetect
/dev/sda2 1,959,930 5,863,724 3,903,795 82 Linux swap / Solaris
/dev/sda3 5,863,725 72,453,149 66,589,425 fd Linux raid autodetect
/dev/sda4 72,453,150 390,716,864 318,263,715 fd Linux raid autodetect
Drive: sdb ___________________ _____________________________________________________
Disk /dev/sdb: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders, total 390721968 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00069e1c
Partition Boot Start End Size Id System
/dev/sdb1 * 63 1,959,929 1,959,867 fd Linux raid autodetect
/dev/sdb2 1,959,930 5,863,724 3,903,795 82 Linux swap / Solaris
/dev/sdb3 5,863,725 72,453,149 66,589,425 fd Linux raid autodetect
/dev/sdb4 72,453,150 390,716,864 318,263,715 fd Linux raid autodetect
blkid -c /dev/null: ____________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/md5 ca2870aa-2afd-4606-b96a-108ddd8b18df reiserfs
/dev/md6 77ea8699-c580-4da8-ab56-8649962998f3 reiserfs
/dev/sda1 783856a9-464c-628b-61c4-1db844858d03 linux_raid_member
/dev/sda2 60376b15-45a8-43c1-abce-52ea7f029201 swap
/dev/sda3 ab27d56d-fb1c-f5a9-765d-e02306028b5b linux_raid_member
/dev/sda4 781244f2-7c60-bc8d-cdb4-487458e4e875 linux_raid_member
/dev/sdb1 783856a9-464c-628b-61c4-1db844858d03 linux_raid_member
/dev/sdb2 91bb84ee-79fd-419c-957f-fd6bfbf30a1b swap
/dev/sdb3 ab27d56d-fb1c-f5a9-765d-e02306028b5b linux_raid_member
/dev/sdb4 781244f2-7c60-bc8d-cdb4-487458e4e875 linux_raid_member
============================ "mount | grep ^/dev output: ===========================
Device Mount_Point Type Options
/dev/md6 / reiserfs (rw)
/dev/md5 /boot reiserfs (rw)
============================== md5/grub/menu.lst: ==============================
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/md6 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
## indomU=true
## indomU=false
# indomU=detect
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 9.10, kernel 2.6.31-22-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-22-generic root=/dev/md6 ro quiet splash
initrd /boot/initrd.img-2.6.31-22-generic
title Ubuntu 9.10, kernel 2.6.31-22-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-22-generic root=/dev/md6 ro single
initrd /boot/initrd.img-2.6.31-22-generic
title Ubuntu 9.10, kernel 2.6.31-21-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-21-generic root=/dev/md6 ro quiet splash
initrd /boot/initrd.img-2.6.31-21-generic
title Ubuntu 9.10, kernel 2.6.31-21-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-21-generic root=/dev/md6 ro single
initrd /boot/initrd.img-2.6.31-21-generic
title Ubuntu 9.10, kernel 2.6.31-20-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-20-generic root=/dev/md6 ro quiet splash
initrd /boot/initrd.img-2.6.31-20-generic
title Ubuntu 9.10, kernel 2.6.31-20-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-20-generic root=/dev/md6 ro single
initrd /boot/initrd.img-2.6.31-20-generic
title Ubuntu 9.10, kernel 2.6.31-19-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-19-generic root=/dev/md6 ro quiet splash
initrd /boot/initrd.img-2.6.31-19-generic
title Ubuntu 9.10, kernel 2.6.31-19-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-19-generic root=/dev/md6 ro single
initrd /boot/initrd.img-2.6.31-19-generic
title Ubuntu 9.10, kernel 2.6.31-17-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-17-generic root=/dev/md6 ro quiet splash
initrd /boot/initrd.img-2.6.31-17-generic
title Ubuntu 9.10, kernel 2.6.31-17-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-17-generic root=/dev/md6 ro single
initrd /boot/initrd.img-2.6.31-17-generic
title Ubuntu 9.10, kernel 2.6.31-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-16-generic root=/dev/md6 ro quiet splash
initrd /boot/initrd.img-2.6.31-16-generic
title Ubuntu 9.10, kernel 2.6.31-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-16-generic root=/dev/md6 ro single
initrd /boot/initrd.img-2.6.31-16-generic
title Ubuntu 9.10, kernel 2.6.31-15-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-15-generic root=/dev/md6 ro quiet splash
initrd /boot/initrd.img-2.6.31-15-generic
title Ubuntu 9.10, kernel 2.6.31-15-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-15-generic root=/dev/md6 ro single
initrd /boot/initrd.img-2.6.31-15-generic
title Ubuntu 9.10, kernel 2.6.31-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-14-generic root=/dev/md6 ro quiet splash
initrd /boot/initrd.img-2.6.31-14-generic
title Ubuntu 9.10, kernel 2.6.31-14-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.31-14-generic root=/dev/md6 ro single
initrd /boot/initrd.img-2.6.31-14-generic
title Ubuntu 9.10, kernel 2.6.28-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.28-16-generic root=/dev/md6 ro quiet splash
initrd /boot/initrd.img-2.6.28-16-generic
title Ubuntu 9.10, kernel 2.6.28-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.28-16-generic root=/dev/md6 ro single
initrd /boot/initrd.img-2.6.28-16-generic
title Ubuntu 9.10, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
==================== md5: Location of files loaded by Grub: ====================
??GB: grub/menu.lst
??GB: grub/stage2
??GB: initrd.img-2.6.28-16-generic
??GB: initrd.img-2.6.31-14-generic
??GB: initrd.img-2.6.31-15-generic
??GB: initrd.img-2.6.31-16-generic
??GB: initrd.img-2.6.31-17-generic
??GB: initrd.img-2.6.31-19-generic
??GB: initrd.img-2.6.31-20-generic
??GB: initrd.img-2.6.31-21-generic
??GB: initrd.img-2.6.31-22-generic
??GB: vmlinuz-2.6.28-16-generic
??GB: vmlinuz-2.6.31-14-generic
??GB: vmlinuz-2.6.31-15-generic
??GB: vmlinuz-2.6.31-16-generic
??GB: vmlinuz-2.6.31-17-generic
??GB: vmlinuz-2.6.31-19-generic
??GB: vmlinuz-2.6.31-20-generic
??GB: vmlinuz-2.6.31-21-generic
??GB: vmlinuz-2.6.31-22-generic
================================ md6/etc/fstab: ================================
# /etc/fstab: static file system information
proc /proc proc defaults 0 0
# /dev/md6
UUID=77ea8699-c580-4da8-ab56-8649962998f3 / reiserfs defaults 0 1
# /dev/md5
#UUID=783856a9-464c628b-61c41db8-44858d03 /boot reiserfs defaults 0 2
# /dev/md4
UUID=b5c18a4e-9256-4e87-93ae-a7fbe5f36bd9 /home reiserfs defaults 0 0
# swap
/dev/sda2 none swap sw 0 0
/dev/sdb2 none swap sw 0 0
192.168.1.100:/storage /home/jeff/storage nfs timeo=20,rsize=8192,wsize=8192,nosuid 0 0
192.168.1.100:/gnucash /home/jeff/gnucash nfs timeo=20,rsize=8192,wsize=8192,nosuid 0 0
192.168.1.100:/storage/backup.corsair /home/jeff/backup nfs timeo=20,rsize=8192,wsize=8192,nosuid 0 0
192.168.1.110:/mythtv /home/jeff/mythbox nfs timeo=20,rsize=8192,wsize=8192,nosuid 0 0
==================== md6: Location of files loaded by Grub: ====================
??GB: initrd.img
??GB: initrd.img.old
??GB: vmlinuz
??GB: vmlinuz.old
=======Devices which don't seem to have a corresponding hard drive==============
sdc
=============================== StdErr Messages: ===============================
mdadm: SET_ARRAY_INFO failed for /dev/md4: Device or resource busy
mdadm: md device /dev/md4 does not appear to be active.
I believe the problem lies that grub shows the menu, knows the files are supposed to be in /boot but can't identify them for some reason.
Bookmarks