In this post, I share how to create a bootable pen drive and how to create multi os boot on one USB flash drive
Requirements
first, you download the ISO format (example: ubuntu or other Linux or windows os ) file from the internet
"winSetup from USB" application
WinSetupFromUSB is a Windows program, which prepares multiboot USB flash or fixed disk to install any Windows versions since 2000/XP, boot various Linux and *BSD flavors, as well as many Windows, Linux, DOS based and other utilities.
download that application from the internet
here the link http://www.winsetupfromusb.com/downloads/
Now extract and install the software in windows
Open that application
Insert your USB flash drive
This application automatically detect your USB drive or you manually assign the drive
if you install the Linux os click the check mark in Linux
And click the near browse option
browse your ISO file and choose that and give a name
After finish click the GO button in below
Now your iso file is converted in bootable format in your pen drive
this process takes some minutes
else if you face any error message it means your USB drive does not support that
Shut down your computer insert your USB drive now switch on your computer press the F7 key continuous and choose your bootable drive and install your operating system
In next post, I share how to run the Linux in your windows system using oracle virtual box and VM ware workstation
IN COMMAND PROMPT:
Insert a USB flash drive into a running computer.
Open a Command Prompt window as an administrator.
Type diskpart.
In the new command line window that opens, to determine the USB flash drive number or drive letter, at the command prompt, type list disk, and then click ENTER. The list disk command displays all the disks on the computer. Note the drive number or drive letter of the USB flash drive.
At the command prompt, type select disk <X>, where X is the drive number or drive letter of the USB flash drive, and then click ENTER.
Type clean, and the click ENTER. This command deletes all data from the USB flash drive.
To create a new primary partition on the USB flash drive, type creates part pri, and then click ENTER.
To select the partition that you just created, type select part 1, and then click ENTER.
To format the partition, type format fs=ntfs quick, and then click ENTER.
Type, active and then click ENTER.
Type, exit and then click ENTER.
When you finish preparing your custom image, save it to the root of the USB flash drive.
click the follow button for quick updates
follow my facebook page "smarttricks123"
https://www.facebook.com/smarttricks123/