LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   xen initrd problem (https://www.linuxquestions.org/questions/fedora-35/xen-initrd-problem-360032/)

kpachopoulos 09-04-2005 05:06 AM

xen initrd problem
 
In order to boot Fedora as a xen guest os, i need an initrd image, but i cannot seem to find it anywhere.
I need something like initrd-2.6.13-1.1398-xenU
Any ideas?
Thanks

homey 09-04-2005 09:53 PM

Have you tried making one yet? Something like this....
Code:

mkinitrd /boot/initrd-2.6.13-1.1398-xenU `uname -r`
# mkinitrd --help
usage: mkinitrd [--version] [-v] [-f] [--preload <module>]
[--omit-scsi-modules] [--omit-raid-modules] [--omit-lvm-modules]
[--with=<module>] [--image-version] [--fstab=<fstab>] [--nocompress]
[--builtin=<module>] [--nopivot] <initrd-image> <kernel-version>

(ex: mkinitrd /boot/initrd-2.2.5-15.img 2.2.5-15)


All times are GMT -5. The time now is 07:08 PM.