Tiger not installing on mol 0.9.7.

Luke Yelavich <[email protected]>
Newsgroups gmane.linux.ports.ppc.mol.general
Message-ID <[email protected]>
Hi all
I am attempting to install tiger onto a partition using mol 0.9.7 on 
Debian unstable. I have attached my mol output, as well as my molrc.osx 
configuration file. I have tried the following:

* Patched the source with the largefile support, and tiger patch from 
the archives.
* Replaced the bootx file with the newer version, again mentioned in the 
archives.

I am attempting this on a B&W G3 300Mhz, with 640MB RAM. The debug 
messages at the end of the log file have been drastically truncated, as 
they keep on being spat whenever I try to boot from the tiger DVD. I 
also only see the colourful apple-like logo, nd nothing else in nthe 
newly created VT for the display.

Suggestions welcome.
-- 
Luke Yelavich
GPG key: 0xD06320CE 
	 (http://www.themuso.com/themuso-gpg-key.txt)
Email & MSN: [email protected]
ICQ: 18444344

_______________________________________________
mol-general mailing list
[email protected]
http://lists.maconlinux.org/mailman/listinfo/mol-general
mol.log (text/plain, 2.1 KB)
Mac-on-Linux 0.9.70 [Sep 22 2005 13:04]
Copyright (C) 1997-2004 Samuel Rydh
Starting MOL session 1
Running in PowerPC 750 mode, 256 MB RAM
Timebase: 24.93 MHz, Bus: 99.73 MHz, Clock: 300 MHz
Using USB mouse on /dev/input/mice
OHCI USB controller registered 
Could not connect to X server 
Fullscreen video on VT 8.
Could not open '/var/lib/mol/console.kbd'
Video driver(s): [console_video] 

     640* 480, depth 8,15,32   { 59.9, 72.1, 74.9, 89.9, 99.7, 116.6 } Hz
     800* 600, depth 8,15,32   { 56.2, 60.3, 70.0, 72.1, 74.9, 89.9, 94.8, 99.9 } Hz
    1024* 768, depth 8,15,32   { 0.0, 60.0, 70.0 } Hz
    1024* 768, depth 8,15   { 74.8 } Hz
    1024* 768, depth 8,15,32   { 75.0 } Hz
    1152* 768, depth 8,15,32   { 54.7 } Hz
    1152* 864, depth 8,15,32   { 59.9 } Hz
    1280* 854, depth 8,15,32   { 60.0 } Hz
    1280*1024, depth 8,15,32   { 60.0, 60.0 } Hz
    1600*1200, depth 8,15,32   { 59.9 } Hz

Autoswitching to console
ALSA sound driver (device 'default')
ALSA: failed to setup mixer
MOL SCSI controller registered

    [SCSI auto-probing disabled]


    <No SCSI Devices>

    CD   /dev/cdrom       CD-ROM         <read-only>   ------ BOOT1
----> /dev/hdc6 is not a HFS disk (use -force to override)


>> ==================================================
>> MacOS X Boot Loader 0.9.70 [96MB memory map patch]
>> Candidate boot volume: /mol-blk@0/disk@0:3
>> /mol-blk@0/disk@0:3,\mach_kernel (4313028 bytes)
>> /mol-blk@0/disk@0:3,\System\Library\Extensions.mkext
>> ==================================================

RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
RVEC-DEBUGGER <1882>
molrc.osx (text/plain, 2.7 KB)
# -*- 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:		256
disable_altivec:	yes


#------------------------------------------------------------------------------
# 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}
blkdev:			/dev/hdc6	-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:		no

# 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
signature.asc (application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDMkqZjVefwtBjIM4RAtIUAKDHUApL0cP612IlySk4hiMMHqWSnwCeIh7Z
XfKcri0XEfXsFiXjqGJX4w4=
=Ly4x
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.