Difference between revisions of "Translations:Install/Bootloader/236/ru"

From Funtoo
Jump to navigation Jump to search
(Created page with "==== UEFI. Решение проблем после перезагрузки ==== В случае, если UEFI NVRAM загрузочная запись отсутствуе...")
(No difference)

Revision as of 17:36, February 21, 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Install/Bootloader)
==== Post reboot UEFI troubleshooting ====
In case UEFI NVRAM boot entry is missing in BIOS and grub does not start you can try moving an already installed GRUB EFI executable to the [https://wiki.archlinux.org/index.php/GRUB#Default/fallback_boot_path default/fallback path]
{{console|body=
%chroot% ##i##mv -v '/boot/EFI/Funtoo Linux [GRUB]' /boot/EFI/BOOT
%chroot% ##i##mv -v /boot/EFI/BOOT/grubx64.efi /boot/EFI/BOOT/BOOTX64.EFI
}}

UEFI. Решение проблем после перезагрузки

В случае, если UEFI NVRAM загрузочная запись отсутствует в BIOS и GRUB не стартует, попробуйте переместить уже установленный GRUB EFI исполняемый файд в default/fallback path

chroot # mv -v '/boot/EFI/Funtoo Linux [GRUB]' /boot/EFI/BOOT
chroot # mv -v /boot/EFI/BOOT/grubx64.efi /boot/EFI/BOOT/BOOTX64.EFI