Manjaro Translations:UEFI - Install Guide/86/ru

Translations:UEFI - Install Guide/86/ru

From Manjaro
Revision as of 07:05, 16 January 2023 by Krotesk (talk | contribs) (Created page with "Запись может быть добавлена в {{File|file=/etc/grub.d/40_custom| content= <pre> menuentry 'Windows8 (UEFI)' { insmod ntfs set root=(hd0,gpt4) chainloa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Запись может быть добавлена в

/etc/grub.d/40_custom
menuentry 'Windows8 (UEFI)' {
insmod ntfs
set root=(hd0,gpt4)
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
boot
}

В данном случае (hd0,4) или /dev/sda4 - это системный раздел EFI, в котором находится загрузчик Windows.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.