Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 2004 10:39:39 -0400
From:      John Baldwin <jhb@FreeBSD.org>
To:        freebsd-ia64@FreeBSD.org
Cc:        marcel@FreeBSD.org
Subject:   Re: 20040502 snapshot + Dell PE3250
Message-ID:  <200405061039.39687.jhb@FreeBSD.org>
In-Reply-To: <200405061012.25031.jhb@FreeBSD.org>
References:  <DF2929AADC696949827B93534462FBA13BC5A9@blrx2kmbgl202.blr.amer.dell.com> <20040505144849.GA21582@dhcp01.pn.xcllnt.net> <200405061012.25031.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 06 May 2004 10:12 am, John Baldwin wrote:
> On Wednesday 05 May 2004 10:48 am, Marcel Moolenaar wrote:
> > On Wed, May 05, 2004 at 02:00:17PM +0530, Muthu_T@Dell.com wrote:
> > > The /dev/da0p2 line shows negative numbers in 'Avail' column. Its
> > > capacity is 104%.
> > > Is this a bug? Or Am I missing something?
> >
> > The root file system is too small. Make it larger. You also need to
> > specify a mount point for the EFI partition so that the kernel gets
> > installed there. You cannot boot otherwise.
>
> No.  sysinstall only mounts /, it doesn't mount the other partitions.  The
> buggy code is in install.c in sysinstall where it does the newfs and mount
> bit since it doesn't check for top-level partitions being filesystems and
> swap, etc.  Also, there is _another_ bug that you can't create a filesystem
> for the remaining space.  sysinstall complains that the partition is too
> big. *sigh*  I'm going to try to work on at least the first bug today.

Actually, the second bug is a generic sysinstall/libdisk thing in that 
uncreated partitions aren't moved around to coalesce free space.  Anyways, 
there is a real second bug in that only EFI makes it into the 
generated /etc/fstab.  I have fixes for the two sysinstall bugs that I hope 
to test this afternoon.

> > The installer links /boot to /efi/boot, so you cannot mount the EFI
> > partition as /boot/efi. Set the mount point to /efi.
>
> It would be good to document this or better yet fix sysinstall to choose
> '/efi' as the default mount point for EFI.

Just a handy 'installation notes' from the ia64 platform page that says to 
choose a mount point for EFI != '/boot' would be good I think.

-- 
John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405061039.39687.jhb>