have you ever wondered how you can install your desired operating system with just USB ? well its easy, you don't need any software, you don't need to pay for anything, you just need atleast 4 Gigabyte USB and you're all set, also you need the IMAGE ISO of the Operating System you want to install
So here we go,
first you need a 4 Gigabyte USB and insert it on your computer
then pre WINDOWS+R and type DISKPART
once the command prompt shows up
type the following 1 by 1
list disk - the list of the disk on your system will show up including your system and hard drive partitions
select disk # - replace the # with the device number of your USB for example your USB with 4GB of capacity is on #2 then type select disk 2
clean - well its going to clean up your drive
create partition primary -
select partition 1 -
active
format fs=ntfs quick
exit
IMPORTANT: make sure not to stop or skip the steps or your USB will be dead
after setting up your USB to become bootable
you can now copy the content of the .ISO file on your USB
make sure that you copy all the contents to ensure that the operating system will work as it should be
that's all folks!
No comments:
Post a Comment