From: Isaac Dupree <ml@isaac.cedarswampstudios.org>
To: The development of GNU GRUB <grub-devel@gnu.org>
Cc: walt <w41ter@gmail.com>
Subject: Re: hybrid DOS/GPT and BIOS Boot Partition
Date: Sun, 23 Jan 2011 19:15:28 -0500 [thread overview]
Message-ID: <4D3CC4A0.7000502@isaac.cedarswampstudios.org> (raw)
In-Reply-To: <ihi3lv$2ik$1@dough.gmane.org>
On 01/23/11 15:39, walt wrote:
> Is there a way to make this configuration work? (I've used gdisk to
> convert DOS partition tables to GPT, so far.)
Yes... make a BIOS Boot Partition!
Such a partition couldn't hurt with DOS tables, too (I think there isn't
a way to mark the partition table type as such in msdos tables, though?
So maybe it can't be done / done easily.)
Basically, on msdos partitions, there's usually a post-MBR "gap" where
there are no partitions and a part of GRUB is put there. It can't be
put in a filesystem because filesystems can shift their files around,
and it's loaded by the <512 byte MBR, which can't be very smart. GPT
tends to fill up all the space you'd have a post-MBR gap in, so you have
to do the more-explicit-and-reasonable approach of making a partition
for the GRUB data (in GRUB2 we call it core.img).
[if my terminology is wrong, someone correct me]
-Isaac
next prev parent reply other threads:[~2011-01-24 0:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-02 12:39 hybrid DOS/GPT and BIOS Boot Partition Robert Millan
2011-01-23 20:39 ` walt
2011-01-24 0:15 ` Isaac Dupree [this message]
2011-01-24 13:55 ` walt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D3CC4A0.7000502@isaac.cedarswampstudios.org \
--to=ml@isaac.cedarswampstudios.org \
--cc=grub-devel@gnu.org \
--cc=w41ter@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).