From owner-freebsd-questions Tue Dec 10 9:47:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC4B937B401 for ; Tue, 10 Dec 2002 09:47:42 -0800 (PST) Received: from server2.fastmail.fm (ny2.fastmail.fm [66.111.4.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3992A43EBE for ; Tue, 10 Dec 2002 09:47:36 -0800 (PST) (envelope-from judmarc@fastmail.fm) Received: from server2.fastmail.fm (localhost [127.0.0.1]) by fastmail.fm (Postfix) with ESMTP id 70BFC16A9F; Tue, 10 Dec 2002 12:47:22 -0500 (EST) Received: from 127.0.0.1 ([127.0.0.1] helo=server2.fastmail.fm) by fastmail.fm with SMTP; Tue, 10 Dec 2002 12:47:22 -0500 Received: by server2.fastmail.fm (Postfix, from userid 99) id 635DF1B79A; Tue, 10 Dec 2002 12:47:22 -0500 (EST) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Jud" To: "Jerry McAllister" , "Sergey Niunco" Date: Tue, 10 Dec 2002 12:47:22 -0500 X-Epoch: 1039542442 X-Sasl-enc: j4dy6rghHyWqQaipnJU4xw Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Boot Menu question Message-Id: <20021210174722.635DF1B79A@server2.fastmail.fm> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 10 Dec 2002 09:26:21 -0500 (EST), "Jerry McAllister" said: > > > > Hello! > > > > When I start my system I have a choise of 2 OS's: > > > > F1: ??? > > F3: FreeBSD > > > > The question is how do i change "???" to "Win2000"? > > This is a frequent question, so there is a lot in the archives on it. > But, briefly, the boot manager was written before W2K (and W-XP, etc) > and so, doesn't have a name for them. It can boot them as long as > they use a "standard" boot sequence. It just doesn't know what to > call them. > > To change that, either you or someone else will have to modify the > boot manager code to add recognition of those, or you have to > install a different boot manager that knows about them. There > are several, some rather overblown. I see one called 'grub' > mentioned quite often, but haven't used it. > > It would be nice if someone who know something about the insides of > these things got around to adding recognition of W2K and W-XP and > maybe a couple of others hint hint hint. (But, I doubt that I will > ever learn enough or get around to it) The problem is that a number of operating systems use what Microsoft calls NTFS. Of course there are NT/W2K/XP. IBM's OS/2 uses the same filesystem and calls it HPFS. And I think QNX may use (or have used) this filesystem as well. So someone would have to allow for user-configurable choices or some sort of automagic determination of the "brand name" on the filesystem within the extremely restricted space available in the bootloader. Rather than spending overmuch time on this, the responsible committers have concentrated on making sure the bootloader does its fundamental job correctly. For those who would like the brand name of the filesystem to appear in the boot menu, a section of the FAQ at FreeBSD's web site outlines how this can be done with the NT bootloader, or as Jerry mentioned, Grub is available in ports. Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message