0

Could I create a bootable USB that contains Fedora 29 workstation and Ubuntu 18.10 desktop live images in the same USB without partitioning the USB?

user103300
  • 101
  • 1

3 Answers3

0

You would need to install a program on the bootable usb that you can boot to, which then lets you boot one or more of the ISOs stored on the drive. Something like MultiBootUSB or easy2boot would be what you're looking for.

0

Yes. The easiest way is to download an app for it. I don't have a personal preference, but you can search for 'Multiboot USB' and choose the one you like the most.

0

Both YUMI, ( https://www.pendrivelinux.com/yumi-multiboot-usb-creator/ ) and MultiBootUSB, ( http://multibootusb.org/ ), work well. Both allow multi OS with persistence. YUMI does not have a 4GB limit on persistence, MBUSB does.

There are other methods of Multibooting that use multiple partitions including UNetbootin and mkusb: How do I boot an ISO file from my drive using grub2 on UEFI machines? and How to create a bootable USB with multiple ISO images in it

C.S.Cameron
  • 19,519