|

楼主 |
发表于 2004-2-21 10:15:44
|
显示全部楼层
实现 Boot Progress Bar 的最简单方法。
配置好了 Framebuffer,还想要一个漂亮的 Progress bar 吗?如果不想自己制作 progress bar,那么只要有一张 Gentoo LiveCD,你就可以最快地实现 progress bar:
挂上你的 livecd
- cd /mnt/cdrom/isolinux
- cp initrd.1024 /boot
复制代码
修改 grub.conf 如下:
- # For booting Gentoo Linux 1.4 RC4
- title Gentoo Linux 1.4 RC4
- root (hd0,8)
- kernel (hd0,6)/vmlinuz-2.6.3-rc2-gentoo ro video=vesa:1024x768@80 vga=0x317 splash=silent
- initrd (hd0,6)/initrd.1024 // 加上这一行
复制代码
重启后你就会看到与 LiveCD 启动时看到的一样的 progress bar 了
 |
|