[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] qemu-system-ppc with older debian releases
From: |
Programmingkid |
Subject: |
Re: [Qemu-discuss] qemu-system-ppc with older debian releases |
Date: |
Fri, 25 Sep 2015 10:43:01 -0400 |
On Sep 25, 2015, at 7:16 AM, address@hidden wrote:
> Message: 1
> Date: Fri, 25 Sep 2015 13:16:23 +0200
> From: Thomas Schmiedl <address@hidden>
> To: address@hidden
> Subject: [Qemu-discuss] qemu-system-ppc with older debian releases
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
>
> Hello,
>
> I try to emulate MacOS 9.2 in mac-on-linux (mol) in linux-ppc in
> qemu-system-ppc. I used a self compiled qemu 2.4.0.1 in ubuntu 10.04 (32
> bit, intel), but it can't boot the installed debian sarge ppc (see
> attachment). The installation of debian sarge ppc was successful.
>
> for install:
> qemu-system-ppc -boot d -m 512 -L pc-bios/ -hda sarge-hdd.qcow2 -cdrom
> debian-31r8-powerpc-netinst.iso
>
> for boot after install:
> qemu-system-ppc -m 512 -L pc-bios/ -hda sarge-hdd.qcow2
>
> I wasn't able to compile the mol kernel modules in this system:
> https://people.debian.org/~aurel32/qemu/powerpc/debian_squeeze_powerpc_standard.qcow2.
>
> This project can be compiled only on 64 bit:
> http://c-obrien.org/qemu-os9/testing/
>
> Thanks for your help.
>
> Regards,
> Thomas
To boot Linux after the install, try adding "-boot c" to the command line
arguments.
A lot of people think it is very interesting you are trying to make Mac OS 9
run. If you succeed, could you post your information on how to do it here?