Jump to content

cdob

Member
  • Posts

    1,180
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by cdob

  1. Yes, Windows 8 support USB 3.0 controller out of the box. A legacy Windows does not, integrate USB 3.0 drivers to boot environment first. Use the USB 3.0 flash drive at a available USB 2.0 port.
  2. Try a current version again http://www.student.tugraz.at/thomas.plank/ ISO9660 Level 3 and UDF mkisofs.exe -iso-level 3 -N -D -d -relaxed-filenames -allow-multidot -udf -hide boot.catalog -hide-udf boot.catalog -no-emul-boot -b boot/etfsboot.com -o G:\Win7BIG.iso \W7x64Setup finds a file install.wim greater 4gb, installation does finish. Or add UEFI boot at Windows 7 SP1 x64 files mkisofs.exe -iso-level 3 -N -D -d -relaxed-filenames -allow-multidot -udf -hide boot.catalog -hide-udf boot.catalog -no-emul-boot -b boot/etfsboot.com -eltorito-alt-boot -eltorito-platform efi -b efi/microsoft/boot/efisys.bin -no-emul-boot -o G:\Win7BIG.iso \W7x64 In adddition you may add rock ridge, if another apllication requires this.
  3. Idea, not tested: Can we use fake setup.exe? Copy setup.exe "%temp%" create a file "%temp%\setup.cmd" (push to USB disk and wait) pushd "%temp%" start setup.exe popd
  4. The Windows 7 bcdboot.exe dosn't create a UEFI VHD entry, booted at BIOS mode. A Windows 8 bcdboot.exe does create a UEFI VHD entry. Or set a UEFI VHD entry with Windows 7 or 8 bcdedit.exe: @ECHO OFF Rem Set BCD (boot configuration data) for VHD UEFI boot path %~dp0..;%path% set BCD_store=/store S:\efi\microsoft\boot\bcd call :add_VHD \win7e.vhd "Windows 7 VHD boot \win7e.vhd" goto :eof :add_VHD for /f "tokens=1-3" %%a in ('BCDedit.exe %BCD_store% /create /application OSLOADER') do set guid=%%c BCDedit.exe %BCD_store% /set %guid% description "%~2" BCDedit.exe %BCD_store% /set %guid% device vhd=[locate]%1 BCDedit.exe %BCD_store% /set %guid% osdevice vhd=[locate]%1 BCDedit.exe %BCD_store% /set %guid% inherit {bootloadersettings} BCDedit.exe %BCD_store% /set %guid% systemroot \windows BCDedit.exe %BCD_store% /set %guid% path \Windows\system32\winload.efi BCDedit.exe %BCD_store% /set %guid% detecthal Yes BCDedit.exe %BCD_store% /set %guid% nx OptIn BCDedit.exe %BCD_store% /displayorder %guid% /addlast goto :eof
  5. I don't remember all details after all this years. Read the historic threads.If I remember correctly: there is a fake setup.ex? and original setup.ex? is renamed to setupORG.ex? \$WIN_NT$.~BT refers to used source. You can't use one for any sources.You have to adjust How do you create a correct \$WIN_NT$.~BT ? Use a current winsetupfromusb always.
  6. As for testing: Windows 7 DVD booted at BIOS mode. The letter C: refers to internal UEFI Windows 8 installation. Shift F10, diskpart create vdisk file=c:\win7e.vhd type=expandable maximum=12345 select vdisk file=c:\win7e.vhd attach vdisk convert GPT create partition primary format quick fs=ntfs label=VHD_7e assign letter=V imagex.exe /apply install.wim 4 v:\ select disk 0 select par 2 detail par assign letter=S Windows 7 bcdboot: cd /d v:\windows\system32 bcdboot v:\windows /s s:This created a BIOS boot environment at given environment. Windows 8 bcdboot: cd /d c:\windows\system32 bcdboot v:\windows /s s: /f uefi bcdedit /store s:\efi\microsoft\boot\bcd bcdedit /store s:\efi\microsoft\boot\bcd /set {default} description "[C:]\win7e.vhd" Reboot to internal hard disk and "[C:]\win7e.vhd" selected: windows 7 installation does start and finish. There is a C: with label VHD_7e and size 12gb.
  7. That's a bad idea, there are more changes. Well, you use a mixed approach: a predifined approach and a manually hack. Why don't you backup all files from winsetupfromusb 0.2.3 and restore all files?
  8. No, the set id command is obsolete. Internal "create partition primary" default is sufficient. Compare: diskpart: detail partition There is another difference. Be aware: UEFI VHD boot it's not supported by windows 2008 R2 setup.exe GUI. http://en.community.dell.com/techcenter/extras/w/wiki/uefi-boot-to-vhd.aspx Local hardware dosn't support secure boot. Do you use secure boot? As there is windows 8 UEFI boot environment active, secure boot should work still. Try both: with and without secure boot. Can you clarify: How do you create the VHD file? Do you create a VHDX file? Which tools do you use at which running OS? Do you use a fixed size VHD? Do you use a dynamically expanding VHD? Do you set VirtualDiskExpandOnMount? http://technet.microsoft.com/en-gb/library/gg318055%28v=ws.10%29.aspx
  9. Yes, read: Add a Native-Boot Virtual Hard Disk to the Boot Menu To update a UEFI-based computer to include a Windows 7 boot menu http://technet.microsoft.com/en-us/library/dd799299(v=WS.10).aspx Do you like to add Win7 VHD to the same hard disk? Boot Windows 8 and run diskpart create vdisk file=c:\win7.vhd type=fixed maximum=16789 select vdisk file=c:\win7.vhd attach vdisk list disk clean convert GPT create partition primary format quick fs=ntfs label=VHD_System set id="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" assign letter=V list vol exit DISM.exe /Apply-Image /ImageFile:E:\sources\install.wim /Index:4 /ApplyDir:V:\ bcdboot V:\Windows bcdedit powercfg /h off Lettter E: refers to a mounted Windows 7 x64 ISO image. Adjust the example. PartitionType: A GUID that identifies the partition type. http://msdn.microsoft.com/en-us/library/windows/desktop/aa365449(v=vs.85).aspx
  10. There are no USB 3 drivers at Windows 7 by default, hence the missing USB disk connected to USB 3.0 port. Yes, this works. There are USB 2 driver by default.
  11. I wonder, the manufacturer offers very few Vista 64 bit drivers for a Z77X-D3H: Audio and LAN http://www.gigabyte.com/products/product-page.aspx?pid=4144#dl Is it possible to support all hardware at Vista 64 bit? Contrary a GA-Z68MA-D2H-B3 http://www.gigabyte.com/products/product-page.aspx?pid=3975#dl The manufacturer offers Audio, Chipset, LAN, USB 3.0 and VGA Vista 64 bit drivers. A i7-3770T and 32 GB RAM are supported.
  12. Try bootmenupolicy bcdedit.exe /set {default} bootmenupolicy legacy or bcdedit.exe /deletevalue {default} bootmenupolicy
  13. SAD (Stand Alone Drivers) disc http://forum.driverpacks.net/viewtopic.php?id=2264 http://forum.driverpacks.net/viewtopic.php?id=4954
  14. http://support.amd.com/us/gpudownload/windows/Pages/raid_windows.aspx#4
  15. This BartPE example is textmode only. There is no gui mode reboot. There is another Kernel Mode Driver Framework issue after first reboot, hence at gui mode. No, I don't have a txtsetup.oem only solution.
  16. No there is no XP SP3 KB88811, because it's integrated in XP SP3 already. Do NOT download XP SP3 KB88811. Install the audio driver.
  17. Which old and new hardware do you use? Most importand are mass storage drivers. Which one do you use currently? Set services msahci and pciide to start=0 http://support.microsoft.com/kb/922976/en-us There is sysprep too Sysprep Command-Line Syntax
  18. cdob

    NIC and WPA Votes

    Which OEM copy do you use? Whch XP version do you use? Which hardware do you use? Do you use XP installed from the netbook manufacturer? XP will stay activated as for 99.999% Nobody can guarentee 100% BTW OS manufacturer offers: Preserving OEM Pre-Activation when Re-installing Windows XP http://technet.microsoft.com/en-us/library/bb457078.aspx
  19. is integrated in SP3 by default. No need to add the KB888111 driver Did you add Eee pc 900 audio driver? http://support.asus.com.tw/download/download.aspx?model=Eee%20PC%20900/XP
  20. I've done a kicker CD at PE1, but never above. There is a batch: there are some fix filenames and txtsetup.sif is processed dynamically http://www.911cd.net/forums//index.php?showtopic=21939 At PE3 there is no txtsetup.sif. You have to search registry services start=0 instead, and extract relating files. I wonder: how courious are you? Do you have fun and like to invest time. And invent a this to PE3? Results are highly welcome. Or boot a basic PE3 (default \boot and boot.wim) from USB 1.1, but read install.wim from Firewire drive? As for a one time solution, this seems to be a more straightforward approach. You use this already: how long does it take booting from USB1.1?
  21. Compare storage controller BIOS settings.
  22. Another switchable graphic example: HP ProBook 4540s http://h10010.www1.hp.com/wwpc/us/en/sm/WF06a/321957-321957-64295-3929941-3955552-5229455.html?dnr=1 A Intel GPU and a AMD Radeon HD 7650M There are XP drivers http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=ca&prodNameId=5229457&prodTypeId=321957&prodSeriesId=5229455&swLang=13&taskId=135&swEnvOID=1093 However no AMD graphics drivers http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&taskId=115&prodSeriesId=5229455&prodTypeId=321957&objectID=c03505081 Is a switchable Radeon HD 7650M possible at XP at all?
  23. Yes, it's possible to copy a pst file. Data are available at other outlook. Account data are not part of a pst file. How To Backup Outlook 2010 Email Account Settings? http://www.walkernews.net/2011/05/22/how-to-backup-outlook-2010-email-account-settings/ Windows Easy Transfer is integrated in Windows 7 by default. And there is a Vista version http://windows.microsoft.com/en-US/windows7/products/features/windows-easy-transfer Or export/import [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles]
  24. Read MSFN form rules 1a http://www.msfn.org/board/index.php?app=forums&module=extras&section=boardrules
×
×
  • Create New...