LINUX.ORG.RU

Проблема с установкой GRUB на Arch Linux

 ,


1

1

Привет. Устанавливаю Arch Linux на Virtual Box. При установке дошел до раздела установки grub. При выполнении команды grub-install /dev/sda выдает ошибку Installing for i386-pc platform. "grub-install: error: failed tor get cacanonical path of 'airootfs'

Далее погуглив нашел некоторые решения, которые должны были якобы помочь: Ввожу команду grub-install --target=i386-pc /dev/sda выводит ошибку - Installing for i386-pc platform.

"grub-install: error: failed tor get cacanonical path of 'airootfs'т.е. точно такую же, ничего не меняется.

Далее ввожу вот эту команду - grub-install --root-directory=/mnt /dev/sda выводит следующую кучу ошибок:

Installing for i386-pc platform

grub-install: warning: File system 'ext2' doesn't support embedding.

grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklist. However, blocklist are UNRELIABLE and their use is discouraded..

grub-install: error: will not proceed with blocklist



Последнее исправление: IPredator (всего исправлений: 1)

Ответ на: комментарий от NyXzOr

Сорян, только зарегистрировался здесь) По делу. Вывод

Disk /dev/sda: 14.36GiB, 15417253888 bytes, 30111824 sectors

Disk model: VBOX HARDDISK

Units: sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

IPredator
() автор топика
Ответ на: комментарий от IPredator

Тут похоже ошибка разметки.
Надо разметить не сам диск как ext4, а создать раздел и уже его сделать ext4.

И зачем так много mountpoints?

Должно выглядеть как-то так

sda                                                                           
└─sda1
     ext4   1.0         42f1667e-b213-41fc-9236-5b25819ab693     48,2G    85% /mnt
Flotsky ★★
()