











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 |
Hi - linux boot question
|
wb
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Hi - linux boot question
Hi,
I'm new to Linux ( < 1 year ) .. But I'm am experienced SVR4 and AIX
UNIX developer.
There are certain areas of Linux build / boot sequence that I'm not quite
sure
I understand and it is vaguely docuemented for a Intel boot sequence.
I'm curious to what these files are after a Linux build
found at /usr/src/linux are used for by lilo :
arch/i386/boot/bzImage
vmlinux
System.map
There is also another strange step in making a "ramdisk" using
mkinitrd -v -f /boot/initrd.<myver> 2.4.7-10custom.<myver>;
I think that whatever lilo boots is a combined file of Linux (vmlinux? )
and a ramdisk ( initrd) that eventually starts Linux from the harddisk.
Bascially,
I'm trying to add a new boot driver to the startup ramdisk and I can't
get it included. Nor is it built included in the kernel when built.
Can anyone reference a detailed writeup on the Intel boot sequence ?
I poked around RedHat and Sourecforce, but haven't found anything
but general descriptions.
Report this post to a moderator
|
|
06-27-02 01:26 PM
|
|
Dingo
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: Hi - linux boot question
http://brun.dyndns.org/pub/linux/lilo/
The 22.3.1 tarball includes quite a lot of documentation. I've
read it once but haven't compiled a kernel in a long time. This
is a recent (16June) upgrade btw, with significant changes.
If I remember correctly bzImage is a just-compiled kernel which
can then be copied to /boot/whatevername but when lilo is run it
must be given that name with image=xxx in it's config file.
vmlinux or vmlinuz are 'traditional' names for this usage,
you can have several such as mykernel-a mykernel-b and set
up optional kernels to boot with on this basis.
Multi staged booting for sure. When lilo is run it writes
a map file but that's where I have to get off before making
a complete idiot of myself.
HTH
Counterspam:
independently reverse characters on both sides of @
ognid2@ac.nortoediv
wb wrote:
>
> Hi,
>
> I'm new to Linux ( < 1 year ) .. But I'm am experienced SVR4 and AIX
> UNIX developer.
>
> There are certain areas of Linux build / boot sequence that I'm not quite
> sure
> I understand and it is vaguely docuemented for a Intel boot sequence.
>
> I'm curious to what these files are after a Linux build
> found at /usr/src/linux are used for by lilo :
>
> arch/i386/boot/bzImage
> vmlinux
> System.map
>
> There is also another strange step in making a "ramdisk" using
>
> mkinitrd -v -f /boot/initrd.<myver> 2.4.7-10custom.<myver>;
>
> I think that whatever lilo boots is a combined file of Linux (vmlinux? )
> and a ramdisk ( initrd) that eventually starts Linux from the harddisk.
>
> Bascially,
>
> I'm trying to add a new boot driver to the startup ramdisk and I can't
> get it included. Nor is it built included in the kernel when built.
>
> Can anyone reference a detailed writeup on the Intel boot sequence ?
> I poked around RedHat and Sourecforce, but haven't found anything
> but general descriptions.
Report this post to a moderator
|
|
06-28-02 03:25 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 OFF. |
|
ExamNotes forum archive
|