VirtualboxにTrueOSをインストールしました。すべてが完璧に機能しています。しかし、virtualboxゲストの追加を挿入した後、それをインストールする方法を見つけることができません。どうすればできますか?
Ubuntu Hostを使用しています。
TrueOSターミナルに移動
Sudo su
cd /var/db/portsnap
portsnap fetch
cd /usr/ports
portsnap extract
portsnap fetch update
git clone https://github.com/freebsd/freebsd.git /usr/src //This will take about 30 minutes - 1 hour depending upon your internet speed
cd /usr/src; make clean //This will take about 1 hour
cd /usr/ports/emulators/virtualbox-ose-additions && make install clean //This will take about 5-6 hours
reboot
再起動後、TrueOSの画面解像度を推奨に調整します。
Virtualbox-ose-additionsパッケージをAppCafeから、またはターミナルからpkg install virtualbox-ose-additions
を介してインストールします。ロードする必要のあるカーネルモジュールや有効にする必要のあるサービスをインストールし、VMを再起動し、ログイン画面で右下のボタンをクリックします。ビデオドライバーを変更し、必ず "vboxvideo"に切り替えてください。
端末から次のコマンドを実行します。
Sudo -i
pkg install virtualbox_ose_additions
Add the following lines to /etc/rc.conf
vboxguest_enable="YES"
vboxservice_enable="YES"
reboot