help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grub-install into hybrid MBR on GPT disk on legacy BIOS


From: Goh Lip
Subject: Re: grub-install into hybrid MBR on GPT disk on legacy BIOS
Date: Mon, 8 Jan 2018 07:59:49 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2



On 08/01/18 04:52, jzb wrote:
Hello,


$ sudo gdisk /dev/sda
GPT fdisk (gdisk) version 1.0.1

Partition table scan:
   MBR: hybrid
   BSD: not present
   APM: not present
   GPT: present

Found valid GPT with hybrid MBR; using GPT.

Number  Start (sector)    End (sector)  Size       Code  Name
    1            2048         2050047   1000.0 MiB  EF02
    2         2097152        10485759   4.0 GiB     8300
    3        10485760        52428799   20.0 GiB    8300  Linux filesystem
    4        52428800       312581774   124.0 GiB   8300  Linux filesystem

Recovery/transformation command (? for help): o

Disk size is 312581808 sectors (149.0 GiB)
MBR disk identifier: 0x00000000
MBR partitions:

Number  Boot  Start Sector   End Sector   Status      Code
    1                     1         2047   primary     0xEE
    2      *           2048      2050047   primary     0xEF
    3               2097152     10485759   primary     0x83
    4              10485760     52428799   primary     0x83


Do
# parted /dev/sda set 1 bios_grub on

then redo your grub-install command again.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]