• Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

Prepping my PC for Windows 11 upgrade

Dreams65

Active Member
Mar 13, 2021
99
54
60
Hessen
✟39,315.00
Country
Germany
Faith
Christian
Marital Status
Married
The steps I had to take to prep my PC for a Windows 11 upgrade (not a clean install).

1. Check to see if hardware is Windows 11 compatible.
2. Check in System Information for the BIOS Mode. If it is Legacy, then it has to be changed to UEFI in BIOS. Can only be done if the boot sector in the partition is GPT (GUID partition table). Follow the procedure to convert the partition below. Using this method to convert from MBR to GPT will not format or harm your partition, but as always, you should backup your drive before attempting anything like this.
3. Check boot drive's partition for boot layout. Go to Device Manager > Disk Drives > right mouse click on drive and select Properties > click Volumes tab > click Populate. If the boot layout is MBR (master boot record), then the drive has to be converted tp GPT.
4. TPM (trusted platform module) activation in BIOS either per hardware or software emulation (for my board I enabled fTPM in BIOS).
5. Covert MBR to GPT using Windows mbr2gpt tool.

Before converting MBR to GPT:

Check the amount of partitions on the boot drive, cannot be more than 3. If there are more than three, then a partition has to be deleted before converting to GPT. If you need to delete a recovery partition, then follow the instructions below on How To Delete A Recovery Partition. Make sure that all data is backed up from the partition you are deleting.

BE VERY CAREFUL WHICH PARTITION YOU CHOOSE! DO NOT ATTEMPT TO DELETE THE PARTITION YOU ARE BOOTING FROM (where Windows is installed)!

How to delete a recovery partition:

• Open CMD with admin rights
• Type diskpart
• Type list disk
• Type select disk (and then the number of the disk)
• Type list partition
• Type select partition (and then the number of the partition)
• Type delete partition override

After deleting the partition(s): go to Disk Management, right click on the boot partition, click on Extend Volume, choose the Unallocated partition(s) to absorb.

Convert MBR to GPT:

• Open CMD with admin rights
• Type mbr2gpt.exe /convert
• If an error occurs that states "can only be used from the Windows preinstallation environment", then type mbr2gpt.exe /convert /allowfullos

6. Disable CSM in BIOS
7. Enable UEFI Only in BIOS
8. Reboot PC…after reboot, PC is ready to install Windows 11

This is various info I found on the net and used to prep my PC for Windows 11. Maybe this will help someone here having problems upgrading.
 
Last edited:
Reactions: RaymondG

mnorian

Oldbie--Eternal Optimist
In Memory Of
Mar 9, 2013
36,794
10,562
✟987,892.00
Gender
Male
Faith
Christian
Marital Status
Married

That sounds easy--not!
 
Upvote 0

Dreams65

Active Member
Mar 13, 2021
99
54
60
Hessen
✟39,315.00
Country
Germany
Faith
Christian
Marital Status
Married
That sounds easy--not!

It looks difficult, but it actually isn't that hard. Just make sure you choose the right partitions and back up the ones you are deleting. What a lot of users are going to encounter is their PCs booting into BIOS, instead of Windows, after they have enabled UEFI and disabled CSM. This is because the boot partition is still MBR formatted and needs to be converted to GPT.
 
Upvote 0

mnorian

Oldbie--Eternal Optimist
In Memory Of
Mar 9, 2013
36,794
10,562
✟987,892.00
Gender
Male
Faith
Christian
Marital Status
Married

I have Win 10 PC by Dell; and have been warned by tech guru's; that messing with the BIOS in a Win 10 machine can turn it into a brick.
 
Upvote 0

Dreams65

Active Member
Mar 13, 2021
99
54
60
Hessen
✟39,315.00
Country
Germany
Faith
Christian
Marital Status
Married
I have Win 10 PC by Dell; and have been warned by tech guru's; that messing with the BIOS in a Win 10 machine can turn it into a brick.

True...if you don't know what you are doing in BIOS, regardless of OS, you shouldn't mess with it. But, if you want to install Windows 11, there's a good chance you will have to configure BIOS yourself or have a tech do it for you.
 
Reactions: mnorian
Upvote 0