Convert drive from GPT to MBR without command prompt and/or losing data?

  • Thread starter Deleted User
  • Start date
  • Views 950
  • Replies 4
D

Deleted User

Guest
OP
Hello :) A friend of mine has windows 10 Pro installed on his machine and had the primary partition split so that he could install windows 7. When he told me about this, i immediately went to his house and lended him my windows 7 bootable usb. However, the pc refused to boot the usb in UEFI mode (even with the external boot enable and boot order changed), so we changed to the only other mode available (legacy boot mode) and the pc then booted from the pen drive. So we formatted the allocated space, but the installer said that we could not install windows 7 on it because the drive was gpt, and not mbr. So I searched how to change this, and I found that you can either use diskpart in command prompt (data loss) or the AOEMI/EaseUS tools for free (no data loss). These tool’s respective “demos” will refuse to change from gpt to mbr unless I buy the pro editions. Is there a freeware to do this actually for FREE? Or will he have his data lost? Thanks!
 

Joom

 ❤❤❤
Member
Joined
Jan 8, 2016
Messages
6,067
Trophies
1
Location
US
Website
mogbox.net
XP
6,077
Country
United States
I've never heard of changing the partition table scheme without losing data. You can do it easily and for free with the GParted live distribution, but it will wipe the entire drive.
 

tech3475

Well-Known Member
Member
Joined
Jun 12, 2009
Messages
3,831
Trophies
2
XP
6,380
Country
Windows 7 can support UEFI, you may need to create a UEFI compatible USB install.

Maybe try Rufus with the original ISO.
 

Originality

Chibi-neko
Member
Joined
Apr 21, 2008
Messages
5,716
Trophies
1
Age
35
Location
London, UK
Website
metalix.deviantart.com
XP
1,904
Country
It’s easy to convert MBR to GPT without data loss via command prompt, however the reverse requires cleaning the drive first.

The tools want you to pay because instead of a simple conversion, it’s doing a live translation which is more complicated. It’s better just to either install W7 on another drive, or backup to a second drive (internal or external) then wipe and format. That or get the customised version of W7 for GPT support.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    Amazon lowered food delivery to $5 now I have no reason to go outside
  • BigOnYa @ BigOnYa:
    Do you just have the Johns come to your house? No more standing on corners.
  • nitr8 @ nitr8:
    Damn, SDL2 for the Wii sucks more than SDL1.2
  • nitr8 @ nitr8:
    Porting the DOS classic BLOOD to the Wii using SDL2 is more horrible than the other way around
  • nitr8 @ nitr8:
    While it's possible to run the game in fullscreen mode on the Wii using SDL1.2, it doesn't work this way using SDL2. One would have to switch screen resolution 320x240 to 640x480 to make it look like fullscreen mode but then the game would run really slow...
  • SylverReZ @ SylverReZ:
    @nitr8, I've noticed how Blood only takes up a small portion of the screen due to how it fits in the intended screen resolution.
  • SylverReZ @ SylverReZ:
    One would have to make several changes to the code to ensure that it fills the entire screen.
  • nitr8 @ nitr8:
    I went back to the old port I had previously running as it's the only one which was up to complete with sound, music, controls etc.
  • SylverReZ @ SylverReZ:
    @nitr8, How long have you worked on this port, just this year?
  • nitr8 @ nitr8:
    ...and I'm currently playing it - no crash so far. If I could, I'd live-stream
  • SylverReZ @ SylverReZ:
    Or play through it until you encounter a bug or so.
  • SylverReZ @ SylverReZ:
    You should maybe hire beta/alpha testers to playtest your game while you continue to update the port, but that's up to you.
  • nitr8 @ nitr8:
    I have been working on BLOOD for the Wii for a few weeks but that was 2 years ago until I noticed that it would randomly crash out of a sudden at some point and I never managed to find the origin of the bug.
    +1
  • SylverReZ @ SylverReZ:
    @nitr8, Something like an USB Gecko would be extremely helpful for debugging. Not sure if there might be an IDA plugin which can do this wirelessly.
  • nitr8 @ nitr8:
    That also was the reason why I never released it to the public. Which btw. is a shame because the game is basically "complete" and ready for release
  • SylverReZ @ SylverReZ:
    @nitr8, If you consider open-sourcing this, then I'm sure somebody could point out the bugs for you in the repository, such as walking through step-by-step on what it's doing.
  • nitr8 @ nitr8:
    I have 2 USB Gecko's. I'm using one for debug printout messages while I use the second one for realtime debugging within Eclipse where I make changes to the code
    +1
  • SylverReZ @ SylverReZ:
    @nitr8, Ah good, having two is always handy.
  • SylverReZ @ SylverReZ:
    Not sure why you'd want to, but it's a good thing at least.
  • nitr8 @ nitr8:
    You need two if you want realtime-debugging AND debug printout at the same time. The problem is that GDB (the GNU debugger) needs a connection over a serial port while the other one also needs a connection over a serial port. You cannot send debugging commands and printout messages over the same port. It just wouldn't work. I've tested this.
    +1
  • nitr8 @ nitr8:
    I should probably see if I can run this natively on a PC using the original commits where I pulled the code from. Basically the repository is the same but the commits were different when it comes to the main game code and the engine overlay...
    +1
  • nitr8 @ nitr8:
    BTW: I saw you mentioned me in the link to the ROTT wall bug where a moving wall exits the game map.
  • nitr8 @ nitr8:
    The original developers put an image into the code which would be shown once this bug happens. It's the one you see at the end of the video and it's also the same image I'm using as an avatar.
  • nitr8 @ nitr8:
    Anyway, I hope BLOOD will finally make it's way onto the Wii. I ported DOOM, HERETIC, HEXEN, STRIFE, ROTT and HEXEN II before years ago. I simply cannot imagine that it's too hard to get the game
    running stable.
    nitr8 @ nitr8: Anyway, I hope BLOOD will finally make it's way onto the Wii. I ported DOOM, HERETIC, HEXEN...