From nobody@FreeBSD.org  Thu Apr 19 16:24:43 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 1F1BA1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 19 Apr 2012 16:24:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 0B10E8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 19 Apr 2012 16:24:43 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q3JGOgMm074186
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 19 Apr 2012 16:24:42 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q3JGOguG074185;
	Thu, 19 Apr 2012 16:24:42 GMT
	(envelope-from nobody)
Message-Id: <201204191624.q3JGOguG074185@red.freebsd.org>
Date: Thu, 19 Apr 2012 16:24:42 GMT
From: m b <markham_breitbach@ssimicro.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: FreeBSD 9.0 i386 boot-only image loader errors
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         167101
>Category:       misc
>Synopsis:       [boot] [patch] FreeBSD 9.0 i386 boot-only image loader errors
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 19 16:30:10 UTC 2012
>Closed-Date:    
>Last-Modified:  Thu Apr 19 19:43:42 UTC 2012
>Originator:     m b
>Release:        /home/admin/FreeBSD-9.0-RELEASE-i386-bootonly.iso
>Organization:
>Environment:
can't uname-a until I can make the thing boot!
>Description:
Errors in boot files causing failure to boot.

It looks like someone has transposed a dash for an underscore in the loader.4th and the menu.rc files for this package.  Downloaded today (2012-04-19) from ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/ISO-IMAGES/9.0/ 






>How-To-Repeat:
boot from FreeBSD-9.0-RELEASE-i386-bootonly.iso
>Fix:
#diff /wrong/loader.4th loader.4th
92c92
< include /boot/check-password.4th
---
> include /boot/check_password.4th


# diff /wrong/menu.rc menu.rc
8c8
< include /boot/menu-commands.4th
---
> include /boot/menu_commands.4th

>Release-Note:
>Audit-Trail:

From: markham breitbach <markham_breitbach@ssimicro.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/167101: FreeBSD 9.0 i386 boot-only image loader errors
Date: Thu, 19 Apr 2012 10:47:18 -0600

 further to this, libs appear to be misnamed
 
 cd lib
 foreach lib ( * )
 foreach? set NEW=`echo $lib | sed 's/so_/so\./'`
 foreach? mv $lib $NEW
 foreach? end
 
>Unformatted:
