LoginSignup
2
4

More than 3 years have passed since last update.

VirtualBox に各種OSをインストールする

Last updated at Posted at 2020-03-08

virtualboxに各種OSの仮想マシンを作成する

  • virtualboxをダウンロードする virtualbox_01.png
  • virtualboxをローカルにインストールする virtualbox_02.png
  • virtualboxを起動して仮想マシンを作成する virtualbox_03.png
  • 各OSのイメージ(isoファイル)をダウンロードする virtualbox_04.png
  • 光学ドライブにマウントして各種OSをインストールする
    virtualbox_06.png

  • macOsのみ特殊です。
    下記のコマンドはCMD端末に実行必要。

    cd "C:\Program Files\Oracle\VirtualBox\"
    VBoxManage.exe modifyvm "mac1013" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
    VBoxManage setextradata "mac1013" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
    VBoxManage setextradata "mac1013" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
    VBoxManage setextradata "mac1013" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
    VBoxManage setextradata "mac1013" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
    VBoxManage setextradata "mac1013" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4