From: SourceForge.net <no...@so...> - 2010-05-14 08:30:33
|
Bugs item #3001398, was opened at 2010-05-14 03:55 Message generated for change (Comment added) made by henryn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=3001398&group_id=98788 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Daemons (Windows) Group: v0.7.x (release) Status: Open Resolution: None Priority: 9 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Nobody/Anonymous (nobody) >Summary: Start coLinux with bluescreen on Win7 with 4GB+ RAM Initial Comment: I am using Windows 7 with 4GB patch kernel. It's normal when I using normal kernal of Windows 7. After patched kernal, the colinux occur blue screen. It's means it cannot run on Windows Server 2008 x86 with 4GB+ System? My coLinux is built on Ubuntu 9.03, 1GB memory and version 0.7.6. ---------------------------------------------------------------------- >Comment By: Henry N. (henryn) Date: 2010-05-14 10:30 Message: The problem is AWE (Address_Windowing_Extensions) can't handle by coLinux. See also forum entry "How to let coLinux run in large RAM" https://sourceforge.net/projects/colinux/forums/forum/342354/topic/3467832 Only what we can do, is to disallow the start. For that I need your help. Please set the follow registry entry: [HKEY_LOCAL_MACHINE\SOFTWARE\coLinux] "Debug"=dword:0000001f Download and start the DbgView.exe from http://download.sysinternals.com/Files/DebugView.zip Re-Load coLinux driver with these commands: cd CurentColinuxPath colinux-daemon.exe --remove-driver colinux-daemon.exe --install-driver You should see messages in DbgView, like "loaded to host kernel" "machine has ... MB of RAM" The value of your total RAM would be interesting here. Is that exactly 4GB, or more? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=3001398&group_id=98788 |