1. ИСПРАВЛЯЕМ "ОБНАРУЖЕНА ОШИБКА В СИСТЕМНОЙ ПРОГРАММЕ UBUNTU"
(https://losst.ru/ispravlyaem-obnaruzhena-oshibka-v-sistemnoj-programme-ubuntu)
Отчеты о сбоях лучше удалить, так как со временем они будут накапливаться и занимать дисковое пространство. Для этого выполните команду:
$ sudo rm /var/crash/*
Отключение Apport в Ubuntu
$ gsettings set com.ubuntu.update-notifier show-apport-crashes false
Для полного отключения Apport откройте терминал и введите команду:
$ gksu gedit /etc/default/apport
2. Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)(https://askubuntu.com/questions/41930/kernel-panic-not-syncing-vfs-unable-to-mount-root-fs-on-unknown-block0-0)
3. How do I find the kernel version, Ubuntu release and disk partition information from the terminal?
(https://askubuntu.com/questions/183515/how-do-i-find-the-kernel-version-ubuntu-release-and-disk-partition-information)
4. На разделе "boot" осталось всего 0 байт свободного места
Для нетерпеливых, сразу лечение:
$ sudo apt-get autoremove
Отчеты о сбоях лучше удалить, так как со временем они будут накапливаться и занимать дисковое пространство. Для этого выполните команду:
$ sudo rm /var/crash/*
Отключение Apport в Ubuntu
$ gsettings set com.ubuntu.update-notifier show-apport-crashes false
Для полного отключения Apport откройте терминал и введите команду:
$ gksu gedit /etc/default/apport
2. Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)(https://askubuntu.com/questions/41930/kernel-panic-not-syncing-vfs-unable-to-mount-root-fs-on-unknown-block0-0)
In case this happened after an aborted kernel update (e.g. system crash while
aptitude safe-upgrade
),- boot with an older kernel and
- run
dpkg --configure -a
.
This will complete the upgrade, including configuring the boot settings as psusi explains.
3. How do I find the kernel version, Ubuntu release and disk partition information from the terminal?
(https://askubuntu.com/questions/183515/how-do-i-find-the-kernel-version-ubuntu-release-and-disk-partition-information)
- uname -a for all information regarding the kernel version,
- uname -r for the exact kernel version
- lsb_release -a for all information related to the Ubuntu version,
- lsb_release -r for the exact version
- sudo fdisk -l for partition information with all details.
4. На разделе "boot" осталось всего 0 байт свободного места
Для нетерпеливых, сразу лечение:
$ sudo apt-get autoremove