Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Ad icon
Video Content Creator
pramukag
Updated:
Sunday at 6:10 AM
Ad icon
QA Engineer Intern
pramukag
Updated:
Sunday at 6:07 AM
Ad icon
Sell your Land, House on idamata.lk for FREE
sajith.xp.pk
Updated:
Thursday at 9:03 AM
Handmade Character Soft Toys
anil1961
Updated:
Jun 23, 2026
Bodim.lk out now !
Manoj Suranga Bandara
Updated:
Jun 21, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
How to Create Bootable USB Drive to Install Vista
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="koondeGoda" data-source="post: 3065026" data-attributes="member: 61636"><p>This is bit geeky but I think someone may find it usefull..</p><p> </p><p>This tutorial will help you in creating a bootable USB drive of Windows Vista which you can use to install Vista in any system. It might become very useful when you don’t have access to DVD drive.</p><p> </p><p><a href="http://www.askvg.com/" target="_blank"><strong><u><span style="color: #800080">1.</span></u></strong></a> First format your USB drive in NTFS file system. You can do it by attaching your USB drive to your system and then format it from My Computer window.</p><p><a href="http://www.askvg.com/" target="_blank"><strong><u><span style="color: #800080">2.</span></u></strong></a> Now open Command Prompt window from Start menu. Right-click on Command Prompt entry in start menu and select “Run as administrator” option.</p><p><a href="http://www.askvg.com/" target="_blank"><strong><u><span style="color: #800080">3.</span></u></strong></a> Now type <strong>diskpart</strong> in Command Prompt window and press Enter. It’ll launch DiskPart program:</p><p> </p><p><img src="http://img.photobucket.com/albums/v374/vishaal_here/LaunchDiskpart.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p> </p><p><a href="http://www.askvg.com/" target="_blank"><strong><u><span style="color: #800080">4.</span></u></strong></a> Now provide following command:</p><p style="margin-left: 20px"><strong>list volume</strong></p> <p style="margin-left: 20px"></p><p>It’ll show a list of all drives in your system. Look for your USB drive entry. As in the below screenshot, the USB drive is “<strong>G</strong>” which you can determine from its “<strong>Type</strong>” entry.</p><p>Now you have to select the USB drive volume by providing <strong>select volume no.</strong> command. Since in our case volume no. of USB drive is “Volume 4″, the command would be:</p><p style="margin-left: 20px"><strong>select volume 4</strong></p> <p style="margin-left: 20px"></p><p>Now we have to make this drive active. So provide <strong>active</strong> command:</p><p style="margin-left: 20px"><strong>active</strong></p> <p style="margin-left: 20px"></p><p>Now exit from DiskPart using <strong>exit</strong> command.</p><p> </p><p><img src="http://img.photobucket.com/albums/v374/vishaal_here/UsingDiskpart.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p> </p><p><a href="http://www.askvg.com/" target="_blank"><strong><u><span style="color: #800080">5.</span></u></strong></a> Now we need to create <strong>Boot sector</strong> on USB drive. We’ll use “<strong>bootsect.exe</strong>” utility for this task. You can find this utility in Windows Vista setup disk. It’ll be present in “<strong>Boot</strong>” directory.</p><p>Now provide following command in Command Prompt:</p><p><strong>bootsect /nt60 G:</strong></p><p>Here <strong>G</strong> is drive letter of USB drive. Replace it with the correct drive letter if your system has some other letter for USB drive.</p><p> </p><p><img src="http://img.photobucket.com/albums/v374/vishaal_here/InstallingBootloaderonUSB.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p> </p><p><a href="http://www.askvg.com/" target="_blank"><strong><u><span style="color: #800080">6.</span></u></strong></a> At last, copy all files/folders from Vista Setup DVD to your USB drive and you have done.</p><p>Now you can boot using your USB drive and can install Windows Vista in any system.</p></blockquote><p></p>
[QUOTE="koondeGoda, post: 3065026, member: 61636"] This is bit geeky but I think someone may find it usefull.. This tutorial will help you in creating a bootable USB drive of Windows Vista which you can use to install Vista in any system. It might become very useful when you don’t have access to DVD drive. [URL="http://www.askvg.com/"][B][U][COLOR=#800080]1.[/COLOR][/U][/B][/URL] First format your USB drive in NTFS file system. You can do it by attaching your USB drive to your system and then format it from My Computer window. [URL="http://www.askvg.com/"][B][U][COLOR=#800080]2.[/COLOR][/U][/B][/URL] Now open Command Prompt window from Start menu. Right-click on Command Prompt entry in start menu and select “Run as administrator” option. [URL="http://www.askvg.com/"][B][U][COLOR=#800080]3.[/COLOR][/U][/B][/URL] Now type [B]diskpart[/B] in Command Prompt window and press Enter. It’ll launch DiskPart program: [IMG]http://img.photobucket.com/albums/v374/vishaal_here/LaunchDiskpart.jpg[/IMG] [URL="http://www.askvg.com/"][B][U][COLOR=#800080]4.[/COLOR][/U][/B][/URL] Now provide following command: [INDENT][B]list volume[/B] [/INDENT]It’ll show a list of all drives in your system. Look for your USB drive entry. As in the below screenshot, the USB drive is “[B]G[/B]” which you can determine from its “[B]Type[/B]” entry. Now you have to select the USB drive volume by providing [B]select volume no.[/B] command. Since in our case volume no. of USB drive is “Volume 4″, the command would be: [INDENT][B]select volume 4[/B] [/INDENT]Now we have to make this drive active. So provide [B]active[/B] command: [INDENT][B]active[/B] [/INDENT]Now exit from DiskPart using [B]exit[/B] command. [IMG]http://img.photobucket.com/albums/v374/vishaal_here/UsingDiskpart.jpg[/IMG] [URL="http://www.askvg.com/"][B][U][COLOR=#800080]5.[/COLOR][/U][/B][/URL] Now we need to create [B]Boot sector[/B] on USB drive. We’ll use “[B]bootsect.exe[/B]” utility for this task. You can find this utility in Windows Vista setup disk. It’ll be present in “[B]Boot[/B]” directory. Now provide following command in Command Prompt: [B]bootsect /nt60 G:[/B] Here [B]G[/B] is drive letter of USB drive. Replace it with the correct drive letter if your system has some other letter for USB drive. [IMG]http://img.photobucket.com/albums/v374/vishaal_here/InstallingBootloaderonUSB.jpg[/IMG] [URL="http://www.askvg.com/"][B][U][COLOR=#800080]6.[/COLOR][/U][/B][/URL] At last, copy all files/folders from Vista Setup DVD to your USB drive and you have done. Now you can boot using your USB drive and can install Windows Vista in any system. [/QUOTE]
Insert quotes…
Verification
Asuwa dahayen wadi kalama keeyada?
Post reply
Top
Bottom