<br><font size=2 face="sans-serif">We want to test Fedora-Xen-ia64, but Domu does not start.</font>
<br><font size=2 face="sans-serif">Here is a short description of the problem, and below a more detailed description of the context.</font>
<br>
<br><font size=2 face="Courier New">DomU does not start:<br>
-------------------<br>
<br>
Xen30  has been installed from Aron Griffis repositories<br>
(http://free.linux.hp.com/ăgriffis/agriffis-xen-ia64.repo)<br>
on may the 24th.<br>
<br>
File state:<br>
    vmlinuz-2.6.16-%3.2232_FC6agriffis.3xen0<br>
    xen.gz-2.6.16-%3.2232_FC6agriffis.3<br>
    initrd-2.6.16-%3.2232_FC6agriffis.3xen0.img<br>
<br>
Dom0 starts successfully but we have no useful root console, but<br>
we can connect by ssh.<br>
Root console displayes some messages but we have no prompt<br>
to connect.<br>
<br>
The DomU is a clone of Dom0.<br>
But it does not start. DomU console does not open, and<br>
we do not know why.<br>
<br>
Any idea of what the problem could be ?</font>
<br>
<br><font size=2 face="Courier New">We will make another try with a newest kernel.<br>
</font>
<br><font size=2 face="Courier New">Jean-Paul</font>
<br>
<br>
<br><font size=2 face="Courier New">Background information: here is a summary of the problems we faced before getting Fedora-Xen running:</font>
<br><font size=2 face="Courier New"><br>
Fedora history :<br>
<br>
Fedora Core 5:<br>
----------------<br>
<br>
Install with CDs built from iso files.<br>
<br>
1- Graphic install KO and no switching to text mode.<br>
So text mode only available because X server can not start:<br>
<br>
   /var/log/Xorg.0.log:<br>
    ....<br>
        ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),<br>
        ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),<br>
        ATI Radeon X850 5D4C (PCIE), ATI Radeon FireGL (R480) GL 5D50(PCIE),<br>
        ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),<br>
        ATI Radeon X850 XT (R480) (PCIE),<br>
        ATI Radeon X850 XT PE (R480) (PCIE),<br>
        ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),<br>
        ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)<br>
    (II) Primary Device is: PCI 01:01:0<br>
    (II) ATI:  Candidate "Device" section "Videocard0".<br>
<br>
    Fatal server error:<br>
    xf86MapVidMem: Could not mmap framebuffer (0xfbfd0000,0x4000) (Invalid <br>
argument)<br>
<br>
    My video card is:  01:01.0 VGA compatible controller: ATI Technologies <br>
Inc Rage XL (rev 27)<br>
<br>
    Bypass proposed by Tony Luck  does not work.<br>
    Patch of Bjorn Helgaas does not work too (not applicable because <br>
different sources)<br>
<br>
<br>
NOTE: Same problem occurs with Rawhide ia64 from 27 April. When system is<br>
running, X server<br>
can not start for the same reason.<br>
<br>
<br>
<br>
2-  hwclock can not be set when linux starts.<br>
<br>
    hwclock: Open of /dev/efirtc failed, errno=2. No such file or directory.<br>
    No usabel clock interface found.<br>
    Cannot access the Hardware Clock in any known method.<br>
<br>
Problem seems to be located in /etc/rc.sysinit file where hardware clock<br>
is set before device creation (/sbin/start_udev step).<br>
When hardware clock setting step is done after device creation, hwclock<br>
gives right remanent time information.<br>
<br>
<br>
3- After Dependencies checking and install beginning, an exception occurred.<br>
Messages are:<br>
<br>
    Traceback (most recent call last):<br>
    File "/usr/bin/anaconda", line 1080, in ?<br>
         intf.run(id, dispatch)<br>
    File "/usr/lib/anaconda/test.py", line513 in run<br>
       rc=apply(win,(self.screen, )+ args)<br>
    File "/usr/lib/anaconda/textw/confirm_text.py", line 32  in __call__<br>
      rc=present.requiredMediaMessage (intf, id.grpset)<br>
    Attribute error: installData Instance has no attribute 'grpset'<br>
<br>
<br>
<br>
Fedora weekly 05142006 :  install withCDs built  from iso files<br>
---------------------------------------------------------------<br>
<br>
Install in graphic mode does not work but install switches to text mode.<br>
<br>
1-  Graphic install  still KO and switch to text mode.<br>
( message 'module libXau.so.6 not found" in /tmp/X.log file'<br>
I don't investigate this problem further more and hope that library name is <br>
correct.)<br>
<br>
<br>
2- In Partionning step, when 'Create custom Layout' option is choosen<br>
/boot/efi partition can not be created (Mounting point already in use).<br>
<br>
    Partitionning has been made using 'Default layout creation' choice.<br>
<br>
<br>
3-  In Network Configuration for Eth0, when 'Configure using DHCP' default<br>
option is unset, given IP address  is declared as invalid.<br>
Information  message is:<br>
<br>
    'You must enter a valid IP address to continue.'<br>
<br>
When active on boot is not selected and others network adapters not<br>
configured, exception occurs in:<br>
<br>
       anaconda.intf.run at line 938:<br>
       ns1Entry.set (network.primaryNS<br>
       NameError: global name 'network' is not defined.<br>
<br>
4-  With  default configuration options for network adapters, setup goes on<br>
and aborts<br>
<br>
<br>
5-  After Dependencies checking and install beginning, an exception <br>
occurred.<br>
<br>
    Traceback (most recent call last):<br>
    File "/usr/bin/anaconda", line 1080, in ?<br>
     intf.run(id, dispatch)<br>
    File "/usr/lib/anaconda/test.py", line513 in run<br>
       rc=apply(win,(self.screen, )+ args)<br>
    File "/usr/lib/anaconda/textw/confirm_text.py", line 32  in __call__<br>
      rc=present.requiredMediaMessage (intf, id.grpset)<br>
    Attribute error: installData Instance has no attribute 'grpset'<br>
<br>
Choice is then : OK to reboot, or Debug to enter in anaconda debugging mode.<br>
<br>
<br>
<br>
Fedora weekly 04252006: install with http method (vnc askmethod)<br>
---------------------------------------------------------------------<br>
<br>
Come back on previous weekly because network configuration problems<br>
<br>
1-  Graphic install  still KO and switch to text mode.<br>
<br>
2- After language selection, an error occurrs:<br>
<br>
    'Failed to read keymap information:<br>
    Success'<br>
    Only choice is OK and install goes on<br>
<br>
Default options are kept and install ends.<br>
<br>
<br>
Warnings :<br>
<br>
- install from CDs built from iso files does not work in any case<br>
- don't choose CD-Rom test: it leads to finally reboot<br>
</font>