Yes you are right, yesterday I checked the lilo.conf file in the first partition /dev/sda1, there all the information has been modified, So We changed it as,

prompt
timeout=50
default=TB-Main
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32

image=/boot/vmlinuz
label=TB-Main
initrd=/boot/initrd-2.4.28.img
read-only
root=/dev/sda1/ image=/boot/vmlinuz
label=TB-Backup
initrd=/boot/initrd-2.4.28.img
read-only
root=/dev/sda3/

Previously the 'boot' has been set to 'boot=/dev/hdc'

I also checked the 'fstab' and 'mtab' entries

The problem yet not solved, Now I noticed another error message said that,

Kmod:Failed tp exec /sbin/Modprobe -s -k scsi_hostadapter, error=2

Kmod:Failed tp exec /sbin/Modprobe -s -k block-Major-22, error=2

VFS:Cannot open device "801" or 8:01 please append a correct "root=" boot option kernel panic : VFS: Unable to mount root fs on 8:01 Spurious 8259A interrupt : IRQ7


In reply to Re^2: OT: System is not booting by vinoth.ree
in thread OT: System is not booting by vinoth.ree

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.