FB 9.1 boot loader problem in VirtualBox

Matthew Seaman matthew at FreeBSD.org
Sun Jan 6 11:55:59 UTC 2013


On 06/01/2013 11:19, jb wrote:
> Next problem:
> when I am logged out from FB, and I do (I tested it repeatedly)
> 
> Machine-Close-Power off the machine
> to cloce VM with FB, then on subsequent VM Start and FB reboot I get error
> msgs:
> ...
> Trying to mount root from ufs:/dev/ada0s1a [rw]...
> WARNING: / was not properly dismounted
> ...
> Starting file system checks:
> ** SU+J Recovering /dev/ada0s1a
> ...
> 
> but when I do
> Machine-Close-Send the shutdown signal
> there are no errors, just normal msgs:
> ...
> Trying to mount root from ufs:/dev/ada0s1a [rw]...
> ...
> Starting file system checks:
> /dev/ada0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS
> ...
> 

Ummm... what did you expect to happen?  'Machine-Close-Power off' is
essentially the same as ripping the power cord out of a physical
machine.  It's designed to stop the guest system no matter what: even if
the guest is trapped in so tight a loop it can't respond to anything else.

'Machine-Close-Send shutdown' is more like pressing the power button on
the front of most modern machines, in that what it does is signal the
guest OS to shut itself off and power down the system after that.  You
can achieve the same effect from within the guest OS by typing:

  shutdown -p now

'Machine-Close-Send shutdown' is what you want to use routinely.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 266 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20130106/0bd055af/attachment.sig>


More information about the freebsd-questions mailing list