From owner-freebsd-small Sun Jan 14 7:16:14 2001 Delivered-To: freebsd-small@freebsd.org Received: from tao.org.uk (genesis.tao.org.uk [194.242.131.94]) by hub.freebsd.org (Postfix) with ESMTP id 4C78737B400 for ; Sun, 14 Jan 2001 07:15:56 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id 8AAB131B7; Sun, 14 Jan 2001 15:15:30 +0000 (GMT) Date: Sun, 14 Jan 2001 15:15:30 +0000 From: Josef Karthauser To: Alexander Prohorenko Cc: Luigi Rizzo , freebsd-small@FreeBSD.ORG Subject: Re: PicoBSD build problems Message-ID: <20010114151529.A93105@tao.org.uk> References: <20010113222758.A3015@extra.dp.ua> <200101140052.f0E0qH389942@iguana.aciri.org> <20010114163541.D19412@extra.dp.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010114163541.D19412@extra.dp.ua>; from white@extra.dp.ua on Sun, Jan 14, 2001 at 04:35:41PM +0200 Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 14, 2001 at 04:35:41PM +0200, Alexander Prohorenko wrote: > On Sat, Jan 13, 2001 at 04:52:17PM -0800, Luigi Rizzo wrote: > > > I'm experiencing problems building PicoBSD on 4.2-20001127-STABLE. > > > Everything was just fine on 4.1-STABLE, but something wrong happens now. > > that code assumes that you have done a make world. There are > > more recent versions (late december-early january) which fix that. > > I've tried another 4.2-STABLE and had no problems at all. Except the > following one :) > > How can I understand this and what can I do now? > > ==> Preparing 1440kB floppy filesystem... > 18 sectors per track > 1440+0 records in > 1440+0 records out > 1474560 bytes transferred in 0.210034 secs (7020577 bytes/sec) > Warning: Block size restricts cylinders per group to 6. > Warning: 1216 sector(s) in last cylinder unallocated > /dev/rvn0c: 2880 sectors in 1 cylinders of 1 tracks, 4096 sectors > 1.4MB in 1 cyl groups (6 c/g, 12.00MB/g, 64 i/g) > super-block backups (for fsck -b #) at: > 32 > MFS filesystem signature not found in kernel This needs a little work to fix in -current, and back to -stable. Recently the /boot/loader was removed from the PICOBSD build to free up space on the floppy image. This meant that we had to put the MFS filesystem back into the kernel, rather than use the loader to pull the image off the disk. The kernel needs an 'options MD_ROOT_SIZE X" adding to its config file before it builds, and the full mechansim to organise this hasn't been build into the ./build process yet. (We're working on it - patches welcome :O) Which picobsd build are you making? Have a look in the PICOBSD file in its directory and add an option, as above, if it's not there. The X stands for the memory file system size, and should be the same as you use in the ./build config screen. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message