Ubuntu Linux 7.04 Feisty Fawn安装配置全记录(w/ Beryl/Aiglx桌面效果)
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 16
- 注册时间: 2007-04-25 17:14
-
- 帖子: 199
- 注册时间: 2007-02-06 22:45
- woodlinux
- 帖子: 158
- 注册时间: 2006-07-15 7:29
- 来自: 宁波北仑
- 联系:
-
- 帖子: 80
- 注册时间: 2007-04-29 0:17
-
- 帖子: 22
- 注册时间: 2006-11-13 16:30
-
- 帖子: 19
- 注册时间: 2006-07-10 18:55
-
- 帖子: 68
- 注册时间: 2007-05-07 9:14
- 来自: 广东广州/东莞
具体加到哪里?splashimage=(hd0,x)/boot/grub/splash.xpm.gz
代码: 全选
## ## End Default Options ##
splashimage=(hd0,9)/boot/grub/splash.xpm.gz
title Ubuntu, kernel 2.6.20-15-generic
root (hd0,9)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=840f8f4d-71a7-4b17-8a16-2550cf2a4b48 ro quiet splash locale=zh_CN
initrd /boot/initrd.img-2.6.20-15-generic
quiet
savedefault
title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root (hd0,9)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=840f8f4d-71a7-4b17-8a16-2550cf2a4b48 ro single
initrd /boot/initrd.img-2.6.20-15-generic
title Ubuntu, memtest86+
root (hd0,9)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows NT/2000/XP (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1
-
- 帖子: 7
- 注册时间: 2007-05-15 13:20
-
- 帖子: 11
- 注册时间: 2007-03-19 10:49