Next Previous Contents

3. Linux 部份

這包含修改 /etc/lilo.conf 檔案以及重新安裝 LILO 原來的 /etc/lilo.conf 應該如下:

boot=/dev/hda

Linux stanza 應該如下

# Linux stanza
image=/vmlinuz
root=/dev/hdc1
label=Linux
# End Linux stanza

現在加入Windows 95 stanza:

# Windows 95 stanza
other=/dev/hda1
table=/dev/hda
label=Windows95
# End Windows 95 stanza

再加入 Windows NT stanza:

# Windows 95 stanza
other=/dev/hdb1
table=/dev/hda
loader=/boot/any_d.b
label=WindowsNT
# End Windows 95 stanza

再執行 LILO 一次。如果你按照上面做,你應該可以在 LILO 時選擇開機進入 Windows 95, Windows NT 及 Linux 。你應該可以開機進入 Linux 及 Windows 95 (會進入 Windows NT OS loader)。現在要讓 Windows NT 增加開機選項,繼續下 面 Windows NT 的部份。


Next Previous Contents