USB Install To The Same Drive
How do I install it to the same drive, I get up to the setup where I choose what drive but I cant choose the one I'm booting from. "USB"
I want to get it to run on my freeagent go.
View Replies (Posted: 4 Weeks Ago)
Sponsored Links:
Related Forum Messages for Windows 7:
Install From A USB Drive
Is it possible to install win 7 from a usb drive either through changing the bios or unpacking the iso image? Or am I just completly wrong and horribly incorrect? Â
Posted: Monday, January 26, 2009 9:31 PM
View 6 Replies!
View Related
Install Win 7 On USB Drive
I have seen questions about installing from a USB reader. What I would like to do is install Win 7 on a USB HDD. I have seen nothing on this that was helpful. I have a basic case and 2gb of memory, usb reader and 600gb. It sees the usb HDD and Windows 7 boots from the usb reader. It looks good until it gets ready to install then I get this statement "Windows 7 can not be installed on this drive". I then click on more info and get "Windows 7 can not be installed on drive 2. Then gives several possible causes." None of the causes are valid.
Posted: 05-22-2009
View 9 Replies!
View Related
How To Install Win 7 From A USB Drive ?
my friends followed this tutorial and installed Windows 7 from USB. Its for windows vista but still works for 7 - ORIGINAL POST I've been thinking about writing a post about "How to install Windows Vista from a USB Flash Drive" for a while but just never got around to doing it. What got me thinking about it was a post on Josh's board (windowsconnected.com) about running WinPE from a bootable USB Flash drive and it seems to me like there's be a lot of folks that would want to install Windows Vista entirely from a USB Flash drive as well. WHY INSTALL FROM USB FLASH DRIVE? Why would someone want to install a client OS from a thumb drive instead of a DVDROM or over the network? One reason: Performance. Installing Windows Vista from a high speed USB flash drive is in my experience the easiest & fastest way to complete a Windows Vista install. This is much faster than using a DVD, gigabit ethernet, or possibly even some external USB 2.0 hard drives, due to differences in access speed & transfer rate. To put this into perspective, y'know how installing Windows on a Virtual PC virtual machine from an .ISO CD image is really, really, really fast? Imagine something roughly just as fast, except for doing installations of the OS on to actual workstations. STEP-BY-STEP INSTRUCTIONS Here's some step-by-step instructions on how we do this, some of which was adapted from Josh's instructions, again, kudos to Josh. 1. Acquire an ultra-fast USB 2.0 flash drive The drive I and my coworkers recommend is the Apacer 4GB Handy Steno USB Flash Drive HT203, 200X Hi-Speed USB 2.0. It's the fastest USB 2.0 Flash Drive that we've found - it has a read speed of 25MBytes/sec. & a write speed-14MBytes/sec and also works great as a ReadyBoost cache. You can get them from $56.99 each: http://www.directron.com/ht2034g.html Incidentally, once you've got Windows Vista up and running, you may want to consider getting an ultra-fast SDFlash card, installing it into your laptop or desktop, and leaving it there as a ReadyBoost cache. Why? It can't hurt and they're so cheap that it's worth getting. I personally got a SDFlash card for every one of my machines - the A-DATA 2GB Secure Digital Memory Card, 150X Turbo SD Card has a read speed of more than 22.5MB/s and a write speed of more than 15MB/s. You can get them for $19.99 each: http://supermediastore.com/adata-2gb-sd ... -150x.html 2. Format the Apacer Flash Drive Run CMD.EXE and type the following. Note: This set of commands assumes that the USB flash drive is addressed as "disk 1". you should double check that by doing a list of the disks (type "list disk") before cleaning it. If you have multiple hard drives, like an SDFlash drive or a Multibay drive, you could end up wiping your second drive using this command. (This was a warning that Josh added to his post along with the following commands that I copied from him, so kudos to Josh) 1. diskpart 2. select disk 1 3. clean 4. create partition primary 5. select partition 1 6. active 7. format fs=fat32 8. assign 9. exit 3. Copy Windows Vista's DVD ROM content to the Flash Drive Simply issue the following command to start copying all the content from the Windows Vista DVD to your newly formatted high speed flash drive. * xcopy d:*.* /s/e/f e: And that's it. Boot up the machine, have it boot off the USB drive, and watch how fast the installation completes. If you thought Windows Vista installed quickly before then let's see how you like it now. The slowest part of the install will probably be the computer waiting for you to type in information in the setup fields, and even that can be automated using the Windows Automated Installation Kit.
Posted: 01-11-2009
View 1 Replies!
View Related
Install From USB Drive Tutorials
This guide works 100% for Vista and Windows 7, in contrast to most of the leaders there. I have many sites / blogs that you install Vista on a USB controller, but with incomplete or not Started Guide. I also have some guides that are not “the proper use of commands in this manual. After many hours I have with this guide to 100%. I just did this method on one of my friends machine and installed the new Windows 7 BETA. The main advantage is that by using USB drive you will be able to install Windows 7/Vista in just 15 minutes. You can also use this bootable USB drive on friend’s computer who doesn’t have a DVD optical drive. The method is very simple and you can use without any hassles. Needless to say that your motherboard should support USB Boot feature to make use of the bootable USB drive.
Posted:
View 0 Replies!
View Related
Install 7 Using Usb Flash Drive
so Im about to install windows 7 ultimate 64 using a 4gig flash drive, i am currently running vista home 32 and i used The_Prophe​cy's 2nd method of transferring my win7 to my usb. my questions are 1. i do not have a free hard drive to do a clean install with this affect the installation? or is it like xp and format it for me? 2. i have a PII 550 black unlocked and over clocked to 3.5GHz should i set it back to default for the install?
Posted: 01-10-2010 at 02:36:50 AM
View 1 Replies!
View Related
Guide Install Windows 7 From A USB Drive
Step by step tutorial. Took me about 6 minutes. Installs from a flash drive tend to take about 75% of the time it takes with a DVD. On my C2Q Q6600 it meant 20 mins instead of 29. This is for those who are having issues with running from a DVD, or just want to try it out/get it done faster. Note: Back up the files from your USB drive, as it WILL get formatted in this process and all data on it will be lost! 1. Get a USB Drive, it must be at least 4 GB. 2. Plug the drive into your PC. 3. Open a command prompt as administrator. (Right click, Open as Admin, or Ctrl+Shift+Click) 4. Get the drive number by typing: diskpart list disk On my machine the USB disk was number 1. 5. Format the drive by typing: select disk 1 clean create partition primary select partition 1 active format fs=NTFS assign exit 6. Mount the Windows 7 beta iso or insert the disk. 7. Navigate to the boot directory cd E:oot (Where E is the drive letter of the DVD) 8. Using bootsect, we’ll make the USB drive a bootable NTFS drive, ready for a Windows 7 image: bootsect /nt60 F: (Where F is the drive letter of the USB Drive) 9. Close the command prompt 10. Copy the installation files from the mounted Windows 7 iso/disk to the USB drive. 11. Reboot the PC, and enter the BIOS (OR you can move to the boot manager menu, usually by pressing F10 if supported) 12. Set the boot priority to boot the USB drive first. 13. Install Windows 7.
Posted: 03-23-2009
View 9 Replies!
View Related
Error 0xc00000e9 On Install - No Usb Drive
Was going to install win 7 64 bit on my dell D520 (Laptop) and i run into an error at system boot at (Windows is loading files...) The error code is 0xc00000e9 and there is no usb drive or anything like that in the laptop. The cd rom and Hard drive are practically brand new so that cant be it. Im thinking maybe its the 64 bit but im running a Intel core 2 duo 1.66 Ghz processor with 2 gigs of ram. Ive had the same error quite a few times now during reinstall.
Posted: Wednesday, May 06, 2009 9:01 PM
View 8 Replies!
View Related
Install From USB Flash Drive Fails
(I have searched but not found an answer; apologies if it is there and I did not find it.) I have copied the Windows 7 install DVD to a properly formatted flash drive and am able to boot from it. I am installing to a Vista SP1 system without any CD/DVD drive. When the Setup program starts, I am only able to complete the very first screen (choose language, etc.) The Setup program then halts with the following message box: "A required CD/DVD driver is missing. If you have a driver floppy disk [!] CD, or USB flash drive, please insert it now." After clicking OK, another boz appears "No device drivers were found. Make sure that the installation media contains the correct drivers, and then click OK." Can then choose Browse or Rescan. Rescan just restarts the loop. I have tried using Browse to navigate to the location of the USB and flash drive drivers, but they are not accepted. I have also copied those drivers to the flash drive to no avail. I have determined that Windows Vista thinks that I have the latest versions of the drivers. Only option left is to abort the setup program. At this point I'm stumped. Anyone have a solution?
Posted: Tuesday, June 02, 2009 6:02 PM
View 7 Replies!
View Related
Can I Install Win 7 Onto An External USB Hard Drive ?
i've seen other answers to the question and I did managed to use it successfully with Windows XP with an external USB HDD. I would not recommend it on a thumbdrive (flash memory) beccause the temp file usage will kill the drive in days or weeks. But the external HDD works great. I can't provide all the exact details on how to do it, so please don't ask, but here's an excellent reference as a starting point for you: http://www.911cd.net/forums/index.php?showtopic=14181 The only thing you have to remember is that, in spite of dire warnings about how impossible it is, it actually can be done and works just great.
Posted: Saturday, December 05, 2009 4:00 AM
View 5 Replies!
View Related
Win 7 Enterprise TRIAL, Install From USB Drive Or CDs
i all I'm downloading W7 Enterprise TRIAL (90days). I have read in FAQS: Q: How do I create an installation DVD? A: Insert a blank DVD into your PC’s DVD drive. Navigate to the downloaded Windows 7 Enterprise 90-Day Trial file. Right-click the file and select Burn disc image , then click the Burn button when the Windows Disc Image Burner dialog appears. A bootable DVD is created. Alternatively, you can commercially-available or free DVD burning programs. But is possible extract this ISO and "burn" in USB drive or CDS instead of DVD? And Install W7 from USB drive or CDs?
Posted: Friday, November 13, 2009 9:44 PM
View 2 Replies!
View Related
Unable To Install Win 7 On External Usb Hard Drive
Connected the external 160GB SATA hard drive using USB cable to Lenovo R61 laptop. Bootup the laptop with Windows 7 RC setup DVD disc. The Windows 7 installation recognised the external hard drive but when installing a the point to select the external hard drive as destination hard drive in custom setup, an error message prompted saying Windows 7 could not install on hard drive connected by usb. Inserted the external hard drive into the laptop and install Windows 7 without problem. Then took out the imaged hard drive and put it back into the external hard drive enclosure, connected back to the laptop and boot up from external hard drive. Got prompted to repair. After repair successful, Windows 7 kept reboot and prompted for repair. My questions are (1) any way to install Windows 7 to external hard drive connecting by usb? and (2) any way to rescue the image that already in the external hard drive so that it can bootup normally?
Posted: Friday, July 03, 2009 7:36 PM
View 4 Replies!
View Related
Enabling USB Support Has Hidden My External USB Drive
I was building a virtual machine in Windows 7 Virtual PC RC. I had the VM on an external drive connected by USB to my host. I assumed (incorrectly) that I could enable USB integration of my USB drive in my VM and it would share the drive between the host and the VM.  I assumed incorrectly and as soon as I enabled it my host alerted me that it was installing a driver. I didn't think much of it, but next my USB drive disappeared from my host. The VM worked for a short time and then froze. I stopped the VM and tried to disconnect/reconnect the USB drive from my host. The drive still didn't show up. I uninstalled Virtual PC, still nothing. I uninstalled the USB Stub Driver, still nothing.
Posted: Thursday, October 22, 2009 2:49 PM
View 6 Replies!
View Related
IDE To USB Drive Enclosure / Drive Not Found
I bought a IDE to USB 2.5" drive enclosure. I installed the hard drive from my laptop to backup the files as both the LCD backlight and the power switch went south. The green power light comes on. I’ve tried several USB ports but the drive is not seen by Windows 7. The drive is a Fujitsu MHU2100AT. Why isn’t the drive recognized?
Posted: Monday, October 12, 2009 12:56 AM
View 10 Replies!
View Related
USB Flash Drive / DVD Drive Problem
I recently ran into a very weird windows 7 bit problem after installing it on my desktop. I cannot copy large files/ holders into usb flash drive or write large files to cd/ dvd. The copying/ moving process would stay on for about 5-10 seconds then freezes then I get an error message. That is: H: refers to a location that is unavailable. it could be on a hard drive on this computer... I have all the latest drivers. And windows/ nero 9 can't use my dvd drive to burn files. Some info about my system: AMD X4 630 CPU. MSI KA780G (AMD 780G chipset) mobo. I have 2 sata hdds, non raid mode. The DVD drive is IDE. 4gb ram ddr2 ram. windows 7 64 bit.
Posted: 1 Week Ago
View 9 Replies!
View Related
External Hard Drive (USB) Not Being Recognized As A Drive
I am having trouble with my external hard drive (USB) not being recognized as a drive. I have a Dell Dim 9200 which was running Vista. I upgraded to Windows 7 and now my external hard drive is not recognized. It is a Venus DB3 enclosure with a WD 500 GB HD. Under Devices and Printers "Cypress AT2LP (3.03.0000.2)" shows as unspecified. Everytime I turn the HD on/off the computer recognizes that it was turned on.
Posted: Thursday, November 05, 2009 3:16 PM
View 4 Replies!
View Related
Install From USB Key
ive made my USB install device and it works well, thanks for guide! im wondering if it possible to add a folder for some of my personal data, will it interfere or will it be ok? its because 7 is 3gb and my USB is 16GB, so its kinda wasted.
Posted: 07-17-2009
View 4 Replies!
View Related
7264 X64 Install From USB
I've been using the same USB drive to install previous versions of windows 7 (both x86 and x64), but when trying to do the same with 7264 x64, I get an error during the install process asking me for drivers. I assume it isn't referring to drivers for the HDD because when I click "browse" to find the drivers, the drive and its partitions are listed. has anyone else run into this problem?
Posted: 07-01-2009
View 0 Replies!
View Related
X-64 Install Via USB -- 15 Mins Completed
On a Laptop with 4G RAM and Dual T7250 CPU install time for Clean install of Rc x-64 build 7100 took just over 15 Mins when booted up from a USB stick . OK I have to install applications and find one or two drivers etc (you always have to do that anyway) but the "Base" install really didn't take long at all. Maybe a USB should be an "Optional" install medium. Was a great trick to run the "BOOTSECT" command from the "Install" DVD to get the bootsector on to the USB disk. Now I've got a nice fast portable method of installing from a USB stick. Now to see if it works on a Netbook with no internal DVD drive. -- It does -- but beware there's no Prompt on the boot so if you re-boot during the setup it will start again from scartch so remove the USB stick after the first boot and insert it again quickly before the setup continues. I.E insert the USB stick again at the boot splash screen.
Posted: 05-13-2009
View 0 Replies!
View Related
USB W7 Install With Microsoft Tool
Windows 7 USB/DVD Download Tool You'll need to install this tool from the "Microsoft Store" using the link below and have a Windows 7 ISO available on your computer to make a bootable Windows 7 Installation USB Flash Drive. Your USB Flash drive should be at least 4gb. This too can be used to make a bootable Windows 7 installation DVD. When you purchase Windows 7 from Microsoft Store, you have the option to download an ISO file or compressed files. The Windows 7 USB/DVD Download tool allows you to create a copy of your Windows 7 ISO file on a USB flash drive or a DVD. To create a bootable DVD or USB flash drive, download the ISO file and then run the Windows 7 USB/DVD Download tool. Once this is done, you can install Windows 7 directly from the USB flash drive or DVD. The ISO file contains all the Windows 7 installation files combined into a single uncompressed file. When you download the ISO file, you need to copy it to some medium in order to install Windows 7. This tool allows you to create a copy of the ISO file to a USB flash drive or a DVD. To install Windows 7 from your USB flash drive or DVD, all you need to do is insert the USB flash drive into your USB port or insert your DVD into your DVD drive and run Setup.exe from the root folder on the drive. Note: You cannot install Windows 7 from the ISO file until you copy it to a USB flash drive or DVD with the Windows 7 USB/DVD Download tool and install from there. The copy of the ISO file that the Windows 7 USB/DVD Download tool creates is bootable. Bootable media allows you to install Windows 7 without having to first run an existing operating system on your machine. If you change the boot order of drives in your computer's BIOS, you can run the Windows 7 installation directly from your USB flash drive or DVD when you turn on your computer. Please see the documentation for your computer for information on how to change the BIOS boot order of drives. You may make one copy of the ISO file on a disc, USB flash drive or other media in order to install the software on a computer. Once you have installed the software on a computer, the license terms that accompany the software apply to your use of the software and replace these terms. The license terms for Windows 7, once accepted, permit you to make one copy of the software as a back-up copy for reinstallation on the licensed computer. If you do not delete the copy of the ISO file you made to install the software on your computer, then the copy of the ISO file constitutes your back-up copy. Installation To install the Windows 7 USB/DVD Download tool:Click here to download the Windows 7 USB/DVD Download tool installation file. When you are prompted to either save the file to disk or run it, choose Run. Follow the steps in the setup dialogs. You'll have the option to specify where to install the Windows 7 USB/DVD Download tool and whether to create shortcuts on your Start Menu or Windows Desktop.
Posted: 10-24-2009
View 9 Replies!
View Related
How To Install In Notebook With No DVD, OS, USB ?
I have a tough problem that I would really appreciate detailed instructions on how to solve. I recently purchased a Motion Computing M1300 Tablet (originally from Circa 2003). It has a 40GB HDD (internal - IDE I think) that has been wiped so it has no OS - only BIOS. I do not have any keyboard or mouse (its a pen table) or DVD/CD Rom for this computer. It does have a USB and I follewed instructions to create a bootable USB flash drive with Windows 7 on it, but that procedure gets only a few minutes into it and then fails because computer is unable to find any drivers that it is look for. I do have access to a second XP computer with DVD. I have a Windows 7 DVD and also an XP DVD as well that I can access on the 2nd computer. I can and have taken out the HDD from the Motion Computer computer and I have a USB Drive attachment that allows me to connect the drive from the Motion table (after taking it out) to my second laptop where I can do all kinds of things to it. What I want to do is figure out some instructions on what to do to the HDD after removing it from my tablet (maybe starting with a low level format) so that I can put an OS on the HDD (though the USB connected to my XP laptop) and after I put the HDD back in the Motion Computing laptop, everything will start working and the Motion Laptop will be usable with the OS. I would prefer to have Windows 7 on it, but at this point, I would even accept someway to even get XP working on the machine. Everything I have tried so far just has not worked.
Posted: 07-18-2009
View 5 Replies!
View Related
Install Win 7 From An Usb Key
I have an problem because this computer is an very old laptop, so i don´t have an dvdburner on this, so i downloaded windows 7 on an usb key.i have build a new computer, and i want to install windows 7 on that. Now my question is can i install windows 7 from the usb key , to the new computer.
Posted: Thursday, May 14, 2009 10:17 PM
View 5 Replies!
View Related
|