I'm a rusty gentoo user who's trying Kubuntu out on my new laptop. Don't have the time to mess around w/ the computer the way I used to when I started using Linux. Reason I mention is, my HD is configured for a gentoo-style installation. I have a small /boot partition (~64 MB's). The reason for my post is, I'm having some weird errors updating and using apt-get, and it keeps telling me it can't write /boot/initrd.bzimage....
A quick check told me that /boot is indeed 98% full, and there's a whole bunch of stuff I don't recognize on the partition:
I'm using the 10.something kubuntu builds, but was thinking it's safe to clear out all the previous versions to make some space, right? Why are there so many kernel images (generic, preempt, server, etc.).
FWIW, I'm on a Toshiba Satellite (so really want a power-conscious laptop config, which I haven't had success getting working exactly yet).
So can I safely delete the older-versioned files on me /boot partition to make room, or should I just drop-back and punt now (reformat the drive, make it all one big flat HD)?
Thanks.
- Mac
A quick check told me that /boot is indeed 98% full, and there's a whole bunch of stuff I don't recognize on the partition:
Code:
mac@lappy:/boot$ ls -Fla total 58312 drwxr-xr-x 4 root root 2048 2010-04-12 17:24 ./ drwxr-xr-x 26 root root 4096 2010-04-06 20:07 ../ -rw-r--r-- 1 root root 634369 2010-03-09 14:55 abi-2.6.32-16-generic -rw-r--r-- 1 root root 634728 2010-03-26 20:37 abi-2.6.32-18-generic -rw-r--r-- 1 root root 634728 2010-04-01 10:03 abi-2.6.32-19-generic -rw-r--r-- 1 root root 635226 2010-04-01 11:06 abi-2.6.32-19-preempt -rw-r--r-- 1 root root 634801 2010-04-01 10:34 abi-2.6.32-19-server -rw-r--r-- 1 root root 110238 2010-03-09 14:55 config-2.6.32-16-generic -rw-r--r-- 1 root root 110248 2010-03-26 20:37 config-2.6.32-18-generic -rw-r--r-- 1 root root 110365 2010-04-01 10:03 config-2.6.32-19-generic -rw-r--r-- 1 root root 110424 2010-04-01 11:06 config-2.6.32-19-preempt -rw-r--r-- 1 root root 110473 2010-04-01 10:34 config-2.6.32-19-server drwxr-xr-x 3 root root 4096 2010-04-06 20:07 grub/ -rw-r--r-- 1 root root 7956601 2010-03-27 13:47 initrd.img-2.6.32-16-generic -rw-r--r-- 1 root root 8188413 2010-04-02 17:16 initrd.img-2.6.32-18-generic -rw-r--r-- 1 root root 8188517 2010-04-06 20:08 initrd.img-2.6.32-19-generic drwxr-xr-x 2 root root 12288 2010-03-27 10:02 lost+found/ -rw-r--r-- 1 root root 160280 2010-03-23 05:40 memtest86+.bin -rw-r--r-- 1 root root 2183444 2010-03-09 14:55 System.map-2.6.32-16-generic -rw-r--r-- 1 root root 2151452 2010-03-26 20:37 System.map-2.6.32-18-generic -rw-r--r-- 1 root root 2151452 2010-04-01 10:03 System.map-2.6.32-19-generic -rw-r--r-- 1 root root 2166835 2010-04-01 11:06 System.map-2.6.32-19-preempt -rw-r--r-- 1 root root 2172533 2010-04-01 10:34 System.map-2.6.32-19-server -rw-r--r-- 1 root root 1336 2010-03-09 14:58 vmcoreinfo-2.6.32-16-generic -rw-r--r-- 1 root root 1336 2010-03-26 20:40 vmcoreinfo-2.6.32-18-generic -rw-r--r-- 1 root root 1336 2010-04-01 10:06 vmcoreinfo-2.6.32-19-generic -rw-r--r-- 1 root root 1336 2010-04-01 11:10 vmcoreinfo-2.6.32-19-preempt -rw-r--r-- 1 root root 1335 2010-04-01 10:37 vmcoreinfo-2.6.32-19-server -rw-r--r-- 1 root root 4098720 2010-03-09 14:55 vmlinuz-2.6.32-16-generic -rw-r--r-- 1 root root 4037344 2010-03-26 20:37 vmlinuz-2.6.32-18-generic -rw-r--r-- 1 root root 4036768 2010-04-01 10:03 vmlinuz-2.6.32-19-generic -rw-r--r-- 1 root root 4092832 2010-04-01 11:06 vmlinuz-2.6.32-19-preempt -rw-r--r-- 1 root root 4091904 2010-04-01 10:34 vmlinuz-2.6.32-19-server
FWIW, I'm on a Toshiba Satellite (so really want a power-conscious laptop config, which I haven't had success getting working exactly yet).
So can I safely delete the older-versioned files on me /boot partition to make room, or should I just drop-back and punt now (reformat the drive, make it all one big flat HD)?
Thanks.
- Mac
Comment