From nobody@FreeBSD.org  Wed Jun  1 10:23:37 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2672716A41C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  1 Jun 2005 10:23:37 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E5DE143D58
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  1 Jun 2005 10:23:36 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j51ANa25016505
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 1 Jun 2005 10:23:36 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j51ANaY8016504;
	Wed, 1 Jun 2005 10:23:36 GMT
	(envelope-from nobody)
Message-Id: <200506011023.j51ANaY8016504@www.freebsd.org>
Date: Wed, 1 Jun 2005 10:23:36 GMT
From: trasz <trasz@buziaczek.pl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: boot2 trying to execute /kernel instead of /boot/kernel/kernel.
X-Send-Pr-Version: www-2.3

>Number:         81756
>Category:       i386
>Synopsis:       [patch] boot2 trying to execute /kernel instead of /boot/kernel/kernel.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ssouhlal
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 01 10:30:01 GMT 2005
>Closed-Date:    Sat Aug 06 00:48:03 GMT 2005
>Last-Modified:  Sat Aug 06 00:48:03 GMT 2005
>Originator:     trasz
>Release:        5.4
>Organization:
>Environment:
FreeBSD traszkan.ds7 5.4-RELEASE FreeBSD 5.4-RELEASE #2: Wed May 11 19:24:26 CEST 2005     trasz@traszkan.ds7:/usr/obj/usr/src/sys/TRASHCAN  i386
>Description:
      if boot2 fails to load /boot/loader, it will attempt to load the kernel.  the problem is, it will attempt to load "/kernel" instead of "/boot/kernel/kernel".
>How-To-Repeat:
      
>Fix:
      change #define PATH_KERNEL in /usr/src/sys/boot/i386/boot2/boot2.c from "/kernel" to "/boot/kernel/kernel".
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-i386->ssouhlal 
Responsible-Changed-By: matteo 
Responsible-Changed-When: Mon Jun 27 21:04:04 GMT 2005 
Responsible-Changed-Why:  
Assign this to ssouhlal as he accepted to take care of this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81756 
State-Changed-From-To: open->closed 
State-Changed-By: ssouhlal 
State-Changed-When: Sat Aug 6 00:43:03 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81756 
>Unformatted:
