my mac bootdisk is locked :-(, help please

Hex Star hexstar at gmail.com
Sun Apr 17 19:51:19 MDT 2005


oops, well turns out I had a unnessecary second entry for the mac
bootdisk which was causing it to be mounted twice which explains why
it was 'locked'....mol now starts with MacOS X successfully but I
still have a problem :-(...how do I make the mol session just a window
and not full screen...I've tried changing enable_console_video:	yes to
enable_console_video:	no in molrc.video which made it a window but the
resolution was something like 8 colors and everything was off
centered....is there any specific way to make the sessions windows
while keeping the full resolution? any help is greatly appreciated,
thanks!

oh and just in case it's needed, here's my full molrc.video file contents:

# -*- perl -*- (for emacs syntax coloring)
#
# Mac-on-Linux video configuration
#


# ----------------------------------------------------------------------
# Startup Resolution (this is used as a hint only)
# ----------------------------------------------------------------------
#	

resolution:		640/480/75	# width/height/Hz
depth:			32		 


# ----------------------------------------------------------------------
# X11 Settings
# ----------------------------------------------------------------------
#
#	Some config options: 
#
#		xdisplay:		remote.host:0.0
#		use_backing_store:	yes/no
#
#	Backing store is primarily useful if the X-connection is remote.
#	Note: X11-video is not as fast as full-screen video.

enable_xvideo:		yes


# ----------------------------------------------------------------------
# Fullscreen (Console/fbdev) Settings
# ----------------------------------------------------------------------
#
#	The tool 'molvconfig' is used to configure the fullscreen mode.
#
#	Some config options:
#
#	    vt:		9		# VT-number to use
#	    gamma:	1.0		# gamma (parameter between 0.1 and 1.0)
#	    gamma:	1.0 1.0 1.0	# gamma (r,g,b)
#
#	Ctrl-Cmd-Space switches back to the orignal VT

enable_console_video:	yes

start_on_console:	no		# switch to console initially
autoswitch_console:	yes		# allow automatic switching to console

#fb_modes:		/etc/fb.modes	# extra video modes for molvconfig


# ----------------------------------------------------------------------
# XDGA (X11 fullscreen) Settings
# ----------------------------------------------------------------------
#
#	At startup, all available XDGA modes are listed. Unfortunately,
#	some of the modes might be broken (depending on the video card
#	and the XFree86 version).
#
#	By default, MOL uses just a single mode with high
#	probability of working. However, it is possible to manually
#	specify multiple modes. For instance
#
#	    xdga_modes:		3 5 9		
#
#	instructs MOL to use mode 3, 5 and 9.
#
#	Cntrl-Cmd-Space leaves XDGA mode and switches back to X

enable_xdga_video:	no


# ----------------------------------------------------------------------
# VNC Settings
# ----------------------------------------------------------------------
#
#	For VNC information, visit http://www.uk.research.att.com/vnc/
#

enable_vncvideo:	no	# Enable the VNC server
vnc_port:  		5900	# port to use for VNC


On 4/17/05, Hex Star <hexstar at gmail.com> wrote:
> Ok, well I've decided to try running mol and so far have had no luck
> :-(. I have just installed YDL4.0 and run yum, run the mol video
> config app and configured the mount points which looks like:
> 
> # -*- perl -*- (for emacs syntax coloring)
> #
> #  /etc/mol/molrc.osx
> #
> #  Mac-on-Linux master configuration file for MacOS X booting
> #
> 
> #------------------------------------------------------------------------------
> # Parse other config files (these files are in /etc/mol/)
> #------------------------------------------------------------------------------
> 
> include         ${etc}/molrc.video      # video configuration
> include         ${etc}/molrc.input      # mouse and keyboard
> include         ${etc}/molrc.net        # networking
> include         ${etc}/molrc.sound      # sound
> 
> #------------------------------------------------------------------------------
> # Misc Settings
> #------------------------------------------------------------------------------
> 
> ram_size:               96
> disable_altivec:        no
> 
> #------------------------------------------------------------------------------
> # OS X Volumes
> #------------------------------------------------------------------------------
> #
> #       Volumes to be mounted in MacOS X are specified through the
> #       blkdev keyword:
> #
> #               blkdev:         <device>   [flags]
> #
> #       where <device> can be a complete disk (/dev/hda), a single
> #       partition (/dev/hda7) or a disk image.
> #
> #       The following flags are supported
> #
> #               -rw/-ro         read-write / read-only [default]
> #               -force          force usage of device (be careful!)
> #               -boot           boot from this disk
> #               -boot1          boot from this disk (ignore other -boot flags)
> #               -whole          export the entire device (including
> #                               any non-HFS partitions). BE CAREFUL!
> #               -cd             CDROM/DVD
> #
> #       MOL will boot from CD if it invoked through 'startmol -X --cdboot'.
> 
> blkdev:                 /dev/cdrom      -cd ${cdboot}
> 
> ifempty ${altconfig} {
>     # default configuration
>     blkdev:             /dev/hda        -rw
>     blkdev:             /dev/hdb        -rw
>     blkdev:             /dev/sda        -rw
>     blkdev:             /dev/sdb        -rw
>     blkdev:             /dev/hda3       -boot -rw
> 
> } else {
>     # alternate configuration
>     blkdev:             /tmp/osx.image  -rw
>     #blkdev:            /dev/loop0      -rw
> }
> 
> #------------------------------------------------------------------------------
> # SCSI configuration (also relevant for IDE CDs and other SCSI-like devices)
> #------------------------------------------------------------------------------
> #
> # By default, MOL automatically scans for non-harddisk type SCSI devices.
> # If only specified SCSI devices are to be used by mol, change the
> # the autoprobe setting below.
> #
> # Note: IDE, firewire and USB devices typically show up as SCSI devices.
> 
> autoprobe_scsi:         yes
> 
> # If SCSI autoprobing is disabled then devices must be exported manually
> 
> #scsi_dev:              "0:0:0"         # host/channel/id
> #scsi_dev:              "1:0:0"         #
> 
> #------------------------------------------------------------------------------
> # USB Configuration
> #------------------------------------------------------------------------------
> #
> # Generic USB support. Devices that are _not_ claimed by specific
> # USB drivers are seen by MOL. Note: Make sure the kernel is compiled
> # with 'Preliminary USB device filesystem' support. Also, for best effect,
> # turn off drivers for specific USB devices (like 'USB Scanner support').
> 
> enable_usb:             yes
> 
> however when I do as myself or root startmol -X I do get tux hugging a
> apple and the rotating icon below but mol quickly quits, I then can
> find in the terminal this error:
> 
> ------> The volume '/dev/hda3' is locked
>     Unembedded HFS+ /dev/hda3                       <read-only>  14179 MB BOOT
> 
> which I'd assume most likely is what is causing mol to suddenly quit
> (can't seem to find any other errors...)? how do I unlock the
> partition so I can boot mol? MacOS X runs fine when not running from
> within YDL...also one last thing, how do I make it so mol runs in a
> window and not fullscreen? any help is greatly appreciated, thanks in
> advance!
> 
> - hexstar
> 
> --
> my website: http://www.johnscompany.net, premium hosting and much much
> more coming soon so check back often...the topsites and guestbook is
> back! check out johnscompany.net for more info
> 


-- 
my website: http://www.johnscompany.net, premium hosting and much much
more coming soon so check back often...the topsites and guestbook is
back! check out johnscompany.net for more info


More information about the mol-general mailing list