From owner-freebsd-questions@FreeBSD.ORG Tue Feb 22 15:16:53 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F49716A4CE for ; Tue, 22 Feb 2005 15:16:53 +0000 (GMT) Received: from mail.squidge.com (mail0.squidge.com [195.10.252.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id A837C43D54 for ; Tue, 22 Feb 2005 15:16:52 +0000 (GMT) (envelope-from stewart@nameless-uk.com) Received: from [10.0.2.15] (nameless-uk.demon.co.uk [62.49.20.115]) (authenticated bits=0) by mail.squidge.com (8.13.1/8.12.9) with ESMTP id j1MFGlgV045563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 22 Feb 2005 15:16:47 GMT Message-ID: <421B4CDE.2030602@nameless-uk.com> Date: Tue, 22 Feb 2005 15:16:46 +0000 From: Stewart Morgan Organization: Nameless Media Group Ltd User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.7.3) Gecko/20040910 X-Accept-Language: en, en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.86.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS at mail.squidge.com X-Spam-Level: 1.2 Subject: Boot blocks on aacd0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: stewart@nameless-uk.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 15:16:53 -0000 >> Please CC me in as I'm not on the list Hello, I have a fresh-install of 4.11 running entirely on an Adaptec 2200S (as RAID-10) that I net-booted to install. All appears to be well using the aac(4) driver. However, I want to update the boot blocks so that I can run a serial console faster than 9600. I've created new versions of boot[12] and allegedly installed them (copied to /boot and then disklabel -B aacd0s1), but no change. The problem appears to be that either the new blocks aren't being written to the right place, or that they're not being written full-stop. I've even tried adding a printf() to boot2.c to verify this, but alas it does not show up during boot :( So, what am I doing wrong and how should I do it correctly? >> Please CC me in as I'm not on the list Thanks, Stewart.