
Ubuntu日本語フォーラム

ログインしていません。
私ubuntu 11.10でブートローダーにburgをつかっているんですが、これで困ることが一個あって、それはkernelのバージョンアップで自動的にupdate-burg(update-grubのようなもの)しないことです。
ただこの問題ubuntu 11.04のときは
http://askubuntu.com/questions/4905/how-to-automatically-update-burg-after-a-kernel-update
ここにある
/etc/kernel-img.conf
に
do_symlinks = yes
relative_links = yes
do_bootloader = no
do_bootfloppy = no
do_initrd = yes
link_in_boot = no
postinst_hook = update-burg
postrm_hook = update-burg
をかくやり方でうまく解決できてました。
ubuntu 11.10で同じように
do_symlinks = yes
postinst_hook = update-burg
postrm_hook = update-burg
としたのではダメで、カーネルパニックになってしまいます。
いい解決方法をしりませんか?
オフライン