2
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にParrotOSを導入した!

2
Posted at

はじめに

ハッキング・ラボのつくりかたを参考にしてVirtualBoxにParrotOSを導入しました。

動作環境

  • host os: windows 11
  • virtualbox: version 7.1.12
  • guest os: parrot security os 7.2 (導入したエディション)

導入手順

1. parrot osのisoイメージをダウンロード

parrot osの公式サイトから、必要なエディションのisoファイルをダウンロードします。

image.png

2. virtualboxで仮想マシンの作成

virtualboxを起動し、「新規」から以下の設定で仮想マシンを作成します。

  • 名前: ParrotOS
  • タイプ: linux
  • バージョン: debian (64-bit)
  • メモリー: 4gb以上推奨
  • プロセッサー: 2cpu以上推奨

image.png

3. ストレージの設定と起動

  1. 作成した仮想マシンの「設定」>「ストレージ」を開きます。
  2. コントローラー: ideの光学ドライブに、手順1でダウンロードしたisoファイルを選択します。
  3. 設定を保存し、仮想マシンを「起動」します。

4. parrot osのインストール

  1. liveモードで起動後、デスクトップにある「install parrot」のアイコンをダブルクリックします。
  2. インストーラーの指示に従い、言語、タイムゾーン、キーボードレイアウト(日本語など)を設定します。
  3. パーティション設定は「ディスクの消去」を選択します。
  4. ユーザー名とパスワードを設定し、インストールを開始します。
  5. 完了後、再起動します(再起動時にisoファイルを外します)。

image.png

おわりに

これでvirtualbox上でparrot osを動かす環境が整いました。次はParrotOSの探索に進んでいきます。

2
0
2

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