Steam installieren
Anmelden
|
Sprache
简体中文 (Vereinfachtes Chinesisch)
繁體中文 (Traditionelles Chinesisch)
日本語 (Japanisch)
한국어 (Koreanisch)
ไทย (Thai)
Български (Bulgarisch)
Čeština (Tschechisch)
Dansk (Dänisch)
English (Englisch)
Español – España (Spanisch – Spanien)
Español – Latinoamérica (Lateinamerikanisches Spanisch)
Ελληνικά (Griechisch)
Français (Französisch)
Italiano (Italienisch)
Bahasa Indonesia (Indonesisch)
Magyar (Ungarisch)
Nederlands (Niederländisch)
Norsk (Norwegisch)
Polski (Polnisch)
Português – Portugal (Portugiesisch – Portugal)
Português – Brasil (Portugiesisch – Brasilien)
Română (Rumänisch)
Русский (Russisch)
Suomi (Finnisch)
Svenska (Schwedisch)
Türkçe (Türkisch)
Tiếng Việt (Vietnamesisch)
Українська (Ukrainisch)
Ein Übersetzungsproblem melden
That is a good tip. I did something similar.
For me it was
diskpart
select disk 2
list part
select partition 1
del par override
exit
Very important: you need to identify the one you are using, and the one you are not using - and then select to delete the one you are not using. BE VERY CAREFUL ABOUT THAT!!!
First in cmd as admin
diskpart
there you see the partitions
then check which is okay and which not. You can alternatively right click on Windows icon in taskbar and select disk management to find it.
Update: nvm, it fail to fix
It seems that none of my drive is labeled as EFI
https://uploadimage.io/image/1000051344.MW2Am
Unfortunately I cannot read that. If I have to guess disk 5 might be an issue, but it is worth to check with Windows disk management
and normally the commands above:
bootrec /FixMbr
bootrec /FixBoot
bootrec /ScanOs
bootrec /RebuildBcd
are supposed to fix it - while in repair mode, were you able to try them out again?
I think the Disk 0 part 1 and Disk 1 part 2 is used for EFI
What should I do next?
Edit: I am now working with Grok step by step and it definec Disk 0 Vol 1 is the part we want. After assigned it as V:, I can find it in the File Explorer. When I click on it, access denied again. I will keep going with Grok now
From my point of view it is disk 1-1 , 1-2, 1-5 which are causing the troubles and should be removed (all on D: according to the image).
So if that is correct it should be in terminal in safe mode
diskpart
select disk 1
list part
select partition 1
del par override
select partition 2
del par override
select partition 6
del par override
exit
Please check if it is shown correctly using the diskpart tool
What do you think about that?
You can use the disk management tool for formatting it completely - that is definitely easier. Just right click on the parts, and delete volume - one by one, until it changes from a drive with many partitions just to one single drive. So it looks like this when you are done
https://i.ibb.co/7tQ2T8XF/screenshot-1742232852.png
Afterwards, it might be necessary to reinstall the efi, if you formatted 0-1
so it is correctly only on C: and not on D:
On the other hand, should I turn back on the UEFI mode and Secure Boot?
Edit: I have run the command line as well and all here is the disk list:
https://uploadimage.io/image/image.MWiir
Yeah. Seems the command line approach is safer with safe mode.
And when you are done, yes, turn back on UEFI mode and secure boot after everything is good. That way you will be protected from actual boot malware
You too. Happy Hunting!
search the error code on google for solution.
also probably wise to do an in-place window upgrade:
https://answers.microsoft.com/en-us/windows/forum/all/how-to-run-in-place-upgrade-in-windows-11/4d469147-2747-4dcb-88a4-aae9273a4500