RE: [CentOS-virt] Xen List

2008-04-18 Thread Joseph L. Casale
The silly mistake that always gets me is I forget to put the .img extension on the initrd file, be careful when running mkinitrd that the exact command is: # mkinitrd -f --preload=pciback /boot/initrd-$(uname -r).img $(uname -r) You can remove the pciback stuff from grub.conf, but make sure the

RE: [CentOS-virt] Xen List

2008-04-18 Thread Ross S. W. Walker
Joseph L. Casale wrote: The silly mistake that always gets me is I forget to put the .img extension on the initrd file, be careful when running mkinitrd that the exact command is: # mkinitrd -f --preload=pciback /boot/initrd-$(uname -r).img $(uname -r) You can remove the pciback stuff