NanoBSD on VMware (no serial console)

Marten Vijn info at martenvijn.nl
Sun Sep 13 21:31:09 UTC 2009


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



More information about the freebsd-embedded mailing list