使用自己的 iso 定制 UBCD

使用自己的 iso 定制 UBCD

我想要一张可启动的 DVD,上面有 2 个 Linux Mint 发行版。Ultimate 启动 CD 有一个选项可以自定义 ubcd 并添加您自己的 ISO。我试图添加自己的 ISO,但我遇到了麻烦,因为我不知道在 custom.cfg 文件中添加哪些行。

自定义页面上的内容如下:

Adding ISO images
To add your own ISO images to UBCD, copy them to c:\ubcd-extracted\ubcd\custom. 
You can optionally compress each image using gzip (via a tool such as 7-Zip) to make them smaller. 
Then edit c:\ubcd-extracted\ubcd\custom\custom.cfg and add each ISO image to the menu.

For example:
LABEL -
MENU LABEL Windows 98
TEXT HELP
 Windows 98 boot disk
ENDTEXT
LINUX /boot/syslinux/memdisk
INITRD /ubcd/custom/win98.iso.gz
APPEND iso raw

Note that not all ISO images can be successfully booted this way. 
Real mode OSes and boot loaders that use INT13 BIOS calls will likely work, but other may not. 
For more information, refer to the memdisk documentation on ISO image support.

当我想添加此文件时我应该添加什么例如:linuxmint-17-cinnamon-dvd-32bit.iso

我应该只更改带有 的行INITRD 还是也更改带有 的行APPEND iso raw

自定义页面没有解释这一点。

相关内容