veket官方网站论坛

剑侠 发表于 2020-1-9 09:40

修改引导文件的尝试

本帖最后由 剑侠 于 2020-1-9 09:41 编辑

注意,修改之前请先备份好文件再修改,若修改之后发现出错,复制回去就行。
另外,在windows下边修改的话,有可能会因文件编码不对造成问题,所以建议只在veket下边修改

用发布包内的安装工具,安装到硬盘之后,C盘下边有份文件:
lickmenu.lst
我是安装到C盘,目录下边的内容这样:
注意,若安装到其他盘,内容可能不一样,根据实际情况修改

## start header
timeout=5
default=0
## end header

## 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



选项比较少,参考veket的iso文件修改成:


## start header
timeout=5
default=0
## end header

## 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

title veket 20 (Don't copy SFS files to RAM)
find --set-root --ignore-floppies /veket_20/vmlinuz
kernel /veket_20/vmlinuz pfix=nocopy psubdir=veket_20
initrd /veket_20/initrd.gz
boot

title veket 20 (No X)
find --set-root --ignore-floppies /veket_20/vmlinuz
kernel /veket_20/vmlinuz pfix=nox psubdir=veket_20
initrd /veket_20/initrd.gz
boot

title veket 20 (No KMS (Kernel mode setting))
find --set-root --ignore-floppies /veket_20/vmlinuz
kernel /veket_20/vmlinuz pfix=fsck psubdir=veket_20
initrd /veket_20/initrd.gz
boot
## end section veket_20

注意,修改之后,我未试验。
等待我重启动之后再来报告

剑侠 发表于 2020-1-9 10:22

第二个选项:
title veket 20 (no save file)
这是不读取保存的数据文件,进入空白系统
选择这个选项可以随时进入空白系统来测试软件之类,关机的时候选择不保存数据便好。

第三个选项
title veket 20 (Don't copy SFS files to RAM)
不将系统复制到内存中去运行,速度会较慢,但适合内存少的用户,可以试下

第四个选项:
title veket 20 (No X)
不要图形界面,进入命令行,高手专用

第五个选项不要内核模式设置,我也不懂这术语,等待高手解答

修改有风险,修改之前请备份好原文件。

uowfwk 发表于 2020-1-9 12:01

感谢分享!

ada9vxe 发表于 2020-1-9 12:03

学习了。

wanjun82 发表于 2020-1-9 12:26

感谢分享!
页: [1] 2 3 4 5
查看完整版本: 修改引导文件的尝试