Slackware-8.0のインストール
◆ブートディスクの作成
ブートディスクを作成するのは,Windowsにて行います。Slackware-8.0のCD-ROMとFDをセットしてください。

BOOT用のFDをセットします。
WINDOWSのスタート->プログラム(P)->MSDOSプロンプトを起動する
青い文字が、コマンドをする部分です。
c:\WINDOWS>g: gはCD−ROMのドライブです。
G:cd bootdsks.144
G:\Bootdsks.144>rawrite[Enter]
Enter source file:bare.i[Enter]
Enter distination drive:a:[Enter]
please insert a formatted diskette into drive A: and press -ENTER-: [Enter]
コピーが開始されます。
コピーが終了しますとDoneのメッセージが表示されます。
BOOTと解かるようにラベルを貼っておくと便利です。
|
トップへ戻る
◆ルートディスクの作成
ルートディスクを作成するのは,Windowsにて行います。Slackware-8.0のCD-ROMとFDをセットしてください。

ROOT用のFDをセットします。
WINDOWSのスタート->プログラム(P)->MSDOSプロンプトを起動する
青い文字が、コマンドをする部分です。
c:\WINDOWS>g: gはCD−ROMのドライブです。
G:cd rootdsks[Enter]
G:\rootdsks>rawrite[Enter]
Enter source file:color.gz[Enter]
Enter distination drive:a:[Enter]
please insert a formatted diskette into drive A: and press -ENTER-:[Enter]
コピーが開始されます。
コピーが終了しますとDoneのメッセージが表示されます。
ROOTと解かるようにラベルを貼っておくと便利です。
|
トップへ戻る
◆ブードディスクで起動する
Linuxをインストールするマシンに先程作成したbootFDを挿入して電源を入れます。
LILO 21.7-5
Welcome to Slackware Linucx (v.8.0.0) bare.i bootdisk!
If you need to pass extra parameter to kernel them at the promt
below after one of the vaild configuration names: ramdisk (to load a rootdisk
into memory and boot it), and mount (to boot an existing Linux partition ).
NOTE: Most hardware is auto-detected without parameters. So, before assuming
your sysytem requires parameters, try a few different bootdisk. :^)
:
:
:
boot:[Enter]を押す。
|
boot:に[ENTER]
VFS: Insert root floppy disk to be loaded into RAM disk and press ENTER
root
|
rootのFDと入れ替えて[ENTER]を押す。
Enter 1 to select a keyload map:
1[Enter]
|
1を選択して[Enter]を押す。
KEYBOAD MAP SELECTION
You may select one of the following keyboard map,
If you do no select a keyboard map, 'us.map' (the
US keyboard map) is the default. Use the UP/DOWN
arrow keys to scroll through the whole list of
choices.
|
us.map
uk.map
azerty.map
be-Iatin1.map
cf.map
de-Iatin1-nodeadkeys.map
de-Iatin1.map
de.map
defkey.map
↓(+)
< OK > <Cancel>
|
日本語キーボードがありませんので<Cancel>を選択して[Enter]を押す。
You may now login as 'root'
root[Enter]を押す
|
トップへ戻る
◆ハードディスクの状態を確認する
fdisk /dev/hda[Enter]を押す。
The number of cylinders for this disk is set 1027.
There in nothing wrong with that, but this is larger than 1024,
and could in certain aetup cause problems with:
1)Software that runs at boot time (e.g., LILO)
2)booting and partitioning software from other OSs
(e.g,, DOS FDISK, OS/2 FDISK):
Command (m for help):p[enter]を押す。
Disk /dev/hda: 255 head, 63 sectors, 1027 cylinders
Units = cylinders of 16065 * 512 bytes
|
fdiskはシルンダ数で表示していますが、シリンダあたりのバイト数はUnits=で表現されています。
この例ですと16065×512=8225280bytesとなります。
トップへ戻る
◆ネーティブ領域の確保
Command (m for help):n[enter]を押す。
Command action
e extended
p primary partition (1-4)
p [Enter] pを入力して[Enter」を押す。
Partition number (1-4):1
First cylinder (1-1027, default 1):1
Last cylinder or +size or +sizeM or +sizeK (1-1027, default 1027); +7925M
Command (m for help):p[enter]を押す。
Device Boot Start End Blocks Id System
/dev/hda1 1 1011 8120826 83 Linux native
これで/dev/hda1という名前の領域が確保されました。
Command (m for help):
|
トップへ戻る
◆スワップ領域の確保
Command (m for help):n[enter]を押す。
Command action
e extended
p primary partition (1-4)
p [Enter] pを入力して[Enter」を押す。
Partition number (1-4):2[Enter]
First cylinder (1012-1027, default 1012):1012[Enter]
Last cylinder or +size or +sizeM or +sizeK (1012-1027, default 1027); 1027[Enter]
この領域は仮にネーティブ領域として確保したものでID番号を変更します。
Command (m for help):t[enter]
Partition number (1-4):2[Enter]
Hex xode (type L to list code):82[Enter]
Change system type of partition 2 to 82 (linux swap)
Command (m for help):p[enter]
Device Boot Start End Blocks Id System
/dev/hda1 1 1011 8120826 83 Linux native
/dev/hda2 1012 1027 128520 82 Linux swap
Command (m for help):w[Enter] この処理の実際はwを入力することでパーティションの確保が有効になります。
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
WARNING: If you have created or modified any DOS 6.X
partitions, please see the fdisk manual page for additional
information
|
これでHDDの確保は完璧です。続いてSlackWare−8.0のインストールにトライをしてください。
トップへ戻る
前ページへ戻る
日本語環境の設定
ホームページに戻る
ご感想・ご意見
Copyright (C) 1998 hero-island Corp. All Rights Reserved.