
Ich hatte Windows 10 und ElementaryOS Freya (Ubuntu 14.04) installiert und beide booteten problemlos über GRUB.
So waren meine Festplatten eingerichtet:
/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
Ich wollte Freya entfernen und auf Loki (Ubuntu 16.04) aktualisieren, also habe ich die Loki Live-Festplatte gebootet und GParted verwendet, um meine Freya-Partition auf zu löschen sda5
. Dann habe ich das Loki-Installationsprogramm sda5
als Installationsort verwenden lassen, aber am Ende der Installation hieß es:
Executing 'grub-install /dev/sda' failed.
This is a fatal error.
Beim Versuch, den Computer zu booten, wird mir jetzt das file '/boot/grub/i386-pc/normal.mod' not found.
Problem gemeldet.
Also grub rescue
versuche ich:
set root=(hd0,msdos5)
set prefix=(hd0,msdos5)/boot/grub
insmod normal
error: file '/boot/grub/i386-pc/normal.mod' not found.
Dies funktioniert nicht, da msdos5
es formatiert war.
Also erstelle ich eine Windows 10-Wiederherstellungsdiskette und boote davon.
Ich verwende die Starthilfe, aber das schlägt fehl -Startup Repair couldn't repair your PC.
Ich verwende dann die Eingabeaufforderung (beachten Sie, was oben zum Thema „Wenig Arbeitsspeicher“ steht):
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.
Irgendetwas anderes?
Puh, ich bin jetzt schon seit Stunden dabei. Soll ich tun, was der Benutzer BillyBigun hier sagt?https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/windows-10-bootrec-fixboot-access-is-denied/747c4180-7ff3-4bc2-b6cc-81e572d546df
Seine Anweisungen bestehen im Wesentlichen darin, die EFI-Partition zu formatieren … also im Wesentlichen sda1 (420 MB) zu formatieren, richtig?
Was kann ich sonst noch tun?