分页: 1 / 1

[问题]开机无法找到ubuntu.xpm.gz

发表于 : 2006-09-11 22:08
xiaomao101
清大虾帮帮我!!
我的menu.lst文件内容如下:
splashimage (hd0,5)/boot/grub/splashimages/ubuntu.xpm.gz

default 0

timeout 10

title Ubuntu, kernel 2.6.15-26-686
root (hd0,5)
kernel /vmlinuz-2.6.15-26-686 root=/dev/hda7 ro quiet splash
initrd /initrd.img-2.6.15-26-686
savedefault
boot

title Ubuntu, kernel 2.6.15-26-686 (recovery mode)
root (hd0,5)
kernel /vmlinuz-2.6.15-26-686 root=/dev/hda7 ro single
initrd /initrd.img-2.6.15-26-686
boot


title Ubuntu, memtest86+
root (hd0,5)
kernel /memtest86+.bin
boot
运行update-grub 以后提示
root@cat101computer:/home/oem# update-grub
Searching for GRUB installation directory ... found: /boot/grub
Testing for an existing GRUB menu.list file ... found: /boot/grub/menu.lstSearching for splash image ... none found, skipping ...
Found kernel: /vmlinuz-2.6.15-26-686
Found kernel: /vmlinuz-2.6.15-26-386
Found kernel: /vmlinuz-2.6.15-23-386

发表于 : 2006-09-11 22:12
BigSnake.NET
正常。。

发表于 : 2006-09-11 22:40
nobrain
把splashimage那行注释掉,或是自己建一个ubuntu.xpm.gz放在相应目录下

发表于 : 2006-09-11 22:43
xiaomao101
是啊,看起来是一切正常,可是开机时候就提示没有ubuntu.xpm.gz
而且update-grub时候,也显示:
Searching for splash image ... none found, skipping ...

发表于 : 2006-09-12 7:50
xiaomao101
nobrain 写了:把splashimage那行注释掉,或是自己建一个ubuntu.xpm.gz放在相应目录下
相应目录是啥意思,在/boot/grub下原本就没有目录阿
难道ubuntu默认就可以显示splash,而不要加入注释:spalsh ????
我是菜鸟,清大虾说明白一点!!

发表于 : 2006-09-12 12:56
BigSnake.NET
ubuntu的grub不帶splash

发表于 : 2006-09-12 14:18
xiaomao101
终于找出问题了:
splashimage=(hda0,5)/boot/grub/splash.xpm.gz
竟然就少了一个等号!!郁闷!!

发表于 : 2006-09-12 20:15
karron
你开始的文件可不只是少了一个等号,还多了些东西

发表于 : 2006-09-12 22:43
xiaomao101
多了什么东西???