RedHat이나 CentOS 계열의 리눅스를 VMWare에서 실행하면 부팅시 'Cannot setup NMI watchdog on CPU 0' 과 같은 메시지가 나올 때가 있는데,  이번 강좌에서는 이 문제를 해결해 보겠습니다. (이 메시지로 인해 생기는 문제는 딱히 보지 못했습니다.)

 

NMI WatchDog.png

 

콘솔에서

 

# sudo vi /boot/grub/menu.lst

 

1 default=0
2 timeout=10
3 splashimage=(hd0,5)/boot/grub/splash.xpm.gz

4 title CentOS 5.6 i686
5   root (hd0,5)
6   kernel /boot/vmlinuz-2.6.18-238.19.1.el5.centos.plusPAE ro root=/dev/sda6 nmi_watchdog=0 rhgb noquiet
7   initrd /boot/initrd-2.6.18-238.19.1.el5.centos.plusPAE.img

8 title Linux Mint 11
9   root (hd0,9)
10  kernel /boot/vmlinuz-2.6.32-26-generic-pae ro root=/dev/sda10
11  initrd /boot/initrd.img-2.6.32-26-generic-pae

 

kernel 옆에다 인자로 nmi_watchdog=0을 붙입니다. (주의! 위에 내용 복사하지 마세요!)

 

다시 부팅했을 때 오류 메시지가 더이상 나오지 않습니다.

 

NMI WatchDog-2.png

 


 빠른 글쓰기




   Copyright 2013-2023 LinuxForum