Hoping someone is a bit more proficient w/ Linux/Xen than I am and can help me out w/ this. I'm new to both Linux and Xen so this has been a challenge from the get go. I installed Fedora no problem but Xen is testing me a bit. During the installation procedure the installer couldn't find a hard drive...does Xen require a separate partition/disk. Below is the output from the tail end of the installation as well as me trying to restart a virtual server I made (hopefully someone can make heads/tails of it all, THANKS!!):
Starting VNC...
The VNC server is now running.
Please connect to 10.10.10.10:1 to begin the install...
Starting graphical installation...
Press <enter> for a shell
XKB extension not present on :1
sh-3.1# sending termination signals...done
sending kill signals...done
disabling swap...
unmounting filesystems...
/mnt/runtime done
disabling /dev/loop0
/proc done
/dev/pts done
/sys done
/tmp/ramfs done
/selinux done
rebooting system
Restarting system.
If your install completed successfully, you can restart your
guest by running 'xm create -c Baelrog'.
You have new mail in /var/spool/mail/root
[root@fedora ~]# xm create -c Baelrog
Using config file "/etc/xen/Baelrog".
Traceback (most recent call last):
File "/usr/bin/pygrub", line 256, in ?
cf = get_config(file, isconfig)
File "/usr/bin/pygrub", line 110, in get_config
if is_disk_image(fn):
File "/usr/bin/pygrub", line 78, in is_disk_image
buf = os.read(fd, 512)
OSError: [Errno 21] Is a directory
Error: Boot loader didn't return any data!
[root@fedora ~]#
Also, if any of you know where I can find a DETAILED guide on the installation of Xen, as well as, the creation of virtual machines, I'd really appreciate it.
Starting VNC...
The VNC server is now running.
Please connect to 10.10.10.10:1 to begin the install...
Starting graphical installation...
Press <enter> for a shell
XKB extension not present on :1
sh-3.1# sending termination signals...done
sending kill signals...done
disabling swap...
unmounting filesystems...
/mnt/runtime done
disabling /dev/loop0
/proc done
/dev/pts done
/sys done
/tmp/ramfs done
/selinux done
rebooting system
Restarting system.
If your install completed successfully, you can restart your
guest by running 'xm create -c Baelrog'.
You have new mail in /var/spool/mail/root
[root@fedora ~]# xm create -c Baelrog
Using config file "/etc/xen/Baelrog".
Traceback (most recent call last):
File "/usr/bin/pygrub", line 256, in ?
cf = get_config(file, isconfig)
File "/usr/bin/pygrub", line 110, in get_config
if is_disk_image(fn):
File "/usr/bin/pygrub", line 78, in is_disk_image
buf = os.read(fd, 512)
OSError: [Errno 21] Is a directory
Error: Boot loader didn't return any data!
[root@fedora ~]#
Also, if any of you know where I can find a DETAILED guide on the installation of Xen, as well as, the creation of virtual machines, I'd really appreciate it.