[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:42187] 試案:debianの速い導入方



竹島です、久しぶりに投稿致します。

k6 350という遅いPCに debianを速くインストールするという
方向で書いたメモです。
( CPU: AMD-K6(tm) 3D processor stepping 0c)
間違いを御指摘下されば幸いです。
バイナリインストールのdebianの素早さは喜びでした。

CDは debian-30r3-i386-binary-1_NONUS.isoだけを使います。
kdeで日本語化されたsylpheed-clawsとmozillaまでインストールしました。

残念ながら、カーネルは AMD-K6とマイナーCPUのせいか  2.6.8は Xが たちあがらなくなり ダメです。
で カーネルは 仕方無く 2.4です。
===============
tuyosi@debian:~$ uname -ar
Linux debian 2.4.27-1-386 #1 Fri Sep 3 06:24:46 UTC 2004 i586 GNU/Linux


では 書かせて戴きます。
1) bf24 でboot
    そして reiserfs でフォーマットします。

    つまり以下です
                        cfdisk 2.12
                        Disk Drive: /dev/hda
                        Size: 10242892800 bytes, 10.2 GB
              Heads: 255   Sectors per Track: 63   Cylinders: 1245
    Name        Flags      Part Type  FS Type          [Label]        Size (MB)
 ------------------------------------------------------------------------------
    hda1                    Primary   Linux swap                        1019.94
    hda2        Boot      Primary   Linux ReiserFS                  9220.54


2)  add another apt source を選択して  httpを選択して 適当なサイトを選びます。

3) tasksel     実行しない
     dselect     実行しない

4)/etc/apt/sources.listを以下に置き換え、sarge体制とする
======================
deb ftp://ftp.jp.debian.org/debian/ sarge main contrib non-free
deb http://non-us.debian.org/debian-non-US sarge/non-US main contrib non-free
deb http://ftp.jp.debian.org/debian/  sarge-proposed-updates main contrib non-free
deb http://non-us.debian.org/debian-non-US sarge-proposed-updates/non-US main contrib non-free
deb ftp://ftp.jp.debian.org/debian-jp sarge-jp main contrib non-free
deb http://security.debian.org/ stable/updates main contrib non-free
======================

それから
apt-get update
apt-get dist-upgrade
でsargeにします。

5)カーネルを進めます。
apt-get install kernel-image-2.4.27-1-386

そして
debian:~# tail -28 /etc/lilo.conf
# Boot up Linux by default.
#
default=Linux
#default=LinuxOLD
image=/vmlinuz
        label=Linux
        read-only
        initrd=/initrd.img
#       restricted
#       alias=1
image=/vmlinuz.old
        label=LinuxOLD
        read-only
#       initrd=/initrd.img.old
#       optional
#       restricted
#       alias=2
# If you have another OS on this machine to boot, you can uncomment the
# following lines, changing the device name on the `other' line to
# where your other OS' partition is.
#
# other=/dev/hda4
#       label=HURD
#       restricted
#       alias=3

なお
debian:~# ls -l /boot/
total 13795
-rw-r--r--  1 root root  559088 Dec 15  2004 System.map-2.4.18-bf2.4
-rw-r--r--  1 root root  539139 Sep  3 15:43 System.map-2.4.27-1-386
-rw-r--r--  1 root root  864503 Nov 25 14:06 System.map-2.6.8-1-386
-rw-r--r--  1 root root     512 Dec 15  2004 boot.0300
lrwxrwxrwx  1 root root      11 Dec 15  2004 boot.b -> boot-menu.b
-rw-r--r--  1 root root  308326 Dec 14 17:05 coffee.bmp
-rw-r--r--  1 root root   16984 Dec 15  2004 config-2.4.18-bf2.4
-rw-r--r--  1 root root   44680 Sep  3 15:24 config-2.4.27-1-386
-rw-r--r--  1 root root   55789 Nov 25 13:22 config-2.6.8-1-386
lrwxrwxrwx  1 root root      15 Dec 14 17:05 debian.bmp -> /boot/sarge.bmp
-rw-r--r--  1 root root  153720 Dec 14 17:05 debianlilo.bmp
lrwxrwxrwx  1 root root      23 Dec 14 18:32 initrd.img -> initrd.img-2.4.27-1-386
-rw-r--r--  1 root root 3895296 Dec 14 18:31 initrd.img-2.4.27-1-386
-rw-r--r--  1 root root 4366336 Dec 14 17:10 initrd.img-2.6.8-1-386
-rw-------  1 root root   73216 Dec 14 18:32 map
-rw-r--r--  1 root root   23662 Dec 14 17:05 sarge.bmp
-rw-r--r--  1 root root   24116 Dec 14 17:05 sid.bmp
lrwxrwxrwx  1 root root      20 Dec 14 18:32 vmlinuz -> vmlinuz-2.4.27-1-386
-rw-r--r--  1 root root 1263339 Dec 15  2004 vmlinuz-2.4.18-bf2.4
-rw-r--r--  1 root root  812691 Sep  3 15:43 vmlinuz-2.4.27-1-386
-rw-r--r--  1 root root 1091964 Nov 25 14:06 vmlinuz-2.6.8-1-386
lrwxrwxrwx  1 root root      20 Dec 14 17:13 vmlinuz.old -> vmlinuz-2.4.18-bf2.4
です。
これで 2.4系の新しいカーネルまでもっていきます。

liloして rebootします。


6)woodyをsargeにし カーネルも新しくしてから Xを導入します。
     apt-get install  x-window-system
     ここで rootで startx でじみなXが立ち上がる事を確認する。


7)	apt-get  install    locales

	rootで
	dpkg-reconfigure   -plow  locales


8)日本語環境をいれる
========================
apt-get install language-env user-ja  canna canna-utils   kterm  jless  tcsh-kanji kinput2-common kinput2-canna


9)
*一般のuser*で
set-lamguage-env  -l  ja する
デフォルトか1かで答えます。


10)
apt-get install  kde
apt-get   remove  --purege  xdm


11)
*一般のuser*の .xinitrcを以下とする。
==================================
tuyosi@debian:~$ cat .xinitrc
# setup KDE env.
if [ -x /usr/bin/X11/kinput2 ] ; then
 	/usr/bin/X11/kinput2 &
 	XMODIFIERS='@im=kinput2'
 	export XMODIFIERS
fi
kterm -km euc &
startkde


12)
apt-get install  mozilla
apt-get install  ttf-kochi-gothic
apt-get install  sylpheed-claws


以上です。



-- 
OS reider a man: nakazintuyosi@xxxxxxxxxxxxxxxxxx
Home Page       : nakajin.dyndns.org
ママ裸じゃ嫌、一家に一台ファイアーウォール