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?

More than 5 years have passed since last update.

zbox nano VD01にUbuntu16.04LTSをインストールする

Posted at

zbox nano VD01にUbuntu16.04LTSをインストールする

これにUbuntuをインストールした。
見た目通りにCDドライブがないのでusbメモリからインストールする。

ファイルダウンロード

公式からisoを落としてくる。

USBメモリへの書き込み

universal usb installer(https://universal-usb-installer.jp.uptodown.com/windows) で書き込む。

VD01へのインストール

USBメモリをさして起動。
即deleteキーでコンフィグ画面へ。
usbから起動するようにセッティングして。
以下略。

画面の解像度変更

起動後の解像度が640x480だったので。

sudo vi /etc/default/grub

で、

# GRUB_GFXMODE=1024×768

の行を、

GRUB_GFXMODE=1024×768

に直して、

sudo update-grub

して再起動で1024x768になる。

参考

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?