Sponsored Content
Full Discussion: Using BootMAgic and FreeUSD
Top Forums UNIX for Dummies Questions & Answers Using BootMAgic and FreeUSD Post 6427 by escozooz on Tuesday 4th of September 2001 08:20:01 PM
Old 09-04-2001
Using BootMAgic and FreeUSD

I installed FreeBSD 4.3 today. I downloaded the ISO from the freeBSD.org and burned it. I got through the installation and opted not to install the BootManager.

I have BootMagic already and want to use it.

When I restart my computer I just end up starting Windows.
I went into BootMagic's config and added FreeBSD as an OS with no problem. I want to leave Windows as my default.

I dont know how BootMagic works but I assumed that it would give me some dialog to choose what OS I wanted to boot when I restarted my computer.

I was wrong.

Does anyone know how to make it so BootMagic works and lets me boot either OS.

And what is a full-proof way to start up FreeBSD, I only have the CD.

Please help I really want to get past all the details so I can start using UNIx. Thanks.
escozooz
 
KLDXREF(8)						    BSD System Manager's Manual 						KLDXREF(8)

NAME
kldxref -- generate hints for the kernel loader SYNOPSIS
kldxref [-Rdv] [-f hintsfile] path ... DESCRIPTION
The kldxref utility is used to generate hint files which list modules, their version numbers, and the files that contain them. These hints are used by the kernel loader to determine where to find a particular KLD module. A separate hint file is generated for each directory listed on the command line that contains modules. If no hint records are generated for a particular directory, no hint file is created, and the preexisting hint file (if there was one in that directory) is removed. The following options are available: -R Recurse into subdirectories. -d Do not generate a hint file, but print module metadata on standard output. -f hintsfile Specify a different name for the hints files than linker.hints. -v Operate in verbose mode. EXAMPLES
To build hint files for both standard and add-on modules: kldxref /boot/kernel /boot/modules To build hint files for all installed kernels: kldxref -R /boot SEE ALSO
kld(4), kldconfig(8), kldload(8), kldstat(8), kldunload(8) HISTORY
The kldxref utility first appeared in FreeBSD 5.0. AUTHORS
The kldxref utility was implemented by Boris Popov <bp@FreeBSD.org>. This manual page was written by Boris Popov <bp@FreeBSD.org> and Dag-Erling Smorgrav <des@FreeBSD.org>. BSD
October 9, 2001 BSD
All times are GMT -4. The time now is 07:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy