设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 手机 数据 公司
当前位置: 首页 > 服务器 > 搭建环境 > Windows > 正文

BootISO:从ISO文件中创建一个可启动的USB设备(2)

发布时间:2019-06-17 19:38 所属栏目:117 来源:Prakash Subramanian
导读:如果你想跳过 mime 类型检查,BootISO 实用程序带有下面的选项。 $ bootiso --no-mime-check -d /dev/sde /opt/iso_images/archlinux-2018.05.01-x86_64.iso 为 BootISO 添加下面的选项来跳过在擦除和分区 USB 设备

如果你想跳过 mime 类型检查,BootISO 实用程序带有下面的选项。

  1. $ bootiso --no-mime-check -d /dev/sde /opt/iso_images/archlinux-2018.05.01-x86_64.iso

为 BootISO 添加下面的选项来跳过在擦除和分区 USB 设备前的用户确认。

  1. $ bootiso -y -d /dev/sde /opt/iso_images/archlinux-2018.05.01-x86_64.iso

连同 -y 选项一起,启用自动选择 USB 设备。

  1. $ bootiso -y -a /opt/iso_images/archlinux-2018.05.01-x86_64.iso

为知道更多的 BootISO 选项,运行下面的命令。

  1. $ bootiso -h
  2. Create a bootable USB from any ISO securely.
  3. Usage: bootiso [...]
  4.  
  5. Options
  6.  
  7. -h, --help, help Display this help message and exit.
  8. -v, --version Display version and exit.
  9. -d, --device Select block file as USB device.
  10. If is not connected through USB, `bootiso' will fail and exit.
  11. Device block files are usually situated in /dev/sXX or /dev/hXX.
  12. You will be prompted to select a device if you don't use this option.
  13. -b, --bootloader Install a bootloader with syslinux (safe mode) for non-hybrid ISOs. Does not work with `--dd' option.
  14. -y, --assume-yes `bootiso' won't prompt the user for confirmation before erasing and partitioning USB device.
  15. Use at your own risks.
  16. -a, --autoselect Enable autoselecting USB devices in conjunction with -y option.
  17. Autoselect will automatically select a USB drive device if there is exactly one connected to the system.
  18. Enabled by default when neither -d nor --no-usb-check options are given.
  19. -J, --no-eject Do not eject device after unmounting.
  20. -l, --list-usb-drives List available USB drives.
  21. -M, --no-mime-check `bootiso' won't assert that selected ISO file has the right mime-type.
  22. -s, --strict-mime-check Disallow loose application/octet-stream mime type in ISO file.
  23. -- POSIX end of options.
  24. --dd Use `dd' utility instead of mounting + `rsync'.
  25. Does not allow bootloader installation with syslinux.
  26. --no-usb-check `bootiso' won't assert that selected device is a USB (connected through USB bus).
  27. Use at your own risks.
  28.  
  29. Readme
  30.  
  31. Bootiso v2.5.2.
  32. Author: Jules Samuel Randolph
  33. Bugs and new features: https://github.com/jsamr/bootiso/issues
  34. If you like bootiso, please help the community by making it visible:
  35. * star the project at https://github.com/jsamr/bootiso
  36. * upvote those SE post: https://goo.gl/BNRmvm https://goo.gl/YDBvFe

【编辑推荐】

  1. 如何在Linux中永久修改USB设备权限
  2. 在Linux系统里识别USB设备名字的4种方法
  3. Windows 10无法识别USB设备怎么办?电脑无法识别USB设备处理方法
  4. 如何在Linux上恢复一个损坏的USB设备至初始状态
  5. Windows电脑无法识别USB设备怎么办?
【责任编辑:庞桂玉 TEL:(010)68476606】
点赞 0

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读