[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Re:Can't boot after compiling Kernel
- Subject: [ale] Re:Can't boot after compiling Kernel
- From: mpdickens at tlanta.com (Marvin Dickens)
- Date: Sat, 22 Feb 2003 11:18:54 -0800
On Saturday 22 February 2003 04:21 pm, Geoffrey wrote:
> make mrproper
> make xconfig
> make dep
> make bzImage
> make install (if you're using lilo)
> make modules
> make modules_install
>
> Did you forget to make/install your modules??? Did you make your
> bzImage????
Running the command "make install" prior to test booting the kernel off of a
floppy diskette can be dangerous. The way I do it is as follows:
make mrproper
make xconfig
make bzImage
make bzdisk
make modules
make modules_install
Then I boot from the floppy boot image I made with the command "make bzdisk".
If the floppy disk works and the machine boots and behaves properly, I then
run the command "make install".
By doing it this way, if you hork the compile, you still have the old kernel
image installed and can boot from it without any resorting to emergency
de-horking and try again.
Best
Marvin
_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale