R
R
ruslanpunin2017-08-22 13:25:54
linux
ruslanpunin, 2017-08-22 13:25:54

Booting Windows from Linux Fedora 26. Provided that Linux was installed on a separate disk partition, on top of Windows?

I installed linux fedora 26 on the machine, and allocated a partition for it on the disk.
The download is linux, it is necessary to download windows from time to time.
There is a windows bootloader, i.e. in fact, you need to move the bootloader from one place to another, konketno

/usr/lib/systemd/boot/efi/systemd-bootx64.efi, rename it to bootx64.efi and copy it to /EFI/Boot/ on the EFI partition
description of the method on Habré
The problem is that I am in the terminal with root rights, but it writes to me
cannot create directory 'efi-2': Read-only file system.

i.e. you need to set the rights not only to read, but also to write permission changes chmod 777 /here_directory
who will help? give guidance) thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pfg21, 2017-08-22
@pfg21

remount the appropriate partition in RW
mount -o remount=rw /EFI ??

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question