Recommended Posts

Is it not possible to install Windows on a secondary drive? I have tried that at least 5 times with Vista and Longhorn server. If *nix can do it, why can't windows? Everytime I try to install on a secondary drive, it freezes at bootmanager...

Is it not possible to install Windows on a secondary drive? I have tried that at least 5 times with Vista and Longhorn server. If *nix can do it, why can't windows? Everytime I try to install on a secondary drive, it freezes at bootmanager...

586287372[/snapback]

I installed my copy to a second Drive and had no problems whatsoever. I preformatted the drive to NTFS and used a mounted image in alcohol 120% to launch the install from within XP. 30 minutes later i had Vista loaded and ready.

I installed my copy to a second Drive and had no problems whatsoever. I preformatted the drive to NTFS and used a mounted image in alcohol 120% to launch the install from within XP. 30 minutes later i had Vista loaded and ready.

586287388[/snapback]

Damn...hm....wth can be wrong then? I installed on a partition on my primary and it runs fine....I used Daemon Tool AND alcohol 120%...time to do chkdsk...

It's beta 1 for God sake. Why would you even bother with Vista beta 1...

586287411[/snapback]

Because, some people are actually Beta Tester...

Ditto, no I havent, 'cuz my secondary drive is my storage drive as well...I will be getting 2x160 SATA in a couple days....might try it on that...I dont have a DVD burner so I have to use a virtual DVD drive.

Because, some people are actually Beta Tester...

Ditto, no I havent, 'cuz my secondary drive is my storage drive as well...I will be getting 2x160 SATA in a couple days....might try it on that...I dont have a DVD burner so I have to use a virtual DVD drive.

586287424[/snapback]

I don't know how big that secondary drive is but one possibility might be to partition it giving Vista say a 10 Gig partition and installing to that with a clean install.. the fact that there is data present and that the drive is not cleanly formatted may be the problem

I don't know how big that secondary drive is but one possibility might be to partition it giving Vista say a 10 Gig partition and installing to that with a clean install.. the fact that there is data present and that the drive is not cleanly formatted may be the problem

586287436[/snapback]

k, i'll try that. thnx for advice.

Meh... B-E-T-A

I'm trying to figure out what is going on now...

It was AWSOME like OS...

BEFORE THE FIRST RE-BOOT

Now it's...

Slow, unresponsive, no more DWM, bugy...

So i'm crying of disapointment :(

586287421[/snapback]

I had almost the same problem until I disabled a lot of services and I found that the one that was slowing everything is Windows Audio. I uninstalled MS drivers and installed the ones from Dell and now everything is working.

BTW I can play MP3 with WMP, I havent installed foobar yet.

Also I cant install Intel Chipset Utility so no Speedstep, my CPU is always at full speed and I dont like it :no:

why do you say that.

586287490[/snapback]

because look up a bit

BUGS:

1- Computer crash when closing...

I hear it closing (HDD) but the screen stay on it.

2- MSN (7.0.162 PATCHED) is crashing when I close it.

3- Winamp had make 2 errors when installing: Windows Codec + CD-Writing

4- Now after re-install it had crashed on the Graphic driver.

It's again in the Device manager BUT not in the Display Settings

5- My Router is always reseting now

Deconected the cable to my PC with LH and it's re-ok...

EDIT:

6- Music playback is impossible... it lag to mush

because look up a bit

BUGS:

1- Computer crash when closing...

I hear it closing (HDD) but the screen stay on it.

2- MSN (7.0.162 PATCHED) is crashing when I close it.

3- Winamp had make 2 errors when installing: Windows Codec + CD-Writing

4- Now after re-install it had crashed on the Graphic driver.

It's again in the Device manager BUT not in the Display Settings

5- My Router is always reseting now

Deconected the cable to my PC with LH and it's re-ok...

EDIT:

6- Music playback is impossible... it lag to mush

586287505[/snapback]

sounds like a vid driver problem to me. try this. open display settings> advanced and setting hardware acceleration to minimum

