[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[orca-tech:00766] Re: Woody で grub
- To: orca-tech@xxxxxxxxxxxxxx
- Subject: [orca-tech:00766] Re: Woody で grub
- From: "Katsuhiko Ito, MD" <katsuhiko.ito@xxxxxxxxx>
- Date: Fri, 14 Mar 2003 20:42:56 +0900
帰宅後早速grubを立ち上げることに成功しました。しかしながらWoodyの
/boot/grubには,VineLinuxでは自動的に作成されたmenu.lstがありませんでし
た。以下の設定ファイル ( /boot/grub/menu.lst )を作ったら入力なしの自動で
起動できました。
default=0
timeout=10
splashimage=(hd0,2)/boot/grub/splash.xpm.gz
title Debian GNU/Linux 3.0 (Woody) 2.4.18-bf2.4
root (hd0,2)
kernel /boot/vmlinuz-2.4.18-bf2.4 ro root=/dev/hda3
#initrd /boot/initrd-2.4.20-386.img
splashimageはなくてもいいようです。
kernel /boot/vmlinuz-2.4.18-bf2.4 ro root=/dev/hda3 は,
kernel /vmlinuz ro root=/dev/hda3 でもいいようですが,複数のカーネル
の中から選択するようになると破綻するのでしょう。
これからkernel 2.4.20-386 のインストールを試みようと思います。
ちなみに下はわたしのVineLinuxへコンパイルしてインストールしたgrubの
/boot/grub/grub.confファイルです。
# 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,4)
# kernel /boot/vmlinuz-version ro root=/dev/hda5
# initrd /boot/initrd-version.img
#boot=/dev/hda5
default=0
timeout=3
splashimage=(hd0,4)/boot/grub/splash.xpm.gz
title Vine Linux (2.4.19-0vl26)
root (hd0,4)
kernel /boot/vmlinuz-2.4.19-0vl26 ro root=/dev/hda5
title Vine Linux (2.4.19-0vl11)
root (hd0,4)
kernel /boot/vmlinuz-2.4.19-0vl11 ro root=/dev/hda5
title Vine Linux-2.2-up (2.2.20-0vl10)
root (hd0,4)
kernel /boot/vmlinuz-2.2.20-0vl10 ro root=/dev/hda5
--
********************************************************
伊東 克彦:Katsuhiko Ito, MD, PhD, FJSIM
宮前平内科クリニック:Miyamaedaira General Practice Clinic
TEL:044-860-4119, FAX:044-860-4199 (+81-44-860-4199)
mailto:katsuhiko.ito@xxxxxxxxx
http://www.miyamaedaira.com
http://homepage1.nifty.com/k-ito-md/
********************************************************