Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(macos): Correct version user receives from quickget; add sequoia #1550

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

debuggerx01
Copy link
Contributor

Description

Use the "Mac-827FAC58A8FDFA22" board ID (MacBookAir8,1) to download the Sonoma BaseSystem.dmg file.

According to kholia/OSX-KVM@ad213b6#diff-1685371f8911f8e43b5420735f31cd5ec4dc7aedd7978a010abe4913af16c16aR541

Resolves #1501

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have performed a self-review of my code
  • I have tested my code in common scenarios and confirmed there are no regressions

@@ -2063,7 +2063,7 @@ function get_macos() {
ventura|13)
BOARD_ID="Mac-BE088AF8C5EB4FA2";;
sonoma|14)
BOARD_ID="Mac-53FDB3D8DB8CA971";;
BOARD_ID="Mac-827FAC58A8FDFA22";;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about an entry for sequoia with the MAC-53FD* in the same time ? (need another modification for listing all macos releases names)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree. All references to Sonoma in quickemu should also be modified to include Sequoia as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, I found that Sequoia currently seems unable to complete the installation @moobyfr @lj3954

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have Sequoia running this morning, need one more reboots than usual.

@lj3954 lj3954 changed the title fix(macos): quickget macos sonoma download sequoia BaseSystem.dmg fix(macos): Correct version user receives from quickget; add sequoia Jan 15, 2025
@lj3954 lj3954 enabled auto-merge (squash) January 15, 2025 17:36
@lj3954 lj3954 merged commit 37190c7 into quickemu-project:master Jan 15, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: quickget macos sonoma download sequoia BaseSystem.dmg
3 participants