VMwareで
R40eにRedHat Linux9が入りました。素敵。
…しかし、VMWare Toolsを入れるところで詰まっていて、開発どころではない。はー。でも入れないと遅い。いろいろと。
備忘録。
グラフィカルモードからctrl+alt+F1でテキストモードに。
テキストモードからctrl+alt+F7でグラフィカルモードに。
[カーネルイメージ]
カーネルを格納したファイル、あるいはカーネルの実行プログラムを指すUNIX用語。UNIXではvmunix、vmlinuz-2.x.xといったファイル名が付けられ、/(ルートディレクトリ))か/bootディレクトリに置かれる。
カーネルのバージョンを知るには以下のコマンドを実行してください。
[root@nec root]# uname -r
2.4.9-13
[root@nec root]#
VMWare Toolsのインストールはこちらを参照。
詰まる場所。
What is the rocation of directory of C header files that match your running Kernel? [/usr/src/linux/include]
The path “/usr/src/linux/include” is not an existing directory.
こうすれば良いのかな?
[/lib/modules/2.4.20-6/build/include]
あかーん。
通常、このCヘッダファイルは/usr/src/linux/includeに存在する。このヘッダファイルとはカーネルソースの場所。
http://pcweb.mycom.co.jp/special/2001/vmware/003.html
てことは
/usr/src/redhat
でどうよ!
と思ったら
The path “/usr/src/redhat” is an existing directory,but it doed not contain at least one of these directories “linux”,”asm”,”net” as expected.
へーへーそうですか。
んなこといったってなぁ…無い袖は振れましぇん。

Trackback URL
No comments yet to “VMwareで”