Well, the hanging at the end was only due to the kernel param "console=ttyS0,115200n8". If I take it out, then the error message appears on the console again: "WARNING: Cannot find root file system!"<br>
<br>I'm still wondering how pxe can find ovirt-node-image.iso. It's located only under /usr/share/ovirt-node-image and given the size of initrd0.img (4537334 bytes), it's obviously not embedded into it.<br><br>
Did I miss a step in the installation which embeds ovirt-node-image.iso into initrd0.img? What is the size of your initrd0.img?<br><br><br><br><div class="gmail_quote">On Thu, Jun 25, 2009 at 9:56 PM, Laurent Monnoye <span dir="ltr"><<a href="mailto:ktf000@gmail.com">ktf000@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
cobbler-import output:<br>
<br>
# cobbler-import <br>
+ set -e<br>
+ for dir in '$ksdir/*'<br>
+ ova=/var/www/cobbler/ks_mirror/brol/.treeinfo.ova<br>
+ '[' '!' -f /var/www/cobbler/ks_mirror/brol/.treeinfo.ova ']'<br>
+ echo 'Skipping /var/www/cobbler/ks_mirror/brol, no /var/www/cobbler/ks_mirror/brol/.treeinfo.ova file present'<br>
Skipping /var/www/cobbler/ks_mirror/brol, no /var/www/cobbler/ks_mirror/brol/.treeinfo.ova file present<br>
+ continue<br>
+ for dir in '$ksdir/*'<br>
+ ova=/var/www/cobbler/ks_mirror/config/.treeinfo.ova<br>
+ '[' '!' -f /var/www/cobbler/ks_mirror/config/.treeinfo.ova ']'<br>
+ echo 'Skipping /var/www/cobbler/ks_mirror/config, no /var/www/cobbler/ks_mirror/config/.treeinfo.ova file present'<br>
Skipping /var/www/cobbler/ks_mirror/config, no /var/www/cobbler/ks_mirror/config/.treeinfo.ova file present<br>
+ continue<br>
+ for dir in '$ksdir/*'<br>
+ ova=/var/www/cobbler/ks_mirror/Fedora-11-x86_64-DVD/.treeinfo.ova<br>
+ '[' '!' -f /var/www/cobbler/ks_mirror/Fedora-11-x86_64-DVD/.treeinfo.ova ']'<br>
+ echo 'Skipping /var/www/cobbler/ks_mirror/Fedora-11-x86_64-DVD, no
/var/www/cobbler/ks_mirror/Fedora-11-x86_64-DVD/.treeinfo.ova file
present'<br>
Skipping /var/www/cobbler/ks_mirror/Fedora-11-x86_64-DVD, no
/var/www/cobbler/ks_mirror/Fedora-11-x86_64-DVD/.treeinfo.ova file
present<br>
+ continue<br>
+ for dir in '$ksdir/*'<br>
+ ova=/var/www/cobbler/ks_mirror/ovirt-node/.treeinfo.ova<br>
+ '[' '!' -f /var/www/cobbler/ks_mirror/ovirt-node/.treeinfo.ova ']'<br>
+ echo 'Skipping /var/www/cobbler/ks_mirror/ovirt-node, no /var/www/cobbler/ks_mirror/ovirt-node/.treeinfo.ova file present'<br>
Skipping /var/www/cobbler/ks_mirror/ovirt-node, no /var/www/cobbler/ks_mirror/ovirt-node/.treeinfo.ova file present<br>
+ continue<br>
++ rpm -q --qf '%{arch}' ovirt-node-image<br>
+ node_arch=x86_64<br>
+ node_dir=/usr/share/ovirt-node-image<br>
+ cobbler distro add --name=oVirt-Node-x86_64 --arch=x86_64
--initrd=/usr/share/ovirt-node-image/tftpboot/initrd0.img
--kernel=/usr/share/ovirt-node-image/tftpboot/vmlinuz0
'--kopts=rootflags=loop root=/ovirt-node-image.iso rootfstype=iso9660
ro console=tty0 console=ttyS0,115200n8'<br>
+ cobbler profile add --name=oVirt-Node-x86_64 --distro=oVirt-Node-x86_64<br>
+ cobbler system add --netboot-enabled=1 --profile=oVirt-Node-x86_64 --name=node3 --mac=00:16:3e:12:34:57<br>
+ cobbler system add --netboot-enabled=1 --profile=oVirt-Node-x86_64
--name=node4 --mac=00:16:3e:12:34:58 '--kopts=ovirt_init=scsi
ovirt_local_boot'<br>
+ cobbler system add --netboot-enabled=1 --profile=oVirt-Node-x86_64
--name=node5 --mac=00:16:3e:12:34:59 --kopts=ovirt_init=scsi<br>
+ sed -i -e '/kernel /a \\tIPAPPEND 2' /etc/cobbler/pxe/pxesystem.template<br>
+ sed -i -e 's/^ONTIMEOUT.*/ONTIMEOUT oVirt-Node-x86_64/' /etc/cobbler/pxe/pxedefault.template<br>
+ service cobblerd restart<br>
Stopping cobbler daemon:                                   [  OK  ]<br>
Starting cobbler daemon:                                   [  OK  ]<br>
+ cobbler sync<br>
<br>Here's what I have under /usr/share/ovirt-node-image:<br>

