环境配置问题与解决方案:VMWare 10 安装CentOS6.6 时自动进入text mode

来源:互联网 发布:北京炸酱面知乎 编辑:程序博客网 时间:2024/05/17 23:00
处理方法:将分配的内存设置为大于632MB的大小即可。

原因:之前分配了516M内存,而低于632MB安装就会自动进入text mode
  • The installer needs at least 406MB of memory to work. Text mode will automatically be used if the system has less than 632MB of memory.

text mode与GUI界面的区别:
  • The text installer has limited capabilities compared to the GUI installer. Most notably there is no support for configuring partition layout, storage methods or package selection. Please refer to the official documentation for details. Here you can find some useful information on creating and using kickstart files which can be used to perform advanced configuring without the need for the GUI installer.


0 0