From owner-freebsd-ia64@FreeBSD.ORG Fri Feb 20 10:00:27 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB6B116A4CE for ; Fri, 20 Feb 2004 10:00:27 -0800 (PST) Received: from plim.fujitsu-siemens.com (plim.fujitsu-siemens.com [217.115.66.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC62443D1D for ; Fri, 20 Feb 2004 10:00:26 -0800 (PST) (envelope-from Joachim.Fehn@fujitsu-siemens.com) Received: from trulli.pdb.fsc.net ([172.25.96.53])i1KI0Lk00888; Fri, 20 Feb 2004 19:00:21 +0100 Received: from athen.mch.fsc.net (backbay.mch.fsc.net [172.25.94.188]) by trulli.pdb.fsc.net (8.11.6/8.11.6) with ESMTP id i1KI0Kh28494; Fri, 20 Feb 2004 19:00:20 +0100 Received: from hasslach.mch.fsc.net (hasslach [172.25.95.78]) by athen.mch.fsc.net (8.11.6/8.11.6) with ESMTP id i1KI0J527478; Fri, 20 Feb 2004 19:00:19 +0100 (MET) From: Joachim Fehn Organization: fsc ep os he To: Marcel Moolenaar Date: Fri, 20 Feb 2004 18:56:16 +0100 User-Agent: KMail/1.5.4 References: <20040215223032.GA67458@dhcp01.pn.xcllnt.net> <200402191510.11373.Joachim.Fehn@fujitsu-siemens.com> <20040219175432.GA14074@ns1.xcllnt.net> In-Reply-To: <20040219175432.GA14074@ns1.xcllnt.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402201856.16424.Joachim.Fehn@fujitsu-siemens.com> cc: freebsd-ia64@freebsd.org Subject: Re: 20040214 snapshot available on ftp2.freebsd.org :-)) X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 18:00:28 -0000 Hi, the kernel came up! On Thursday 19 February 2004 18:54, Marcel Moolenaar wrote: > On Thu, Feb 19, 2004 at 03:10:11PM +0100, Joachim Fehn wrote: [snip] > > 1. Installation created a gpt disk label and completed. When rebooting, > > neither the EFI boot manager, nor the EFI built in shell could access a > > slice/partition on the disk. The loader was not found. > The loader is installed in the EFI system partition, as well as the kernel. formatting problem, see below > > 2. I created an msdos slice with fat32, using ia64-Linux. Unlike 5.1, the > > snapshot didn't offer the wanted disk, but only the 3rd disk. I see no > > way to prepare the wanted disk, that the installation will go there. > Note that if the disk has a MBR, it will not be accepted. Make sure you > didn't create a MBR with the Linux tool. The best thing to do is to make > the disk truely empty, which boils down to clobbering sectors 0 and 1. After clobbering, the disk was offered again. The problem was, that the EFI partition was not formatted. Probably another problem was, that I created the EFI partition as the first one. I played a little with partitioning and saw sometimes an error message, that the efi partition could not be mounted. Only once I saw the "newfs_msdos" message for some time. I prepared the partitioning within the 5.2 snapshot installation, then formatted all partions under my old 5.1, then I started the installation again and provided the proper mount points to the preformatted partitions. The default partition table was not suitable. It didn't provide an EFI partition and the file system was full before the installation finished. I succeeded with that partition table: Part Mount Size Newfs ---- ----- ---- ----- da1p1 / 1024MB UFS2 Y da1p2 swap 5120MB SWAP da1p3 /var 6144MB UFS2+S Y da1p4 /tmp 7168MB UFS2+S Y da1p5 /usr 7168MB UFS2+S Y da1p6 /opt 7168MB UFS2+S Y da1p7 /efi 940MB EFI Y Mounting the EFI partition as /boot failed. When the system started, I had to specify, where from to mount the root file system. When it came up, most of the partitions including swap were not mounted. # mount da1p1 on / (ufs, local, read-only) devfs on /dev (devfs, local) /dev/da1p7 on /efi (msdosfs, local) # cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/da1p7 /efi msdosfs rw 0 0 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 # pstat -s Device 1K-blocks Used Avail Capacity # FYI Joachim PS. I'm on holiday for a week -- Joachim Fehn Joachim.Fehn@fujitsu-siemens.com