[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:04520] Re: LILO
こんにちは、賢太です。
自分も SONY VAIO ユーザーなので参考になればと自分の設定を書きます。
(PCG−723ですが...)
> Windows95の方は毎回確実に起動できているようです。
> しかし、Linuxの方は5回に1回くらいの割合でしか起動できません。
> Windows95の方は毎回起動できているところを見ると、Linuxの方に問題が
> あるとしか考えられません。
自分もこれにはまりました。そこで、/etc/lilo.conf を以下のようにしました。
# Start LILO global section
boot=/dev/hda (← Default は、/dev/hda3 )
root=/dev/hda3
compact
install=/boot/boot.b
map=/boot/map
vga=normal
delay=50
image=/vmlinuz
label=Linux
read-only
#Linux bootable partitions config ends
#Windows95 bootable partitions config begin
other=/dev/hda2
label=95
table=/dev/hda
#Windows95 bootable partition config ends
ちなみに /dev/hda3 がLinux ,/dev/hda2 が Windows95で
す。
受験が終わったら試してみてはいかがでしょうか?
ちなみに理由は分かりません。
< 賢太@aa.mbn.or.jp with VAIO PCG-723 (bo) >