Everything posted by peachy
-
[Help] I really really neat help with some incredible boot problems
You said clean install of XP. Which service pack? And are you connected to the Internet without first installing the Blaster worm patch? If so, you may be infected. Just a thought...
-
64-bit guest OS on vmware with AMD 754
cluberti is correct, there are revision E6 Socket 754 90nm Semprons with the x86-64 extensions known as the Palermo core. There are also E3 Palermos that don't have x86-64 but are 90nm.
-
64-bit guest OS on vmware with AMD 754
You're outta luck. There are no revision D Socket 754 Athlon 64 processors. There are no 90nm Socket 754 processors. The last 754 core was the Clawhammer. You would need at minimum a Socket 939 90nm Winchester core, which is the first revision D. Venice cores and higher are revision E. Even a Socket 939 Clawhammer won't work because it is still a revision C 130nm part. You're in good company, though, as I can't get a 64-bit OS to install on my Pentium 4 630 EM64T processor. I need a Pentium core that supports VT and that ain't arriving until 2006 with the first Pressler parts.
-
What Hard Drive Should I buy?
I just got my Seagate Momentus 5400.2 120GB drive this week. It is very sweet!
-
volume license keys?
There is an Academic VLK available and it's about 30% cheaper then the Corporate VLK. We have the Academic VLK for all our Microsoft products where I work (a college).
-
Transparent LCD screen
It's not hard to do. This was my latest one: I actually have a set. The trick is to get the laptop LCD screen completely in the camera's viewfinder or LCD preview screen, flip the laptop LCD down and then take the picture. Take the resulting picture and set it as the background of the computer screen. Now, position the laptop and yourself and the camera to align the desktop photo with the background. This part is the tricky part because you may find that you have too much parallax error. I got it so that I can get it right in about two takes.
-
[next] Driverpack Massstorage
I think I've solved it: http://www.msfn.org/board/index.php?showto...ndpost&p=356704
-
Creating SourceDisksFiles parameters
Okay I managed to finally succeed in getting the Adaptec Embedded Serial ATA HostRAID Driver For Windows 2000/XP/2003 driver to work in the [MassStorageDrivers] section of the unattended file. This is the aarich.sys driver that had given me fits last month. First off, let's get the directory structures straight. You need to copy the .cat, .inf, and .sys, hraidsk1, txtsetup.oem and whatever driver files available into the following two directories: $OEM$\textmode i386\$OEM$ To be safe, I also stuck the driver files in the $OEM$\$\Drivers\... structure and added the path to the OemPnPDriversPath variable in the [unattended] section of the unattend file. The txtsetup.oem file needs to be edited so that it has this line: [Disks] d1 = "Adaptec Embedded Serial ATA HostRAID Driver Ver 2.01 for Windows 2000/XP/2003", hraidsk1, "" The following sections were added to the unattend file: [MassStorageDrivers] "Adaptec Embedded Serial ATA HostRAID Driver For Windows 2000/XP/2003" = OEM "IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL" [OEMBootFiles] aarich.inf aarich.sys aarich.cat hraidsk1 aichmgt.cat aichmgt.inf txtsetup.oem Setup now works for SATA drives setup as SATA or RAID. This was tested on the ASUS PSCH-SR/SATA server motherboard with the Intel E7210 / 6300ESB chipsets. The 6300ESB is a modified south bridge that incorporates an Adaptec embedded SATA/RAID controller (codename: Hance Rapids). The Intel E7210 north bridge was known by the codename Canterwood-ES.
-
Spots on a TFT Monitor
Those would be dead/stuck pixels: a manufacturing defect. Depending on how many there are you could try for a warranty replacement. Each manufacturer has a different threshold of the number you must see before authorising a return.
-
Unattended CD/DVD maximum size
I've had the same problem, too. Doesn't matter if I use Nero or Roxio to make the image. I've chosen Joliet as the CD/DVD filesystem. So, Mark Strelecki, are you saying use UDF instead? Will have to try that.
-
[next] Driverpack Massstorage
I don't know if this is worth adding, but I haven't solved this problem. I have an ASUS PSCH-SR workstation/server board at work that uses the Adaptec Serial ATA Embedded HostRAID controller to provide RAID capability to the Intel 6300ESB south bridge. This is a 64-bit PCI-X version of the Intel 875P chipset. Unattended installs work fine if you leave the SATA controller in normal mode (non-RAID), i.e., it uses the Intel iastor.sys driver. But it won't work in a RAID setup as a normal Intel Storage Manager RAID controller because ASUS uses the Adaptec chipset for RAID. There is a second Adaptec chip, the AIC-8110, that provides RAID 0/1/10 capability. That one has no problems with an unattended install. I've tried [MassStorage] and $OEM$/txtmode as well as manually modifying txtsetup.sif and dosnet.inf without success. The driver in question is the aarich.sys (available from the ASUS website for this motherboard). The install will get through the textmode setup but on the reboot into the GUImode it blue screens.
-
HOTFIXES: Windows XP SP2 & Windows 2000 SP4
Okay, it worked this time! The only difference was that I added qchain and update.exe to the directory, but didn't specify them in the svcpack.inf file. This is a nicer way of slipstreaming hotfixes! --------------- Okay, I double checked the directory structure for my unattended build from last night and the the run history of the Start Menu. The reason it didn't work the first time was that I specified the wrong target directory for the /integrate switch so that the directory structure was incorrect for the burned CD. Oops.
-
HOTFIXES: Windows XP SP2 & Windows 2000 SP4
Okay, I see what it did. It created a svcpack directory with the .cat files and renamed all the hotfix files. But that should be in the one I did yesterday but the hotfixes didn't integrate. I am trying it again right now.
-
HOTFIXES: Windows XP SP2 & Windows 2000 SP4
http://www.microsoft.com/downloads/details...&DisplayLang=en
-
HOTFIXES: Windows XP SP2 & Windows 2000 SP4
Thanks, Incroyable HULK. That's what I figured it should look like. However, does this mean I still have to have the hotfix files in the path specified in CatalogSubDir or just the .cat files?
-
HOTFIXES: Windows XP SP2 & Windows 2000 SP4
Okay, I must of missed something here. I used the /integrate switch on 3 of the 5 hotfixes last night but Windows Update says I need them installed. Which would indidcate they didn't get installed. I noticed on the first page of the thread a line about using svcpack.inf to run the hotfixes. So, what syntax other than /Q /N /Z would I use? If I follow the method for post SP1 hotfixes I would specify the path to the actual hotfix file. But, logically, if I integrated the hotfixes, why would I need to specify them in the svcpack.inf file, too. Microsoft's website documentation is not too clear on this point. Can someone post what their svcpack.inf now looks like if they use the /integrate switch?
-
2003 Server DNS/DHCP Problem?
http://www.microsoft.com/resources/documen...jj_ipa_fffq.asp Does this do it for you?
-
Firefox Web Browser? Why do I want this?
What do you expect when someone generates a web page in Microsoft Excel or Word? Without a proper DOCTYPE e.g. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>Title</title> </head> <body> <!-- ... body of document ... --> </body> </html> Firefox (and all Gecko-based browsers) will render a page in quirks mode thus behaving as if it was a 4.x era browser!
-
VPN Server loses Internet connectivity
Your problem is your subnet mask. 192.168.1.x and 192.168.0.x are two different networks that can't talk to each other without a common router. Either reset the netmask to 255.255.0.0 or place both D-Links on the same network.
-
shares thru command line?
net use x: \\servername\sharename where x: is any available drive letter. Note there is a space between the colon and the first backslash. B)
-
HardDisk backup to Bootable DVD
Not if you run the Ghost wizard from Windows. It will create a virtual floppy when you reboot, so you don't need a physical floppy drive.
-
Visual Studio 6
Question: This is for the Enterprise version and not the Professional version, correct? Or should I try it with my Pro version, anyhoot?
-
install IIS
In your winnt.sif file add the following to the [Components] section: [Components] Iis_asp=On Iis_common=On Iisdbg=On Iis_ftp=On Iis_htmla=On Iis_doc=On Iis_inetmgr=On Iis_internetdataconnector=On Iis_nntp=Off Iis_pwmgr=On Iis_serversideincludes=On Iis_smtp=Off Iis_smtp_docs=Off Iis_webadmin=On Iis_webdav=On Iis_www=On Iis_www_vdir_printers=Off Iis_www_vdir_scripts=On Iis_www_vdir_terminalservices=On
- Ghost Question
-
Howto install updates on a W2K unattended install?
Yes. Just follow the guide and choose your method. Since you can't slipstream IE6 into Windows 2000 read this thread on how workaround/manage this: http://www.msfn.org/board/index.php?showtopic=20359&hl=