As I understand your situation: Host OS is Fedora 12 (32-bit or 64-bit ?), Guest VM is WinXP, correct ? Is VBox service installed and running correctly on
Host ? Post:
su
service vboxdrv status
You should see:
Code:
~]# service vboxdrv status
VirtualBox kernel modules (vboxdrv, vboxnetflt and vboxnetadp) are loaded.
And/or:
su
lsmod | grep -i box
You should see:
Code:
~]# /sbin/lsmod | grep -i box
vboxnetadp 72552 0
vboxnetflt 78216 0
vboxdrv 108840 1 vboxnetflt
What version of VBox on Host, and where did you obtain & how installed (RPM or what) ?
Quote:
|
The VB Guest Additions software is installed on my harddrive
|
The VBox Guest Additions are to be installed on the
Guest VM while it is running inside VBox virtual space. On Guest VM: what exactly happened when you followed the tutorial to install Guest Additions ?
V