Jump to content

aurgathor

Member
  • Posts

    95
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About aurgathor

Profile Information

  • OS
    Windows 7 x64

aurgathor's Achievements

0

Reputation

  1. I have two JM20330 based mSATA to 44 pin IDE adapters that I try to use in an older 600 MHz SFF Compaq PIII (turn it into a router), and I can't get them to boot. After I boot from a floppy, I can partition, mark active, and the format the SSDs, ( format c:: /u /s ) but the system just doesn't boot from the SSDs. (no error message, just infinite wait) Any idea on what may be going on and how to fix it? I have these two adapters: https://www.ebay.com/itm/mSATA-to-2-5-PATA-IDE-SSD-Enclosure-Adapter-Card-Case-Solid-State-Drive/292666537230?hash=item442448f50e:rk:5:pf:0 https://www.ebay.com/itm/mSATA-to-2-5-IDE-mSATA-to-2-5-PATA-adapter-Converter-Enclosure-with-case-Y6R3/163413119907?hash=item260c2e53a3:g:n4kAAOSw1rpcBOZU:rk:18:pf:0
  2. If you subscribe to Visual Studio (starting at $1200, used to be called MSDN) you'll get 5 keys for most every Win 7 SKUs, as far as I can see. It's not cheap, but the keys are guaranteed to be legit.
  3. Well, Windows 98SE has it quirks, and sometimes the interaction between various pieces of SW can get really tricky. Something wasn't right with my system since I also had no issue after a clean install.
  4. I have a 7900GS, which as per above posts is very close to the last officially supported Nvidia GPU, and it is definitely better than the 6600, and the difference over the 6200 should be even more. I'll see if I can find a 6200 and test them. I remember reading some NVIDIA papers about video decoding a long time ago, but I highly doubt that those are still on NVIDIA's site. But there is wikipedia: https://en.wikipedia.org/wiki/Nvidia_PureVideo
  5. Upon additional work, it's a bit more complicated than an incompatible video driver. I decided I want XP instead of W2K for the 2nd OS since I can still get updates for that, so I removed the HD with Win98/2K, and put in a blank HD and installed 98SE from scratch. The first thing I installed after the OS was the video driver, and 81.98 installed at the first try without any hassle. That means that something was on the other install, interfering with the load of the video driver. I may do some testing to see if I can find it out.
  6. Thanks, that worked. Had to install it twice (first from the exe, then from windows because the drivers failed to load again), but everything was fine after the 2nd install.
  7. Howdy, I have an old Dell GX150 that dual boots Win98SE and Win2000. Because the onboard video adapter can only go up to 1280x12024 in 16 or 24 bit color mode, I put in a Geforce 2 MX 400 based video card and got the latest divers, 81.98 for W9x, 93.71 for XP/2K. The XP/2K drivers installed and work fine, and the card is capable of any resolution my monitor can support at @32bit, so the hardware itself is working fine. The 9x driver installed fine, too; however, when I boot my PC it has some problem and the drivers aren't loaded. At that point, I can re-install the drivers from Windows, but the same thing happens upon next boot. When I try to detect HW, it just finds a generic video adapter. I looked at the BIOS settings, I have Auto and Onboard for the video card (it's Auto) pus 32 MB and 64 MB for AGP aperture. I tried both 32 and 64 and it didn't make any difference. I appears to me that 98SE just doesn't "see" the video card. The OS install contains a roughly year old or so unofficial SP and the USB driver pack, but probably not much else. And since Win200 works just fine with the card, HW or BIOS setup error is exceedingly unlikely, so it's probably a 98SE issue. Any idea on what might be wrong and how to fix it? TIA
  8. You have several options: a) find a SW that works with GPT b) partition tye drive with MBR and lose a little less than 1 TB (you can repartition it with GPT later) c) use a smaller (2TB or less) for Ghosting and then copy the stuff into the 3TB drive While you can go bigger, FAT32 partitions should be under 128 gig.
  9. These are pretty much the reasons why I want my main OS on D: instead of C:. As a matter of fact, I normally create an empty directory structure on C: that mimics the actual OS on D: Additional reasons: 4) If I need to restore a partition, a small FAT32 partition is much faster than my main partition, and I usually don't need to worry about backup or data loss. (I'm a very heavy user of ghost -- once I reach a stable point, just create an image) 5) It's much easier to find 'cuckoo eggs' in a mostly empty partition.
  10. Thanks for the very informative post. "You can manually assign a drive letter to that first partition, let's say that you assign to it "F:" Yes, I've actually tried that even before posting, and it works. But I ran into a problem when I tried to change the drive letter assigned to the Win7 partition from C: to something else. That, obviously, didn't work. "In theory it is possible to change the drive letter assigned to the second partition from the current "C:" to "D:", but in practice it is extremely complex and very much error prone (besides the procedures needed not having been tested or tested enough)." Do you know the procedure, or have a link to it? The worse that can happen is that I need reformat/repartition the target disk. TIA,
  11. I have a small, 1 Gig partitition (C:) , set active, and boots DOS (from 98SE) just fine. Then I install Win7 in custom mode onto the 2nd partition -- D:. After install the first partition is no longer visible (no drive letter is assigned to it); the 2nd partition is now C:, system only boots Win7, and there's no option to boot into Dos. What do I need to do to to have a usable boot menu (à la mode WinXP) with the ability to boot into DOS? Also, I'd strongly prefer DOS on C:, and Win7 on the D: drive. TIA
  12. No, I wasn't aware of that until now. I will look into that.Thanks,
  13. I have a piece of HW (an HD6770 based video card, to be exact) that I would like to use under Windows 2000. Unfortunately, it does not come with W2K drivers. Is there any way to convert an XP driver to W2K, or just unpack and install the needed binaries from the driver piece by piece? While I'm not certain, I think the actual driver (executable) code is often the same. TIA
  14. Thanks for the great ideas. The programs I want to run are a couple of console mode executables with their outputs redirected into a log file.
  15. I'd like to write a script file that executes a few commands then re-boots the host machine (Windows 7), and then starts over after it booted up, and do this X times. (X could be anything from 5 to 5,000) I believe to do this I would either need to modify the script (loop count) before reboot, so it would be a self modifying code, or use some variable (perhaps SET SomeName=SomeName+1) to keep the count. Does anyone know any examples? (don't want to re-invent the wheel if I don't have to) Any common scripting language should be fine, though my current scripts (just looping) are written in powershell and in ironpython. TIA
×
×
  • Create New...