sadm.magnus.pp.ru Заметки крошки-админа

24 August 2017

grub2-install: warning: Couldn't find physical volume ‘(null)’. Some modules may be missing from core image..

Filed under: Компьютеры и интернет — Tags: , , — Magnus @ 15:02

После замены диска в MD Raid и синхронизации разделов нужно было установить на диск загрузчик grub2.
При выполнении получили предупреждение:

# grub2-install /dev/sda
Installing for i386-pc platform.
grub2-install: warning: Couldn't find physical volume ‘(null)’. Some modules may be missing from core image..
grub2-install: warning: Couldn't find physical volume ‘(null)’. Some modules may be missing from core image..
Installation finished. No error reported.

Выполняем команду blockdev, где /dev/sdXY - раздел /boot:

# blockdev --flushbufs /dev/sda1

Теперь установка проходит без ошибок:

# grub2-install /dev/sda
Installing for i386-pc platform.
Installation finished. No error reported.

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress