LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-16-2024, 06:45 PM   #1
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Rep: Reputation: Disabled
VirtualBox on Linix HOST, add macOS Guest


I am trying for several days to add macOS Sonoma and all my attempts failed
I have VirtualBox 7 fully installed and Windows-10 Guest working fine, but unable to install macOS despite trying many different ways found on Youtube etc...

Help please
Thanks
 
Old 02-16-2024, 08:34 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Apple intentionally makes it difficult to install MacOS on anything other than Apple hardware. I tried to set up a MacOS VM once many years ago and could not.

Basically, it is very difficult to find any installation media that works properly, as, so far as I have ever been able to determine, Apple does not release installation media. Apple considers itself first a hardware company; if you want MacOS, you get it by buying Apple hardware, not by buying a MacOS optical disk.

Any installation media you find is, almost by definition, bootleg.

Just my thoughts, and I may be, as my old boss used to say, in error. If I am, I'm sure someone will straighten me out.

Last edited by frankbell; 02-16-2024 at 08:39 PM. Reason: clarity
 
Old 02-16-2024, 09:37 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,987

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
I did download one of the premade vm's for it. Seemed to work OK, had no use for it however. As frankbell says Apple doesn't really want us to do that.
 
Old 02-16-2024, 11:20 PM   #4
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jefro View Post
I did download one of the premade vm's for it. Seemed to work OK, had no use for it however. As frankbell says Apple doesn't really want us to do that.
I am running a Computer discussion group in a retirement village where I live. Many people "Inherited" an Apple laptop from their kids and they ask question that I need to demonstrate in class.

This is the ONLY use I will have out of it. If you have a way to do it, please tell me the instructions

Thanks
 
Old 02-17-2024, 09:11 AM   #5
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,855

Rep: Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311
Buy an old/cheap apple laptop to do that. Apple does not interested in it.
 
Old 02-17-2024, 02:59 PM   #6
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
Buy an old/cheap apple laptop to do that. Apple does not interested in it.
I have one, I was trying to avoid dragging 2 machines each time

Cheers
 
Old 02-17-2024, 05:31 PM   #7
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
The easiest way in my experience is to install Catalina with this script, then upgrade. Be sure to take snapshots before upgrades incase they don't work tho, you might not make it all the way to Sonoma.

Last edited by enigma9o7; 02-17-2024 at 05:49 PM.
 
Old 02-17-2024, 10:46 PM   #8
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by enigma9o7 View Post
The easiest way in my experience is to install Catalina with this script, then upgrade. Be sure to take snapshots before upgrades incase they don't work tho, you might not make it all the way to Sonoma.
I have an .iso file for High Sierra, I tried with another script but didn't work.
Will try again with this one
I don't need to upgrade anything, whatever version I can get working will be fine.

Cheers
 
Old 02-17-2024, 11:43 PM   #9
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by enigma9o7 View Post
The easiest way in my experience is to install Catalina with this script, then upgrade. Be sure to take snapshots before upgrades incase they don't work tho, you might not make it all the way to Sonoma.
OK, after starting the script, I realized that it is what I tried before and it gets stuck at the same point, here:

Code:
Starting virtual machine "macOS".
This should take a couple of minutes. If booting fails, exit the script by
pressing CTRL-C then see the documentation for information about applying
different CPU profiles in the section CPU profiles and CPUID settings.

Until the script completes, please do not manually interact with
the virtual machine.

Attempting automated recognition of virtual machine graphical user interface.
Please wait...
I was not sure if the VirtualBox HOS should be running while script is executed in command line or NOT, so I tried both with the same result.

It gets stuck on "EXITBS"

The macOS Catalina is installed and shows up in the VB as a new guest.
DO I have to go into the VB GUI and change something in the settings or what should I do?

Thanks

Last edited by alex4buba; 02-17-2024 at 11:57 PM.
 
Old 02-18-2024, 09:55 AM   #10
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
There are lots of closed issues on the github the script came from, try searching. For me it just worked fine.
 
Old 02-18-2024, 04:31 PM   #11
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by enigma9o7 View Post
There are lots of closed issues on the github the script came from, try searching. For me it just worked fine.
I did another search and found out that edding the following command, is getting me forward:

Code:
VBoxManage modifyvm "macOS" --cpu-profile "Intel Core i7-6700K"
And the installation continued from VirtualBox->Start and got to the following point - please see attached screen shot.

I remember seeing somwhere that I need to go to Disk Utilities and that's where I am stuck, what should I do nexxt?

Many thanks
Attached Thumbnails
Click image for larger version

Name:	finalsteps.jpg
Views:	9
Size:	168.8 KB
ID:	42578  
 
  


Reply

Tags
macos, virtualbox



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
4MLinux as VirtualBox guest - how can I install VirtualBox Guest Additions? wghay 4MLinux 11 09-30-2018 12:17 PM
new to linix I have windows 10 and want a open source linix on seperate partician Evander Linux - Newbie 3 09-07-2016 05:24 PM
[SOLVED] CentOS 7 Host and Virtualbox Win 8.1 Guest with Guest Additions Installed Sum1 Linux - Virtualization and Cloud 1 03-26-2015 02:31 PM
Guest to Host message passing - guest's memory usage statistics & guest's IP address Prince_Pangeni Linux - Virtualization and Cloud 2 03-03-2012 03:06 AM
Host Fedora14, Windows 7 is running as Virtualbox guest- Mic is not working on Guest mwaheed Linux - Virtualization and Cloud 1 10-20-2011 12:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration