convert partition table gpt to mbr ubuntu

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024
  • 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

ความคิดเห็น • 29

  • @lomasaldiasalejandro1981
    @lomasaldiasalejandro1981 4 ปีที่แล้ว +4

    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.

  • @lyura
    @lyura 2 หลายเดือนก่อน

    thanks a lot it saved my old laptop!

  • @darktech7705
    @darktech7705 2 ปีที่แล้ว

    You are a life saver bro thanks dude.
    My pc doesn't support uefi system because it's too old but i tried to convert my hard disk to mbr to gpt. But still my bios doesn't have uefi option. Then i tried from boot from an another pendrive and i was stucked on an endless loop. Until i saw your video. Thanks

    • @genjieching2016
      @genjieching2016 2 ปีที่แล้ว

      im experiencing the same problem as you, yet i cant still solve it😭
      did u solved yours?

    • @_panthera_tigris
      @_panthera_tigris 10 หลายเดือนก่อน

      Same

  • @YiminSun
    @YiminSun 2 ปีที่แล้ว

    Actually works. Ignore the dmesg command

  • @muffinology1014
    @muffinology1014 5 ปีที่แล้ว +6

    Does this wipe the drive that you are converting?

    • @ereinon
      @ereinon 4 ปีที่แล้ว +1

      no : it doesn't erase the existing data :D

  • @aadhi5479
    @aadhi5479 3 ปีที่แล้ว +3

    Do I need bios setting to legacy mod

    • @lavidaesimple7156
      @lavidaesimple7156 7 หลายเดือนก่อน

      Bro me estoy muriendo, como que MBR protective aaaaaaaa no lo logreeee aaaaaa como se supone que use el legacy mode si no tengo tiempooo Edit: he intentado hacer lo del video pero en modo live y sin ninguna partición creada, a lo mejor sí se logrará instalando ubuntu normal 🤔

  • @pc1536
    @pc1536 11 หลายเดือนก่อน +1

    Wonderful song track

  • @Igor_Grey
    @Igor_Grey 6 ปีที่แล้ว +4

    Thanks a lot! You saved my Sony Vaio!

  • @MaximPerepelitsyn
    @MaximPerepelitsyn 2 ปีที่แล้ว

    Thanks mister. You saved my day.
    Are there any downsides to switch gpt to mbr for SSD and in general?

  • @saisushanth2459
    @saisushanth2459 4 ปีที่แล้ว +2

    Bro my hard disk not detecting

  • @theekshanasoftware1582
    @theekshanasoftware1582 ปีที่แล้ว

    Thanks machan..👊

  • @9591r
    @9591r 7 ปีที่แล้ว +1

    Me funciono, Gracias :D

  • @TheAloyz
    @TheAloyz 2 ปีที่แล้ว

    Thank you VERY MUCH mate, thanks to you my server is still alive :))
    PS - Your "spell" apt dmesg | grep -o "EFI v[^\ ]*" || echo BIOS^C not working, returns a message "Invalid operation dmesg BIOS^C" (but it seems unnecessary throughout the entire process)
    Cheers

  • @g194g
    @g194g 3 ปีที่แล้ว

    I wish I could like this a million times. Also, gdiks lol

  • @mxdscientist
    @mxdscientist 5 ปีที่แล้ว +1

    Thanks !!

  • @ereinon
    @ereinon 4 ปีที่แล้ว +1

    thanks

  • @rahulrdx17
    @rahulrdx17 3 ปีที่แล้ว +1

    how to undo this,

    • @LinuxTopic
      @LinuxTopic  3 ปีที่แล้ว

      its risky, i did not tried