From owner-freebsd-questions@FreeBSD.ORG Sat Mar 26 10:39:04 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEEFD16A4CE for ; Sat, 26 Mar 2005 10:39:04 +0000 (GMT) Received: from pedigree.cs.ubc.ca (pedigree.cs.ubc.ca [142.103.6.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F2543D62 for ; Sat, 26 Mar 2005 10:39:04 +0000 (GMT) (envelope-from kcai@cs.ubc.ca) Received: from granville.cs.ubc.ca (granville.cs.ubc.ca [142.103.7.20]) by pedigree.cs.ubc.ca (8.12.10/8.11.4) with ESMTP id j2QAd3TN013017 for ; Sat, 26 Mar 2005 02:39:03 -0800 (PST) Date: Sat, 26 Mar 2005 02:39:03 -0800 (PST) From: Kan Cai To: questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Dual Boot -- FreeBSD 5.4 and Fedora Core 3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2005 10:39:05 -0000 Greetings all: I tried to install Fedora Core 3 to my FreeBSD box and make it dual boot, but with no luck. The FreeBSD 5.4-Pre is installed in the first drive, and work like a champ. I intended to install Fedora Core 3 on my second disk, but anaconda crashed at the last moment. The first few lines of the dumped trace look as follows. Also, should I enable GRUB when installing Fedora, or should I enable it on hdb1? I am afraid that it ends up failing to boot my FreeBSD partition. Any suggestion and help on this will be most appreciated. thanks and cheers, --ken --------------------------------------------------------------------------- Traceback (most recent call last): File "/usr/src/build/475969-i386/install//usr/lib/anaconda/gui.py", line 1074, in handleRenderCal lback self.currentWindow.renderCallback() File "/usr/src/build/475969-i386/install//usr/lib/anaconda/iw/progress_gui.py", line 242, in rend erCallback self.intf.icw.nextClicked() File "/usr/src/build/475969-i386/install//usr/lib/anaconda/gui.py", line 789, in nextClicked self.dispatch.gotoNext() File "/usr/src/build/475969-i386/install//usr/lib/anaconda/dispatch.py", line 171, in gotoNext self.moveStep() File "/usr/src/build/475969-i386/install//usr/lib/anaconda/dispatch.py", line 239, in moveStep rc = apply(func, self.bindArgs(args)) File "/usr/src/build/475969-i386/install//usr/lib/anaconda/packages.py", line 1155, in doPostInst all stdout = devnull) File "/usr/lib/anaconda/iutil.py", line 53, in execWithRedirect raise RuntimeError, command + " can not be run" RuntimeError: /usr/sbin/kudzu can not be run -------------------------------------------------------------------------