Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 6th February 2013, 12:42 AM
splatt Offline
Registered User
 
Join Date: Dec 2011
Location: the states
Posts: 11
linuxchrome
why doesn't xen work for me on FC17?

I installed fc17 (auto updated kernel shortly thereafter to 3.7.3-101.fc17.x86_64)

I had read that it would be easy to install xen:
http://www.fclose.com/b/linux/3806/i...-on-fedora-17/

I followed the steps:
# yum install xen
now I appear to have xen 4.1.4-3.fc17.x86_64
# grub2-mkconfig -o /boot/grub2/grub.cfg

Everything looks good! That was easy.
I reboot and select fedora with xen; it starts to boot up, and then reboots itself ...
Each time I try to get into the xen boot, it reboots itself. At least a vanilla FC17 boot still works fine.

Maybe xen doesn't work with the updated version (of xen, or the kernel, or the two together) that I have ...
or maybe my hardware is just too new and not supported ... at least for that version of xen ...
or other? ...

Can I get confirmation from somebody that these versions of xen/kernel work for them, please?
I would also welcome xen debug suggestions -- I'm kind of a neophyte for that.
Would xen on FC18 be more likely to work for me?
Reply With Quote
  #2  
Old 6th February 2013, 01:38 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,488
linuxfirefox
Re: why doesn't xen work for me on FC17?

Just having Fedora 17 installed isn't enough, you have to have a Xen supported cpu (the cpu needs to support hardware virtualization extensions), and the virtualization feature turned ON in the BIOS and the bios even allowing for that (some like a few Sony Vaio's don't). The quick way to find out is to run "lscpu" from a terminal and look at the "Virtualization:" value (I've bolded it):

I get this result from lscpu on my Sony Vaio SZ-730E/C
Quote:
lscpu

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 23
Stepping: 6
CPU MHz: 800.000
BogoMIPS: 4189.24
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 3072K
NUMA node0 CPU(s): 0,1
VT-x -> supports Virtualization and so Xen should be okay
The output suggests that my Sony Vaio here can do it, but I can tell you this Vaio can't because Sony uses a lame BIOS that hard coded the VT-x feature to OFF.
Reply With Quote
  #3  
Old 6th February 2013, 01:59 AM
splatt Offline
Registered User
 
Join Date: Dec 2011
Location: the states
Posts: 11
linuxchrome
Re: why doesn't xen work for me on FC17?

Thanks for the comments Marko ... but I really don't think that is the problem in my case.
lspci DOES show that I have VT-x capability.
The BIOS DOES show the option to enable virtualization (two kinds) and it IS enabled (both).

In any case, I would expect that the hypervisor boots up even if it is not able to work properly with VMs. I don't even get a clean boot ... it just reboots itself.
Reply With Quote
  #4  
Old 6th February 2013, 03:15 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,488
linuxfirefox
Re: why doesn't xen work for me on FC17?

would you post what this says:
Quote:
ls -l /boot
Reply With Quote
  #5  
Old 8th February 2013, 01:36 AM
splatt Offline
Registered User
 
Join Date: Dec 2011
Location: the states
Posts: 11
linuxchrome
Re: why doesn't xen work for me on FC17?

Unfortunately I can't now. Since it did not work for me I installed FC18 ... in hopes that will work for me.

---------- Post added at 05:32 PM ---------- Previous post was at 05:21 PM ----------

now, with fc18 (3.6.10-4.fc18.x86_64), I have installed xen (4.2.1-5.fc18.x86_64) also. It does the same thing, when I select booting to "Fedora, with Xen hypervisor" I get reboot (every time).
I suppose it must be a xen problem, because normal boot works like a charm.
Maybe the hardware is somehow too new?!?
I'll get that ls listing for you shortly.

---------- Post added at 05:36 PM ---------- Previous post was at 05:32 PM ----------

ls -l /boot
total 41603
-rw-r--r--. 1 root root 122595 Dec 11 10:06 config-3.6.10-4.fc18.x86_64
drwxr-xr-x. 3 root root 1024 Feb 7 09:22 efi
drwxr-xr-x. 6 root root 1024 Feb 7 09:24 grub2
-rw-------. 1 root root 19472112 Feb 7 07:59 initramfs-3.6.10-4.fc18.x86_64.img
-rw-r--r--. 1 root root 561588 Feb 7 07:59 initrd-plymouth.img
drwx------. 2 root root 12288 Feb 7 07:37 lost+found
-rw-------. 1 root root 2515832 Dec 11 10:06 System.map-3.6.10-4.fc18.x86_64
-rwxr-xr-x. 1 root root 4862486 Dec 11 10:06 vmlinuz-3.6.10-4.fc18.x86_64
-rw-r--r--. 1 root root 802387 Jan 22 15:50 xen-4.2.1.gz
lrwxrwxrwx. 1 root root 12 Feb 7 09:22 xen-4.2.gz -> xen-4.2.1.gz
lrwxrwxrwx. 1 root root 12 Feb 7 09:22 xen.gz -> xen-4.2.1.gz
-rw-r--r--. 1 root root 14235548 Jan 22 15:50 xen-syms-4.2.1


there you go ... any help would be appreciated. I'd be happy to work with some xen crew too ...
Reply With Quote
  #6  
Old 16th February 2013, 01:25 AM
splatt Offline
Registered User
 
Join Date: Dec 2011
Location: the states
Posts: 11
linuxchrome
Re: why doesn't xen work for me on FC17?

It looks like the motherboard chipset is not supported by xen. running it on another system boots just fine. Hopefully this will be helpful to someone else.
Reply With Quote
Reply

Tags
doesn't work, fc17, fc18, xen

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Seriously, does anything work in FC17 ? Xavior Reviews, Rants & Things That Make You Scream 36 24th November 2012 02:11 PM
[SOLVED] Flash won't work in firefox 13 (FC17) hlfmanhlfamzng Using Fedora 8 6th July 2012 11:11 AM
Fresh FC17 Install : gnome_control_control-center-3.4.2-1.fc17.i686 CORE DUMP reflex Installation and Live Media 1 2nd June 2012 03:05 AM
FC17 mount problem: mount -p does not work anymore? Luis Using Fedora 0 31st May 2012 04:08 PM
Don't upgrade gdm to 1:3.4.0.1-4.fc17 secipolla F17 Development Forum 15 13th April 2012 08:32 PM


Current GMT-time: 23:20 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat