The menu.lst file is as follows.
default=1
timeout=5
splashimage=(hd1,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux AS (2.6.9-5.EL)
root (hd1,0)
kernel /vmlinuz-2.6.9-5.EL ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.9-5.EL.img
title SBS Linux (2.6.24)
root (hd1,0)
kernel /vmlinuz-2.6.24 ro root=/dev/VolGroup00/LogVol00 enforcing =0
initrd /initrd-2.6.24.img
The /etc/fstab file is as follows.
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/hda /media/cdrom auto pamconsole,fscontext=system_u

bject_r:removable_t,exec,noauto,managed 0 0
/dev/fd0 /media/floppy auto pamconsole,fscontext=system_u

bject_r:removable_t,exec,noauto,managed 0 0
I changed the VolGroup01 to # This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/hda /media/cdrom auto pamconsole,fscontext=system_u

bject_r:removable_t,exec,noauto,managed 0 0
/dev/fd0 /media/floppy auto pamconsole,fscontext=system_u

bject_r:removable_t,exec,noauto,managed 0 0
The messages what I can see on the screen while booting are as follows.
2 logical volume(s) in volume group VolGroup00 now active
lvm used greatest stack depth: 6612 bytes left
Making device nodes
file descriptor 3 left open
Creating root file system
kjournald starting. Commit interval 5 seconds.
EXT3 -fs: mounted file system with ordered data mode
Switching to new root:
audit(1208173566.080.2) enforcing = 1 old_enforcing = 0 auid = 4294967295
input:ImPS/2 Generic wheel mouse as Class/input/input0
input:ImPS/2 Generic wheel mouse as Class/input/input1
Enforcing mode requested but no policy loaded. Halting now.
Kernel Panic- not syncing: Attempted to kill init!
Please suggest me to go ahead.
Thanking you,
Shivaraj B Shetty