トップ «前の日記(2001-12-06) 最新 次の日記(2001-12-08)» 編集

のぶのあれもこれもそれもナニも!?


2001-12-07

_ [linux] GRUB(3)

 今日、もう一度GRUBに挑戦!!
 tarballなgrub-0.90.tar.gzをgetして、./configure、make、checkinstallしてインストールは完了。
しか〜し、ブートディスクは相変わらず、2枚目(stage2)でpermission deniedで怒られる。
 ここで、/usr/local/sbingrub/i385-pc/grub-install /dev/hdaする。
 更に、tarの展開先の/doc/menu.lstを/boot/grub/にcpして、適当に中身を編集する。

#
# Sample boot menu configuration file
#

# Boot automatically after 30 secs. timeout 30
# By default, boot the first entry. #default 0 # For booting Linux title Kondara MNU/Linux root (hd0,2) kernel /boot/vmlinuz-2.4.4-18k initrd=/boot/initrd-2.4.4-18k.img root=/dev/hda3 append="acpi=no-idle acpi=off apm=on apm=power off"
# For installing GRUB into the hard disk title Install GRUB into the hard disk root (hd0,2) setup (hd0)
# Change the colors. title Change the colors color light-green/brown blink-red/blue

 そして、おもむろにreboot・・・

_ [linux] GRUB(4)

・・・reboot!おぉ!ちゃんとgrubが動いてる。

kondara MNU/Linuxも見えるし、すかさず「Enter」するとハイライトされて、点滅するだけ・・・おやっ(?o?)むむっ、どうやらbootは「b」、編集(edit)は「e」をtypeせよ!らしい。

では、「b」・・・bootしない。file not found?何がnot foundなの???

そして・・・やっぱりliloに戻す(^^;)

[]