Talk:Mac OS X Cheetah build 1W2

I tried installing this build with QEMU, i left it alone and the progress bar at OOBE had no difference. Any help? ClassicMacOSGuy1067 (talk) 01:56, 1 March 2023 (UTC)

Oh, and here are my commands below: Create the disk: qemu-img create -f raw -o size=4G MacOS10srv.img

Run Mac OS 9.1 to partition the HDD: qemu-system-ppc -L pc-bios -boot d -M mac99,via=pmu -m 512 -sdl -drive file=macos_91_ppc.iso,format=raw,media=cdrom -drive file=MacOS10srv.img,format=raw,media=disk

Run the install: qemu-system-ppc -L openbios-ppc -boot d -M mac99 -m 512 -cpu g4 -prom-env 'auto-boot?=true' -prom-env 'vga-ndrv?=true' -drive file=1W2.iso,format=raw,media=cdrom -drive file=MacOS10srv.img,format=raw,media=disk -rtc base=2001-03-31,clock=vm -device adb-mouse -device adb-keyboard -sdl

Boot the machine: qemu-system-ppc -L openbios-ppc -boot c -M mac99 -m 512 -cpu g4 -prom-env 'auto-boot?=true' -prom-env 'vga-ndrv?=true' -drive file=1W2.iso,format=raw,media=cdrom -drive file=MacOS10srv.img,format=raw,media=disk -device adb-mouse -device adb-keyboard -rtc base=2001-03-31,clock=vm -net none -sdl --ClassicMacOSGuy1067 (talk) 02:00, 1 March 2023 (UTC)

Encountered this known bug too; you need to go to the Apple menu, open System Preferences, open the help, search for Terminal so you can open it, then run touch /var/db/.AppleSetupDone. Source. BF10 (talk) 03:21, 1 March 2023 (UTC)