Date: Sun, 13 Sep 2009 23:12:25 +0200 From: Marten Vijn <info@martenvijn.nl> To: Ask =?ISO-8859-1?Q?Bj=F8rn?= Hansen <ask@develooper.com> Cc: freebsd-embedded@freebsd.org Subject: Re: NanoBSD on VMware (no serial console) Message-ID: <1252876345.19468.12.camel@mvn-desktop> In-Reply-To: <EF8891DD-7146-4A77-BBA8-6E9C6CF5AC13@develooper.com> References: <32CA43D9-7E99-46FA-80E2-9819E9E0387E@develooper.com> <EF8891DD-7146-4A77-BBA8-6E9C6CF5AC13@develooper.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2009-09-13 at 13:29 -0700, Ask Bjørn Hansen wrote:
> On Sep 13, 2009, at 12:46, Ask Bjørn Hansen wrote:
>
> [booting nanobsd on vmware]
> > What do I need to do to make it work with either a regular monitor
> > or the serial port if there's no keyboard/monitor?
> >
> > For boot0cfg I use boot0sio, do I need to make two separate images
> > just to have different boot loaders?
> >
> > I also have
> >
> > hint.atkbdc.0.disabled="1"
>
> I changed boot0sio to boot0 and disabled made loader.conf have
> hint.atkbdc.0.disabled="0" and now I get the choice of which NanoBSD
> partition to boot, but it freezes after showing "\" on the next line.
>
> Any ideas?
make sure cust_comconsole is not switched on by
customize_cmd cust_comconsole
+ check and change these vars:
NANO_BOOT0CFG="-o packet -s 1 -m 3"
NANO_BOOTLOADER="boot/boot0sio"
to your needs by make your config file and call this with
nanobsd.sh -c your file.cfg
optionally consider options -b or -k or -w, run nanobsd.sh -h for help.
and/or consider this path on nanobsd.sh
574c574
< echo " -h" > ${NANO_WORLDDIR}/boot.config
---
> echo " -D" > ${NANO_WORLDDIR}/boot.config
see:
man boot.config
man boot
Hope i helps.
cheers
Marten
>
>
> - ask
>
--
this email is sent from my mainframe.....
http://martenvijn.nl Sugar on a Stick
http://bsd.wifisoft.org/nek/ The Network Event Kit
http://opencommunitycamp.org 26th Jul - 2nd August
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1252876345.19468.12.camel>
