adespoton / utmconfigs

Config files for booting Mac OS 9 and OS X on UTM emulator
The Unlicense
348 stars 21 forks source link

Cannot boot 10.9 #7

Open shlyakpavel opened 2 years ago

shlyakpavel commented 2 years ago
image

Latest UTM on m1 MacBook Air. The image was downloaded from the recommended URL (https://archive.org/download/os-x-mavericks-installer-app/10.9%20Mavericks.dmg) and converted with createinstalliso running with Rosetta 2.

shlyakpavel commented 2 years ago

10.8 boots! image

tbussmann commented 2 years ago

I'm experiencing the same issue. Tried ISOs made from 10.9.5 and 10.9.4 installers w/o luck.

Next attempt was to install 10.8.5 and update that in-place. Unfortunately, this failed with an error "Could not find intallation information for this machine" after it "verified the computer's eligibility with Apple" online. The installer refused to work when the network was disabled. Despite these old installers not being signed, I even tried to reset the date with not luck.

I was finally able to get a running Mavericks VM by converting the disk of a VM installed with VMware Fusion on a Intel mac to qcow2 format and put that into the OS X 10.9 UTM template from this repo.

But I'm still wondering why it won't boot the installer ISOs...

adespoton commented 2 years ago

Next time I get a chance, I’ll re-do my 10.9 install and see what hoops I needed to jump through; it was definitely the most difficult one to get booting (other than 10.6 which I’m still unable to boot).I do know that I needed to change the date once I got to the initial install screen, but I’ve never had issues booting my iso to that point.  I may have to break down and submit that image to IA for preservation if others are struggling this much to get a usable one.I found that creating the image from the app failed to create a viable install in a number of interesting ways before I finally sorted out the method in the config notes.-Em On Sep 16, 2022, at 8:33 AM, Tobias Bussmann @.***> wrote: I'm experiencing the same issue. Tried ISOs made from 10.9.5 and 10.9.4 installers w/o luck. Next attempt was to install 10.8.5 and update that in-place. Unfortunately, this failed with an error "Could not find intallation information for this machine" after it "verified the computer's eligibility with Apple" online. The installer refused to work when the network was disabled. Despite these old installers not being signed, I even tried to reset the date with not luck. I was finally able to get a running Mavericks VM by converting the disk of a VM installed with VMware Fusion on a Intel mac to qcow2 format and put that into the OS X 10.9 UTM template from this repo. But I'm still wondering why it won't boot the installer ISOs...

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

GBirkel commented 8 months ago

I got this to work, but you're not going to like the method...

  1. Start with a UTM install of 10.7 built according to the config at https://github.com/adespoton/utmconfigs/blob/main/README.md (Getting 10.7 up and running is left as an exercise to the reader.)
  2. Start file sharing, connect to it from your host OS via AFP, and copy on an "Install OS X Mavericks.app" downloaded in 2014 that installs 10.9.2 . (I told you... You wouldn't like it!)
  3. Download the 10.9 UTM configuration from the same place above https://github.com/adespoton/utmconfigs/blob/main/README.md
  4. Open it up and switch the network interface to "Intel Gigabit Ethernet". Save, and close UTM.
  5. "Show contents" on the .utm package for the 10.7 and the 10.9 configs, and manually copy the disk-0.qcow2 from the 10.7 image to the 10.9 image, overwriting it.
  6. Boot this new 10.9 monstrosity. It will launch OS X 10.7 of course, but using the EFI files in the 10.9 configuration.
  7. Use terminal inside the machine to set the date back to 2014
  8. Run the installer for 10.9
  9. After a reboot/install, switch the network interface from "Intel Gigabit Ethernet" to "usb-net" and press the button to randomize the MAC address.
  10. Boot again. Things working OK? Good for you.
  11. Download the 10.9.5 Mavericks combo update from https://support.apple.com/kb/DL1760?viewlocale=en_US&locale=en_US
  12. Add it to the read-only IDE device #2 in the config
  13. Boot the machine
  14. Install that update

It will reboot. It will possibly crash upon reboot. This may happen several times during these various steps in fact. Just close the machine, and try again. It will also ask you to log in to iCloud. I advise against it. :D

In the end, you will have a machine capable of running Software Update in its App Store. From that you can install Safari 9.1.3, various security updates, etc.

adespoton commented 8 months ago

Definitely a doable route if you can’t get your hands on a 10.9 iso.It does require that you have already “purchased” 10.9 in the app store, as Apple won’t make it available to people who haven’t already downloaded it before.-Em On Jan 26, 2024, at 10:07 PM, Garrett Birkel @.***> wrote: I got this to work, but you're not going to like the method...

Start with a UTM install of 10.7 built according to the config at https://github.com/adespoton/utmconfigs/blob/main/README.md (Getting 10.7 up and running is left as an exercise to the reader.) Start file sharing, connect to it from your host OS via AFP, and copy on an "Install OS X Mavericks.app" downloaded in 2014 that installs 10.9.2 . (I told you... You wouldn't like it!) Download the 10.9 UTM configuration from the same place above https://github.com/adespoton/utmconfigs/blob/main/README.md Open it up and switch the network interface to "Intel Gigabit Ethernet". Save, and close UTM. "Show contents" on the .utm package for the 10.7 and the 10.9 configs, and manually copy the disk-0.qcow2 from the 10.7 image to the 10.9 image, overwriting it. Boot this new 10.9 monstrosity. It will launch OS X 10.7 of course, but using the EFI files in the 10.9 configuration. Use terminal inside the machine to set the date back to 2014 Run the installer for 10.9 After a reboot/install, switch the network interface from "Intel Gigabit Ethernet" to "usb-net" and press the button to randomize the MAC address. Boot again. Things working OK? Good for you. Download the 10.9.5 Mavericks combo update from https://support.apple.com/kb/DL1760?viewlocale=en_US&locale=en_US Add it to the read-only IDE device #2 in the config Boot the machine Install that update

It will reboot. It will possibly crash upon reboot. This may happen several times during these various steps in fact. Just close the machine, and try again. It will also ask you to log in to iCloud. I advise against it. :D In the end, you will have a machine capable of running Software Update in its App Store. From that you can install Safari 9.1.3, various security updates, etc.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

wcomhelp commented 7 months ago

I had the same issue and solved it. To anyone who was having trouble with this:

  1. Download the config for 10.9 from this repo
  2. Download the iso here: https://archive.org/details/os-x-mavericks_202202 do NOT try to download the other one and use it.
  3. This issue is solved. I figured out the the createinstalliso did not create the files in the right places on the iso to boot with this config.