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.

TinyCorePlusをHDDにインストールしようとするとFormatting /dev/fd0で止まる問題(VM上)

0
Last updated at Posted at 2018-09-14

問題

https://qiita.com/hachisukansw/items/3556101ce532353d80d7
の記事を参照し、ESXi6.5上の仮想マシンにTinyCorePlus v9.0をインストールしようとしたけど
Formatting /dev/fd0
と表示されたまま処理が進まなくなってしまった。

原因

SCSIのモジュールがロードされていないため
仮想マシンに作成したディスクがマウントされていない・・・
(よくみたら/dev/fd0になってるー!)

解決方法

SCSIのモジュールをマウントするべきだが、手っ取り早く対処するなら
仮想マシンのディスクをSCSIでなくIDEで接続してしまえばいい。

下図はvSphereWebClientでの仮想マシン設定編集画面にて
HDDをIDE接続に変更しているところ
WS000039.JPG

IDEにしたあとで
TinyCorePlusをCDブートし、tc-installを実行すれば
下図のようにsdaが表示される。これを選択してインストールをすすめればOK
WS000040.JPG

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?