From: "Jochen Hoenicke" <[EMAIL PROTECTED]>
Subject: Re: Bug and patch for BSD partition detection
Date: Tue, 5 Dec 2000 17:53:02 +0100 (MET)
> diff -u -r1.38 stage2/disk_io.c
> --- stage2/disk_io.c 2000/11/08 17:33:41 1.38
> +++ stage2/disk_io.c 2000/12/05 16:33:19
> @@ -574,7 +574,7 @@
>
> /* If previous partition is a BSD partition or a PC slice which
> contains BSD partitions... */
> - if ((*partition != 0xFFFFFF && IS_PC_SLICE_TYPE_BSD (*type))
> + if ((*partition != 0xFFFFFF && IS_PC_SLICE_TYPE_BSD (*type & 0xff))
> || ! (drive & 0x80))
> {
> if (*type == PC_SLICE_TYPE_NONE)
That's correct. Please apply that patch to the CVS.
Okuji
_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub