Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2002 07:00:00 -0600
From:      "Mike Meyer" <mwm-dated-1016456400.8dd5bc@mired.org>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: booting from extended partition
Message-ID:  <15503.19792.322463.709200@guru.mired.org>
In-Reply-To: <20020313135814.A2165@bsag.ch>
References:  <20020313113309.A3437@bsag.ch> <15503.17117.87903.17181@guru.mired.org> <20020313135814.A2165@bsag.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
Hanspeter Roth <hanspeter_roth@hotmail.com> types:
>   On Mar 13 at 06:15, Mike Meyer spoke:
> > Grub doesn't make the last selected choice the default by default; you
> > have to do it in the boot entry in the menu with the "savedefault"
> Tank you. This is what i've been looking for!

You're welcome. Twice, as I wrote the code that implements that.

> > title FreeBSD-stable
> > savedefault
> > root (hd0,1,a)
> > makeactive
> > kernel /boot/loader
> Is `kernel /boot/loader' better with FreeBSD than `chainloader +1'?
> (I sometimes map in another BSD on the forth partition.)

Using /boot/loader skips the need for a boot block on the
partition. Other than that, I don't think there's any difference.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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