Jump to content

betamax

Member
  • Posts

    114
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by betamax

  1. WHICH example script? The commands in the procedures given about Push-Button reset use a folder alright. http://technet.microsoft.com/en-us/library/hh824917.aspx jaclaz Interesting... this article shows different: http://technet.microsoft.com/en-us/library/hh825089.aspx rem === Copy the image to the recovery image partition =======================copy %1 R:\install.wimrem === Apply the image to the Windows partition =============================dism /Apply-Image /ImageFile:R:\install.wim /Index:1 /ApplyDir:W:\rem === Copy the Windows RE Tools to the Windows RE Tools partition ==========md T:\Recovery\WindowsREcopy W:\windows\system32\recovery\winre.wim T:\Recovery\WindowsRE\winre.wimrem === Copy boot files from the Windows partition to the System partition ===bcdboot W:\Windowsrem === In the System partition, set the location of the Windows partition ===W:\Windows\System32\reagentc /setosimage /path R: /target W:\Windows /index 1Love how consistent Microsoft is with their documentation.
  2. The other "wrong" thing is that the example script has you set the osimage location to the root of a volume. That clearly is not allowed if you see the error message you get when trying it. Basically I just want to make sure my approach here is going to work or if it will blow up in my face when I try doing a PC Reset.
  3. I'm using 8.1 Pro. I did find out from this article http://technet.microsoft.com/en-us/library/dn293447.aspx that the push-button reset feature will recognize .esd files as well. So I ended up shrinking my windows partition in order to make room for a recover partition at the very end. Then made a 6gig recovery partition: shrink minimum=6000create partition primaryformat quick fs=ntfs label="Recovery image"assign letter="R"set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"I then copied the install.esd from my installation media to the recovery partition. At first I tried: reagentc /setosimage /path R: /index 1But it complained saying you can't have the recovery image at the root of a volume. So I created a folder called RecoveryImage and moved the esd file there. Then I did: reagentc /setosimage /path R:\RecoveryImage /index 1Which seemed to work. So now hopefully my push-button PC Reset feature will do the trick.
  4. I saw this article about applying a windows image: http://technet.microsoft.com/en-us/library/hh825089.aspx I assume I can do that on my personal machine. I just need a way to create the images. Then I read this article: http://technet.microsoft.com/en-us/library/hh825041.aspx It says I need to prepare a reference pc. Does that just mean installing windows with the traditional cd or usb key based install and then doing a sysprep /generalize on it followed by booting into winpe and using dism to create an image? Is there some kind of tutorial that goes thru this from start to finish? My PC would be both the target and reference PC. I just wanna have a backup image that I can use for easy PC reformats in the future.
  5. Maybe it doesn't. Trip- can I send you a PM about DISM images? I've always done the vanilla CD or USB based installed. But I was interested in creating an actual image and throwing that in a recovery partition for easy reformats in the future. I just wasn't sure about all the steps, including the deployment of a reference PC.
  6. You can do both of them, whichever fits more to you. have you done this with a UEFI install of windows 8 and checked if it creates duplicate firmware entries?
  7. let me know what you find out.. i will be eagerly checking this thread!
  8. Yes, exactly. And also this http://www.overclock.net/t/1156654/seans-windows-7-install-optimization-guide-for-ssds-hdds/220#post_15563816 (mainly the point that the boot manager is stored on the NVRAM) So when you reinstall Win8 on UEFI are you blowing away all the partitions and starting fresh or just reformatting the Primary partition?
  9. I have an existing UEFI install of windows 8.1 and it's time for a reformat and clean install. In the past I would just blow away the partitions and start fresh. But, from what I hear, this causes duplicate entries to appear in the NVRAM. Is there a better approach for this? Could I keep the partitions in tact and just format the primary partition that windows is installed to? Or do I have to blow away all the partitions and recreate them, then deal with the duplicates later?
  10. I have a secondary system that I put together with spare parts, but it doesn't have a CD-ROM. Here is my plan for getting XP on there. Let me know if I'm setting myself up for failure: Temporarily pop the HDD of that system into my main system running win7. It will get a drive letter. Let's say it's "F". First I will quick format the drive in NTFS: format f: /fs:ntfs /q Then I will make it bootable: bootsect /nt52 f: Then I will drag and drop the i386 folder from the XP CD to the F: drive. At this point I should be done with the XP CD. Then I will run f:\i386\winnt32.exe /syspart:f: /tempdrive:f: /makelocalsource /noreboot syspart:f should make that drive the system drive, tempdrive:f should make Setup use that drive for temp files, not sure if i need /makelocalsource, /noreboot will prevent my main machine from restarting The initial part of setup should complete, then I can just shut off my main system, pop the drive back into the secondary system, start it, and continue. Am I in for some real disappointment or what?
  11. Ah hah! So that's where those f***ers are hiding! what happens when you install the drivers, without uninstalling the old ones. does it not just overwrite the older drivers? the installer for the new drivers detects the old drivers, then uninstalls them first, with a message saying that Setup will resume installing the new drivers as soon as I reboot Does anyone here own a P5N32-E motherboard and know how to manually overwrite the old nForce drivers with the new ones?
  12. what do you do if windows reinstalls the old drivers as soon as you reboot, with no option to cancel?
  13. I didn't have trouble installing the drivers onto my cd. The problem is that I want to now uninstall these drivers so that I can install the newer ones that have been released since I made my cd. When I run the installer for my mobo drivers and reboot, my computer turns into a brick. I am not getting my mobo drivers from ASUS. Instead I am going directly to the source-- nVidia. I downloaded the latest 15.23 nForce drivers. When I went to uninstall my old drivers (that I preinstalled onto my CD with nLite), computer would not reboot. Has anyone tried uninstalling their mobo drivers that were nLited onto the windows install CD? How about display drivers? I can't even uninstall those. I nLited those onto my install Cd as well. As soon as I reboot my machine after uninstalling, Windows installs the drivers right back on there. I have no option to cancel or anything. Even if I reboot in safe mode after uninstalling, it just come up with a message saying new hardware was found and drivers have been installed. Press Yes to restart. I swear this nLite tool seems like more trouble than it's worth at times :-/
  14. If you boot your PC using a WinPE CD, and then format the target drive as a system drive using "format c: /s", are you then able to boot your PC on that drive to a command prompt? If so, can't you just format the drive from WinPE using format c: /s, then copy the i386 folder, reboot from the target drive, and at the command prompt just do a \i386\winnt.exe?
  15. God only knows why this isn't an option to be done automatically by Windows Setup when installing from the CD. As far as I know, this only happens automatically if you preinstall from a Configuration Set over a network using WinPE. So if you just want to do a CD install, you're SOL. People make it sound a little too simple. They say just copy the folder, and update two registry keys so that the SourcePath reflects the new location. Nine times out of ten, the keys are: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup => SourcePath -and- HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion => SourcePath Are those the only two? Who knows? Why the heck are there two? Is one of them vestigial? And what about the CDInstall key? Should that stay at 1? Nobody ever mentions that. This has become quite unsettling, so I decided to create this thread with the hopes of people posting other registry keys to watch out for (that they know of), since it is apparently not an option to have Windows do this for us unless we are an OEM.
  16. So a while back I made my own nLited XP install CD with various drivers preinstalled. Some of the drivers included sound, display, ethernet, chipset, IDE, etc. Fast Forward a year later when I tried to update my nForce drivers (ethernet, chipset, IDE combined). The first thing I have to do here is uninstall my old drivers. I have no choice in the matter, because the installer will remove the old ones automatically if I don't do it manually. However, after I uninstall my old mobo drivers and restart, windows never boots back up. I make it as far as the Windows XP loading screen and then I get nothing but a dark screen afterwards (instead of seeing my login prompt). Was it a bad idea to preinstall my mobo drivers? Are the default Windows drivers removed from the CD by nLite? I'm pretty sure if I never nLited my mobo drivers and installed windows with the original cd, my computer would boot up fine w/o them. So why can't I uninstall the preinstalled ones? I'm running Windows XP SP3 on an ASUS P5N32-E SLI. It has the 680i chipset by nvidia. The drivers are the nForce drivers that you can download from their site. Last time I checked you didn't need these drivers to get into windows; they only help improve performance once installed. Are there certain drivers to avoid being preinstalled with nLite?
  17. I've always been wondering about this, so I figured I'd post my question here and see what I get. When updating drivers (let's say for example nVidia's display drivers or nForce drivers) you usually download a setup program for the new drivers first. Is it safe just to run the setup program for that new driver and have it overwrite the old drivers, or should I remove my old drivers first? When uninstalling old drivers, if you a prompted to reboot after the uninstaller completes, do you have to reboot right there, or can you go directly to the setup program for the new drivers, and then reboot? The reason why I ask this is because I have some drivers that I nLited directly onto my windows install. If I uninstall the drivers and reboot, the drivers are reinstalled automatically when windows comes back up. Are the drivers truly uninstalled before rebooting, or do I have to reboot after running an uninstall? What happens if I uninstall a driver, select No for the reboot option, then run the installer for the new driver?
  18. Is nLite known to break WFP? I actually installed this version of windows with an nLited unattanded cd.
  19. please elaborate on "group policies" i never installed any patches just for SFC itself... what patches are you talking about?
  20. just tried sfc /revert, rebooted, then ran sfc /scannow no luck.. still asks for a CD-ROM
  21. I have my windows cabs located in C:\i386 I have the following registry settings: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup => SourcePath = "C:\" (REG_SZ) HKLM\SOFTWARE\Microsfot\Windows NT\CurrentVersion SourcePath = "C:\I386" (REG_SZ) For some reason WFP cannot find my i386 folder. I get a WFP Window asking for my CD-ROM if I run sfc /scannow or change a protected file. If I hit retry it says I have the wrong CD. Does anyone else have this problem with windows xp?
  22. I suppose it would be a valid assumption that my new usb mouse is causing it. Either that, or the USB port itself is borked.
  23. Alright it finally happened again. Here is some more background info: I have 2 gigs of memory (for some reason windows reports it as 2046MB instead of 2048- dunno if that's right). I set my pagefile size to 2096 max and min (memory plus 50MB). Nothing happened for the longest time. Later on I decided to put my memory back to 2046min and 4092max (double the min). A couple days later I got the BSOD. This time I had it do a complete memory dump. The dam file was about 2 gigs, so I zipped it down to about 158MB, and had to upload it to a file hosting service. Hopefully you can find some useful information there. As far as virtual memory goes, I always thought you set it to your ram size for the min, and your ram*2 for the max. And why is windows reporting my ram as 2MB shy of the physical memory? Should I set my virtual memory to 2048 - 4096? I will include the link here via edit when the upload is done. Should be about 45min from now. EDIT: Memory dump availible here
×
×
  • Create New...