no images defined

Arthur Wagner awagner@uswest.net
Fri, 04 Feb 2000 22:17:41 -0700


sinck@corp.quepasa.com wrote:

> \_ I just recompiled my kernel (have done many in the past), and
> \_ can't get it to recognize my new image. Here is the process
> \_ I use:
> \_ cd /usr/src/linux
> \_ make mrproper
> \_ make menuconfig
> \_ make dep; make clean; make bzImage; make modules; make modules_install
> \_ cp /arch/i386/boot/bzImage /boot/<image name>
> \_ edit lilo for new image name
> \_ lilo
> \_
> \_ Lilo spits out "No images have been defined"
>
> This would be a call for a rigorous error checking of lilo.conf,
> possibly even creating a fresh one from scratch.
>
> (After backups, of course.  :-)
>
> David

I have the same exact problem after a fresh compile of
2.3.40 last night. I to have gone through the build process
many times. I cp'd bzImage to a 1.44 meg floppy and also
copied it to /boot/vmlinuz-2.3.40 . I edited /etc/lilo.conf
and added the following lines to it;
image = /boot/vmlinuz-2.3.40
lable = linux-2340
root = /dev/hda3
(Some of these statements may be slightly off. I am 4 miles
away from my nearest Linux system. I duplicated the statement
headers from the original perameters) I just looked at the
/usr/src/linux/README file and found a note that the image
can be edited with the "rdev" command. I hope this is of some
help. Thank goodness for the floppy !
Art