 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen boot failed while mount root FS.
 Taylor Lee wrote: Hi,Guys Hello, Taylor Lee, I think the problem is here. The other two boot invocations use an "initrd" but the Xen invocation doesn't. Create one and add a line for it and you should be good to go. If you built your own xen kernel you will need to resolve its module dependencies first: depmod 2.6.16-xenThen, assuming you have no special devices or filesystems this should make an initrd: 
  mkinitrd /boot/initrd-2.6.16-xen.img 2.6.16-xen
Now add the following line to your grub Xen stanza:
        module /initrd-2.6.16-xen.img
Hope that gets you going.
Mike Wright
Regards --Taylor_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |