Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2001 02:02:54 -0500
From:      "Mario Doria" <madd@tecdigital.net>
To:        "FreeBSD Questions" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: How to change the default bootup drive
Message-ID:  <002501c0f244$89f61e40$0a00a8c0@midgar>
References:  <Pine.LNX.4.30.0106111004320.29816-100000@spice.eahd.or.ug>

next in thread | previous in thread | raw e-mail | index | archive | help
For anyone interested in this thread...the boot loader did not boot the last
booted drive, it defaulted to the F1-designed OS.

Here's what I did:

Edited the file /boot/loader.conf

I added these two lines

rootdev="disk1s2a"
root_disk_unit="0"

The first one says to use the second partition, slice a of the first disk in
the system.
The second line defines the number of the first disk.

To everyone who posted their advice, many thanks, it sure helped find an
obscure webpage with a solution.


Mario Doria




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?002501c0f244$89f61e40$0a00a8c0>