From owner-freebsd-arch Mon Jan 27 23:39:48 2003 Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D34B537B401 for ; Mon, 27 Jan 2003 23:39:46 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2D4043F43 for ; Mon, 27 Jan 2003 23:39:45 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0S7diQl032049; Tue, 28 Jan 2003 08:39:44 +0100 (CET) (envelope-from phk@freebsd.org) To: Sean Kelly Cc: Bruce Evans , Peter Wemm , Kris Kennaway , arch@freebsd.org Subject: Re: HEADSUP: DEVFS and GEOM mandatorification timeline. From: phk@freebsd.org In-Reply-To: Your message of "Tue, 28 Jan 2003 01:31:15 CST." <20030128073115.GA1507@edgemaster.zombie.org> Date: Tue, 28 Jan 2003 08:39:44 +0100 Message-ID: <32048.1043739584@critter.freebsd.dk> Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20030128073115.GA1507@edgemaster.zombie.org>, Sean Kelly writes: >I apologize for the tone in part of my previous message, but I"m a bit >grump after not being able to properly boot for over a month now. I've not >been able to rectify this with or without GEOM. However, without GEOM the >situation was different. I would be grumpy too then. >I'm not sure how much you want, so I'll start with 512 bytes. The other >obvious amount is the whole 8k of boot, and that seems a bit long. > >edgemaster# cd /boot >edgemaster# dd if=3D/dev/ad1s1 bs=3D512 count=3D1 >myboot >edgemaster# cmp myboot boot1 >myboot boot1 differ: char 447, line 6 This difference is OK in principle, the embedded MBR starts at 446 and extends for 64 bytes and as far as i can see the rest of boot1 is in good shape. The MBR area seems to be filled with junk though. Provided that ad1s1 does not start at the physically first sector of the disk, this should be OK. Can you mail me dd if=/dev/ad1 bs=64k count=10 | uuencode sean.ad1 And I'll to figure out what's wrong. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message