MSFN is made available via donations, subscriptions and advertising revenue. The use of ad-blocking software hurts the site. Please disable ad-blocking software or set an exception for MSFN.
×
-
Content Count
18 -
Joined
-
Last visited
-
Donations
$0.00
Community Reputation
0 NeutralAbout bingloverld

Profile Information
-
OS
Windows 7 x64
-
No I haven't. That would be nice. Thank you!
-
That would be great! Thank you. I think this 4Kn and size 260MB are specials hdd, we don't use them anyway. on 13.09.2016 added: PS USB SSD did not wanted to run in UEFI mode because the BOOTX64.EFI file was damaged. I have simply copied this file from DVD with Windows 10 LTSB and it works!
-
So I can simply make: select disk 0 clean convert gpt create partition primary size=350 format quick fs=ntfs label="System" assign letter="S" create partition primary format quick fs=ntfs label="Windows" assign letter="W" exit ??
-
Yes I tooked gpt recommendations directly from Microsoft, gpt.txt is 100% copy/paste. Is this not important for UEFI? But you have right we don't use them. Do you have antoher idea for select disk 0 (we don't use RAID systems also on CAD-Workstations etc. It is always one hard drive/SSD system) ? When I run modified :Choice_4 it works!
-
Thank you. You have right should be "Laufwerk" gpt.txt source file: select disk 0 clean convert gpt create partition primary size=300 format quick fs=ntfs label="Windows RE tools" assign letter="T" set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac" gpt attributes=0x8000000000000001 create partition efi size=100 format quick fs=fat32 label="System" assign letter="S" create partition msr size=128 create partition primary shrink minimum=15000 format quick fs=ntfs label="Windows" assign letter="W" create partition primary format quick fs=ntfs label="Recovery image" assign letter="R" set id="d
-
Thank you. You have right should be "Laufwerk"
-
Ok, I don't know why I become this error (only with dism): "The system cannot find the path specified". PS When I write: dism /Apply-Image /ImageFile:F:\win10.wim /Index:1 /ApplyDir:W:\ (when we take that "wim" is F:) Can you please help me with detect for creating wim image second volume name: "windows" as 5th menu option. Thank you! PS "My" batch script It looks like this: wpeinit @ECHO OFF SETLOCAL ENABLEEXTENSIONS C: CD\ CLS :MENU ECHO ============= Bitte auswaehlen ======================= ECHO ----------------- ECHO 1. Windows 7 64bit - 29.08.2016 ECHO --
-
Here is my menu: I don't know why such ridiculous characters showing up?! On Notepad++ all is ok.
-
Ok, you fave right with redundancy/duplication/waste of storage. I have try change wim image in WinPE with menu: @ECHO OFF SETLOCAL ENABLEEXTENSIONS C: CD\ CLS :MENU ECHO ============= Installeren von Windows ============= ECHO ————————————————– ECHO 1. Windows 7 64bit - 29.08.2016 ECHO ————————————————– ECHO 2. Windows 10 LTSB ECHO ————————————————– ECHO ==========Drücken Q zum abbrechen========== ECHO. SET INPUT= SET /P INPUT=Bitte wählen Sie die Auswahl IF /I ‘%INPUT%’==’1’ GOTO Selection1 IF /I ‘%INPUT%’==’2’ GOTO Selection2 IF /I ‘%INPUT%’==’Q’ GOTO Quit CLS ECHO =
-
Thank you, your all for such rich and nice help!
-
This is not a problem. I make two winpe iso and I load them with modfied bcd boot menu als vhd image. Then run batch script. I have chosen this method because I have other boot tools on this drive (cloning software, antivirus, etc).
-
Ok, so should work. I have WinPE ver. 10. Is dism better because you don't need prepare it (is in all WinPE etc), as you need with imagex? Or is another advantage? Thank you!
-
1) I am sorry that I write not clear. two different scripts (and two different PE's) for Windows 7 (BIOS/MBR) and Windows 10 (UEFI/GPT)? Yes, this is perfect! Thank you jaclaz! 2) Can I use dism when wim image of Windows 7 was created with imagex ?
-
Ok. I have paste this script here als example what I have found on Internet. I am sorry. I don't want chose anything. I am making only one Windows installation (one install.wim) per WinPE, also I don't need chose from menu which OS should be installed. I need script that make diskpart (easy) imagex (Windows 7 Enterprise) or dism (Windows 10 Enterprise 2015 LTSB) (here I have problem, with second partition on my USB ssd drive, thats why I need script that als first detect usb drive and second volume name and output this to imagex or dism) bcdboot (easy) That's all what
-
Thank you for your answer. Yes I have forgotten bcdboot, but I have it. bcdboot W:\Windows /s S: /f ALL (for Windows 10 PC with UEFI and BIOS) and bcdboot C:\Windows /s S: (for Windows 7) Output from your batch code: