ฉันพบข้อผิดพลาดในตัวอัปเดตซอฟต์แวร์เมื่อฉันลองและอัปเดตรายวันของฉัน มันบอกว่า:
The upgrade needs a total of 25.3 M free space on disk `/boot`.
Please free at least an additional 25.3 M of disk space on `/boot`.
Empty your trash and remove temporary packages of former installations
using `sudo apt-get clean`.
ฉันลองพิมพ์sudo apt-get clean
ลงใน Terminal แต่ยังได้รับข้อความ ทุกหน้าที่ฉันอ่านนั้นดูเหมือนว่าจะเป็น Ubuntu ที่มีประสบการณ์ ฉันใช้ Ubuntu 12.10 ฉันต้องการอัพเกรดเป็น 13.04 แต่เข้าใจว่าฉันต้องทำสิ่งเหล่านี้ให้เสร็จก่อน
นี่คือผลลัพธ์จากการพิมพ์cat /etc/fstab
ลงในเทอร์มินัล:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/ubuntu-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=fa55c082-112d-4b10-bcf3-e7ffec6cebbc /boot ext2 defaults 0 2
/dev/mapper/ubuntu-swap_1 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
matty@matty-G41M-ES2L:~$
ผลลัพธ์ของdf -h
:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/ubuntu-root 915G 27G 842G 4% /
udev 984M 4.0K 984M 1% /dev
tmpfs 397M 1.1M 396M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 992M 1.8M 990M 1% /run/shm
none 100M 52K 100M 1% /run/user
/dev/sda1 228M 222M 0 100% /boot
matty@matty-G41M-ES2L:~$
และdpkg -l | grep linux-image
ให้:
ii linux-image-3.5.0-17-generic 3.5.0-17.28 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-18-generic 3.5.0-18.29 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-19-generic 3.5.0-19.30 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-21-generic 3.5.0-21.32 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-22-generic 3.5.0-22.34 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-23-generic 3.5.0-23.35 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-24-generic 3.5.0-24.37 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-25-generic 3.5.0-25.39 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-26-generic 3.5.0-26.42 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
iF linux-image-3.5.0-28-generic 3.5.0-28.48 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
cat /etc/fstab
เทอร์มินัล คัดลอกผลลัพธ์และเพิ่มลงในคำถามของคุณ (คุณสามารถแก้ไขคำถามของคุณ) นอกจากนี้ยังคัดลอกการส่งออกของและdf -h
dpkg -l | grep linux-image
linux-image...
ไฟล์พิเศษทั้งหมดใน/boot
พาร์ติชันที่ใช้พื้นที่ว่าง - คุณมีพาร์ติชั่นฟรี 6MB เท่านั้น sudo dpkg -P purge 'older_linux_image_filename'
เพื่อลบทั้งหมดยกเว้นรุ่นล่าสุด = 3.5.0-28.48 และ 3.5.0-26.42 สิ่งนี้จะอนุญาตให้คุณอัปเดต / อัปเกรด
sudo apt-get autoremove
เพื่อแก้ไขปัญหานี้