怒られた内容は以下。
# update-grub
Generating grub.cfg …
Warning: update-grub_lib is deprecated, use grub-mkconfig_lib instead
Found linux image: /boot/vmlinuz-2.6.26-2-amd64
Found initrd image: /boot/initrd.img-2.6.26-2-amd64
Found linux image: /boot/vmlinuz-2.6.26-1-amd64
Found initrd image: /boot/initrd.img-2.6.26-1-amd64
Found linux image: /boot/vmlinuz-2.6.24-1-amd64
Found initrd image: /boot/initrd.img-2.6.24-1-amd64
done
あ、はい。
とりあえずそういうときはgrepだろ。
# cd /etc/grub.d/
# grep update-grub *
00_header:# update-grub helper script.
10_hurd:# update-grub helper script.
10_hurd:. ${libdir}/grub/update-grub_lib
10_linux:# update-grub helper script.
30_os-prober:# update-grub helper script.
あ。はい。
# vi 10_hurd
. ${libdir}/grub/update-grub_lib
を
. ${libdir}/grub/grub-mkconfig_lib
に書き換え。
# update-grub
Generating grub.cfg …
Found linux image: /boot/vmlinuz-2.6.26-2-amd64
Found initrd image: /boot/initrd.img-2.6.26-2-amd64
Found linux image: /boot/vmlinuz-2.6.26-1-amd64
Found initrd image: /boot/initrd.img-2.6.26-1-amd64
Found linux image: /boot/vmlinuz-2.6.24-1-amd64
Found initrd image: /boot/initrd.img-2.6.24-1-amd64
done
幸せになれた。

Categories
Tag Cloud
Blog RSS
Comments RSS
Last 50 Posts
Back
Void « Default
Life
Earth
Wind
Water
Fire
Light 