V
V
Victor2015-07-01 13:17:43
linux
Victor, 2015-07-01 13:17:43

How to create a bootable USB flash drive with iso images?

How to competently make a USB flash drive capable of booting from the iso images in it? Is it possible to generate the menu on the fly when loading, or do I need to regenerate the menu file each time the list with images changes?
I work from linux.

Answer the question

In order to leave comments, you need to log in

7 answer(s)
S
Serg New, 2015-07-01
@drsmoll

IHMO, the most convenient to use Zalman VE-200,300,400

M
Maxim Kovalenko, 2015-07-01
@maxxx_kovalenko

To create a bootable flash drive, I can recommend the program unetbootin.sourceforge.net
Not on the fly. You can make a script that will generate a new menu (syslinux.cfg) for iso files, but only after loading into the base OS.
1. The unetbootin utility writes an ISO image of the disk with the system to a FAT32 USB stick
2. Installs the syslinux bootloader.
Additionally, you can prescribe other operating systems in the syslinux.cfg bootloader. An example is on the wiki https://ru.wikipedia.org/wiki/Syslinux

E
Evgeny Ivanovich, 2015-07-02
@Pauk_Code

I can advise krivoruky multisystem. It works fine, automatically adds names to the menu, several bootloaders are built in at once (+ grub4dos, syslinux).
Installing Ubuntu
#!/bin/bash
sudo apt-add-repository 'deb liveusb.info/multisystem/depot all main'
wget -q -O - liveusb.info/multisystem/depot/multisystem.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install multisystem

A
Alexander, 2015-07-08
@Adorne

Easy2Boot - I use it at home and at work.
We just throw the images into folders, we don’t need to regenerate anything.

E
Evgeny Komarov, 2015-07-01
@maNULL

GRUB for DOS

R
rutaka nashimo, 2015-07-09
@rutaka_n

unetbootin or dd + set the boot flag via parted or fdisk if necessary.

J
justabaka, 2015-07-09
@justabaka

On Habré there are at least a couple of articles on this topic.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question