インストール
tziwo(C1VJ)もRedHat7.2にします.
win2kはそのままにlinuxを入れる.
PCGA-CDRW52を使いRedHatをインストール.
boot: text ide2=0x180,0x386
とりあえず,ディスプレイは640×480でログインはテキストモードに.
通常のインストールでサウンドも認識してくれます.
ただし,音が割れてますが.
X-windowの設定
起動後に/etc/XF86Config-4の該当部分を書き換える.
Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.5-95.0 VertRefresh 40-150 Option "dpms" # 1024x480 Modeline "1024x480" 65 1024 1032 1176 1344 480 488 494 560 EndSection Section "Device" # Uncomment the following line to enable external display # Option "crt_screen" Identifier "ATI Rage Mobility" Driver "ati" VendorName "ATI Rage Mobility" BoardName "ATI Rage Mobility" #BusID EndSection Section "Screen" Identifier "Screen0" Device "ATI Rage Mobility" Monitor "Monitor0" DefaultDepth 16 Subsection "Display" Depth 16 Modes "1024x480" EndSubsection EndSection
後は,/etc/inittabを書き換え,xで起動する.
grubの設定
設定の/boot/grub/menu.lstにwin2kを以下のように追加してデュアルブート.
# grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You do not have a /boot partition. This means that # all kernel and initrd paths are relative to /, eg. # root (hd0,1) # kernel /boot/vmlinuz-version ro root=/dev/hda2 # initrd /boot/initrd-version.img #boot=/dev/hda default=1 timeout=10 splashimage=(hd0,1)/boot/grub/splash.xpm.gz title Red Hat Linux (2.4.7-10) root (hd0,1) kernel /boot/vmlinuz-2.4.7-10 ro root=/dev/hda2 hde=ide-scsi initrd /boot/initrd-2.4.7-10.img title win2k root (hd0,0) chainloader +1
Windows d:\ドライブのマウント設定
mkdir /mnt/winして,/etc/fstabに
/dev/hda3 /mnt/win vfat defaults, codepage=932, iocharset=euc-jp 1 1
← D:drive
サーバ
dhcpdを起動.
これは簡単でした.
ポイントは/etc/init.d/dhcpdの該当部分を
daemon /usr/sbin/dhcpd eth0 ${…
として,サービスを内側のみに限定.