Linux Topic
Convert Partition Table GPT to MBR in Ubutnu
Step 1: Install gdisk
apt update
apt install gdisk
Step 2: Check disk OS boot from UFI for BIOS
gdisk -l /dev/sdX
Step 3: Convert GPT to MBR
gdisk /dev/sda
recovery and transformation options (experts only) = Press “r”
convert GPT into MBR and exit = Press “g”
print the MBR partition table = Press “p”
write the MBR partition table to disk and exit = Press “w”
Step 4: Reboot Or partprobe
reboot
or
partprobe
Step 5: Re-install Grub
apt-get purge grub-common
apt-get instal grub-pc
Reboot Your System
dnt fking try this it will erase ur all data …lose mine …omg fk u boy
Fantastic for converting GPT/UEFI to MBR/BIOS. Many thanks! ICT Manager at http://www.bellera.cat
Me funciono, Gracias 😀
Thanks a lot! You saved my Sony Vaio!
Thanks !!
Does this wipe the drive that you are converting?
Show message: E: Invalid operation dmesg BIOS^C
Your video gave me the solution i was looking for, Thank you very much. And no it does not erases data from other partition in the same disk.
thanks
Bro my hard disk not detecting
how to undo this,