分页: 1 / 1

[讨论]修改开机画面,不能重新配置核心

发表于 : 2008-07-15 10:36
zhangby629

大家好!我在修改UBUNTU开机画面时,更改Usplash画面后,需要重新配置核心。我用:
sudo dpkg-reconfigure linux-image-$(uname -r)
或者:
sudo dpkg-reconfigure usplash-theme-ubuntu
重新配置核心,但是总不成功。
一直提示:

Running depmod.
ln: 创建硬链接 “/boot/initrd.img-2.6.24-19-generic.dpkg-bak” => “/boot/initrd.img-2.6.24-19-generic”: 操作不允许
update-initramfs: Generating /boot/initrd.img-2.6.24-19-generic
Not updating initrd symbolic links since we are being updated/reinstalled
(2.6.24-19.34 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled
(2.6.24-19.34 was configured last, according to dpkg)
Could not find postinst hook script [update-grub].
Looked in: '/bin', '/sbin', '/usr/bin', '/usr/sbin'

是什么原因?