Sunday 6 March 2011

Create a bootable pen drive

Many times we need to have a bootable pen drive if we are a netbook user or sometimes we don't have a dvd to use, but to create one bootable usb drive is very easy if you follow the below steps:

________________________________________________________________________

On High demand we have created a software for easy access of creating bootable pendrives rather than below commands. Download the file and use it easily


http://okfiles.net/file/0r768Y


NOTE: just for engineer's world welfare you need to fill a small survey to download it , kindly do and enjoy.


________________________________________________________________________




1. Insert your formatted USB (4GB+ preferable) stick to the system.

2. Open elevated Command Prompt. To do this, type in CMD in Start menu search field and hit Ctrl + Shift + Enter. Alternatively, navigate to Start > All programs >Accessories > right click on Command Prompt and select run as administrator or open RUN ,type cmd and hit enter.

3. When the Command Prompt opens, enter the following command:

DISKPART and hit enter.

LIST DISK and hit enter.

Once you enter the LIST DISK command, it will show the disk number of your USB drive.

4. In this step you need to enter all the below commands one by one and hit enter.

SELECT DISK 1 (Replace DISK 1 with your disk number)

CLEAN

CREATE PARTITION PRIMARY

SELECT PARTITION 1

ACTIVE

FORMAT FS=NTFS

(Format process may take few seconds)

ASSIGN

EXIT

Bootable USB

now minimise the command window.

5. Insert your Windows DVD in the optical drive and note down the drive letter of the optical drive and USB media. Here I am using “D” as my optical (DVD) drive letter and “H” as my USB drive letter.

6. Go back to command prompt and execute the following commands:

D:CD BOOT and hit enter. Where “D” is your DVD drive letter.

CD BOOT and hit enter to see the below message.

BOOTSECT.EXE/NT60 H:

(Where “H” is your USB drive letter)

USB Bootable

7. Copy Windows DVD contents to USB.

now you have completed making a bootable pen drive , you can preserve it for any no of uses and format it too if u want it back to be used as a data traveller device.

NOTE:In making a pen drive bootable we convert it into NTFS format from FAT 32,this makes USB losses its efficiency,so,i prefer not to make pen drives bootable.

