Changes

Jump to: navigation, search
no edit summary
</pre>
In the above output we can see that the kernel file is named vmlinuz-2.6.18-53.1.14.el5xen, while the corresponding RAM Disk is called initrd-2.6.18-53.1.14.el5xen.img. To specifiy specify this file in our Xen configuration file we need to add the a ramdisk line as follows:
<pre>
</pre>
Unfortunately, using the system supplied RAM Disk can sometimes lead to boot problems assocated associated with conflicts with SCSI drivers. Another, and better option is to create a new RAM Disk file that does not contain SCSI modules and then reference this file in the Xen configuration file:
<pre>
mkinitrd --omit-scsi-modules --with=xennet --with=xenblk --preload=xenblk initrd-$(uname -r).img $(uname -r)
</pre>
 
[[Category:Virtualization Problem Solutions]]
1,798
edits

Navigation menu