LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What are these files (/boot) for? (https://www.linuxquestions.org/questions/linux-newbie-8/what-are-these-files-boot-for-191293/)

plan9 06-08-2004 06:58 PM

What are these files (/boot) for?
 
Hey all,

I'm on Slack-current, and I have a quick question about the files in /boot (listed below):

bash-2.05b# ls /boot
System.map System.map-2.6.6 boot_message.txt map vmlinuz-2.4.26
System.map-2.4.26 boot.0302 config-ide-2.4.26 vmlinuz vmlinuz-2.6.6
bash-2.05b#

What are the following files for: boot.0302, config-ide-2.4.26, and map? Thanks, if it turns out that they are not needed, i'd like rm them to keep it clean.

Thanks,

plan9

pepsi 06-08-2004 07:41 PM

google it, but it's in your /boot so it probably part of the os

jailbait 06-08-2004 07:54 PM

"What are the following files for: boot.0302, config-ide-2.4.26, and map? Thanks, if it turns out that they are not needed, i'd like rm them to keep it clean."

config-ide-2.4.26 is the configuration file used for compiling your kernel. You need this only if you plan on compiling a kernel from source.

boot.0302 is a backup copy of the MBR before lilo was installed. You could conceivably use dd to copy boot.0302 to the MBR and restore the MBR to its pre-lilo condition.

System.map-2.4.26 is a map of the kernel that you can use to help you debug a kernel core file. If you are not planning on debugging the kernel you can live without this file.

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites


All times are GMT -5. The time now is 12:01 PM.