Difference between revisions of "Preserve Manjaro Bootloader/ru"

Created page with "Выполнение этой дополнительной команды там, где она не нужна, похоже, не вредит системе."
(Created page with "При установке новой ОС linux в программе установки всегда выбирайте "установка загрузчика в разде...")
(Created page with "Выполнение этой дополнительной команды там, где она не нужна, похоже, не вредит системе.")
Line 51: Line 51:
Copying /boot/efi/EFI/Manjaro/grubx64.efi instead of /boot/grub/x86_64-efi/core.efi can also accomplish the same thing because /boot/efi/EFI/Manjaro/grubx64.efi is itself a copy of /boot/grub/x86_64-efi/core.efi
Copying /boot/efi/EFI/Manjaro/grubx64.efi instead of /boot/grub/x86_64-efi/core.efi can also accomplish the same thing because /boot/efi/EFI/Manjaro/grubx64.efi is itself a copy of /boot/grub/x86_64-efi/core.efi


So doing this is also an alternative.
Так что это тоже альтернатива.


  sudo cp /boot/efi/EFI/Manjaro/grubx64.efi /boot/efi/EFI/boot/bootx64.efi
  sudo cp /boot/efi/EFI/Manjaro/grubx64.efi /boot/efi/EFI/boot/bootx64.efi


Doing this extra command where the extra command is not needed does not seem to harm the system.
Выполнение этой дополнительной команды там, где она не нужна, похоже, не вредит системе.


= A fallback alternative =
= A fallback alternative =
translator
10,713

edits