[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Are BSD partitions not supported?
From: |
C. P. Ghost |
Subject: |
Re: Are BSD partitions not supported? |
Date: |
Sun, 23 May 2010 17:44:11 +0200 |
2010/5/23 Grégoire Sutre <address@hidden>:
> On 05/19/2010 09:20 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
>
> [snip]
> - delta = grub_partition_get_start (disk->partition);
> + delta = grub_le_to_cpu32 (whole_disk_be.offset);
>
> As dicsussed on irc, this makes the delta completely dependent on the
> c: entry of the disklabel, which could be bogus.
(...)
> What we want here is to diverge from that code when the disklabel
> offsets are relative. I believe that testing whether c: has a null
> offset gives the answer. I changed Vladimir's second patch to do that.
With bsdlabel_v3.diff, and the image I've posted here, I get dropped
into grub_rescue. This breaks Vladimir's second patch on FreeBSD. :-(
-cpghost.
--
Cordula's Web. http://www.cordula.ws/
- Re: Are BSD partitions not supported?, (continued)
- Re: Are BSD partitions not supported?, C. P. Ghost, 2010/05/19
- Re: Are BSD partitions not supported?, C. P. Ghost, 2010/05/19
- Re: Are BSD partitions not supported?, Vladimir 'φ-coder/phcoder' Serbinenko, 2010/05/19
- Re: Are BSD partitions not supported?, Navdeep Parhar, 2010/05/19
- Re: Are BSD partitions not supported?, C. P. Ghost, 2010/05/19
- Re: Are BSD partitions not supported?, C. P. Ghost, 2010/05/19
- Re: Are BSD partitions not supported?, Vladimir 'φ-coder/phcoder' Serbinenko, 2010/05/19
- Re: Are BSD partitions not supported?, C. P. Ghost, 2010/05/19
- Re: Are BSD partitions not supported?, C. P. Ghost, 2010/05/20
- Re: Are BSD partitions not supported?, Grégoire Sutre, 2010/05/23
- Re: Are BSD partitions not supported?,
C. P. Ghost <=
- Re: Are BSD partitions not supported?, Grégoire Sutre, 2010/05/23
- Re: Are BSD partitions not supported?, C. P. Ghost, 2010/05/24
- Re: Are BSD partitions not supported?, Vladimir 'φ-coder/phcoder' Serbinenko, 2010/05/31
- Re: Are BSD partitions not supported?, Vladimir 'φ-coder/phcoder' Serbinenko, 2010/05/19
- Re: Are BSD partitions not supported?, Vladimir 'φ-coder/phcoder' Serbinenko, 2010/05/18