Jump to content

Again the accursed Kernel configuration !!!!


fahd
 Share

Recommended Posts

Really is it needed to mkinitrd? I have reconfigured the already used kernel-2.4.21-0.13mdk. I just changed the proccesor type(P4). Then I gave the followings: make dep clean bzImage. After that : make modules modules_install. Igave these commands:

 

cp /usr/src/linux/../bzImage /boot/vmlinuz-new

cp /usr/src/linux/System.map /boot/System.map-new

rm /boot/vmlinuz #remove the soft link

rm /boot/System.map #remove the soft link

ln -s /boot/vmlinuz-new /boot/vmlinuz

ln -s /boot/System.map-new /boot/System.map

 

And made this in LILO, and run lilo -v . The system did not run. I think the initrd is the responsible. Please help me. Where Should I Have Given the command mkinitrd with the appropriate arguments. Thank You.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...