F5F Stay Refreshed Hardware Desktop PC fails to start unless CSM is activated?

PC fails to start unless CSM is activated?

PC fails to start unless CSM is activated?

F
Furiousflame11
Junior Member
29
02-20-2019, 10:40 PM
#1
I'm trying to disable CSM, boot using UEFI, and enable TPM to allow playing Valorant. The game requires these settings to prevent cheating. I checked forums like this one, but the suggested solution didn't work for me. My motherboard is from ASRock and I have a Ryzen 5 3600. Please help.
F
Furiousflame11
02-20-2019, 10:40 PM #1

I'm trying to disable CSM, boot using UEFI, and enable TPM to allow playing Valorant. The game requires these settings to prevent cheating. I checked forums like this one, but the suggested solution didn't work for me. My motherboard is from ASRock and I have a Ryzen 5 3600. Please help.

D
Destroyer2412
Member
57
02-27-2019, 10:25 PM
#2
Turn off the CSM in the BIOS, boot from the Windows installation media, but instead of installing, select repair and follow the command line options. Enter
mbr2gpt once, then after rebooting it should start in UEFI mode properly. However, it might not work if your boot files aren't on the system drive.
D
Destroyer2412
02-27-2019, 10:25 PM #2

Turn off the CSM in the BIOS, boot from the Windows installation media, but instead of installing, select repair and follow the command line options. Enter
mbr2gpt once, then after rebooting it should start in UEFI mode properly. However, it might not work if your boot files aren't on the system drive.

J
Jyok
Member
144
03-04-2019, 05:25 PM
#3
Sure, I can help you understand it better. Let me walk you through it step by step.
J
Jyok
03-04-2019, 05:25 PM #3

Sure, I can help you understand it better. Let me walk you through it step by step.

R
62
03-05-2019, 01:11 AM
#4
command based on your disk management image would be:
mbr2gpt /convert /disk:0
as mbr2gpt can only function on the system drive, but since your setup uses multiple drives, the conversion won't occur. You should disconnect your 250GB drive before proceeding.
R
Rainbow_Spikes
03-05-2019, 01:11 AM #4

command based on your disk management image would be:
mbr2gpt /convert /disk:0
as mbr2gpt can only function on the system drive, but since your setup uses multiple drives, the conversion won't occur. You should disconnect your 250GB drive before proceeding.

B
bruinsmap
Junior Member
30
03-05-2019, 01:47 PM
#5
It is more complex than it seems.
You need to set up a bootloader partition on the OS drive first.
Without this step, the mbr2gpt command won’t function.
Run from an elevated command prompt.
If you encounter any issues, stop right away and capture a screenshot of the output.
Use diskpart to list disks, select the 1TB drive, create a primary partition of 500MB, format it as NTFS with quick format, assign it to letter H.
Execute bcdboot to boot from C:\windows /s H:
Boot files created successfully
Reboot into BIOS.
Make the 1TB drive the first in your boot order.
Switch to Windows and continue.
At this stage, you can proceed with converting the OS drive from MBR to GPT using mbr2gpt.
Run from an elevated command prompt, validate first, then convert.
mbr2gpt /validate /disk:1
mbr2gpt /convert /disk:1
Reboot into BIOS again.
Set Windows Boot Manager as the first option in the boot sequence.
You may also disable CSM.
Boot into Windows.
B
bruinsmap
03-05-2019, 01:47 PM #5

It is more complex than it seems.
You need to set up a bootloader partition on the OS drive first.
Without this step, the mbr2gpt command won’t function.
Run from an elevated command prompt.
If you encounter any issues, stop right away and capture a screenshot of the output.
Use diskpart to list disks, select the 1TB drive, create a primary partition of 500MB, format it as NTFS with quick format, assign it to letter H.
Execute bcdboot to boot from C:\windows /s H:
Boot files created successfully
Reboot into BIOS.
Make the 1TB drive the first in your boot order.
Switch to Windows and continue.
At this stage, you can proceed with converting the OS drive from MBR to GPT using mbr2gpt.
Run from an elevated command prompt, validate first, then convert.
mbr2gpt /validate /disk:1
mbr2gpt /convert /disk:1
Reboot into BIOS again.
Set Windows Boot Manager as the first option in the boot sequence.
You may also disable CSM.
Boot into Windows.

J
JR_GAMER07
Posting Freak
915
03-05-2019, 06:16 PM
#6
he likely won't require it; disk 1 includes windows and bootable files, while disk0's reserved space might stem from his efforts to achieve UEFI compatibility. It's preferable to simply disconnect it, as mbr2gpt should function independently.
J
JR_GAMER07
03-05-2019, 06:16 PM #6

he likely won't require it; disk 1 includes windows and bootable files, while disk0's reserved space might stem from his efforts to achieve UEFI compatibility. It's preferable to simply disconnect it, as mbr2gpt should function independently.

P
Pyro_Yop
Junior Member
32
03-06-2019, 08:00 PM
#7
Disk 1 lacks a bootloader. Having a bootloader on the os drive is necessary for mbr2gpt.
P
Pyro_Yop
03-06-2019, 08:00 PM #7

Disk 1 lacks a bootloader. Having a bootloader on the os drive is necessary for mbr2gpt.

T
Thekuhz
Junior Member
42
03-06-2019, 08:48 PM
#8
The image indicates that the boot process starts immediately
Link: https://imgur.com/ywwAFJ4
T
Thekuhz
03-06-2019, 08:48 PM #8

The image indicates that the boot process starts immediately
Link: https://imgur.com/ywwAFJ4

T
Tintin2555
Junior Member
34
03-07-2019, 04:44 PM
#9
These terms seem unusual.
"Boot" refers to the operating system partition.
"System" denotes the bootloader partition.
T
Tintin2555
03-07-2019, 04:44 PM #9

These terms seem unusual.
"Boot" refers to the operating system partition.
"System" denotes the bootloader partition.