Search found 68 matches

by UbuntuXP
Thu Jan 25, 2024 1:33 pm
Forum: SheepShaver
Topic: RasPi + Sheepshaver on Boot
Replies: 3
Views: 541

Re: RasPi + Sheepshaver on Boot

Wouldn't it easier to make a systemd user service instead of a system service and enable auto-login?
by UbuntuXP
Thu Oct 08, 2020 4:15 am
Forum: QEMU
Topic: Icons Conversion
Replies: 26
Views: 5030

Re: Icons Conversion

You probably need to add

Code: Select all

-rtc base=localtime
to your command line.
by UbuntuXP
Sat Jul 11, 2020 4:40 am
Forum: QEMU
Topic: Mouse locks up at end of boot on Mac OS 9.2 on a RaspberryPi
Replies: 11
Views: 3562

Re: Mouse locks up at end of boot on Mac OS 9.2 on a Raspber

@madreamer, you have to press the shift key when you see the happy mac until it says extensions off in order to boot in safe mode. This is due to Mac OS 9 not having a concept of boot arguments like Mac OS X.
by UbuntuXP
Fri Jul 10, 2020 8:44 pm
Forum: QEMU
Topic: Mouse locks up at end of boot on Mac OS 9.2 on a RaspberryPi
Replies: 11
Views: 3562

Re: Mouse locks up at end of boot on Mac OS 9.2 on a Raspber

Here's a couple of suggestions I got:
  • Try booting in safe mode and see if you can move the mouse after booting to desktop.
  • Constantly move the mouse during boot.
by UbuntuXP
Sat Jun 27, 2020 7:20 pm
Forum: QEMU
Topic: How to launch Mac OS X Puma on Linux ?
Replies: 25
Views: 9986

Re: How to launch Mac OS X Puma on Linux ?

Are you prefixing the command with "./"? In case you didn't know, adding the "./" prefix to a command tells the shell (typically bash) to execute the program in the current directory.
by UbuntuXP
Fri Jun 26, 2020 3:36 pm
Forum: QEMU
Topic: How to launch Mac OS X Puma on Linux ?
Replies: 25
Views: 9986

Re: How to launch Mac OS X Puma on Linux ?

Make sure you're in the QEMU Screamer source directory and run with:

Code: Select all

$ ./qemu-system-ppc $ARGS
by UbuntuXP
Sun May 31, 2020 3:12 pm
Forum: QEMU
Topic: Unable to boot to Mac OS 9.1 under Kali Linux
Replies: 13
Views: 4939

Re: Unable to boot to Mac OS 9.1 under Kali Linux

To successfully install Mac OS X DP1, the disk must be partitioned just right or the install CD won't recognize it (I think the installer "tags" the partition it installs to somehow). I don't remember if I had to partition the disk in Mac OS 9 or Mac OS X, but here's the list of partitions...
by UbuntuXP
Fri May 29, 2020 8:42 pm
Forum: QEMU
Topic: Unable to boot to Mac OS 9.1 under Kali Linux
Replies: 13
Views: 4939

Re: Unable to boot to Mac OS 9.1 under Kali Linux

It's been several months (maybe a year or two by now) since I first succeeded installing Mac OS X Developer Preview 1, so I've forgotten some details, but basically it boils down to manually preparing the disk you want to install Mac OS X DP1 on, and booting the Mac OS X Install CD with: boot cd:9,\...
by UbuntuXP
Wed Dec 11, 2019 3:49 pm
Forum: QEMU
Topic: Create Bootable iso
Replies: 3
Views: 2471

Re: Create Bootable iso

Just about any tool that can create iso files can make bootable iso files.
by UbuntuXP
Mon Sep 16, 2019 4:20 am
Forum: QEMU
Topic: Classic app hangs under Qemu 4.1, but not 4.0
Replies: 6
Views: 4265

Re: Classic app hangs under Qemu 4.1, but not 4.0

Can you try a test with a minimal number of emulation layers and see if it works? Specifically, try:

Mac 8-Core Physical Machine
macOS 10.14
Qemu 4.1
Mac OS X 10.4
Mac OS Classic 9.2.2
FileMaker Server 5.0v2
by UbuntuXP
Thu Jul 11, 2019 2:42 am
Forum: QEMU
Topic: Removable Disk switching while QEMU (Guest) is on
Replies: 3
Views: 2753

Re: Removable Disk switching while QEMU (Guest) is on

You can use the monitor prompt (accessible by pressing ctrl-alt-2) and enter the following command:

Code: Select all

change ide1-cd0 cd-image.iso
by UbuntuXP
Fri May 17, 2019 11:57 pm
Forum: QEMU
Topic: QEMU: boot fail
Replies: 12
Views: 7381

Re: QEMU: boot fail

Have you made any partitions yet? If not, then you'll need to make a partition table with GPT using gdisk and all the partitions you'll need (walkthrough here if you need it).
by UbuntuXP
Wed May 15, 2019 2:30 pm
Forum: QEMU
Topic: QEMU: boot fail
Replies: 12
Views: 7381

Re: QEMU: boot fail

