0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[VirtualBox][Mac] Mac環境で仮想マシンファイルからVirtualBoxを起動する

Posted at

環境

MacBook Pro (2.3 GHz 8コアIntel Core i9)
macOS 14.0(23A344)
Homebrew 4.3.8
gh 2.52.0

目次

ディレクトリ構成

directory_structure
drive/ ←ルートディレクトリ
├── Applications/
├── Syetem/
└── Usr/
│   ├── shared/
│   └── personnel(ex. Jochun)/ ←ホームディレクトリ
│       ├── MyVagrant/
│       │   ├── MyTest001/
│       │   └── MyTest002/
│       │   └── MyTestLPIC002/
│       │       ├── Vagrantfile (ubuntu/trusty64) ←今回インストールしたVagrantboxによって作成されたVagrantfile
│       │       └── .vagrant (仮想マシン)
│       ├── Desktop/
│       ├── Downloads/
│       │   └── CentOS7LPIC1/ ←今回インストールした仮想マシンファイル
│       ├── Documents/
│       ├── .config/
│       ├── .ssh/
│       ├── .zshrc/
│       └── .local/
│           ├── .bin
│           └── 

手順

  1. 仮想マシンファイルをダウンロードする(プロジェクトや研修で配布されたもの、サイトからダウンロードしたもの)
  2. 新規を押下する
    image.png
  3. 名前を記載する
    image.png
  4. 保存先のディレクトリを選ぶ(今回はMyVagrant
    image.png
  5. 次へを押下する
  6. 1024MBにする
    image.png
  7. すでにある仮想ハードディスクを使用するのチェックマークを有効にする
    image.png
  8. 右端のフォルダのアイコンを押下する
  9. 追加を押下する
    image.png
  10. ダウンロードした仮想マシンファイルの.vdiを選択する
    image.png
  11. 次へを押下する
  12. 完了を押下する
  13. 作成したMyTestLPIC002というVirtualBox`が新たに作成された
    image.png

参考リンク

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?