Summary of minor issues with building CentOS on VMWare

Source: Internet
Author: User


Summary of minor issues with building CentOS in VMWare 1. 64-bit system installation prompt does not support long mode I am ThinPad need to modify BISO enable Intel VT (Intel Virtualization Technology) 2.1 Memory for crash kernel (0x0 to 0x0) on Security CPU) notwithin permissible range starts the VM and prompts the above information. The reason is that the kdump service is not configured. This does not affect the system. You can ignore www.2cto.com 2.2 Cannot setup NMI watchdog on CPU 0. Not all hardware supports NMI. Therefore, when the VM selects the latest hardware version 8 and 7, if this problem occurs, the solution disables the Non Maskable Interrupt (NMI) function. The steps are as follows: 1. Go to the command line interface of the Linux Virtual Machine and run the following command: # vi/boot/grub/menu. lst2. In the open file, change the value of nmi_watchdog from 1 to 0. If this parameter is not available, add it by yourself. Example: www.2cto.com title CentOS (2.6.18-308. el5) root (hd0, 0) kernel/vmlinuz-2.6.18-308.el5 ro root = LABEL =/nmi_watchdog = 0 rhgb quiet initrd/initrd-2.6.18-308.el5.img
3. After saving and exiting, restart the VM and check whether the VM is normal.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.