Re: [Gptfdisk-general] [PATCH 0/1] Add partition GUIDs for the Open Network Install Environment pro
Brought to you by:
srs5694
From: Curt B. <cu...@cu...> - 2014-05-13 17:54:20
|
Hi Rod - To close on this topic. The ONIE project documentation is now updated and references the GUIDs for the partitions. The relevant documentation is here: http://onie.github.io/onie/docs/design-spec/x86_boot_loader.html#initial-onie-install-embed Note: For GPT disk labels, the ONIE-BOOT partition type GUID is 7412F7D5-A156-4B13-81DC-867174929325. This GUID is recognized by the gdisk and sgdisk utilities from the GPT fdisk package. See commit b784e0c95a11 for details. Cheers, Curt On Sun Jan 26 11:08, Curt Brune wrote: > On Sat Jan 25 22:54, Rod Smith wrote: > > Thanks for the patch. I've tentatively accepted it, but I'd > > appreciate seeing a reference that identifies the GUIDs specifically > > (source code, a standards document, etc.). > > Thanks for the prompt reply. > > Also thanks for the whole gptfdisk project! I am finding sgdisk > *very* easy to use for our purposes. Very nice. > > The ONIE source code is available on github: > https://github.com/onie/onie > > The files that reference the GUIDs and gdisk partition types: > > https://github.com/onie/onie/blob/master/rootconf/x86_64/sysroot-lib-onie/onie-blkdev-common > onie_boot_gfdisk_type="0x3000" > onie_config_gfdisk_type="0x3001" > > onie_boot_gpt_uuid="7412F7D5-A156-4B13-81DC-867174929325" > onie_config_gpt_uuid="D4E6E2CD-4469-46F3-B5CB-1BFF57AFC149" > > The ONIE upgrader/installer looks for these GUIDs during > installation. That file is here, and see the verify_onie_partitions() > function: > https://github.com/onie/onie/blob/master/installer/x86_64/install-arch > > The ONIE specification for x86 is WIP and it will reference these > GUIDs. The ONIE specification for powerpc (which does not use GPT) is > available here: > http://onie.github.io/onie/docs/design-spec/index.html > > Cheers, > Curt > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > Gptfdisk-general mailing list > Gpt...@li... > https://lists.sourceforge.net/lists/listinfo/gptfdisk-general |