<br><br>On 6/29/06, Mikkel L. Ellertson <<a href="mailto:mikkel@infinity-ltd.com">mikkel@infinity-ltd.com</a>> wrote:<br>> Heikki Pesonen wrote:<br>> > After trying other distros I recently installed Fedora Core 5 which I
<br>> > like very much. <br>> > But every time I start Fedora a message appears: "100% disk space on<br>> > boot is in use". Does that be a problem in the future?<br><br>> What it is telling you is that the /boot partition is full. This may
<br>> be a problem when you go to install a new kernel. You can find out<br>> where your /boot partition is by running "mount | grep boot". <br><br>[fossiili@localhost ~]$ mount | grep /boot<br>/dev/hdb1 on /boot type ext3 (rw)
<br><br>> take a look at the /boot directory on your system<br>> to see what is all in there.<br><br> If you post the output of "ls /boot"<br>[root@localhost fossiili]# ls /boot<br>config-2.6.15-1.2054_FC5
      pup001<br>config-2.6.17-1.2139_FC5      pup_save.3fs<br>dev_save                      System.map-2.6.15-1.2054_FC5<br>grub                          System.map-2.6.17-1.2139_FC5<br>initrd-2.6.15-1.2054_FC5.img  vmlinuz-2.6.15-1.2054_FC5
<br>initrd-2.6.17-1.2139_FC5.img  vmlinuz-2.6.17-1.2139_FC5<br>lost+found<br>[root@localhost fossiili]#<br><br>> and "cat /boot/grub/grub.conf" and we can poit out files you may<br>> safely delete.<br>[root@localhost
 grub]# cat grub.conf<br># grub.conf generated by anaconda<br>#<br># Note that you do not have to rerun grub after making changes to this file<br># NOTICE:  You have a /boot partition.  This means that<br>#          all kernel and initrd paths are relative to /boot/, eg.
<br>#          root (hd1,0)<br>#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00<br>#          initrd /initrd-version.img<br>#boot=/dev/hda<br>default=0<br>timeout=5<br>splashimage=(hd1,0)/grub/splash.xpm.gz
<br>hiddenmenu<br>title Fedora Core (2.6.17-1.2139_FC5)<br>        root (hd1,0)<br>        kernel /vmlinuz-2.6.17-1.2139_FC5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet<br>        initrd /initrd-2.6.17-1.2139_FC5.img<br>title Fedora Core (
2.6.15-1.2054_FC5)<br>        root (hd1,0)<br>        kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet<br>        initrd /initrd-2.6.15-1.2054_FC5.img<br>title WinXP<br>        rootnoverify (hd0,2)
<br>        chainloader +1<br>[root@localhost grub]#<br><br>THANK YOU for your clear and simple advice! The problem is related with the nice and reliable Puppy Linux liveCD.  "pup001" is it's previous versions save file of the size 
<span style="font-weight: bold;">75.9 MB </span>safely remowe.<br><br>