vine-users ML アーカイブ



[vine-users:076640] Re: Grub で エラー「 rootnoverify (hd0,5) chainloader+1 Error 13: Invalid or unsupported executable format 」

  • From: "kkkmmm" <merissa0@xxxxxxxxxxx>
  • Subject: [vine-users:076640] Re: Grub で エラー「 rootnoverify (hd0,5) chainloader+1 Error 13: Invalid or unsupported executable format 」
  • Date: Fri, 13 Apr 2007 16:20:47 +0900
KMです。皆様、ご回答大変有難うございました。

Vine 4.0 の /boot/grub/menu.lst 中の記述をこんなふうに書き直したら
どうでしょう。

仰るとおりに

# cat /boot/grub/grub.conf
:
  title Vine Linux 3.2
      root (hd0,5)
kernel /boot/vmlinuz-2.4.31-0vl1.8 ro root=/dev/hda6 resume2=swap:/dev/hda7 vga=0x314
      initrd /boot/initrd-2.4.31-0vl1.8.img
:

として

# mount -t ext3 /dev/sda6 /mnt
# cat /mnt/etc/lilo.conf
:
  label=vine_linux_3.2
:

という具合にlabelのスペースを排除しまして漸くvine3.2ブート成功しました(LILOのグラフィカルな画面は何故か出ませんでしたが)!感動しました。

ただ、ブート時に

:
Mounting sysfs
mount: error 19 mounting sysfs
:
Creating root device
umount /sys failed :22
:

というが目に付いて(この後は[OK]ばかりで正常にブートしております)ちょっと気になるのですがこれは気にしなくても大丈夫でしょうか?