<br>

# ls -l /usr/share/ovirt-node-image<br>

total 68388<br>

drwxr-xr-x 2 root root     4096 2009-06-24 11:56 manifests<br>

-rw-r--r-- 1 root root 69947392 2009-06-05 14:44 ovirt-node-image.iso<br>

drwxr-xr-x 3 root root     4096 2009-06-25 12:43 tftpboot<br>

# ls -l /usr/share/ovirt-node-image/tftpboot<br>

total 7052<br>

-rw-r--r-- 9 root root 4537334 2009-06-25 08:46 initrd0.img<br>

-rw-r--r-- 1 root root   14716 2009-06-24 11:56 pxelinux.0<br>

drwxr-xr-x 2 root root    4096 2009-06-25 12:13 pxelinux.cfg<br>

-r--r--r-- 9 root root 2644128 2009-06-25 08:46 vmlinuz0<br>

<br>
I've tried to boot that new profile "oVirt-Node-x86_64". This time I don't get the error message anymore. The system just hangs at the end (see console output attached). Is that expected? <br><div class="im">
<br>> Are you building from the next branch or a released version?<br>
<br></div>standard 0.96. I just installed everything with yum.<div class="im"><br><br>> ovirt-node-image.iso should be under /usr/share/ovirt-node-image but in
the pxe case it's actually embedded in the initrd0.img file<br><br></div>How come initrd0.img is so much smaller than the iso, then?<div><div></div><div class="h5"><br><br><br><br><div class="gmail_quote">On Thu, Jun 25, 2009 at 9:25 PM, Joey Boggs <span dir="ltr"><<a href="mailto:jboggs@redhat.com" target="_blank">jboggs@redhat.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


  
  

<div bgcolor="#ffffff" text="#000000"><div><div></div><div>
On 06/25/2009 03:00 PM, Laurent Monnoye wrote:
<blockquote type="cite">> Looks like you're missing a few options on the append
line, add them in like:<br>
> ro rootflags=loop text rootfstype=iso9660
root=/ovirt-node-image.iso<br>
  <br>
I just added these parameters but with no success, same problem (I see
them on the console, so they are indeed being picked up).<br>
  <br>
On the server, where should ovirt-node-image.iso be located? Maybe
that's my problem.<br>
  <br>
Where are those parameters documented as part of the oVirt installation
guide? Did I miss them in the doc?<br>
  <br>
Thanks a lot for your help, much appreciated!!!<br>
  <br>
L-<br>
  <br>
  <div class="gmail_quote">On Thu, Jun 25, 2009 at 8:03 PM, Joey Boggs <span dir="ltr"><<a href="mailto:jboggs@redhat.com" target="_blank">jboggs@redhat.com</a>></span>
wrote:<br>
  <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div>On 06/25/2009 11:06 AM, Laurent Monnoye wrote:<br>
    <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
LABEL sark4<br>
       kernel /images/ovirt4/vmlinuz0<br>
       MENU LABEL sark4<br>
       append initrd=/images/ovirt4/initrd0.img ksdevice=bootif lang=
 kssendmac text  ks=<a href="http://192.168.66.1/cblr/svc/op/ks/profile/sark4" target="_blank">http://192.168.66.1/cblr/svc/op/ks/profile/sark4</a><br>
       ipappend 2<br>
    </blockquote>
    <br>
    </div>
Looks like you're missing a few options on the append line, add them in
like:<br>
    <br>
    <br>
ro rootflags=loop text rootfstype=iso9660 root=/ovirt-node-image.iso
    <div><br>
    <br>
    <br>
LABEL sark4<br>
       kernel /images/ovirt4/vmlinuz0<br>
       MENU LABEL sark4<br>
    </div>
       append initrd=/images/ovirt4/initrd0.img ksdevice=bootif lang=
 kssendmac text  ks=<a href="http://192.168.66.1/cblr/svc/op/ks/profile/sark4" target="_blank">http://192.168.66.1/cblr/svc/op/ks/profile/sark4</a>
ro rootflags=loop text rootfstype=iso9660 root=/ovirt-node-image.iso<br>
       ipappend 2<br>
  </blockquote>
  </div>
  <br>
</blockquote>
<br></div></div>
ovirt-node-image.iso should be under /usr/share/ovirt-node-image but in
the pxe case it's actually embedded in the initrd0.img file.  Im
guessing some things are out of sync, I'd try running the
cobbler-import command which should setup a cobbler profile for you
named oVirt-Node-Image-$arch if that command fails capture the output
for us. If it succeeds verify if there are any files under
/usr/share/ovirt-node-image/tftpboot<br>
<br>
<br>
</div>

</blockquote></div><br>
</div></div></blockquote></div><br>