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

[debian-users:01970] lilo install



中村@名大 です。

lilo のインストールについて教えてください。

現在ノートパソコンに、Linux(Debian-1.3.1) と Win95 を入れて使ってまし
て、これまでは、lilo は使わず、Win95 はハードディスクから直接、Linux 
はフロッピーディスクから起動させてました。

しかし、lilo をつかって、ハードディスクから直接、OS を選択して起動させ
ようと思い。lilo_19-2.deb をインストールし、
/usr/doc/lilo/examples/QuickInst を使って /etc/lilo.conf を作成しまし
た。

それで、ハードディスクから起動させてみたのですが、本来は最初に 
lilo... とかいうのがでて、そこで Alt キーを押して OS を選択したらいい
と思うのですが、すぐに、Starting Windows95 ... となり、Win95 が起動し
てしまいます。

lilo を MBR に書き込まなければならないとか聞いたことがあるのですが、そ
れがうまくできていないのでしょうか?

参考までに、
	hda1 : Win95
	hda3 : Linux
で使用し、/etc/lilo.conf は、

# LILO configuration created by QuickInst 0.17  Fri Sep 19 10:37:23 JST 1997

boot = /dev/hda3
compact
delay = 5       # optional, for systems that boot very quickly
vga = normal    # force sane state
ramdisk = 0     # paranoia setting
root = current  # use "current" root
image = /vmlinuz
  label = linux
other = /dev/hda1
  table = /dev/hda
  label = win

あるいは、ちょっと変更して

# LILO configuration created by QuickInst 0.17  Fri Sep 19 10:37:23 JST 1997

#boot = /dev/hda3
boot = /dev/hda
compact
#delay = 5      # optional, for systems that boot very quickly
delay = 50      # optional, for systems that boot very quickly
vga = normal    # force sane state
ramdisk = 0     # paranoia setting
#root = current # use "current" root
root = /dev/hda3        # use "current" root
image = /vmlinuz
  label = linux
other = /dev/hda1
  table = /dev/hda
  label = win

を試してみましたが、だめでした。また、lilo_19-2.deb をインストールした
時の様子は、

# dpkg --install lilo_19-2.deb 
Selecting previously deselected package lilo.
(Reading database ... 24681 files and directories currently installed.)
Unpacking lilo (from lilo_19-2.deb) ...
Setting up lilo (19-2) ...
Running /usr/sbin/liloconfig

LILO, the LInux LOader, sets up your system to boot Linux directly
from your hard disk, without the need for a boot floppy.

You already have a LILO configuration in the file /etc/lilo.conf
Install a boot block using your current LILO configuration? [Yes] 
Running lilo
Added linux *
Added win

です。

以上、ご教示いただければ幸いです。


------------------------------------------
名古屋大学  情報文化学部  自然情報学科
情報機構学講座  中村泰之 
TEL (052)789-4753  FAX (052)789-4804
yasuyuki@xxxxxxxxxxxxxxxxxxxxxxxxx