F5F Stay Refreshed Hardware Desktop Unable to select the boot priority sequence in the ASUS TUF Gaming B550M-E WIFI BIOS

Unable to select the boot priority sequence in the ASUS TUF Gaming B550M-E WIFI BIOS

Unable to select the boot priority sequence in the ASUS TUF Gaming B550M-E WIFI BIOS

Pages (3): 1 2 3 Next
S
Stacka618
Junior Member
23
05-18-2020, 05:10 AM
#1
At the bios I cannot set the boot priority order. Even when I turn on CSM and choose my main drive as first boot, it still starts from the old backup drive that was used before. It always shows the previous PC drive as the Windows installer manager. I cannot adjust this setting.

I need to turn off CSM so the system boots automatically into my main drive. After enabling CSM and switching to view legacy and UEFI drives, only two drives appear in the boot priority list even though all four are detected by the bios. I’m unsure if there’s a solution to fix this. I want to set the boot priority as it happens, because my motherboard sometimes boots into a faulty second drive without a post.
S
Stacka618
05-18-2020, 05:10 AM #1

At the bios I cannot set the boot priority order. Even when I turn on CSM and choose my main drive as first boot, it still starts from the old backup drive that was used before. It always shows the previous PC drive as the Windows installer manager. I cannot adjust this setting.

I need to turn off CSM so the system boots automatically into my main drive. After enabling CSM and switching to view legacy and UEFI drives, only two drives appear in the boot priority list even though all four are detected by the bios. I’m unsure if there’s a solution to fix this. I want to set the boot priority as it happens, because my motherboard sometimes boots into a faulty second drive without a post.

6
64creepers
Member
59
05-18-2020, 06:06 AM
#2
What BIOS version are you currently on for your motherboard? Processor paired with the motherboard? Make and model of your storage drives?
6
64creepers
05-18-2020, 06:06 AM #2

What BIOS version are you currently on for your motherboard? Processor paired with the motherboard? Make and model of your storage drives?

S
SaySaeqo
Member
139
06-03-2020, 11:20 PM
#3
Please ensure the screenshot is uploaded to imgur.com for sharing.
S
SaySaeqo
06-03-2020, 11:20 PM #3

Please ensure the screenshot is uploaded to imgur.com for sharing.

J
JorgeJung16
Junior Member
13
06-08-2020, 01:05 AM
#4
CPU model is Ryzen 7 5700X with Alseye M-M120D cooler.
Motherboard is ASUS TUF Gaming B550M-E WIFI.
Memory includes 4 x 8 GB Corsair Dominator DDR4 at 3200mhz.
Storage options are SK Hynix P41 Platinum 2 TB and Gigabyte Aorus Gen4 7000s 1 TB.
Graphics card is Gigabyte AERO RTX 4060 OC with 8GB RAM.
Power supply unit is Seasonic Focus GX-750W (2 years).
Chassis used is Coolermaster TD300 Mesh.
Operating system is Windows 11 Pro.
Display is MSI G2412 monitor.
BIOS version installed is 3402.
J
JorgeJung16
06-08-2020, 01:05 AM #4

CPU model is Ryzen 7 5700X with Alseye M-M120D cooler.
Motherboard is ASUS TUF Gaming B550M-E WIFI.
Memory includes 4 x 8 GB Corsair Dominator DDR4 at 3200mhz.
Storage options are SK Hynix P41 Platinum 2 TB and Gigabyte Aorus Gen4 7000s 1 TB.
Graphics card is Gigabyte AERO RTX 4060 OC with 8GB RAM.
Power supply unit is Seasonic Focus GX-750W (2 years).
Chassis used is Coolermaster TD300 Mesh.
Operating system is Windows 11 Pro.
Display is MSI G2412 monitor.
BIOS version installed is 3402.

P
pestvogel
Member
231
06-11-2020, 05:14 AM
#5
See the image here. The link provided leads to the same visual content.
P
pestvogel
06-11-2020, 05:14 AM #5

See the image here. The link provided leads to the same visual content.

T
TheFrenchKiwi
Junior Member
12
06-11-2020, 07:47 AM
#6
The UEFI bootloader is installed on Disk 0, while the legacy bootloader might be present on Disk 1 but could be non-functional. Drives up to 2TB and 1TB are not bootable. What is your goal? Create a bootable drive of 2TB?
T
TheFrenchKiwi
06-11-2020, 07:47 AM #6

The UEFI bootloader is installed on Disk 0, while the legacy bootloader might be present on Disk 1 but could be non-functional. Drives up to 2TB and 1TB are not bootable. What is your goal? Create a bootable drive of 2TB?

D
DiabloMe
Junior Member
3
06-16-2020, 03:56 AM
#7
Set the 2TB drive as your top priority for the first boot.
D
DiabloMe
06-16-2020, 03:56 AM #7

Set the 2TB drive as your top priority for the first boot.

A
AYUtheEpic
Junior Member
3
06-16-2020, 05:08 AM
#8
Run the following commands from an elevated command prompt.
Standard prompt will trigger an error on the final step.
If issues arise, halt immediately and display the screen with the output.
diskpart
list disk
select disk 2
(select 2TB disk)
list partition
select partition x
(select 1863GB partition, x=1 or x=2, replace x with the correct value)
shrink desired=500
create partition efi size=500
format fs=fat32 quick
assign letter=H
exit
bcdboot C:\windows /s H: /f UEFI
Reboot and adjust boot priority.
Enable Windows Boot Manager on the 2TB drive as the top priority in boot order.
https://www.computerhope.com/jargon/e/elevated.htm
A
AYUtheEpic
06-16-2020, 05:08 AM #8

Run the following commands from an elevated command prompt.
Standard prompt will trigger an error on the final step.
If issues arise, halt immediately and display the screen with the output.
diskpart
list disk
select disk 2
(select 2TB disk)
list partition
select partition x
(select 1863GB partition, x=1 or x=2, replace x with the correct value)
shrink desired=500
create partition efi size=500
format fs=fat32 quick
assign letter=H
exit
bcdboot C:\windows /s H: /f UEFI
Reboot and adjust boot priority.
Enable Windows Boot Manager on the 2TB drive as the top priority in boot order.
https://www.computerhope.com/jargon/e/elevated.htm

K
ktown_carcar
Member
84
06-22-2020, 02:53 PM
#9
Oh dear, I need to change the format of the entire disk? I've already looked into it. It's a GPT partition. UEFI only works with GPT. That drive is already set to UEFI mode.
K
ktown_carcar
06-22-2020, 02:53 PM #9

Oh dear, I need to change the format of the entire disk? I've already looked into it. It's a GPT partition. UEFI only works with GPT. That drive is already set to UEFI mode.

C
carlix
Member
86
06-22-2020, 04:41 PM
#10
Create a fresh bootloader partition and then format it.
C
carlix
06-22-2020, 04:41 PM #10

Create a fresh bootloader partition and then format it.

Pages (3): 1 2 3 Next