











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
| Author |
Compiling new Kernel
|
Boulware5
Moderator M

Registered: Mar 2001 Location: Country: USA State: Certifications: A+, Network+, Linux+, CST, A.A.S degree in CIS LAN concentration Working on: BS degree, CCNA, Security+
Total Posts: 3283
|
|
Compiling new Kernel
For fun I'm trying to compile my first Linux kernel from scratch. Everything went well but when I try to boot into it through LILO, it unpacks the kernel but fails some system checks. It then stalls on the "starting system logger" So I must have done something wrong. Here's the steps I took:
in /usr/src/linux
make mrproper
make menuconfig (I didn't change any kernel parameters)
make dep
make clean
make bzImage
make modules
make modules_install
cp arch/i386/boot/bzImage /boot
make install
This then made a vmlinuz image in /boot.
I then altered my lilo.conf accordingly to use the new vmlinuz image.
What did I do wrong? In one of my books it mentiones to use mkinitrd, but I thought you needed an initrd image file only for SCSI which I don't have.
Report this post to a moderator
|
|
04-03-02 03:13 AM
|
|
Boulware5
Moderator M

Registered: Mar 2001 Location: Country: USA State: Certifications: A+, Network+, Linux+, CST, A.A.S degree in CIS LAN concentration Working on: BS degree, CCNA, Security+
Total Posts: 3283
|
|
2 steps I think I might have needed:
cp /usr/src/linux-2.4.18/arch/i386/boot/bzImage /boot/vmlinuz-2.4.18
cp /usr/src/linux-2.4.18/System.map /boot/System.map-2.4.18
I'll try this out later on. Any thoughts are welcome.
Report this post to a moderator
|
|
04-03-02 03:54 AM
|
|
|
Featured site: MCSE, MCSD, CompTIA, CCNA training videos
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON. |
|
ExamNotes forum archive
|