
저는 Windows 10과 ElementaryOS Freya(Ubuntu 14.04)를 설치했고 둘 다 GRUB를 통해 원활하게 부팅했습니다.
내 디스크가 설정된 방법은 다음과 같습니다.
/dev/sda
/dev/sda1 ntfs 420MB
/dev/sda2 ntfs 210GB - Windows 10 OS
/dev/sda3 ntfs 167GB - Windows 10 Storage
/dev/sda5 ext4 122GB - Freya
/dev/sdb - small little 24GB disk that my laptop uses normally for recovery, but I repurposed it for other uses
/dev/sdb1 swap 10GB
/dev/sdb2 ntfs 14GB
Freya를 제거하고 Loki(Ubuntu 16.04)로 업그레이드하고 싶었기 때문에 Loki Live 디스크로 부팅하고 GParted를 사용하여 sda5
. 그런 다음 Loki 설치 프로그램을 설치 위치로 사용했지만 sda5
설치가 끝나면 다음과 같이 말했습니다.
Executing 'grub-install /dev/sda' failed.
This is a fatal error.
이제 부팅을 시도하면 file '/boot/grub/i386-pc/normal.mod' not found.
부팅이 됩니다.
그래서 grub rescue
나는 다음을 시도합니다.
set root=(hd0,msdos5)
set prefix=(hd0,msdos5)/boot/grub
insmod normal
error: file '/boot/grub/i386-pc/normal.mod' not found.
msdos5
포맷되었기 때문에 작동하지 않습니다 .
그래서 Windows 10 복구 디스크를 만들어서 부팅합니다.
시동 복구를 사용했지만 실패했습니다. -Startup Repair couldn't repair your PC.
그런 다음 명령 프롬프트를 사용합니다(메모리 부족에 대한 내용을 참고하세요).
Microsoft Windows (Version 10.0.17134.1)
Not enough memory resources are available to process this command.
X:\windows\system32>BOOTREC /FIXMBR
The operation completed successfully.
X:\windows\system32>BOOTREC /REBUILDBCD
Scanning all disks...
Total identified Windows installations: 1
[1] D:\Windows
Add installation to boot list? Y
The requested system device cannot be found
X:\windows\system32>BOOTREC /FIXBOOT
Access is denied.
다른 건 없나요?
아, 나 지금 몇 시간 동안 이러고 있었어. 여기서 BillyBigun 사용자가 시키는 대로 해야 합니까?https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/windows-10-bootrec-fixboot-access-is-denied/747c4180-7ff3-4bc2-b6cc-81e572d546df
그의 지시는 기본적으로 EFI 파티션을 포맷하라는 것입니다. 그러니까 기본적으로 sda1(420MB)을 포맷하라는 거죠?
또 무엇을 할 수 있나요?