Re: GPT boot blocks, booting and booteasy

2011-08-15 Thread Kevin Oberman
2011/8/15 Andrey V. Elsukov :
> On 10.08.2011 07:12, Kevin Oberman wrote:
>> I have /boot/pmbr loaded into the PMBR and gptboot into the
>> freebsd-boot partition. I'll
>> admit that I did this by rote and don't understand how these two files
>> interact with the
>> UEFI BIOS to get the loader started. I'm not really certain that I
>> even need both.
>>
>> Is it possible to build a "custom" booteasy boot system with boot0cfg
>> or some other tool
>> so I can select d ifferent bootable partition or my other disk which
>> is sliced in the traditional
>> fashion? Can anyone point me to any information on how the boot
>> process works with GPT?
>
> PMBR is a simple variant of MBR which does know enough to parse GPT
> partition table and how to load bootcode from the "freebsd-boot"
> partition. Then gptboot does search bootable UFS partition.
> At this time we do not have any  bootcodes like booteasy for GPT.
> But you can try to use bootme and bootonce GPT attributes (see
> gpart(8)). Also you can use grub boot loader.

Andrey,

Thanks for the response. The 'bootme' and 'bootonce' attributes look to solve
some issues. Looks like I might need to have a bios-boot partition to use grub,
but I may give it a shot. On the whole, the advantages of GPT are such that I
would love to see FreeBSD move to make it the standard partitioning scheme,
though I understand this will not be easy until/unless Windows develops full
GPT support.

Just having more than 4 partitions as opposed to having to sub-partition a real
partition (slice) is very nice.
-- 
R. Kevin Oberman, Network Engineer - Retired
E-mail: kob6...@gmail.com
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: GPT boot blocks, booting and booteasy

2011-08-15 Thread Andrey V. Elsukov
On 10.08.2011 07:12, Kevin Oberman wrote:
> I have /boot/pmbr loaded into the PMBR and gptboot into the
> freebsd-boot partition. I'll
> admit that I did this by rote and don't understand how these two files
> interact with the
> UEFI BIOS to get the loader started. I'm not really certain that I
> even need both.
> 
> Is it possible to build a "custom" booteasy boot system with boot0cfg
> or some other tool
> so I can select d ifferent bootable partition or my other disk which
> is sliced in the traditional
> fashion? Can anyone point me to any information on how the boot
> process works with GPT?

PMBR is a simple variant of MBR which does know enough to parse GPT
partition table and how to load bootcode from the "freebsd-boot"
partition. Then gptboot does search bootable UFS partition.
At this time we do not have any  bootcodes like booteasy for GPT.
But you can try to use bootme and bootonce GPT attributes (see
gpart(8)). Also you can use grub boot loader.

-- 
WBR, Andrey V. Elsukov



signature.asc
Description: OpenPGP digital signature


GPT boot blocks, booting and booteasy

2011-08-09 Thread Kevin Oberman
Running FreeBSD 8-Stable of July 30 and I am trying to figure out a
bit about how GPT
works. I am unsure of what I can do with boot blocks.
0011223344556677
Here is what I've done so far. I have just created my first GPT
structured FreeBSD
system and it's all working fine, but I don't have any ability to
select booting from another
partition or drive. I boot the system and FreeBSD just boots with no
option to boot from
another disk.

I have /boot/pmbr loaded into the PMBR and gptboot into the
freebsd-boot partition. I'll
admit that I did this by rote and don't understand how these two files
interact with the
UEFI BIOS to get the loader started. I'm not really certain that I
even need both.

Is it possible to build a "custom" booteasy boot system with boot0cfg
or some other tool
so I can select d ifferent bootable partition or my other disk which
is sliced in the traditional
fashion? Can anyone point me to any information on how the boot
process works with GPT?

Thanks!
--
R. Kevin Oberman, Network Engineer - Retired
E-mail: kob6...@gmail.com
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"