From owner-freebsd-alpha Thu Nov 5 06:07:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15888 for freebsd-alpha-outgoing; Thu, 5 Nov 1998 06:07:38 -0800 (PST) (envelope-from owner-freebsd-alpha@FreeBSD.ORG) Received: from nomis.simon-shapiro.org (nomis.simon-shapiro.org [209.86.126.163]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA15879 for ; Thu, 5 Nov 1998 06:07:36 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 20862 invoked by uid 1000); 5 Nov 1998 15:11:16 -0000 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199811050726.XAA00484@dingo.cdrom.com> Date: Thu, 05 Nov 1998 10:11:16 -0500 (EST) X-Face: (&r=uR0&yvh>h^ZL4"-TH61PD}/|Y'~58Z# Gz&BK'&uLAf:2wLb~L7YcWfau{;N(#LR2)\i.l8'ZqVhv~$rNx$]Om6Sv36S'\~5m/U'"i/L)&t$R0&?,)tm0l5xZ!\hZU^yMyCdt!KTcQ376cCkQ^Q_n.GH;Dd-q+ O51^+.K-1Kq?WsP9;cw-Ki+b.iY-5@3!YB5{I$h;E][Xlg*sPO61^5=:5k)JdGet,M|$"lq!1!j_>? $0Yc? Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: Mike Smith Subject: Re: attempting to install 10/31 snapshot on a Noname Cc: freebsd-alpha@FreeBSD.ORG, Mike Haertel Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mike Smith, On 05-Nov-98 you wrote: > > So I downloaded the 10/29 snapshot, and made the necessary > > boot floppies. After some difficulties with preparing > > a floppy for mfsroot.gz (during which I discovered that > > the FreeBSD kernel will happily boot using the old NetBSD > > root file system, and run at least some NetBSD binaries--so > > I know the kernel works well enough to load and run user > > programs off the hard disk on this machine), I managed > > to get it to load the mfsroot image and drop into the > > FreeBSD install screen. Exceedingly cool! But is it > > really supposed to be red? Anyway... > > No, it's not, and this is a symptom. > > > Problem: the install menu is completely non-responsive > > to keyboard input at this point. > > Yes, we know about this. No, we don't know (yet) what's wrong, but > current suspicion is that it's 64-bit uncleanliness in either ncurses > or libdialog. The console driver is fine, and if you reboot a couple > of times, you'll probably come up one time and work. I found that switching to the release of the 31st, rather than the 29th cured this particular problem. As to the mfsroot floppy, I found out that this mad formula works rather well, every time: * When you dd the kernel.flp, make TWO floppies. * Mark one correctly, and put aside. * Leave the second one in the drive and do: mount /dev/fd0 /mnt rm -rf /mnt/* cp mfsroot.gz /mnt umount /mnt sync;sync;sync In other words; The disklabel and newfs operations documented are somehow wrong for this floppy. the filesystem created by the boot/kernel floppy image preparation is correct. Also, Do NOT forget to fix the bootability after tihe install is done. This has been documented by (at least) Doug anmd Mike and summarized by myself. Simon Who finally can offer some help to others! Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message