While Installing vmware tool on centos on vmware, I faced below problem:
So first we need to check kernel version run following command in terminal:
uname -r
It should show something like "2.6.18-274.el5"
If it is then you will not get this error.
But if you see something like:
"2.6.18-274.el5xen" then installed below packages:
kernel-PAE-2.6.18-274.el5
kernel-PAE-devel-2.6.18-274.el5
and change default=1 to default=0 in /etc/grub.conf.
Now install tools you will not get this error.
So first we need to check kernel version run following command in terminal:
uname -r
It should show something like "2.6.18-274.el5"
If it is then you will not get this error.
But if you see something like:
"2.6.18-274.el5xen" then installed below packages:
kernel-PAE-2.6.18-274.el5
kernel-PAE-devel-2.6.18-274.el5
and change default=1 to default=0 in /etc/grub.conf.
Now install tools you will not get this error.
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.