Dear All Please be informed that I tried to install the "Real VMX" application on my Cent OS client . I setup the environment variables and build kernel . Then I add the following entry to my /boot/grub/menu.lst : title Real VMX rootnoverify (hd0,0) kernel -type=netbsd /vmx I tried to reboot my Cent OS client and at the boot loader when I select "Real VMX" I got the following error : "Error 1 : File name must be either an absolute pathname or blocklist" Can you please do me favor and let me know how can I overcome ? Let me thank you in advance
Is the "vmx" kernel in / ?
You need to specify where it is
Here's the suggested grub entry:
title Real VMX rootnoverify (hd0,0) kernel --type=netbsd /boot/vmx
As per this page: http://vmx.wikidot.com/install
On 10/12/09, hadi motamedi motamedi24@gmail.com wrote:
Dear All Please be informed that I tried to install the "Real VMX" application on my Cent OS client . I setup the environment variables and build kernel . Then I add the following entry to my /boot/grub/menu.lst : title Real VMX rootnoverify (hd0,0) kernel -type=netbsd /vmx I tried to reboot my Cent OS client and at the boot loader when I select "Real VMX" I got the following error : "Error 1 : File name must be either an absolute pathname or blocklist" Can you please do me favor and let me know how can I overcome ? Let me thank you in advance
Thank you for your reply . To install the kernel , I tried as the followings : #cd /usr/local/src/vmx/src/build/i386 #cp vmx /boot Please be informed that I modified my /boot/grub/menu.lst according to your message but I am now getting the following error : "Error 15 : File not found" Can you please help me ?
On Mon, Oct 12, 2009 at 9:36 AM, Rudi Ahlers Rudi@softdux.com wrote:
Is the "vmx" kernel in / ?
You need to specify where it is
Here's the suggested grub entry:
title Real VMX rootnoverify (hd0,0) kernel --type=netbsd /boot/vmx
As per this page: http://vmx.wikidot.com/install
On 10/12/09, hadi motamedi motamedi24@gmail.com wrote:
Dear All Please be informed that I tried to install the "Real VMX" application on
my
Cent OS client . I setup the environment variables and build kernel .
Then I
add the following entry to my /boot/grub/menu.lst : title Real VMX rootnoverify (hd0,0) kernel -type=netbsd /vmx I tried to reboot my Cent OS client and at the boot loader when I select "Real VMX" I got the following error : "Error 1 : File name must be either an absolute pathname or blocklist" Can you please do me favor and let me know how can I overcome ? Let me thank you in advance
-- Kind Regards Rudi Ahlers CEO, SoftDux Hosting Web: http://www.SoftDux.com http://www.softdux.com/ Office: 087 805 9573 Cell: 082 554 7532 _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
hadi motamedi wrote:
Thank you for your reply . To install the kernel , I tried as the followings : #cd /usr/local/src/vmx/src/build/i386 #cp vmx /boot Please be informed that I modified my /boot/grub/menu.lst according to your message but I am now getting the following error : "Error 15 : File not found" Can you please help me ?
if your /boot is a seperate partition, remove the /boot from the kernel line in the grub configure file, and just specify /vmx. also, the (hd0,0) on the root line should read the same as the one for your Linux.
Thank you for your help . Please find attached my "menu.lst" . Can you please do me favor and let me know how I have to modify it? Thank you in advance
On Mon, Oct 12, 2009 at 10:00 AM, John R Pierce pierce@hogranch.com wrote:
hadi motamedi wrote:
Thank you for your reply . To install the kernel , I tried as the followings : #cd /usr/local/src/vmx/src/build/i386 #cp vmx /boot Please be informed that I modified my /boot/grub/menu.lst according to your message but I am now getting the following error : "Error 15 : File not found" Can you please help me ?
if your /boot is a seperate partition, remove the /boot from the kernel line in the grub configure file, and just specify /vmx. also, the (hd0,0) on the root line should read the same as the one for your Linux.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
hadi motamedi wrote:
Thank you for your help . Please find attached my "menu.lst" . Can you please do me favor and let me know how I have to modify it? Thank you in advance
the NOTICE in the comments in the top of the menu.1st file is quite appropriate.
# NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/hda3 # initrd /initrd-version.img
hence, in fact, what I said earlier. take the /boot OFF the /boot/vmx, so it just reads /vmx
hadi motamedi wrote:
Dear All Please be informed that I tried to install the "Real VMX" application on my Cent OS client . I setup the environment variables and build kernel . Then I add the following entry to my /boot/grub/menu.lst : title Real VMX rootnoverify (hd0,0) kernel -type=netbsd /vmx I tried to reboot my Cent OS client and at the boot loader when I select "Real VMX" I got the following error : "Error 1 : File name must be either an absolute pathname or blocklist" Can you please do me favor and let me know how can I overcome ? Let me thank you in advance
Real VMX is apparently an operating system not an 'application'.
I think you should be asking a Real VMX mail list as thats certainly not CentOS