From owner-p4-projects@FreeBSD.ORG Sun Nov 23 12:02:46 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E244416A4D1; Sun, 23 Nov 2003 12:02:45 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC60E16A4CE for ; Sun, 23 Nov 2003 12:02:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A379D43F3F for ; Sun, 23 Nov 2003 12:02:44 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hANK2iXJ017762 for ; Sun, 23 Nov 2003 12:02:44 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hANK2iVT017759 for perforce@freebsd.org; Sun, 23 Nov 2003 12:02:44 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 23 Nov 2003 12:02:44 -0800 (PST) Message-Id: <200311232002.hANK2iVT017759@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 42969 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 20:02:46 -0000 http://perforce.freebsd.org/chv.cgi?CH=42969 Change 42969 by rwatson@rwatson_powerbook on 2003/11/23 12:02:01 Correct a typo in sample nvram command. Talk about the virtues of a backup kernel. Affected files ... .. //depot/projects/trustedbsd/sedarwin/bootstrap_instructions.txt#17 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/bootstrap_instructions.txt#17 (text+ko) ==== @@ -231,7 +231,7 @@ boot-device mac-io/ata-4@1f000/@0:5,\\:tbxi auto-boot? true boot-screen - % sudo nvram boot-file=mac-io/ata-4@1f00/@0:5,/mach_kernel.sedarwin + % sudo nvram boot-file=mac-io/ata-4@1f000/@0:5,/mach_kernel.sedarwin Note that the boot-file variable consists if {bootdevice},{filename}, and that the bootdevice is extracted from the more confusing @@ -245,6 +245,15 @@ to "-v" to get a text-based boot with console messages, rather than the pretty but less informative Apple logo, etc. + We've found that boot-time failure modes with Darwin are a bit hard + to diagnose, and problems booting a new kernel frequent result in a + hang with the Apple logo showing. This can be a result of + incorrect permissions for the kernel file, among other things. We + recommend keeping a safe backup of your original mach_kernel in case + of accidental overwrite: + + sudo cp /mach_kernel /mach_kernel.safe + Step 10: Build, Install "Libkvm" cd apsl/Libkvm