1

Я следовал этим инструкциям, чтобы очистить меню загрузки системы Ubuntu 10.04. Но почему-то я не просто удалил старые версии, я также удалил последнюю (не смейтесь, пожалуйста). Я использую только Synaptic для их удаления, я не редактировал /etc/grub.d

Теперь, когда я загружаю систему, нет доступной версии Linux, только memtest. Я могу загрузиться с помощью Ubuntu CD, и я вижу, что раздел все еще там со всеми данными.

Как я могу переустановить последнее ядро Linux и сделать его доступным в моем меню grub?

ОБНОВИТЬ

Я следовал инструкциям JRT, но получил ошибки разрешения при запуске apt-get. Запуск его во второй раз возвращает этот вывод:

root@ubuntu:~# apt-get install linux-generic
Reading package lists... Done
Building dependency tree       
Reading state information... Done
linux-generic is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up linux-image-2.6.32-25-generic (2.6.32-25.45) ...
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.32-25-generic
grep: /proc/modules: No such file or directory
grep: /proc/modules: No such file or directory
grep: /proc/modules: No such file or directory
Running postinst hook script /usr/sbin/update-grub.
/usr/sbin/grub-probe: error: cannot find a device for / (is /dev mounted?).
User postinst hook script [/usr/sbin/update-grub] exited with value 1
dpkg: error processing linux-image-2.6.32-25-generic (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of linux-image-generic:
 linux-image-generic depends on linux-image-2.6.32-25-generic; however:
  Package linux-image-2.6.32-25-generic is not configured yet.
dpkg: error processing linux-image-generic (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-generic:
 linux-generic depends on linux-image-generic (= 2.6.32.25.27); however:
  Package linux-image-generic is not configured yet.
dpkg: error processing linux-generic (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
 linux-image-2.6.32-25-generic
 linux-image-generic
 linux-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)

ОБНОВЛЕНИЕ 2

Мне удалось исправить ошибку, подключив узлы устройства хост-системы к среде chroot. В другом терминале я набрал эту команду:

mount --bind /dev /mnt/temp/dev

Затем я смог запустить apt-get и переустановить ядро. Теперь я могу загрузить его, и все работает.

Мой уик-энд в безопасности!

1 ответ1

2

Загрузиться с компакт-диска

BACKUP ALL PERSONAL DATA

Запустите терминал и перейдите к пользователю root.

sudo su <enter>

Смонтируем корневой раздел,

mkdir /mnt /temp <enter>

mount /dev /<корневой раздел> /mnt /temp <enter>

chroot /mnt /temp <enter>

Теперь переустановите ядро:

apt-get установить linux-generic <enter>

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .