Skip to main content

makING a bootable pendrive !!

What you need before starting :
 
  1. Administrative rights of the computer which you are using.
  2. A pen drive of sufficient storage.
  3. A image of Operating system or its DVD.
Let's start !!


  •  Insert your Pen Drive.
  • Open the command prompt.( from All programs -> Accessories or in 'RUN' window simply type 'cmd')
  • Type - Diskpart.
  • A new window appears, then type 'list disk'.
  • Type-  Select Disk 1.(this should be your pen drive)
  • Type- clean.
  • Type- create partition primary.
  • Type- select partition 1.
  • Type- format fs=fat32 quick.
  • Type- active.
  • Type- exit.
  • Now on you previous command prompt window, Type your pendrive drive name(suppose it is I: ) and then press enter.
  • Now insert your OS DVD or mount the image of the OS.
  • Type- xcopy (dvd drive name where the OS is loaded):\*.*/e/k (suppose it is H: then the code should be like this "xcopy H:\*.*/e/k" ).
  • Let the copying process be finished.
  • Congratulations, You have successfully made your pen drive bootable.

Comments

Popular posts from this blog

Jawbone Up : Meant For Athletes

Jawbone Up : Meant For Athletes Wanna Relax. Go on, Have a Nap.  Jawbone Up will tell you when to wake up and When to Start Running... "WAKE UP... TIME TO RUN..."...

Make Your Android Smartphone Faster…!!

These 6 Simple Tricks Will Make Your Android Faster..!! Is Your Android Slow to Respond, and are You Fed Up with It.These Simple Tricks or Ways Will Make Your Android Faster.

What is Cloud Native in simple words

As written in Cloud Native Attitude book ,  Cloud Native Computing Foundation (CNCF) says Cloud Native is about scale and resilience or “ distributed systems capable of scaling to tens of thousands of self healing multi-tenant nodes ”.