Also, ich versuche ne 64 Bit Ultimate vom USB-Stick zu installieren. Doch egal wie ich den herstelle, ob mit dem Windows-Tool oder mit diesen Befehlen
Code:
1. Plug in a USB device that is 4GB or bigger.
2. Find the disk number of the USB device:
Open up an elevated command shell, run diskpart.exe.
Within diskpart, run 'list disk'. The output will list all disks on the computer. From looking at the size, infer which one is your USB disk and note down the disk number.
3. Correctly format the USB device:
Run diskpart.exe and enter the below commands one by one.
select disk <disknumber of your USB disk>
clean
create partition primary
format fs=ntfs quick label=Win764
active
assign letter=Q
exit
Now you should see a "Q:" drive in Windows Explorer. This is your USB disk.
4. Mount the 64-bit Win7 ISO:
Windows does not have a built-in ISO mount feature. So you will have to use a third-part tool. I suggest "Virtual CloneDrive". Once you have downloaded and installed Virtual Clonedrive, navigate to the folder that your ISO file is in, in Windows Explorer. Right-click on the ISO file and select "Mount". After this, all your ISO files should show up in a drive called "I:".
5. Populate the USB disk:
Copy all files and folders from I: to Q:.
6. UnMount the ISO:
In Explorer, navigate to the folder that has the ISO, right-click and select UnMount.
7. Boot from USB:
Turn off the target computer, plug in the USB device, turn on the computer, get to the BIOS boot options (using F9 or some other key, depends on your computer), select USB boot, and you should see setup run.
Wenn ich vom Stick booten will, bekomme ich die Fehlermeldung "A read error has occured. Press Ctrl+Alt+Del to restart" und wenn ich das mache, dann reagiert der Rechner nicht mal.
Der Stick hat aber keine Lesefehler, funktioniert einwandfrei. Hab auch schon verschiedene bootsect.exe's ausprobiert, bringt auch nichts.
Mache das alles unter Win7 Ultimate x86.
Einer ne Idee?