惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
Martin Fowler
Martin Fowler
Vercel News
Vercel News
U
Unit 42
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
MyScale Blog
MyScale Blog
Y
Y Combinator Blog
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog RSS Feed
N
Netflix TechBlog - Medium
GbyAI
GbyAI
F
Fortinet All Blogs
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
M
MIT News - Artificial intelligence
D
Docker
IT之家
IT之家
Stack Overflow Blog
Stack Overflow Blog

博客园 - centosboy

Thinkpad T490卡顿排查 xinference初探 diff的安装与使用 ubuntu docker运行大模型 vllm部署 zabbix监控mongodb /root/.dbshell无权限解决办法 开机启动后应用limit没有生效 关于运维工作的一点感悟 Autossh打洞 hive分区表实践 hashlib模块 rm 防误删脚本 linux 通过inode删除文件 那些年踩过的坑 htpdate代替ntpdate同步时间 Openfire搭建聊天系统 zookeeper运维 centos ping添加丢包记录 Linux tee命令输出显示在屏幕和保存到日志文件中
将CDLINUX装入U盘
centosboy · 2020-12-21 · via 博客园 - centosboy

所需资源:

cdlinux.iso

unetbootin-windows-585

grub4dos.

bootice_0.9

制作方法:

1.打开unetbootin-windows-585,,选择第二项光盘镜像,载入你刚下载的CDlinux-0.9.7.iso文件路径,选择你的U盘,确定

2.打开下载grub4dos,选择grldr和menu 文件,复制到U盘的根目录,复制之后u盘里面是这样

3.打开bootice,选择U盘.点(主引导记录)

之后按下图选择选项,写入磁盘

4.进入U盘,编辑编辑menu.lst,在其内加入如下内容,并保存

title start Cdlinux

find --set-root /CDlinux/bzImage

kernel /CDlinux/bzImage CDL_DEV=LABEL=CDLINUX CDL_LANG=zh_CN.UTF-8

initrd /CDlinux/initrd

boot

在上面的menu.lst内的CDL_DEV=LABEL=CDLINUX 中的CDLINUX是指U盘的标签名

5.重启选择U盘启动