加入收藏 | 设为首页 | 会员中心 | 我要投稿 云计算网_泰州站长网 (http://www.0523zz.com/)- 视觉智能、AI应用、CDN、行业物联网、智能数字人!
当前位置: 首页 > 服务器 > 搭建环境 > Windows > 正文

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

发布时间:2019-06-18 17:14:04 所属栏目:Windows 来源:Prakash Subramanian
导读:副标题#e# 为了安装操作系统,我们中的大多数人(包括我)经常从 ISO 文件中创建一个可启动的 USB 设备。为达到这个目的,在 Linux 中有很多自由可用的应用程序。甚至在过去我们写了几篇介绍这种实用程序的文章。 每个人使用不同的应用程序,每个应用程序有

如果你想跳过 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

(编辑:云计算网_泰州站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

热点阅读