From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0yEq-0000Zp-GD for qemu-devel@nongnu.org; Mon, 23 Nov 2015 16:01:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0yEp-0002ZG-K6 for qemu-devel@nongnu.org; Mon, 23 Nov 2015 16:01:28 -0500 Message-ID: <56537E64.5070100@ilande.co.uk> Date: Mon, 23 Nov 2015 21:00:20 +0000 From: Mark Cave-Ayland MIME-Version: 1.0 References: <898E5F5D-EC63-4FC2-A1CC-5F5AEE1D5708@gmail.com> <564249E4.8000604@ilande.co.uk> <564380D5.9050401@ilande.co.uk> <27CBEB2D-071F-424B-B837-93F767CBE6B6@gmail.com> <5643B3D3.1030907@fgznet.ch> <08BF37A4-20D2-4A34-BC26-17B199A160E7@gmail.com> <9C20BDB0-7458-44E8-B3DC-AABD88FE72DB@gmail.com> <20151120033338.GA1554@gate.crashing.org> <5650645E.1070205@ilande.co.uk> <5651ADDD.1020508@ilande.co.uk> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [OpenBIOS] [Qemu-ppc] CUDA has problems with Mac OS 10.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: qemu-devel qemu-devel , BALATON Zoltan , "qemu-ppc@nongnu.org list:PowerPC" , Andreas Tobler , Alfonso Gamboa , The OpenBIOS Mailinglist On 22/11/15 17:39, Programmingkid wrote: >>>> Hi Alfonso, >>>> >>>> Has there been any progress at all as to which extensions may be causing >>>> the crashes? >>> >>> Remove these extensions from the Extensions folder and Mac OS 9 will boot to the desktop: >>> >>> Apple Audio Extension >>> Apple Enet >>> Multiprocessing folder >>> Open Transport aslm modules >>> Text Encoding Converter >>> >>> Note: I used Cormac's Mac OS 9.2.1 iso file to do my testing. >> >> Now this is definitely helpful. Just to confirm that the presence of any >> *one* of these modules causes boot to fail? > > Yes. That is correct. I've just done some testing here on my 9.2.2 ISO and I've found the following: - Removing "Apple Audio Extension" appears to prevent some kind of corruption which allows MacsBugs to give non-corrupt stack traces - The resulting stack trace points at "AINI 8042 05AE Startup ASLM PPC" - Further removing "Open Transport ASLM Modules" allows boot to proceed nearly all the way except for a hang just before the progress bar reaches the end - Finally removing "Multiprocessing" allows boot to proceed all the way to the desktop Alfonso/John can you confirm whether removing these 3 extensions works for your images too? If you are able to run the OS 9 installer all the way through and manually mount the hd images to remove them by hand before the next boot, do you end up with a bootable OS 9 HD image? ATB, Mark.