Sergio Sanchez Yañez Computational Engineering Systems 6A Sistemas Operativos Multiusuario Montes Esqueda Raúl Macos Sierra Installation

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 12

Sergio Sanchez Yañez

Computational Engineering Systems 6a


Sistemas Operativos Multiusuario
Montes Esqueda Raúl
MacOS Sierra installation
Index
Conclusion, 3 Index, 2
Development, 3 objetivos, 3
Objectives

Install a MacOS system on the virtual box tool to learn how to install MacOS in general.

Development
First of all, we create the virtual machine (clearly after getting the VMDK file)

Then we create the virtual machine with some special features


Then I gave it 4GB of RAM because it recommends it.

And then we need to choose the VMHK file as HDD.


Then we create the VM and then create another HDD to install the MACOS

This is because Virtual box does not recognize Operative System images from apple due to the
format.

Then we proceed to start the machine by first time, we need to leave the machine crash.

Then we put these commands in the console in the host OS (in my case Windows)

@echo off

set var1=VBoxManage.exe modifyvm "

set var2=VBoxManage setextradata "

set var1F=" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff

set var2F=" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"

set var3F=" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"

set var4F=" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"

set var5F=" "VBoxInternal/Devices/smc/0/Config/DeviceKey"


"ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"

set var6F=" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

:True

if not exist "C:\Program Files\Oracle\VirtualBox\" goto False

cd "C:\Program Files\Oracle\VirtualBox"

set /P nom="Name of S.O. on Virtual Box(64):"


set "line=%var1%%nom%%var1F%"

%line%

set "line=%var2%%nom%%var2F%"

%line%

set "line=%var2%%nom%%var3F%"

%line%

set "line=%var2%%nom%%var4F%"

%line%

set "line=%var2%%nom%%var5F%"

%line%

set "line=%var2%%nom%%var6F%"

%line%

GOTO END

:False

if not exist "C:\Program Files (x86)\Oracle\VirtualBox\" goto None

cd "C:\Program Files (x86)\Oracle\VirtualBox"

set /P nom="Name of S.O. on Virtual Box(32):"

set "line=%var1%%nom%%var1F%"

%line%

set "line=%var2%%nom%%var2F%"

%line%

set "line=%var2%%nom%%var3F%"

%line%

set "line=%var2%%nom%%var4F%"

%line%

set "line=%var2%%nom%%var5F%"
%line%

set "line=%var2%%nom%%var6F%"

%line%

GOTO END

:None

echo No se ha encontrado Virtual Box

:END

echo TERMINADO

pause

this command makes changes into files inside virtual box making it recognize the MacOs Image
and letting install the OS.

Then we get the installation screen with normal installation process


And after all that configuration finally the thing wanted through all this the sight is this one
Conclusion

MacOS is an OS based on simplifying a lot of things trough apple applications and services, and
that helps people who wants less time messing with problems with their computers in exchange of
a lot of liberties.

You might also like