From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 20 14:07:04 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1274416A41F for ; Thu, 20 Oct 2005 14:07:04 +0000 (GMT) (envelope-from quintiliani@ingv.it) Received: from ultra.ingv.it (ultra.ingv.it [193.206.122.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C67643D64 for ; Thu, 20 Oct 2005 14:07:02 +0000 (GMT) (envelope-from quintiliani@ingv.it) Received: from localhost (localhost.localdomain [127.0.0.1]) by ultra.ingv.it (Postfix) with ESMTP id 4EB0B1EC01C for ; Thu, 20 Oct 2005 16:06:58 +0200 (CEST) Received: from [10.100.50.86] (lautrec.int.ingv.it [10.100.50.86]) by ultra.ingv.it (Postfix) with ESMTP id E267C1EC011 for ; Thu, 20 Oct 2005 16:06:57 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <351D330E-EF9D-4326-B6E2-26FA622FB624@ingv.it> References: <351D330E-EF9D-4326-B6E2-26FA622FB624@ingv.it> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Matteo Quintiliani Date: Thu, 20 Oct 2005 16:06:56 +0200 To: FreeBSD AMD64 X-Mailer: Apple Mail (2.734) X-Virus-Scanned: by amavisd 0.1 Subject: Re: FreeBSD 5.4 on a Sun Fire v40z X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 14:07:04 -0000 On 20 Oct 2005, at 13:46, Matteo Quintiliani wrote: > Hi, > > yesterday I tried to install FreeBSD 5.4-amd64 on a Sun Fire v40z. > Installation works fine, it finds any hardware and I'm able to > configure any setting. > > The problem occurs when server is booting. I get a black screen and > the server reboot automatically. > Server has 4 processors AMD Opteron 850 and 2 scsi hard disk 73GB. > > I tried to: > - use only a disk, the problem is the same > - install both "Standard boot" and "FreeBSD Boot Manager", the > problem is the same. > > I noticed in FDisk that, after the installation, the freebsd slice > lost "bootable" property. > > Please, could someone help me? I've solved the problem booting FreeBSD from the CDROM and launching the following line commands: [FreeBSD Handbook pages 332-333] fdisk -B -b /boot/boot0 da0 disklabel -B da0s1 I don't know yet when I made mistakes during the installation. Matteo Quintiliani