【问题标题】:Create iso, which is installable using the command 'dd'创建iso,可以使用命令'dd'安装
【发布时间】:2017-03-07 09:12:52
【问题描述】:

我创建了一个使用 genisoimage 创建 ISO 映像的程序

sudo genisoimage -rational-rock -cache-inodes -joliet -full-iso9660-filenames -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -output "../${ISONAME}" .

然后是isohybird

sudo isohybrid ${ISONAME}

当我使用 UNetbootin 程序在 U 盘上安装输出的 *.iso 文件时,它工作正常,但是当我尝试使用它使用签名 dd-command 时,它无法启动。我是不是忘记了标志/参数之类的?

【问题讨论】:

    标签: linux image ubuntu debian iso


    【解决方案1】:

    您需要使用isohybrid“祝福”生成的 ISO 映像。

    【讨论】:

    • 忘了提这个。我用 isohybrid sudo isohybrid ${ISONAME} 在 genisoimage 之后“祝福”了图像
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-11-04
    • 1970-01-01
    • 2019-06-19
    • 1970-01-01
    相关资源
    最近更新 更多