Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
一键制作可启动LiveCD脚本
Experiences and Insight
634
views ·
1
replies ·
To
floor
Go
redbrother
deepin
2019-10-30 22:58
Author
本帖最后由 deepinwuyuvl 于 2019-10-30 14:58 编辑
一键制作可启动LiveCD脚本,制作的livecd使用mate极简桌面,包含了大多数的命令维护工具、下载工具。
https://gitee.com/redbrother/make-ubuntu-livecd
https://gitee.com/redbrother/make-ubuntu-livecd
Copy the Code
使用grub2引导U盘根目录livecd iso,可以不必解压iso,grub.cfg配置写法如下;
menuentry "ubuntu 18.04 LTS " {
insmod ntfs
insmod fat
insmod ext2
insmod iso9660
set isofile="ubuntu-bionic.iso"
search --no-floppy --file --set=root /$isofile
loopback loop /$isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/$isofile quiet splash locales=zh_CN.UTF-8
initrd (loop)/casper/initrd.lz
}
Copy the Code
制作的ISO镜像572M
Reply
Like 0
Favorite
View the author
All Replies
JiangFei℃
deepin
2020-03-31 07:26
#1
能否讲解一下制作过程,本人小白一个
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
UOS AI Hardware Diagnostics
Popular Events
More
一键制作可启动LiveCD脚本,制作的livecd使用mate极简桌面,包含了大多数的命令维护工具、下载工具。
https://gitee.com/redbrother/make-ubuntu-livecd