Sunday, September 6, 2015

boot - Multiple bootable partitions on a USB drive?

Is it possible to create a functional USB drive with three different partitions:



  • Bootable Linux installer

  • Bootable Windows installer

  • Storage


If so, is it as simple as creating three partitions for example 8GB FAT32 for Linux installer, 8GB NTFS for Windows installer and the remaining capacity (FAT32/NTFS) for storage?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...