dingusdev / dingusppc

An experimental emulator
GNU General Public License v3.0
245 stars 30 forks source link

How to install mac os 9? #107

Open coolkids94 opened 2 months ago

coolkids94 commented 2 months ago

Hey, so I tried getting this working, it boots fine into the CD but when i finish installing it onto the HDD image it just gets stuck and doesnt progress, then it throws an "bus error, press shift to restart without extensions", so i tried restarting doing that but then it just freezes, i tried installing onto a 1gb empty DSK file. Im running the alpha windows build. if anyone knows how to help me boot into OS9 then let me know

dingusdev commented 2 months ago

The current workaround is to another emulator to initialize the disk and install to it, then use BlueSCSI to convert it to the correct format. Right now, we're refactoring disk image emulation before we attempt to fix this.

coolkids94 commented 2 months ago

The current workaround is to another emulator to initialize the disk and install to it, then use BlueSCSI to convert it to the correct format. Right now, we're refactoring disk image emulation before we attempt to fix this.

may i ask, what is the correct format?, also how do i convert the file?

dingusdev commented 2 months ago

It should have an Apple Partition Map at the beginning of the image. For me, the easiest way to find out if it formatted correctly is with a hex editor. As for converting the file, read up a little bit here.

dingusdev commented 1 month ago

So, I'll release a new alpha later this year, but it seems the past few fixes have allowed a successful installation: image

I had to do the following:

Although it does install successfully, trying to boot the installation crashes on a bus error message.