coLinux启动蓝屏问题
今天安装COLINUX 启动后蓝屏,以前遇到过,当时懒得查,这次比较郁闷就查了查,中文的居然没有查到,就上国外网站查,查出了以下结果,本人英文比较差,但大概看出了个端倪。
说内存大于等于512,容易出这个问题,只要把PAE关了就可以了,网上搜了搜
改了BOOT.INI
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional"/noexecute=AlwaysOff /NOPAE /fastdetect
此为更改的内容
Troubleshooting
* Blue Screen of Death when starting coLlinux - This is most likely caused when you have 512MB or more of physical memory and Windows is using PAE (Paged Address Extensions). The solution is to edit your c:\boot.ini and add the switch /NOPAE /noexecute=AlwaysOff to the current OS entry in the Operating Systems section. If you are trying to edit this file, you first need to change its permissions with attrib -s -h -r c:\boot.ini and after editing it restore the permissions with attrib +s +h +r c:\boot.ini.
* Other services that use networking stop working - The reason why this may happen is that windows changes the order in which the network adapters are accessed. To change this, you can go to network connections in the control panel and enter the advanced setting option in the Advanced menu. Here you can change the order of the adapters. An example of a service that may stop working is the Pharos printing service.

浙公网安备 33010602011771号