Debian の install メモ

始めに

この文書は自作 DOS/V 機や laptop 機 へ Debian GNU/Linux 4.0(Etch) をインストールした際のメモです. 特筆すべき事柄とかメモ程度の事しか書いてません. インストール作業自体は Debian GNU/Linux インストールガイドを参考に1.


laptop

Panasonic Let's Note CF-R4 を使用中

ハードウェア情報

lspci の出力結果は以下

00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)
06:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
06:04.0 Network controller: Intel Corporation PRO/Wireless 2915ABG Network Connection (rev 05)
06:05.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 8d)
06:05.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 13)

install 前の準備

始めにリカバリー起動してパーティションの切り直し. install の結果として今回は以下の様にしました.


                        Size: 60011642880 bytes, 60.0 GB
              Heads: 255   Sectors per Track: 63   Cylinders: 7296

    Name        Flags      Part Type  FS Type          [Label]        Size (MB)
 ------------------------------------------------------------------------------
    hda1                    Primary   NTFS             []               8595.42
    hda2                    Primary   Linux swap / Solaris              2015.20
    hda3        Boot        Primary   Linux ext3                       49401.04

元の Windows 領域は 8GB にして install しています. …使う気は無いけどいかんせんバッテリーのエコモード切り替えなんかは Windows でないと行なえないので. swap 領域を先に持ってきているのは後述の software suspend2 用です. 「resume する領域が先にあった方が良い」という情報をどこかで見たので.

installer

CF-R4 は内蔵工学ドライブは無い. 外付けの純正 CD-RW/DVD-ROM ドライブを使用した. Y4 や W4 の場合, 内蔵光学ドライブでのインストールに失敗する場合があるらしい.


参考文献

全般

CF-R4


1. 学生実習用に Debian GNU/Linux 4.0(etch) のインストール なんてのも作りました.