0

I have created a multi boot USB stick with a couple of distros, everything is working fine. Now i want to add Win 10 to the stick somehow.

It seems most Apps like multisystem multiboostusb and yumi does not support this.

Is there maybe a manual way for adding windows? I thought about adding a second partition, but it wont be possible to boot from there right?.

Stick is in fat32 format.

1
  • How did you create multi-boot USB? I was just thinking about this... :) Commented Dec 25, 2018 at 5:33

2 Answers 2

1

Before I begin, I don't think Windows can handle being booted from a multiboot and multipartition USB very well.

From a quick look at the apps you mentioned I think they use unix trickery to pack, mount, unpack and start Linux distributions, which simply will not work for Windows, which needs its normal format. You've got to revert to "traditional" ways.

Generally the way you're supposed to make a simple multiboot USB stick is not much different from a multiboot HDD. Make a partition for each system, and install GRUB/SYSLINUX and/or make an EFI System Partition with something like systemd-boot that allows you to choose which EFI executable (such as Windows efi boot or a Linux kernel) you want to start.

It works. I actually have a stick for service purposes that has a normal data partition, a Linux system partition and SYSLINUX installed as the boot manager. In your case it would be booting either Windows or your multisystem app, which will then chain-boot whatever it wants. If you want to try it, Arch Wiki is as always irreplaceable and has all the guides.

0

Yumi does exactly what i wanted, only had problems with adding KDE neon to the stick. Not working so well with wine from my experience.

The stick can efi / legacy too, it is based on syslinux.

This is working even better than expected.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.