On 30.08.2013 09:23, Raif S. Berent wrote:
> My system is FreeBSD_9.2-stable_amd64_HDD-layout=GPT
> grub version=grub2-2.00_1, and grub is on its own partition (/boot/grub)
> zpool version: 5000, with root on the zpool
> FreeBSD's bootloader is able to boot this pool, while various grub2
> attempts
On 31.08.2013 23:12, Aleš Nesrsta wrote:
> - grub_boot_time ("Ownership of EHCI port taken");
> + grub_boot_time ("Ownership of EHCI controller taken");
This has to be after SMI_EN is written as writes to SMI_EN may cause SMI
which would take time and may cause trouble. Other than this
On 23.09.2013 17:59, Ilya Bakulin wrote:
> Hi Vladimir,
> So I'm preparing a OpenBSD port of GRUB2. I have chosen a revision 5152
> for the initial version of the port.
I already did couple revisions ago. After that I made further
simplifications to multi-OS mess and it's possible that there is min
OK, committed.
I simply removed the line you mentioned...
BR, Ales
Dne 23.9.2013 14:47, Vladimir 'φ-coder/phcoder' Serbinenko napsal(a):
On 31.08.2013 23:12, Aleš Nesrsta wrote:
- grub_boot_time ("Ownership of EHCI port taken");
+ grub_boot_time ("Ownership of EHCI controller ta
Hi Vladimir,
So I'm preparing a OpenBSD port of GRUB2. I have chosen a revision 5152
for the initial version of the port.
Unfortunately, the build fails when using -Werror.
I suspect that the ports framework overrides some values that are usually
guessed by ./configure, and this causes build to fa
>> This doesn't demonstrate anything else than that you didn't use tools
correctly. It's: grub-probe -d /dev/ada0p2
Thank you very much - I ran the command you instructed and see that
the FS is identified correctly.
$ grub-probe -d /dev/ada0p2
zfs
I cannot, however, boot from grub directly into
2013/9/23 Beeblebrox
> menuentry 'FreeBSD-ZFS' {
> insmod zfs
> set root='hd0,gpt2'
> kfreebsd /boot/loader }
>
> Fails because grub cannot find bootloader and gives "no such file" error.
>
You didn't specify the dataset (or snapshot) which has the /boot/loader
file you're inter
On 23.09.2013 20:59, Beeblebrox wrote:
>>> This doesn't demonstrate anything else than that you didn't use tools
> correctly. It's: grub-probe -d /dev/ada0p2
>
> Thank you very much - I ran the command you instructed and see that
> the FS is identified correctly.
> $ grub-probe -d /dev/ada0p2
>
В Mon, 23 Sep 2013 21:28:41 +0200
Vladimir 'φ-coder/phcoder' Serbinenko пишет:
> On 23.09.2013 20:59, Beeblebrox wrote:
> >>> This doesn't demonstrate anything else than that you didn't use tools
> > correctly. It's: grub-probe -d /dev/ada0p2
> >
> > Thank you very much - I ran the command you