如果你想跳过 mime 类型检查,BootISO 实用程序带有下面的选项。
$ bootiso --no-mime-check -d /dev/sde /opt/iso_images/archlinux-2018.05.01-x86_64.iso
为 BootISO 添加下面的选项来跳过在擦除和分区 USB 设备前的用户确认。
$ bootiso -y -d /dev/sde /opt/iso_images/archlinux-2018.05.01-x86_64.iso
连同 -y 选项一起,启用自动选择 USB 设备。
$ bootiso -y -a /opt/iso_images/archlinux-2018.05.01-x86_64.iso
为知道更多的 BootISO 选项,运行下面的命令。
$ bootiso -h Create a bootable USB from any ISO securely. Usage: bootiso [...] -
Options -
-h, --help, help Display this help message and exit. -v, --version Display version and exit. -d, --device Select block file as USB device. If is not connected through USB, `bootiso' will fail and exit. Device block files are usually situated in /dev/sXX or /dev/hXX. You will be prompted to select a device if you don't use this option. -b, --bootloader Install a bootloader with syslinux (safe mode) for non-hybrid ISOs. Does not work with `--dd' option. -y, --assume-yes `bootiso' won't prompt the user for confirmation before erasing and partitioning USB device. Use at your own risks. -a, --autoselect Enable autoselecting USB devices in conjunction with -y option. Autoselect will automatically select a USB drive device if there is exactly one connected to the system. Enabled by default when neither -d nor --no-usb-check options are given. -J, --no-eject Do not eject device after unmounting. -l, --list-usb-drives List available USB drives. -M, --no-mime-check `bootiso' won't assert that selected ISO file has the right mime-type. -s, --strict-mime-check Disallow loose application/octet-stream mime type in ISO file. -- POSIX end of options. --dd Use `dd' utility instead of mounting + `rsync'. Does not allow bootloader installation with syslinux. --no-usb-check `bootiso' won't assert that selected device is a USB (connected through USB bus). Use at your own risks. -
Readme -
Bootiso v2.5.2. Author: Jules Samuel Randolph Bugs and new features: https://github.com/jsamr/bootiso/issues If you like bootiso, please help the community by making it visible: * star the project at https://github.com/jsamr/bootiso * upvote those SE post: https://goo.gl/BNRmvm https://goo.gl/YDBvFe
【编辑推荐】 - 如何在Linux中永久修改USB设备权限
- 在Linux系统里识别USB设备名字的4种方法
- Windows 10无法识别USB设备怎么办?电脑无法识别USB设备处理方法
- 如何在Linux上恢复一个损坏的USB设备至初始状态
- Windows电脑无法识别USB设备怎么办?
【责任编辑:庞桂玉 TEL:(010)68476606】
点赞 0
(编辑:ASP站长网)
|