Tobias Powalowski
2010-Aug-16 13:32 UTC
[syslinux] gpt and extlinux how to get it bootable?
Hi I just tried to implement gpt extlinux booting in my archboot project. extlinux installs fine but i'm not able to boot the hd afterwards. Setting partition to boot on in parted doesn't seem to have an effect in GPT mode. Is there any way to get it booting, i haven't found any docu about it. Thanks in advance greetings tpowa -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa at archlinux.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: <http://www.zytor.com/pipermail/syslinux/attachments/20100816/3840bca3/attachment.sig>
Hi Tobias, Bit 2 of the attributes for the parition in question need to be set. I made patches to sgisk (part of sgisk) and submitted them to the author about a month ago, but I've gotten no response. Here is my latest patch. http://bogen.teegra.net/gdisk-0.6.9-sgdisk-attributes.das-r0.patch # make hda1 gpt partition 1 legacy bios bootable sgdisk /dev/hda --attributes=1:set:2 # show attribute bits that are enabled for hda1 gpt partition 1 sgdisk /dev/hda --attributes=1:show # disable gpt partition 1 legacy bios booting sgdisk /dev/hda --attributes=1:clear:2 Sincerely, Dwight Schauer On Mon, Aug 16, 2010 at 8:32 AM, Tobias Powalowski <t.powa at gmx.de> wrote:> Hi > I just tried to implement gpt extlinux booting in my archboot project. > extlinux installs fine but i'm not able to boot the hd afterwards. > Setting partition to boot on in parted doesn't seem to have an effect in GPT > mode. > Is there any way to get it booting, i haven't found any docu about it. > > Thanks in advance > greetings > tpowa > -- > Tobias Powalowski > Archlinux Developer & Package Maintainer (tpowa) > http://www.archlinux.org > tpowa at archlinux.org > > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. > > >
Le 16/08/2010 15:32, Tobias Powalowski a ?crit :> Hi > I just tried to implement gpt extlinux booting in my archboot project. > extlinux installs fine but i'm not able to boot the hd afterwards. > Setting partition to boot on in parted doesn't seem to have an effect in GPT > mode. > Is there any way to get it booting, i haven't found any docu about it. >I posted a message on parted's mailing list about this item... Still no answer from them. My post : http://lists.gnu.org/archive/html/bug-parted/2010-08/msg00008.html Cheers, Erwan