Windows 7 installeren van externe USB HDD

Pagina: 1
Acties:

Acties:
  • 0 Henk 'm!

  • ApexAlpha
  • Registratie: Oktober 2007
  • Laatst online: 06-10 08:41
Ik krijg binnenkort een nieuwe computer en heb er geen optische drive bij aangeschaft. In mijn laptop gebruik ik de optische drive enkel voor het installeren van een nieuw OS. Dit wil ik bij mij nieuwe pc gewoon vanaf usb doen. Ik krijg het echter niet aan de praat.

Ik heb een externe USB 3.0 HDD van Seagate. Deze om precies te zijn.

Er staan veel bestanden op deze harde schijf en ik wil hem niet 100% formatteren. Ik heb daarom een aparte NTFS partitie van 7GB gemaakt.

Als ik de Windows USB/DVD download tool gebruikt dan geeft deze aan dat er geen 'conpatible usb drive' aangesloten is. Bij andere tools die ik geprobeerd heb zoals UltraISO krijg ik hetzelfde.

Toen ik heb ik handmatig geprobeerd:

1. heb alle bestanden uit Windows_7.iso gekopieerd naar G:/ (de 6GB NTFS partitie op de HDD).
2. Via CMD heb ik het volgende uitgevoerd:
code:
1
2
3
4
5
6
7
8
diskpart
list disk
select disk 1
list partition
select partition 2
active
exit
G:\boot\bootsect.exe /nt60 G:


Zie hier voor een screenshot.

3. Daarna heb ik de computer opnieuw opgestart en via 'opstart opties' gekozen voor USB HDD.

Daarna start de PC echter gewoon windows vanaf mijn interne HDD.


Heeft iemand een idee wat ik fout doe? Is het simpelweg niet mogelijk om een bootable HDD te maken zonder de hele HDD te formateren of mis ik gewoon iets?

Bvd.

Acties:
  • 0 Henk 'm!

  • Smen
  • Registratie: Januari 2005
  • Laatst online: 22-09-2024
Gekke vraag, maar heb je de bootable USB als FAT of NTFS geformatteerd?

Acties:
  • 0 Henk 'm!

  • Lucien Shepherd
  • Registratie: Januari 2012
  • Laatst online: 25-09 10:24
heb je de hardeschijf aangesloten via USB 3.0 of 2.0. zowiezo is het aangeraden om te installeren via USB 2.0 en niet via usb 3.0, installeren vanaf partities heb ik ook nooit werkend gekregen. het is veel simpeler om jouw data te back-uppen en de hele schijf te formatteren (NTFS geen FAT) en veroorzaakt veel minder problemen.

Who`s afraid of a little thunder?


Acties:
  • 0 Henk 'm!

  • ApexAlpha
  • Registratie: Oktober 2007
  • Laatst online: 06-10 08:41
Smen schreef op dinsdag 15 april 2014 @ 16:08:
Gekke vraag, maar heb je de bootable USB als FAT of NTFS geformatteerd?
NTFS. Heb FAT32 ook al geprobeerd. Mocht niet baten.
CyberUmbreon schreef op dinsdag 15 april 2014 @ 16:20:
heb je de hardeschijf aangesloten via USB 3.0 of 2.0. zowiezo is het aangeraden om te installeren via USB 2.0 en niet via usb 3.0, installeren vanaf partities heb ik ook nooit werkend gekregen. het is veel simpeler om jouw data te back-uppen en de hele schijf te formatteren (NTFS geen FAT) en veroorzaakt veel minder problemen.
Ik heb op mijn laptop, waar ik het op test, geen USB 3.0. Enkel 2.0.

Ja op die harde schijf staat voor 1,6 TB aan gegevens die niet weg kunnen. En ik heb ook niet de ruimte om 'even' 1.6TB te back-uppen, anders probeerde ik dit wel even.

Acties:
  • 0 Henk 'm!

  • LnC
  • Registratie: Juni 2005
  • Laatst online: 03-08 11:16

LnC

The offending line...

Heb je dit al geprobeerd?
"Step 2: Make the Drive Bootable
Next we’ll use the bootsect utility that comes on the Vista or Windows 7 disk to make the flash drive bootable. In the same command window that you were using in Step 1:
1. Insert your Windows Vista / 7 DVD into your drive.
2. Change directory to the DVD’s boot directory where bootsect lives:
cd d:\boot
3. Use bootsect to set the USB as a bootable NTFS drive prepared for a Vista/7 image. I’m assuming that your USB flash drive has been labeled disk G:\ by the computer:
bootsect /nt60 g:
4. You can now close the command prompt window, we’re done here"
Bron.

Of een andere oplossing die ook aangeboden wordt op de pagina:
code:
1
bootsect /force /nt60 g:


Let wel op met het command /force
/force
Forcibly dismounts the volume(s) during the boot code update. You must use this option with caution.

If Bootsect.exe cannot gain exclusive volume access, then the file system may overwrite the boot code before the next reboot. Bootsect.exe always attempts to lock and dismount the volume before each update. When /force is specified, a forced dismount is attempted if the initial lock attempt fails. A lock can fail, for example, if files on the destination volume are currently opened by other programs.

When successful, a forced dismount enables exclusive volume access and a reliable boot code update even though the initial lock failed. At the same time, a forced dismount invalidates all open handles to files on the destination volume. This can result in unexpected behavior from the programs that opened these files. Therefore, use this option with caution.