|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] VFS: Cannot open root device and Kernel panic
helicoterus-elih@xxxxxxxx wrote:
gunzip: /boot/initrd-2.6.18.2-34-xen: unknown suffix -- ignored
cpio: premature end of archive
OK, the naming of various Linux kernels as "vmlinuz" is one of the
stupider moves in the Linux world. They should be named "vmlinux.igz",
or something similar, and gunzip to "vmlinux.img". The initrd files
should be "initrd-[number].cgz" and gunzip to "initrd-[number].cpi" for
a cpio image.
You need to use something like "gzcat /boot/initrd-2.6.18.2-34-xen >
initrd-2.6.18.2-34-xen.cpio".
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|