|
发表于 2006-8-8 13:08:48
|
显示全部楼层
Post by fluke
title Arch-beyond with gensplash - silent mode
root (hd0,10)
kernel /vmlinuz26beyond root=/dev/hda10 video=vesafb:ywrap,mtrr,1280x1024-32@70 splash=silent,theme:darch console=tty1 quiet
initrd /initramfs-beyond.img
这样就好了,你确定安装了gensplash了吗?安装了gensplashutils之后,还要makeinitramfs一次。具体在wiki.archlinux.org看gensplash的条目
如果用的是beyond的kernel;不是运行makeinitramfs,而是mkinitcpio.
先编辑/etc/mkinicpio.conf
[PHP]HOOKS="base udev autodetect ide resume fbsplash"
FBTHEMES="darch"
FBRES="1024x768"[/PHP]
然后运行
mkinitcpio -g /boot/kernel26beyond.img
最后修改/boot/grub/menu.lst
title Arch Linux (Beyound)@silent
root (hd0,8)
kernel /boot/vmlinuz26beyond root=/dev/sda9 video=vesafb:ywrap,mtrr,1024x768-32@75 splash=silent,theme:darch console=tty1 quiet
initrd /boot/kernel26beyond.img
title Arch Linux (Beyound)@verbose
root (hd0,8) kernel /boot/vmlinuz26beyond root=/dev/sda9 video=vesafb:ywrap,mtrr,1024x768-32@75 splash=verbose,theme:darch console=tty1 quiet
initrd /boot/kernel26beyond.img |
|