USBスティックに保存してから
Intel NUCにインストールしてみました。
Macbookで下記リンクよりISOファイルをダウンロードし、
ddコマンドでUSBメモリにコピーします。
http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1511.iso
この時、/dev/disk2にすると転送がもの凄く遅くなるので、
raw diskとして書込みした方がいいです。/dev/rdisk
sudo dd if=/{path to dir}/CentOS-7-x86_64-DVD-1511.iso of=/dev/rdisk2 bs=1M
インストールが無事に終わったと思ったら
SystemTool > Setting > Networkに
Wifiの選択肢が現れてくれません。
Macbookからインターネットで調べてみると
インストーラのバグでNetworkManager-wifiが
インストールされてくれないそうです。
上記サイトでは有線LANでパッケージをDLして
インストールすることを勧めていました。
しかし、場所がシェアスペースのようなところでWifiしかありません。
何とかならないかとインストールに使った
USBスティックを差し込んでみると
それらしい名前のファイルがあるので
下記のコマンドを実行して無事インストールできました。
sudo rpm -ivh "/run/media/$username/CentOS 7 x86_64/Packages/NetworkManager-wifi-1.0.6-27.el7.x86_64.rpm"
こちらの書込みの下書きもNUCのCentOSから
Wifi経由でポストさせていただきました。
お店ではNUCとLinuxの相性はメーカーが保証していないと
無事にインストールできました。
私が使う分には何も問題ありません。
Wifiアダプタも問題なく動いています。
CentOS 7 (7.2.1511) install from USB Key and Wifi
The idea was create Linux machine with Intel NUC small computer.
Downloaded ISO image file from below link with my Macbook.
http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1511.iso
Copied downloaded file with disk command.
I strongly recommend use raw disk (/dev/rdisk2) because it is too slow with /dev/disk2
sudo dd if=/{path to dir}/CentOS-7-x86_64-DVD-1511.iso of=/dev/rdisk2 bs=1M
When I installed CentOS 7 from USB Key, some how NetworkMangaer-wifi wasn't installed.
It seems like there is a bug in installer and couldn't involve the package.
I didn't have LAN connection but only wifi enviroment
So I decided to install the package from my pen drive.
It is nothing difficult.
Just insert my USB key and type below command.
sudo rpm -ivh "/run/media/$username/CentOS 7 x86_64/Packages/NetworkManager-wifi-1.0.6-27.el7.x86_64.rpm"
That's all.
Now I'm posting this article through wifi connection I only have.
No comments:
Post a Comment