or boot loader configuration file. Error: Windows VM Converter Standalone 6 trying to p2v powered on remote linux machine.
Here is my grub.conf.
#
# GRUB configuration file
#
# General configuration
background ffffff
color black/cyan black/light-gray
default 0
foreground 000000
hiddenmenu
splashimage (hd0,3)/boot/grub/3comSplash.xpm.gz
timeout 10
# Serial configuration
serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1
terminal serial
# OS Installation 'A'
title VCX Linux
root (hd0,1)
kernel /boot/vmlinuz ro root=LABEL=/A quiet console=ttyS0,9600n8
initrd /boot/initrd.img
Is there anything that I can edit to make this work?
Thanks!