From owner-freebsd-current@FreeBSD.ORG Mon Oct 8 21:11:17 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 505B816A417 for ; Mon, 8 Oct 2007 21:11:17 +0000 (UTC) (envelope-from hopet@ics.muni.cz) Received: from minas.ics.muni.cz (minas.ics.muni.cz [147.251.4.40]) by mx1.freebsd.org (Postfix) with ESMTP id C40A713C481 for ; Mon, 8 Oct 2007 21:11:16 +0000 (UTC) (envelope-from hopet@ics.muni.cz) Received: from KLOBOUCEK (kloboucek.ics.muni.cz [147.251.3.38]) (authenticated user=hopet@ICS.MUNI.CZ bits=0) by minas.ics.muni.cz (8.13.8/8.13.8/SuSE Linux 0.8) with ESMTP id l98LBEmm016611 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 8 Oct 2007 23:11:15 +0200 From: "Petr Holub" To: "Kostik Belousov" Date: Mon, 8 Oct 2007 23:11:23 +0200 Message-ID: <031f01c809ef$c829de80$5317fb93@KLOBOUCEK> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal In-Reply-To: <20071008193406.GT2180@deviant.kiev.zoral.com.ua> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 X-Muni-Spam-TestIP: 147.251.3.38 X-Muni-Envelope-From: hopet@ics.muni.cz X-Muni-Envelope-To: current@freebsd.org X-Muni-Virus-Test: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (minas.ics.muni.cz [147.251.4.35]); Mon, 08 Oct 2007 23:11:15 +0200 (CEST) X-Mailman-Approved-At: Mon, 08 Oct 2007 21:36:24 +0000 Cc: current@freebsd.org Subject: RE: panic on boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2007 21:11:17 -0000 > The patch exists that modifies BTX to reflect interrupts and requests into > the real mode, see > http://people.freebsd.org/~kib/realbtx/ > http://people.freebsd.org/~kib/realbtx/realbtx.2.patch > > You would need to either somehow inplant supplied loader into your CD > image, or rebuild the whole installation CD with patch applied. Again, > I cannot guarantee that the patch is relevant for your problem. Despite you couldn't guarantee it, it really helped and it boots now. I've used the binary loader available from ~kib site and just replaced it on the original ISO: mdcondifig -> mount -> tar cf - | (cd elswhere && tar xvpf -) -> replace the loader -> mkisomages.sh Thanks a lot, Petr