UNetbootinを使用してLinuxからLinux USBを作成するには
LinuxからUNetbootinをインストールして使用する方法:UNetbootinは、ライブLinux USBフラッシュドライブを作成するために使 UNetbootinの素晴らしい機能の1つは、このツールがWindowsとLinux用に提供されていることです。 以下では、Ubuntu Linuxオペレーティング環境内でUNetbootinをすばやく起動して実行する方法について説明します。
UNetbootinはGEZA Kovacsによって作成され、GNU GPL v2の下でリリースされました。
UNetbootin公式ホームページ: http://unetbootin.sourceforge.net
How to Install and Run UNetbootin under Ubuntu Linux
- Open a terminal (applications > accessories > terminal)
- Type
wget unetbootin.sourceforge.net/unetbootin-linux-latest
- Type
chmod +x ./unetbootin-linux-*
- Type
sudo apt-get install p7zip-full
- Type
sudo ./unetbootin-linux-*
Alternately, you can double click the unetbootin-linux-* file to run it, since it was marked executable in step 3.
Ubuntu Linuxの下でUNetbootinを使用する方法
USBフラッシュドライブを挿入し、UNetbootinを起動します(上記のステップ5を参照)
オプションOne–Distribution:UNetbootinがあなたのUSBに置くた(1)Linuxディストリビューションを選択します(2)特定のバージョンを選択します(3)正しいUSBドライブが検出されたことを確認し、[OK]をクリックします
または、オプションTwo…
オプションTwo–Diskimageを使用することができます: ISOを参照し、UNetbootinにその内容をUSBにコピーさせます。(1)UNetbootinがUSBに入れたいISOイメージを参照します(2)正しいUSBドライブが検出されたことを確認し、OKをクリックします
UNetbootinインストーラが完了したら、今すぐ再起動をクリックします
システムBIOSまたはブートを設定しますusbデバイスから起動し、Usb上でお気に入りのライブlinuxを楽しむためのメニュー
Leave a Reply