95 comments:

  1. really good work......

    ReplyDelete
  2. Yaar that day i was really stuck as my boot manager was accidentially deleted by me and u knw windows cannot boot without bootmanager. One way was to insert windows installation disk and repair it but see my luck the dvd drive was not working...lollll........Finally i switched over to this method and made my pendrive bootable.........Thank GOD it worked.
    really deepak nice job.....keep going..... :)

    ReplyDelete
  3. thanx sukhdeep for your words...its your appericiation only which encourages me to continue this small effort...!!!thanx again...:)

    ReplyDelete
  4. [...] In our previous post we have stated the method of making pendrive bootable through command prompt, [...]

    ReplyDelete
  5. all the best............

    ReplyDelete
  6. I want to know how to make dvd/cd bootable.....

    please reply

    ReplyDelete
  7. cd/dvd...thats not a big deal...just copy the contents or burn the iso image of any os to a cd/dvd...it will automatically become bootable.....

    the problem is in case of usb only....!!!!

    ReplyDelete
  8. what is the iso image...

    ReplyDelete
  9. if you have to install an operating system u will need a live cd of that os....but if u dont have that u will surely copy it or use the preburned image of that os and iso is the preburned image of a cd by which u can use it to burn ur own cd later through windows itself or by 3rd party softwares like nero,roxio etc.

    ReplyDelete
  10. if i have a windows iso in my hd den,, how 2 make a botable usb,, i don't want to make a dvd/cd,, direct copy to usb..

    ReplyDelete
  11. ok then for that i will suggest you an easy way , just try a software called UltraISO , just google it download it.....
    give ur iso files path to the app and then just paste the stuff to usb...simple.
    enjoy!!!

    ReplyDelete
  12. IT IA GOOD WAY

    ReplyDelete
  13. boss i have problem from the 6th point i my sys do not accept my command i:cd boot
    and i get the reply i:cd is unknown path please help me

    ReplyDelete
  14. Hi deepak, I want to know make a bootable pen drive for CD/DVD (hiren boot cd) if i restart system need message "press any key to boot..." please reply me

    ReplyDelete
  15. What if I dont have a windows DVD...i simply have it in my hard drive???How to boot then???plzz helpp...

    ReplyDelete
  16. how can I make bootable pendrive from iso image?

    ReplyDelete
  17. Good work thanks for the information

    ReplyDelete
  18. bro i tried it, but
    ''6. Go back to command prompt and execute the following commands:

    D:CD BOOT and hit enter. Where “D” is your DVD drive letter.

    CD BOOT and hit enter to see the below message.

    BOOTSECT.EXE/NT60 H:

    (Where “H” is your USB drive letter)

    USB Bootable

    7. Copy Windows DVD contents to USB.''

    this thing didnt work for me, or i didnt get this..
    the command
    ''BOOTSECT.EXE/NT60 H:''
    isn't work...
    what to do pls help, now i used WintoFlash but i want to learn. please help.. thanks.. :)

    ReplyDelete
  19. I APPRICIATE U DERE SUKHDEEP BUT TELL ME HOW U USE UR OPTICAL DRIVE H: IF IT IS NOT WORKING............

    ReplyDelete
  20. In making a pen drive bootable we convert it into NTFS format from FAT 32,this makes USB losses its efficiency,so,i prefer not to make pen drives bootable.//// what is your feed back pal.. will it affect pendrive efficiency that much

    ReplyDelete
  21. u r right chandru , it losses its efficiency (not so reasonable) but boosts up its performance and for the matter of making it bootable..its just the matter of need when the CD-DRIVE is not working and we need to boot our pc.

    ReplyDelete
  22. I HAVE AN ISO FILE OF XP IN HARD DISK , HOW I MAKE A BOOTABLE PEN DRIVE BY IT

    ReplyDelete
  23. After Assign Pen drive, It will prompt a message on the screen that "Format your pen drive"....what i have to do, please tell me, i can't understand that i format it, or not..........

    ReplyDelete
  24. ya format it

    type Y and enter

    ReplyDelete
  25. Amit Mahyavanshi30 October 2012 at 04:55

    I am getting the error in command prompt.
    Here is the error: "could not map drive partitions to the associated volume device objects : access is denied."
    What should I do???

    ReplyDelete
  26. Hello, everything is going nicely here and ofcourse every one is sharing facts, that's actually fine, keep up writing.

    ReplyDelete
  27. ghant FORMAT FS=NTFS QUICK

    ReplyDelete
  28. It was very nice, i even tried its awesome but i have small doubts here i hope u'll clarify my doubts.

    1) Why do we need to use disk part, list disk and all that commands, i think it just converts the flash drive to NTFS file system, Why can't we do it directly format it to NTFS either it may be quick or normal.
    2) Why do we use only NTFS file format in format fs=NTFS, Why can't we use FAT or exFAT.
    3)I have tried this thing with XP but dis does't work, any help how can i do it ????

    ReplyDelete
  29. Hi everybody, here every person is sharing such know-how, therefore
    it’s good to read this weblog, and I used to pay a quick visit this
    web site all the time.

    ReplyDelete
  30. Currently it sounds like BlogEngine is the best blogging platform out
    there right now. (from what I've read) Is that what you're using on your blog?

    ReplyDelete
  31. my laptop don't have cd- drive
    what should i do because i can't use windows dvd

    ReplyDelete
  32. thats for the post is , create a bootable pen drive

    ReplyDelete
  33. really good work.///thnx.

    ReplyDelete
  34. Fantastic blog you have here but I was curious if you knew of any message boards that cover the same topics talked about here?
    I'd really like to be a part of community where I can get responses from other experienced people that share the same interest. If you have any recommendations, please let me know. Bless you!

    ReplyDelete
  35. if you to install vary nice pendrive bootable

    ReplyDelete
  36. NITISH kumar SINGH GNIIT30 November 2012 at 03:49

    if vary nice making pen drive bootable

    ReplyDelete
  37. guys plz help me....i thnk dt my OS is crashed n cd slot s also nt wrking...wt suld i do to make my laptop start wrkng again..??

    ReplyDelete
  38. CAN WE UNDO THE BOOTABLE CHANGES

    ReplyDelete
  39. dude! I had both win 7 and 8 installed on my laptop.. yesterday it didn't resume after I opened the lid,I cleared the resume data.. now it won't start.... the system can't load the boot screen? Plz help!

    ReplyDelete
  40. I got a problem...My laptop's CD-ROM is not in working condition. I want to install Windows8 through my pen drive without making it bootable.
    Is there any way so that i can copy the ISO file of that setup in my HD through pendrive and directly install it without making the pendrive bootable?
    Please reply asap..

    ReplyDelete
  41. hey dude my pendrive has losses his gb nd it is showng 0bytes wat 2 do ...by doing clean with command prompt plz help me plzzzzz !!!

    ReplyDelete
  42. use the software named as "bootice Partitioner" and after getting a relief do share ur experience ...
    enjoy and keep reading!!!

    ReplyDelete
  43. r u talkng about external hard disk?

    ReplyDelete
  44. format is the last option bro , else situation can be more worse.

    ReplyDelete
  45. format the pen drive..simple!!!

    ReplyDelete
  46. use bootable pen drive bro!!!

    ReplyDelete
  47. Heya just wanted to give you a quick heads up and let you know a few of the images aren't loading properly. I'm not sure
    why but I think its a linking issue. I've tried it in two different internet browsers and both show the same results.

    ReplyDelete
  48. HI Deepak are u created it a bootable pendrive.i am also created it but some file is missed.that is i386.wt is it please tell me........?

    ReplyDelete
  49. HI , WHEN I ENTER COMMAND LIST DISK THEN IT SHOWS ONLY THE HARDISK OF MY PC NOT OTHER DRIVES :(
    NOTE; PENDRIVE IS LAREADY PLUGED IN

    ReplyDelete
  50. Excellent. Easy and fast. Works very fine. Thank you ;-)

    ReplyDelete
  51. Sir please tell how can I make my pendrive normal again..??

    ReplyDelete
  52. And also sir how to convert it again into FAT 32 from NTFS....???

    ReplyDelete
  53. while formating chose the desired option...

    ReplyDelete
  54. Greetings! Very helpful advice within this article!
    It's the little changes which will make the greatest changes. Many thanks for sharing!

    ReplyDelete
  55. when i wanted to do cd boot it says " The system cannot find the path specified." why??
    Or could i do save bootsect.dat to pen drive ???

    ReplyDelete
  56. Plz deepak bro help me in 6th point.....how can i know what is name of my DVD drive etc.......plz explain it...

    ReplyDelete
  57. plz help me bro in 6th point...........how can i know what is the name of my DVD writer..plz explain it...

    ReplyDelete
  58. He tenido psoriasis desde hace 5 aƱos y testado varios tecnicas sin mucho acierto

    ReplyDelete
  59. Its reall useful because it can store my data and other my useful files

    ReplyDelete
  60. Good information but bit confusing i got detail info from this link
    http://www.geekomad.com/2011/10/create-bootable-usb-pen-drive-for.html
    but anyways thanks.

    ReplyDelete
  61. i can not copy any type of data frm pd to sys. help me? do not tell copy and paste

    ReplyDelete
  62. I dont recognise my pendrive in list disk. It is not shown. Only the hard disk is listed after the list disk command. What can be done ???

    ReplyDelete
  63. good dude lage raho

    ReplyDelete
  64. i am happy with your comment

    ReplyDelete
  65. Paragraph writing is also a fun, if you be acquainted with afterward you
    can write if not it is complex to write.

    ReplyDelete
  66. very very usfull in the details

    ReplyDelete
  67. hi, i was unable to select the partition 1 step.. could you help me and now my pendrive is not showing any memory space also in the properties page. pls help me

    ReplyDelete
  68. Hello Deepak,

    Can you help me with autorun.inf file?
    i need to run a pdf file automatically or atleast need open with acrobat in an autoplay option.

    Here's my autorun.inf file:

    [Autorun]

    Open=Player.exe

    Action=Start Player

    Icon=nepalsutra_logo-02.ico

    Label=Yak Attack 2013

    the icon and label seems to work from the .inf file but the open and action command doesn't seem to work...... i tried the shellexecute command as well. i also tried to create a .bat file instead of .exe file but none seem to be working.

    Some expertise here would be highly appreciated.

    Thank you

    Sumin

    ReplyDelete
  69. hey..when i am writinh disk part on cmd den it shows an error"" disk is not recognized as internal or external command what sud i do den. my PC is 64 bIT, win 7 ultimate

    ReplyDelete
  70. HI , WHEN I ENTER COMMAND LIST DISK THEN IT SHOWS ONLY THE HARDISK OF MY PC NOT OTHER DRIVES

    ReplyDelete
  71. It used to be that the Philippines' biggest competitive advantage in the global job market is the proficiency of our skilled workers in the English language. In addition, you'll want a teacher who has taken the time
    to become certified. Podcasts that teach business English vocabulary should be listened.

    ReplyDelete
  72. What's up, after reading this remarkable post i am also delighted to share my experience here with friends.

    ReplyDelete
  73. Very helpful yr thanx.....

    ReplyDelete
  74. Thanx a lot bro!!! God bless u!!!

    ReplyDelete
  75. my pendrive is not listed in CMD. but available in Normal mode

    ReplyDelete
  76. You Are Welcome!!
    Keep Reading!!

    ReplyDelete
  77. hey bro, i have tried everything you said above but not able to do it, what to do next tell me because i have laptop but DVD is not working, i need it now or suggest me other website if possible.

    ReplyDelete
  78. http://download.cnet.com/WinToFlash/3000-2094_4-10974471.html

    use it :) and keep reading

    ReplyDelete
  79. i have posted a link in comments od a software , download that and use it ..... its quite simple and easy..

    if you didnt find it message me your id i will mail you.
    thanks

    ReplyDelete
  80. Thanks for this great helping tutorial, it works fine...........and solve my problem.

    ReplyDelete
  81. thanks Neeraj for the words!!!

    Keep reading...

    ReplyDelete
  82. my pendrive has been losses its effeciency how to correct it

    ReplyDelete
  83. I didn't understand anything.

    ReplyDelete