因此,我已经成功地使用了live-build工具。生成了一个ISO,它加载在Virtualbox中,但是无法启动,因为配置文件正在查找vmlinuz.lz,但binary/casper包含:
-rw-r--r-- 1 root root 243769344 Jan 10 13:32 filesystem.squashfs
-rw-r--r-- 1 root root 10 Jan 10 13:32 filesystem.size
-rw-r--r-- 1 root root 8549 Jan 10 13:32 filesystem.manifest
-rw-r--r-- 1 root root 1227 Jan 10 13:32 filesystem.manifest-remove
-rw------- 1 root root 5814080 Jan 10 13:32 vmlinuz-3.13.0-43-generic
-rw-r--r-- 1 root root 24011791 Jan 10 13:32 initrd.img-3.13.0-43-generic
-rw-r--r-- 1 root root 176500 Jan 10 13:32 memtest我的计划是重命名vmlinuz*和initrd.*,以便将名称存储在配置文件中,然后重新打包ISO。
我的问题:
发布于 2022-05-27 00:45:33
安装等混合:
sudo apt安装syslinux-utils
然后,只需键入以下内容,使其可引导:
数独等杂交output.iso
https://askubuntu.com/questions/572149
复制相似问题