Grub4dos0.4.6a的中文字库的有效加载命令.docx_第1页
Grub4dos0.4.6a的中文字库的有效加载命令.docx_第2页
Grub4dos0.4.6a的中文字库的有效加载命令.docx_第3页
Grub4dos0.4.6a的中文字库的有效加载命令.docx_第4页
Grub4dos0.4.6a的中文字库的有效加载命令.docx_第5页
已阅读5页,还剩7页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

Grub4dos0.4.6a的中文字库的有效加载命令前言:这是小白教小白,菜鸟教菜鸟,高手请飘过,不怕烦琐,确保证教会。下载专为grub4dos准备的unifont.hex 格式的中文字库文件,字库文件大多是gz压缩的文件,将字库文件重命名为fonts.gz。grub4dos支持gz压缩的文件,可直接使用无需解压!不点大师说:“yaya 已经把中文支持做到内核里了,不用再费劲去重新编译搞中文支持了。新版本已经支持中文了。用户只需要做如下两个工作便可:(1)把字库弄成 unifont.hex 格式;(2)把菜单弄成 UTF-8 编码。”一:加载位置:一般在颜色和等待命令后面加载:menu.lst菜单的开头部分:# This is a sample menu.lst file. You should make some changes to it.# The old install method of booting via the stage-files has been removed.# Please install GRLDR boot strap code to MBR with the # utility under DOS/Win9x or Linux.# It must be UTF-8 encoding for multi-lingual support. Font lines can be# appended to the file. The font lines should be in the unifont.hex format.color blue/green yellow/red white/magenta white/magenta(颜色)timeout 30(等待时间)在这加载“加载中文字库的命令”# menu border colorcolor border=0xEEFFEE# set vbe modegraphicsmode -1 640:800 480:600 24:32 | graphicsmode -1 -1 -1 24:32# loading splashimagesplashimage /boot/grub/splashimage.xpm | splashimage /boot/grub/splashimage.bmpdefault /default# Menu AutoNumberwrite 0x8274 0x2001例如:红字部分即是加载的“加载中文字库的命令”:# This is a sample menu.lst file. You should make some changes to it.# The old install method of booting via the stage-files has been removed.# Please install GRLDR boot strap code to MBR with the # utility under DOS/Win9x or Linux.# It must be UTF-8 encoding for multi-lingual support. Font lines can be# appended to the file. The font lines should be in the unifont.hex format.color blue/green yellow/red white/magenta white/magenta(颜色)timeout 30(等待时间)find -set-root /grub/fonts.gzfont /grub/fonts.gz# menu border colorcolor border=0xEEFFEE# set vbe modegraphicsmode -1 640:800 480:600 24:32 | graphicsmode -1 -1 -1 24:32# loading splashimagesplashimage /boot/grub/splashimage.xpm | splashimage /boot/grub/splashimage.bmpdefault /default# Menu AutoNumberwrite 0x8274 0x2001二:有效的加载命令:1:font /fonts.gza.字库文件和grldr、menu.lst文件同位于启动分区的根目录系统中加载Grub4dos启动的情况。b. 字库文件和grldr、menu.lst文件同位于同一个分区的根目录,但不一定是启动分区硬盘的MBR主引导记录中加载Grub4dos启动的情况。2: font /grub/fonts.gza. grldr、menu.lst文件同位于启动分区的根目录,字库文件位于启动分区的根目录中的grub文件夹中系统中加载Grub4dos启动的情况。b. grldr、menu.lst文件同位于同一个分区的根目录,字库文件位于和前面的2个文件相同分区的根目录中的grub文件夹中,注意,这个分区并不一定是启动分区硬盘的MBR主引导记录中加载Grub4dos启动的情况。3:find -set-root /fonts.gzfont /fonts.gz字库文件和grldr、menu.lst文件同位于不同的分区的根目录,grldr和menu.lst文件在同一个分区的根目录,字库文件在另外一个分区的根目录。4:find -set-root /grub/fonts.gzfont /grub/fonts.gz字库文件和grldr、menu.lst文件同位于不同的分区,gr

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论