>>>>> "m" == madhu  <[EMAIL PROTECTED]> writes:

m>  Hello Bret,

m>  thanx for U'r reply.

m>  i tried  lilo -v also. but i got the same error again.

m>   sample output of  lilo -v

 
m>      LILO version 21, Copyright 1992-1998 Werner Almesberger

m>      Reading boot sector from /dev/hda
m>      Merging with /boot/boot.b
m>      Boot image: /boot/vmlinuz-2.2.13
m>      Added linux-2.2.13
m>      Boot image: /boot/vmlinuz-mynew    -----> Image i added
m>      Added mynew                        -----> 
m>      No images have been defined.

Well this looks like you have no entry for the image to mynew in 
your lilo.conf file.

What did you enter in lilo.conf, also  you may find lilo -v -v 
more helpful when debugging, however in this case it looks 
evident that you just left the new image name out.

image = /boot/'whatevermynewimageiscalled'
        label = mynew
        root = /dev/hda3
        alias = mn
        read-only



m>   and when i reboot, iam not able to see the  mynew image that

m>   i added.

m>   any suggestions are welcome.

m> regards
m> Madhu Babu P


m> On Sat, 2 Sep 2000, Bret Hughes wrote:

>> [EMAIL PROTECTED] wrote:
>> 
>> >  hello all,
>> >
>> >  i have a system already running linux.
>> >
>> >  recently i recompiled this system and
>> >
>> >  tried to add the new kernel image into
>> >
>> >  /boot/.
>> >
>> >  i followed the usual sequence for compiling...
>> >
>> >    make config
>> >
>> >    make dep
>> >
>> >    make clean
>> >
>> >    make bzImage
>> >
>> >    make modules; make modules_install
>> >
>> >  then i copied the new image,
>> >
>> >    /usr/src/linux/arch/i386/boot/bzImage
>> >
>> >  to /boot/vmlinuz-mynew.
>> >
>> >  appropriately i added an entry for this in lilo.conf
>> >
>> >  something like
>> >
>> >     image=/boot/vmlinuz-mynew
>> >         label=mynew
>> >         root=/dev/hda2
>> >         read-only
>> >
>> >  then i ran lilo. surprisingly i saw a new message
>> >
>> >  that i never saw before in this process......
>> >
>> >    "No images have been defined."
>> >
>> >  can anybody tell me why???
>> >
>> >  i think i'll get a sure answer immediately..

 
>> Idon't know but did you run lilo -v ?  It might give a
>> little more info.
>> 
>> Bret
>> 
>> 
>> 
>> 
>> _______________________________________________
>> Redhat-list mailing list
>> [EMAIL PROTECTED]
>> https://listman.redhat.com/mailman/listinfo/redhat-list
>> 



m> _______________________________________________
m> Redhat-list mailing list
m> [EMAIL PROTECTED]
m> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
Ray Curtis         Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]                        http://www.clark.net/pub/ray
============================================================================



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to