Wait, you copied the HFS+ driver into the same folder as your disk image? You actually need to copy it into the first partition of your disk image to use it. This partition is known as the EFI System Partition, or ESP, and is formatted FAT32 at about 200-300 megabytes with partition code EF00.
by UbuntuXP
Wed May 15, 2019 5:09 am
Forum: QEMU
Topic: QEMU: boot fail
Replies: 12
Views: 7381

Re: QEMU: boot fail

If patching OVMF doesn't work, you might try and get an HFS+ driver loaded on the EFI System Partition.
by UbuntuXP
Sat Apr 20, 2019 5:43 am
Forum: QEMU
Topic: Guide on Installing DP1?
Replies: 10
Views: 8329

Re: Guide on Installing DP1?

If I remember correctly, these are the steps that'll work: 1. Make a bash script with the following contents and launch it (file names and formats may differ) #!/bin/bash qemu-system-ppc \ -g 800x600x32 \ -boot d \ -M g3beige \ -m 512M \ -cpu G3 \ -prom-env 'auto-boot?=true' \ -prom-env 'boot-args=-...
by UbuntuXP
Tue May 01, 2018 8:25 pm
Forum: QEMU
Topic: Mac OS X DP3 Install Problem
Replies: 19
Views: 10673

Re: Mac OS X DP3 Install Problem

Other than more powerful host hardware and increasing your virtual machine's ram to 512M, no. This is due to QEMU having to translate PowerPC instructions into x86. Honestly, it's amazing that it works at all. Glad I could help.
by UbuntuXP
Tue May 01, 2018 8:00 pm
Forum: QEMU
Topic: Mac OS X DP3 Install Problem
Replies: 19
Views: 10673

Re: Mac OS X DP3 Install Problem

You can boot Mac OS X by specifying it's partition number. The easiest way to find out Mac OS X partition number requires opening the disk image in a partitioning tool and listing partitions. So first, boot into single-user mode using your install disc. Once you're there, type in the following comma...
by UbuntuXP
Tue May 01, 2018 1:56 pm
Forum: QEMU
Topic: Mac OS X DP3 Install Problem
Replies: 19
Views: 10673

Re: Mac OS X DP3 Install Problem

Yes, if you have a Mac OS vm set up, just attach the disk image to that vm and format. Otherwise, you can use a Mac OS 9 or Mac OS X install disc and format from there.
by UbuntuXP
Tue May 01, 2018 4:13 am
Forum: QEMU
Topic: Mac OS X DP3 Install Problem
Replies: 19
Views: 10673

Re: Mac OS X DP3 Install Problem

I've not have any luck getting any of the developer previews to boot with a network adapter. You'll need to disable it with:

Code: Select all

-net none
by UbuntuXP
Tue May 01, 2018 2:58 am
Forum: QEMU
Topic: Mac OS X DP3 Install Problem
Replies: 19
Views: 10673

Re: Mac OS X DP3 Install Problem

Huh, that's odd. Mind comparing your command line with my shell script? #!/bin/bash qemu-system-ppc \ -g 800x600x32 \ -boot d \ -M mac99 \ -m 512M \ -cpu G3 \ -prom-env 'auto-boot?=true' \ -prom-env 'boot-args=-v' \ -net none \ -usb \ -device usb-mouse \ -device usb-kbd \ -drive file="MacOSX_de...
by UbuntuXP
Tue May 01, 2018 1:34 am
Forum: QEMU
Topic: Mac OS X DP3 Install Problem
Replies: 19
Views: 10673

Re: Mac OS X DP3 Install Problem

How long are you waiting for it to boot? IIRC it can take a few minutes to boot. You can enable verbose boot to get a better idea what's going on. If you don't know how to enable verbose boot, just add

Code: Select all

-prom-env 'boot-args=-v'
to your command line.
by UbuntuXP
Mon Apr 30, 2018 11:15 pm
Forum: QEMU
Topic: Mac OS X DP3 Install Problem
Replies: 19
Views: 10673

Re: Mac OS X DP3 Install Problem

Yes, though you might need to set your keyboard to usb so you can type the command.
by UbuntuXP
Sun Apr 22, 2018 5:28 pm
Forum: QEMU
Topic: Mac OS X DP3 Install Problem
Replies: 19
Views: 10673

Re: Mac OS X DP3 Install Problem

The problem is that the CD has two bootable partitions, the first one contains an (incompatible) Mac OS Classic bootstrap system, and the second one contains the main installer. You must disable autoboot and manually specify the second bootable partition. Add to your command line: -prom-env 'auto-bo...
by UbuntuXP
Sat Jun 17, 2017 1:48 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1133131

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

IIRC, GPU have to be emulated in the CPU, unless you passthrough a second GPU to the VM. Of course, with a passthrough GPU, the guest OS would have to support it and then it's not really emulated anyways.
by UbuntuXP
Tue Oct 18, 2016 3:12 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1133131

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

I've tried the Intel version of Rhapsody DR2 in QEMU, and even though it can detect both the hd and cdrom, it can't boot from the cdrom, resulting in a kernel panic. Drivers selected: Primary/Secondary(Dual) EIDE/ATAPI Device Controller (5.01) Terminal output: dma: command 10 not supported dma: comm...