Date: Wed, 21 Sep 2005 10:22:57 -0700 From: garys@opusnet.com (Gary W. Swearingen) To: K Wieland <kwieland@wustl.edu> Cc: freebsd-questions@freebsd.org Subject: Re: Dual boot solution Message-ID: <m6mzm68he6.zm6@mail.opusnet.com> In-Reply-To: <2cdb8d1853d56424121c721237176f90@wustl.edu> (K. Wieland's message of "Wed, 21 Sep 2005 09:29:20 -0500") References: <2cdb8d1853d56424121c721237176f90@wustl.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
K Wieland <kwieland@wustl.edu> writes: > If anyone could add to this I would be interested. I suppose that you say > Even if you choose not to alter the MBR. because of the last install menu item below { { "BootMgr", "Install the FreeBSD Boot Manager", { "Standard", "Install a standard MBR (no boot manager)", { "None", "Leave the Master Boot Record untouched", (from src/release/sysinstall/menus.c) That last one is clearly misleading, even if it is in the context of picking a boot manager, because later "fdisk" operations are certainly able to change the MBR's primary partition table, including the "active" bits that gave you trouble. I'll try to get the menu items changed to something like: { { "BootMgr", "Install the FreeBSD interactive boot manager", { "Standard", "Install the FreeBSD non-interactive boot manager", { "None", "Don't Install any boot manager", If you'd like, you could file a formal PR about this (and CC me, please) and maybe someone will beat me to it.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m6mzm68he6.zm6>