 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Booting dom0: Kernel Panic - not syncing: Attempted to kill init!
 Fabian--did you do a depmod on the kernel tree and do a mkinitrd on your machine after you compiled the kernel? The error you are getting to me looks like you do not have the block devices loaded right in the initrd images you have and thus it can't find the root directory to continue the linux boot, maybe it is not even loading the vmlinuz-2.6.18xen correctly. Or did you try to use the pre-built rpms or tarballs for RHEL/SL that are on the www.xen.org site? I have not tried the 3.1.0 version of those on SL4 but there are rpms there for SL4. I did use the Xen 3.0.4 precompiled version for SL4 on SL4 and that works fine. Steve Timm On Fri, 28 Mar 2008, Fabian Lueghausen wrote: Hello list,I tried to install Xen 3.1.0 on Scientific Linux (RHEL4), but this mission failed.. Hope you can help me by finding the reason for my problem. I downloaded the xen sources from http://bits.xensource.com/oss-xen/release/3.1.0/src.tgz/xen-3.1.0-src.tgz and compiled them by running "make" and "./install.sh". This seemed to work.After setting up grub like this, # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/hda3 console=tty0 console=ttyS0,9600 # initrd /initrd-version.img boot=/dev/hda1 default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu # title Scientific Linux (2.6.9-11.EL) root (hd0,0) kernel /vmlinuz-2.6.9-11.EL ro root=LABEL=/ rhgb quiet console=tty0 console=ttyS0,9600 initrd /initrd-2.6.9-11.EL.img *# title Xen 3.1 / XenLinux 2.6 root (hd0,0) kernel /xen-3.1.0.gz dom0_mem=256000 noreboot module /vmlinuz-2.6.18-xen ro root=LABEL=/ rhgb quiet console=tty0 console=ttyS0,9600** module /initrd-2.6.18-xen.img *I shut down my machine and restarted it. But it won't come up... as you can see right here: -- ------------------------------------------------------------------ Steven C. Timm, Ph.D (630) 840-8525 timm@xxxxxxxx http://home.fnal.gov/~timm/ Fermilab Computing Division, Scientific Computing Facilities, Grid Facilities Department, FermiGrid Services Group, Assistant Group Leader. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users 
 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |