Content Type
Profiles
Forums
Events
Everything posted by Tripredacus
-
I am working on a modification of the GImageX HTA to have the ability to deploy images to a GPT disk. When this is finished, I will be able to post some code for people who want to update it. The problem I am encountering is that after a reboot, I am getting a flashing cursor when trying to boot off the HDD. First here is some reference info: Manage Multiple UEFI-based Hard Disks I have created a Server 2008 R2 SP1 image and it is on the WDS. It is the base OS + a NIC driver. Normal deployment to an MBR disk works fine, this was tested on both a notebook and a server board. For the UEFI platform, I have the following items: Intel S5520HC with 1 Xeon CPU and a 2GB RAM Seagate Barracuda XT 3000GB Here is the general process I am using to set the system up and deploy the image: DISKPART sel disk 0 clean convert gpt create part efi size=100 sel part 1 format fs=fat32 label="System" quick assign letter=s create part msr size=128 create part pri sel part 3 format fs=ntfs label="LocalDisk" quick assign letter=c Use imagex to apply WIM to C: run BCDBOOT C:\WINDOWS reboot Then I get the flashing cursor. I confirmed that all partitions are created properly (as above) and that the data is actually on the C vol. What step am I missing?
-
It would also be nice to see what your startnet.cmd has in it.
-
Windows 98 First Edition crashing on login
Tripredacus replied to IPalindromeI's topic in Windows 9x/ME
Are you sure that your USB on this PC (SiS) is a 1.1 controller? Does a USB key work on it doing a read and a write? -
Beastie Boys - Flowin' Prose
-
The default is "Same domain as the Windows Deployment Services server." Are you trying to change it to another option? What do you need to change this for?
-
Browsers with Silverlight
Tripredacus replied to xarzu's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
I'm always worried once any browser wants to use more than 250MB RAM, much less 4GB. What type of memory intensive thing would that extra RAM allow? I can see maybe certain Flash or other related animations being better... save Silverlight. Else, maybe it means I could have hundreds of tabs open... -
Ok, but why are you configuring option 60 on the WDS Server? You need to configure option 60 on the DHCP server. If you don't have the WDS role added to the DHCP server, you'll need to add the additional options I mentioned in step 4 of my link. My DHCP server has the WDS role that I use to remotely administer the WDS Server, which seems to figure itself out easier without as much manual configuration.
-
Resource Hacker Script Making (VIdeo Tutorial Request)
Tripredacus replied to cstbunytess's topic in Customizing Windows
Well its possible no one know the answer of your question. I will move this to customization forum, maybe you can get a start there. -
So are you getting these permission denied errors on the DHCP server? Your WDS should be just fine using default settings.
-
Cannot get PXE boot to work with WDS
Tripredacus replied to a1cap0ne's topic in Unattended Windows 2000/XP/2003
Well since you can change your DHCP options, check out my guide, Step 4 is the full set of things you need to set on the DHCP server to point it to the WDS. -
That's fine, my guide is for two servers, one is DHCP and one is WDS. If you do not have rights to change settings on the DHCP server, you'll need to talk to your network administrator. Otherwise, you'll have to get your WDS off your corporate network.
-
Reinstalling Win7 Home Premium on a netbook.
Tripredacus replied to ExTruckie's topic in Unattended Windows 7/Server 2008R2
Oh sure, the Win 7 setup doesn't care what is on the server. It just needs a path and credentials to connect to it. If Server 2008 can deploy Linux, why not Linux deploy Windows 7? Definately get the WAIK. Start with Scenario: Deploy from a Network -
The DHCP server is the PXE server. You configure its PXE response option to point to the IP\hostname and bootrom path of the WDS. For an example of this, see step 4 of my WDS guide: Its for 2003 but it should give you an idea.
-
This isn't a unique situation. I had encountered this with a Compal notebook in the past 6 months, but it would only refuse to boot off the CD if the OS on the HDD was in Hibernate. Any time it wasn't in hibernate it would work fine. Does your notebook have a boot menu where you can select the boot device?
-
Sony vgn-n160g XP restore
Tripredacus replied to sean112178's topic in Unattended Windows 2000/XP/2003
If you really want to do a recovery on the system, we can probably ignore the SVCHOST issue. You are getting the STOP 0x7B with an XP CD via a USB CD-ROM because the USB driver is not in the XP CD. Because you can boot OPHCrack doesn't help (other than it means you have a usable drive) because that OS (Linux) either has the driver for the USB in it or doesn't try to use it the same was the XP disc does. You have two options. You can learn to slipstream the USB drivers into your XP MCE CD, but you will need to have a working CD writer. The other option is you can build an XP install on a USB Key. So for the moment, I'll put this topic in XP Unattend section. -
Reinstalling Win7 Home Premium on a netbook.
Tripredacus replied to ExTruckie's topic in Unattended Windows 7/Server 2008R2
You can use the BOOT.WIM from the DVD and put it on the USB key. You can make an XML that looks at your network drive for the INSTALL.WIM. I haven't tried something like this but I know it is possible. I am going to guess you aren't using a specific server technology? -
Browsers with Silverlight
Tripredacus replied to xarzu's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
You are right. Even tho I install the IE9 x64 package, the default browser is still the 32bit client. I had to go out of my way to open the x64 version. I confirmed that Silverlight does not work with it. -
Browsers with Silverlight
Tripredacus replied to xarzu's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
64-bit IE is hardly a common browser (probably well below 1%). Not that I would use silverlight in the first place as not enough people have it installed (nor is its future certain). And the percentage of browsers that properly supports a decent subset of the HTML 5 features is still WAY too low to be "viewable universally" like you want. Flash has a good install base but it's not supported by a some devices, like the iphone/ipod/ipad and a bunch of other mobile devices (including a lot of android devices). If you can live without those gadgets, then HTML 4 + Flash is still an option. Where does this tidbit come from? I just did a test, deployed Win7 Pro x64, and installed IE9 x64 with Silverlight. My test page was http://www.mahorney.net and that site works fine. I did have to install a newer version of Silverlight for it to work, however. -
How to clean and Remove Autorun.info Virus
Tripredacus replied to deen7777's topic in Malware Prevention and Security
I can certainly download it, but why bother running it? Alas, why write a program that just deletes autorun.inf when I can do it using the Delete key? -
Here's a question I've been wondering about but haven't really cared about finding out the answer. So I'll throw it in here and see what you guys think. I have an answer file that creates 1 or 2 accounts during the oobe phase, it also sets a logon count for one of them. One complaint I hear about is that the Password will expire on any of the accounts after a certain amount of time. This can be fixed manually by checking the Password never expires box on the Account Properties, but how can this be done with the answer file?
-
Not all Win7 DVDs will have all the versions inside the INSTALL.WIM. You can run IMAGEX /INFO on it it see what you have available to you. This is only for WSIM to know where the CLG file is that you build the XML with. It is not used by setup. Also, setting flags isn't going to mean anything for what you are doing, so you can omit that step alltogether. The only programs I've seen make use of the metadata set by flags is by the RECENV.EXE that is part of Windows RE. This is likely why it was removed from the Windows 7 documentation (although Imagex won't error if you use it). Also the method to create a recovery partition in Vista was more "manual" than in Windows 7. In Windows 7, you don't even need to use /flags anymore when creating a recovery partition. Createa a Windows Image for Multiple Architecture Types
-
The term "shareware" has gone by the wayside. Shareware was the idea that you could have a disk (or CD) and install the programs, then give it to a buddy to do the same. The correct term to look for is "trial" software, although some software will have a "limited" or "lite" version.
-
Surely, Server Core does not support audio. See the following: General Development Considerations for Server Core
-
How to download all High-Priority and Optional updates
Tripredacus replied to vipejc's topic in Windows XP
Jcarle has a tool you might like then! http://www.msfn.org/board/forum/147-windows-updates-downloader/