Home > [blog] | [computer] > VMware Player に、 Vine Linux をインストール

VMware Player に、 Vine Linux をインストール

vmware-vine-linux

学校では Vine を使っているので、Vine も VMware で使えるようにしてみました。 基本的には Ubuntu と同じです。

以下、インストールの覚書。


  • ダウンロード
  • VMwarePlayer
    QEMU
    Vine Linux Home Page

  • インストール
  • 適当な作業フォルダを作る。ここでは、C:\Vine とする。
    C:\Vine 内に、解凍した qemu フォルダを移動する。
    この際、フォルダ名は「qemu」にリネームする。
    Win+R>cmdより、コマンドプロンプトを起動する。

    cd C:\Vine
    qemu\qemu-img.exe create -f vmdk vine.vmdk 15G

    これで、C:\Vine 内に ubuntu.vmdk が作成される。15Gの部分は任意の値。
    ただし、ここで15GB のファイルが作成されるわけではない。

    C:\Vine 内に、vine.vmx を作る。以下の内容をコピーして保存する。

    config.version = "8"
    memsize = "512"
    ide0:0.present = "TRUE" alc
    ide0:0.fileName = "vine.vmdk"
    ide1:0.present = "TRUE"
    ide1:0.fileName = "auto detect"
    ide1:0.deviceType = "acpi-cdrom"
    floppy0.present = "FALSE"
    ethernet0.present = "TRUE"
    ethernet0.connectionType = "nat"
    usb.present = "TRUE"
    sound.present = "TRUE"
    displayName = "Vine"
    guestOS = "other24xlinux"

    Daemon tool や、Alcohol 52% などで、isoファイルをマウントしておく
    vine.vmx をダブルクリックすると、VmwarePlayer が起動し、Vine のインストールが始まる。


    どうやら、Vine と Ubuntu は文字コードが違うらしいです。
    Vine > euc
    Ubuntu > UTF-8
    これがファイルのやりとりをすると文字化けする原因になっているようです。

    *関連する投稿

    Comments:0

    Comment Form
    Remember personal info

    Trackbacks:0

    Trackback URL for this entry
    http://denpa-shinbun.com/blog-c/vine-linux-vmware-install.html/trackback
    Listed below are links to weblogs that reference
    VMware Player に、 Vine Linux をインストール from 新電波

    Home > [blog] | [computer] > VMware Player に、 Vine Linux をインストール

    検索
    アーカイブ
    Links
    マクロミルへ登録
    ポイント ちょびリッチ
    Tag cloud

    Return to page top