Mac OS X 10.0

2»

Comments

  • it is supposed to be like this: on OS X 10.0, 10.1, and 10.2.
  • Why can't I run this on pearpc? Shall I try on powerpc?
  • @kubus7747

    PearPC only runs 10.1 to 10.4, use Qemu-system-ppc, it works fine.
  • @Valyria
    Hello, your command for running the installer in missing the syntax: ,via=pmu , after the -M mac99 argument.
  • Hello, MacOS can't find the qemu hard disk that i created. Any help is appreciated.
  • @MetalBasket4236
    QEMU's system emulating sometimes have problems with system chips & hard disks. use EmuGUI it can operate QEMU right for system chips and hard disks
    EmuGUI requirements:
    Python 3.10, Any other version will not work.
    Redist 2016/7 or newer
    QEMU Installed, No older than 2019 Version.
    2.3 GHz x64 CPU
    6GB RAM
    DirectX 10 or newer
  • @16bitOnNewTechnology
    please help i dont know which settings to enter in EmuGUI in the virtual machine creation
  • qemu is too complicated to use
  • @ProgressbarNOT40
    Qemu is not complicated, it's just copy and paste. Full step by step instructions are here:

    https://www.emaculation.com/doku.php/qemu
  • Does Sheepshaver support 10.0, and if yes, how far into the X does it go into?
  • @kubus7747
    No, Sheepshaver will only run up to Mac OS 9.0.4. To run 10.0 you'll have to use Qemu-system-ppc.
  • Hi. When trying to run 10.0.4K78 with qemu-system-ppc, it would hang on the boot screen. When trying with verbose mode, it hangs on "/etc/master.passwd: Permission denied".
    Here are the commands that I ran:
    qemu-img create mydrive.img 2G
    qemu-system-ppc -L pc-bios -boot d -M mac99 -m 512 -prom-env "boot-args=-v" -hda mydrive.img -cdrom osx_100_4k78_install.iso
    Would anyone know how to fix this?
  • edited May 22
    @RASTIQ

    I've just tested it in qemu-system-ppc on Windows 10 with these commands/batch files and it installs fine.

    qemu-img.exe create -f raw -o size=2G myhd.img

    qemu-system-ppc.exe ^
    -L pc-bios ^
    -M mac99 ^
    -m 512 ^
    -display sdl ^
    -boot d ^
    -drive file=osx_100_4k78_install.iso,format=raw,media=cdrom ^
    -drive file=myhd.img,format=raw,media=disk





  • @jonirob
    Update: the issue maybe comes from the fact that I'm running qemu-system-ppc on Debian GNU/Linux. When I tested the same commands on Windows it booted normally.
    I created a post on E-Maculation for this issue.
  • Hey Guys, Anyone Got Qemu Code That Can Emulate MacOS X (10.0) on a windows 10 device?
  • @macospleaseinstall

    qemu-img.exe create -f raw -o size=2G myhd.img

    qemu-system-ppc.exe ^
    -L pc-bios ^
    -M mac99 ^
    -m 512 ^
    -display sdl ^
    -boot d ^
    -drive file=osx_100_4k78_install.iso,format=raw,media=cdrom ^
    -drive file=myhd.img,format=raw,media=disk
  • edited July 17
    @jonirob

    this code works perfecty, i was just using the 10.0.4.4S10 Iso Instead Of the 10.0.4K78 therefore why it didnt work.
    But it Appears I cant Get My Hard Drive To Be Recognised By MacOS 10.0
  • @macospleaseinstall

    Just close Qemu and re-start, it usually fixes that issue.
Sign In or Register to comment.