loader.conf problem
Jason Helfman
jhelfman at e-e.com
Wed Apr 28 22:35:02 UTC 2010
On Apr 28, 2010, at 2:26 PM, Paul A. Procacci wrote:
> Gents,
>
> I recent build of FreeBSD8-STABLE (amd64)is not parsing /boot/loader.conf
> properly. While the machine boots I am getting the following error:
>
>> \
> \: unknown command
> \
> --
>
> This is right before it loads the kernel. I was wondering if anyone else is
> running into such problems or knows which source files I can examine to see
> where the problem might be?
>
> A side effect of this is that my modules that I'd like to be loaded aren't
> being loaded.
>
> Thanks,
> --
> Paul A. Procacci
> Manager, UNIX Support Services
> Datapipe Managed Global IT Services
> 1.201.792.4847 (international)
> 1.888.749.5821 (toll free)
>
> This message may contain confidential or privileged information. If you are not the intended recipient, please advise us immediately and delete this message. See http://www.datapipe.com/about-us-legal-email-disclaimer.htm for further information on confidentiality and the risks of non-secure electronic communication. If you cannot access these links, please notify us by reply message and we will send the contents to you.
> _______________________________________________
> freebsd-stable at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
When the system boot, go to the loader prompt.
Type:
unload
Type:
load /boot/kernel/kernel
Then load in your modules in with the same process.
Finally, type:
boot
You can then look at your loader.conf and diagnose any issue that might be in it, or file a bug if there is really something wrong.
Hope this helps!
>
More information about the freebsd-stable
mailing list