|  | 
 
| http://www.lucky8k.com/thread-133982-1-1.html 之前我安装22是通过增加引导完成的。
 24我用同样的安装方法
 
 注意了,17楼的网友tuice0liu是删除了
 删了一下两行才正常进系统。
 
 复制代码
initrd /veket-24/ucode.cpio /veket-24/initrd.gz
boot
但是我一直用这个的,大家留意下自己下载的iso是否有ucode.cpio这个文件,若是没可能要删除才正常
 大家试过后留言反馈一下。
 经测试,去掉ucode.cpio这个文件之后,是可以删除掉这两行的,修正了
 
 
 
 首先在任意一个分区解压缩veket-24的iso,然后重命名为:veket-24
 然后在原来的引导文件增加以下内容:
 
 ## start section veket-24title veket-24 (no save file)
 find --set-root --ignore-floppies /veket-24/vmlinuz
 kernel /veket-24/vmlinuz pfix=ram savefile=none psubdir=veket-24
 initrd /veket-24/initrd.gz
 
 
 
 title veket-24
 find --set-root --ignore-floppies /veket-24/vmlinuz
 kernel /veket-24/vmlinuz pfix=fsck psubdir=veket-24
 initrd /veket-24/initrd.gz
 
 ## end section veket-24
我是直接复制我的22引导文件内容,增加然后将所有的22修改为24来引导就好了。
 我的完整引导文件内容是:
 
 复制代码## start header
timeout=5
default=0
## end header
## start section veket-24
title veket-24 (no save file)
find --set-root --ignore-floppies /veket-24/vmlinuz
kernel /veket-24/vmlinuz pfix=ram savefile=none psubdir=veket-24
initrd /veket-24/initrd.gz
title veket-24
find --set-root --ignore-floppies /veket-24/vmlinuz
kernel /veket-24/vmlinuz pfix=fsck psubdir=veket-24
initrd /veket-24/initrd.gz
## end section veket-24
## start section veket-22
title veket-22 (no save file)
find --set-root --ignore-floppies /veket-22/vmlinuz
kernel /veket-22/vmlinuz pfix=ram savefile=none psubdir=veket-22
initrd /veket-22/initrd.gz
initrd /veket-22/ucode.cpio /veket-22/initrd.gz
boot
title veket-22
find --set-root --ignore-floppies /veket-22/vmlinuz
kernel /veket-22/vmlinuz pfix=fsck psubdir=veket-22
initrd /veket-22/initrd.gz
initrd /veket-22/ucode.cpio /veket-22/initrd.gz
boot
## end section veket-22
## start section veket_20
title veket 20
find --set-root --ignore-floppies /veket_20/vmlinuz
kernel /veket_20/vmlinuz pfix=fsck psubdir=veket_20
initrd /veket_20/initrd.gz
boot
title veket 20 (no save file)
find --set-root --ignore-floppies /veket_20/vmlinuz
kernel /veket_20/vmlinuz pfix=ram savefile=none psubdir=veket_20
initrd /veket_20/initrd.gz
boot
## end section veket_20
 | 
 |