From owner-freebsd-stable@FreeBSD.ORG Sun Nov 13 16:22:12 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7DBE16A41F for ; Sun, 13 Nov 2005 16:22:12 +0000 (GMT) (envelope-from timm.gloger@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D22743D46 for ; Sun, 13 Nov 2005 16:22:11 +0000 (GMT) (envelope-from timm.gloger@gmail.com) Received: by nproxy.gmail.com with SMTP id n28so234917nfc for ; Sun, 13 Nov 2005 08:22:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=n15DS2ZR2TUAAP/btW9qVnUuBbAEIRIt5St2hAVfZz7PXA0urX5XTW4FoOdue8t0YjDLYeQW84zMVs6fcINQFC+zyI0TLlHqgWVspci6Rq5C4bye97E8rzHXfysEF97fOa7m6uD8EGa2SaXhXcq3zPDJ6GUrIrzn2sEpix18j7o= Received: by 10.48.211.14 with SMTP id j14mr180352nfg; Sun, 13 Nov 2005 08:22:10 -0800 (PST) Received: from ?192.168.0.10? ( [80.131.217.150]) by mx.gmail.com with ESMTP id k23sm151618nfc.2005.11.13.08.22.09; Sun, 13 Nov 2005 08:22:10 -0800 (PST) Message-ID: <4377684A.6080001@web.de> Date: Sun, 13 Nov 2005 17:22:34 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <43765248.9070906@web.de> <20051112205557.GA51054@slackbox.xs4all.nl> In-Reply-To: <20051112205557.GA51054@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit From: Timm Florian Gloger Subject: Re: Install freeze while or immediately after finish copying the ports-collection X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2005 16:22:12 -0000 * On 11/12/2005 9:55 PM Roland Smith wrote: > > Have you verified the checksum of the ISO image after you downloaded it? > > What happens if you don't install ports? (you can always do it later). > Yep. Checksums are ok. If i just install a minimal system as Brandon suggested, the installation process works properly (except that disk geometry allegedly wrong, but the system-guessed values are correct for LBA mode). > > How do you know that the network card doesn't work? If you go to the > emergency shell (alt-F4, IIRC) and type 'ifconfig', does it show a > network interface with 'media: Ethernet'? > Yes. The card is detected and also configured while the install process, but every try to connect to a ftp server fails. Sadly, another problem occured after rebooting. The slave harddisk had debian on it before the installation of BSD with grub written into the MBR. The problem is, i seems that bsd writes its own bootloader into th MBR of the slave harddisk. So grub is still in the master's MBR but the config files are of course not addressable. So is it possible to instruct the sysinstall to write its bootloader to the mbr of the master harddisk and detect and conigure winxp for dual boot? Thanks Timm