Wow guys, Beta 1 is EXCELLENT! :D

Installed on 2nd hard drive, am dual booting with XP ( although it won't let me edit my boot.ini and I want to change my default selection to XP ) and everything works perfectly!

With my ATI 9800XT DWM worked right out of the box, as did all other drivers with the exception of the realtek AC97 audio(had to manually install).

Performance is top notch, features are very nice, and the overall usability/stability is great!

Only gripes I have preventing me from using this as a primary OS, I was able to install F-PROT antivirus so I do have a scanner (the resident module WILL NOT work), but sadly no 3rd party firewalls work. Anyone tested onecare on Vista yet?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft explains how it made Teams so much faster in 2026 by Usama Jawad Microsoft Teams is Redmond's flagship online communication and collaboration tool, primarily used in enterprise, government, and school environments. It regularly receives updates, with Microsoft frequently revealing features currently in development as well, such as Efficiency Mode and a dedicated app for meeting recaps. Now, the company has shed some light on the backend enhancements it has made to its popular software in 2026. During the first half of 2026, switching between chats has become 20% faster on desktop and web, which is especially great for less powerful devices or hardware on weak networks. Microsoft explains that it tracks two types of chat switches. The first is a warm switch, which relates to returning to a recent chat, in which case it is most likely already present in memory and should load extremely fast. The other is a cold switch where a chat that hasn't been opened recently is now opened. Naturally, the second type of chat switch was causing the most notable latency spikes. Microsoft realized that this was happening because of three reasons. First, the query to fetch conversation data was being fired too late. Next, queries were being sent sequentially, increasing the overall round-trip time. Finally, there was no handling of response priority, which meant that non-critical responses would sometimes block the main thread. Microsoft solved all of these problems by firing the data query immediately, bundling queries to be sent together so that they wouldn't create a "waterfall" effect, and enabling faster painting of the frame. As a result, warm and cold switches now have almost the same latency, and the only distinguishable difference between them is due to the data layer response time. Next, Microsoft focused on reducing app hangs and freezes on macOS and iOS by 35%. On macOS, the company has a health monitor thread running in the background that does exactly what it says on the tin. The tech firm built a dedicated StackDecoder tool to analyze health monitor's output at scale. Through this combination, it decided to move several error reporting and monitoring threads either to the background or treated them as an asynchronous call so that they wouldn't block the main thread, causing Teams to freeze. On iOS, the same result was accomplished through optimization of computations, caching, offloading operations from the main thread, refactoring database access behaviors, deferring non-critical tasks, and more. On a related note, it also made people search 25% on iOS by optimizing the query pipeline, and efficient database task queuing and scheduling. However, Microsoft has emphasized that improving Teams' performance is an ongoing endeavor, and that it hopes that these efforts will continue to make the software a reliable partner in online communication scenarios. On a related note, Microsoft recently unveiled some upcoming performance upgrades for OneDrive on macOS too, and you can check those out here.
    • Let Apple have its way, as customers will eschew Apple in favor of more open solutions--which is what they should be doing anyway!... I'm not a fan of Apple at all, but when the lawyers in the EUC start dictating to companies how their software should be made, I think the companies should just drop the EU altogether as a market. EUC lawyers make a mint every time they levy a fine on a successful American software company. What a racket. The EU consumer should be the final word on what products he buys and which ones he doesn't, but the EUC seeks to put itself into the position of the EU customer, and make those decisions for him, under the guise of "helping him." Q. What do you do when the person at your door says, "Hi! I'm from the government, and I'm here to help you make intelligent buying decisions!" A. Grab your possessions and run for the hills...
    • Just another show from my childhood ruined by wokeness 'politically correct' BS. They should let some things just die out gracefully.
  • Recent Achievements

    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      518
    2. 2
      PsYcHoKiLLa
      210
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      94
    5. 5
      ATLien_0
      81
  • Tell a friend

    Love Neowin? Tell a friend!