[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GRUB with FreeBSD/UFS2
From: |
Adam Jacob Muller |
Subject: |
Re: GRUB with FreeBSD/UFS2 |
Date: |
Wed, 1 Oct 2008 22:48:06 -0400 |
On Oct 1, 2008, at 3:35 AM, Bean wrote:
On Wed, Oct 1, 2008 at 1:01 PM, Adam Jacob Muller <address@hidden>
wrote:
I had experimented a bit with grub2, but i found the documentation
a bit
lacking. I was never able to find any solution to this issue:
grub-setup: error: invalid disk label magic 0x0
Hi,
Are you using the latest source code from svn ? Anyway, this looks
like a partition map issue, please upload the first sector of your bsd
partition /dev/ad1s1c.
I had tried with both the latest release and the latest SVN, the only
issue I can think of is that I was trying this under Linux and not
under FreeBSD.
Running this under FreeBSD gets me no farther unfortunately.
grub-probe seems to think all my drives are zero-sized and can't
determine a mapping between ad1 and hd1
[root@ /mnt/stick]# grub-probe -v /dev/ad1
grub-probe: info: the size of hd0 is 0
grub-probe: info: the size of hd0 is 0
grub-probe: info: the size of hd1 is 0
grub-probe: info: the size of hd1 is 0
error: out of disk
grub-probe: info: the size of hd0 is 0
grub-probe: info: the size of hd0 is 0
grub-probe: info: the size of hd1 is 0
grub-probe: info: the size of hd1 is 0
grub-probe: info: changing current directory to /dev
grub-probe: info: changing current directory to fd
grub-probe: info: changing current directory to net
grub-probe: info: changing current directory to iso9660
grub-probe: error: cannot find a device for /dev/ad1.
is any of this doc'd anywhere?
-Adam