Here is my boot log. I have also observed another problem, whenever i run this command git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git it will bring a kernel v-2.6.30-rc3 but what i need is v-2.6.30.rc6. What should i do? how to modify this command to get that specific rc6 version? Regard, Fasiha Ashraf --- On Mon, 17/8/09, James Dingwall <james.dingwall@amdocs.com> wrote: From: James Dingwall <james.dingwall@amdocs.com> Subject: RE: [Xen-users] Building and Installing Xen 4.3 in Fedora11 To: "Fasiha Ashraf" <feehapk@yahoo.co.in>, xen-users@lists.xensource.com Date: Monday, 17 August, 2009, 5:33 PM Everything has done successfully but when I boot the kernel with xen it will restart the system after loading some xen modules without giving any error message. what could be the problem. Also i found some issue with manual grub entry at the end of the whole process. where we specify the boot partition root=/dev/mapper/VolGroup01/vg_fedora11 ro I don''t find the vg_fedora11 on the given path. Is it compulsory to have logical volumes like VolGroup01 to boot xen?? The path to your root device looks wrong to me. On my systems /dev/mapper contains devices <vgname>-<lvname>, these are also available as /dev/<vgname>/<lvname>. What you have above seems to be a combination of the two, although it could be Fedora generates the device names according to different rules than my system. Perhaps what you need is /dev/vg_fedora11/roolv which I think are the default names from the FC11 install. If you get a shell during the boot you should be able to poke around under /dev to find the appropriate name. Volume Group and Logical Volume names are arbitrary with no forced convention on naming. If the system restarts too quickly to read the console you''ll probably need to capture the output via a serial console. You could also try the noreboot xen parameter (http://wiki.xensource.com/xenwiki/XenBooting). This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users See the Web's breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
1. To get 2.6.31-rc6 # git clone git://git.kernel.org/pub/scm/linux/kernel /git/jeremy/xen.git linux-2.6-xen # cd linux-2.6-xen # git checkout origin/rebase/master -b rebase/master>where we specify theboot partition>root=/dev/mapper/VolGroup01/vg_fedora11 ro2. I didn''t have any problems with loading via grub entry title Xen 3.4 / Fedora kernel 2.6.30-rc6-tip kernel /boot/xen-3.4.gz module /boot/vmlinuz-2.6.30-rc6-tip root=/dev/mapper/vg_fedora11-LogVol00 ro console=tty0 module /boot/initrd-2.6.30-rc6-tip.img Boris. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
"To get 2.6.31-rc6 # git clone git://git.kernel.org/pub/scm/linux/kernel /git/jeremy/xen.git linux-2.6-xen # cd linux-2.6-xen # git checkout origin/rebase/master -b rebase/master" Using this command again i got the v-2.6.30-rc3. that doesn''t contain the required xen modules for paravirtulized guests. Is there any way to specify the required version in git command? To precisely get the required version? Regards, Fasiha Ashraf --- On Wed, 19/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] my bootlog To: james.dingwall@amdocs.com, "Fasiha Ashraf" <feehapk@yahoo.co.in> Cc: xen-users@lists.xensource.com Date: Wednesday, 19 August, 2009, 9:26 AM 1. To get 2.6.31-rc6 # git clone git://git.kernel.org/pub/scm/linux/kernel /git/jeremy/xen.git linux-2.6-xen # cd linux-2.6-xen # git checkout origin/rebase/master -b rebase/master>where we specify theboot partition>root=/dev/mapper/VolGroup01/vg_fedora11 ro2. I didn''t have any problems with loading via grub entry title Xen 3.4 / Fedora kernel 2.6.30-rc6-tip kernel /boot/xen-3.4.gz module /boot/vmlinuz-2.6.30-rc6-tip root=/dev/mapper/vg_fedora11-LogVol00 ro console=tty0 module /boot/initrd-2.6.30-rc6-tip.img Boris. -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users See the Web''s breaking stories, chosen by people like you. Check out Yahoo! Buzz. Love Cricket? Check out live scores, photos, video highlights and more. Click here http://cricket.yahoo.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
When you install F11 this root entries are already generated to normal boot in menu.lst. Xen Grub''s entry just uses the same "root" for either pvops or xenified kernel ( module''s entry ). Boris --- On Wed, 8/19/09, Fasiha Ashraf <feehapk@yahoo.co.in> wrote: From: Fasiha Ashraf <feehapk@yahoo.co.in> Subject: Re: [Xen-users] my bootlog To: "Boris Derzhavets" <bderzhavets@yahoo.com> Date: Wednesday, August 19, 2009, 12:42 AM "root=/dev/mapper/vg_fedora11-LogVol00 ro console=tty0" Have you created these logical volume groups manually or fedora generates itself during the whole process. thanks for reply. I am trying that git command u mentioned in your reply hoping for required results. Regards, Fasiha Ashraf --- On Wed, 19/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo..com> Subject: Re: [Xen-users] my bootlog To: james.dingwall@amdocs.com, "Fasiha Ashraf" <feehapk@yahoo.co.in> Cc: xen-users@lists.xensource.com Date: Wednesday, 19 August, 2009, 9:26 AM 1. To get 2.6.31-rc6 # git clone git://git.kernel.org/pub/scm/linux/kernel /git/jeremy/xen.git linux-2.6-xen # cd linux-2.6-xen # git checkout origin/rebase/master -b rebase/master>where we specify theboot partition>root=/dev/mapper/VolGroup01/vg_fedora11 ro2. I didn''t have any problems with loading via grub entry title Xen 3.4 / Fedora kernel 2.6.30-rc6-tip kernel /boot/xen-3.4.gz module /boot/vmlinuz-2.6.30-rc6-tip root=/dev/mapper/vg_fedora11-LogVol00 ro console=tty0 module /boot/initrd-2.6.30-rc6-tip.img Boris. -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users See the Web''s breaking stories, chosen by people like you. Check out Yahoo! Buzz. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I just commited fresh build:- . . . . . . INSTALL /lib/firmware/whiteheat_loader.fw INSTALL /lib/firmware/whiteheat.fw INSTALL /lib/firmware/keyspan_pda/keyspan_pda.fw INSTALL /lib/firmware/keyspan_pda/xircom_pgs.fw INSTALL /lib/firmware/yam/1200.bin INSTALL /lib/firmware/yam/9600.bin DEPMOD 2.6.31-rc6 sh /usr/src/linux-2.6-linux/arch/x86/boot/install.sh 2.6.31-rc6 arch/x86/boot/bzImage \ System.map "/boot" Boris. --- On Wed, 8/19/09, Fasiha Ashraf <feehapk@yahoo.co.in> wrote: From: Fasiha Ashraf <feehapk@yahoo.co.in> Subject: Re: [Xen-users] my bootlog To: "Boris Derzhavets" <bderzhavets@yahoo.com> Date: Wednesday, August 19, 2009, 12:54 AM Using this command again i got the v-2.6.30-rc3. that doesn''t contain the required xen modules for paravirtulized guests.. Is there any way to specify the required version in git command? To precisely get the required version? Regards, Fasiha Ashraf --- On Wed, 19/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] my bootlog To: james.dingwall@amdocs.com, "Fasiha Ashraf" <feehapk@yahoo.co.in> Cc: xen-users@lists.xensource.com Date: Wednesday, 19 August, 2009, 9:26 AM 1. To get 2.6.31-rc6 # git clone git://git.kernel.org/pub/scm/linux/kernel /git/jeremy/xen.git linux-2.6-xen # cd linux-2.6-xen # git checkout origin/rebase/master -b rebase/master>where we specify theboot partition>root=/dev/mapper/VolGroup01/vg_fedora11 ro2. I didn''t have any problems with loading via grub entry title Xen 3.4 / Fedora kernel 2.6.30-rc6-tip kernel /boot/xen-3.4.gz module /boot/vmlinuz-2.6.30-rc6-tip root=/dev/mapper/vg_fedora11-LogVol00 ro console=tty0 module /boot/initrd-2.6.30-rc6-tip.img Boris. -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users See the Web''s breaking stories, chosen by people like you. Check out Yahoo! Buzz. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
1. Please , don''t break the thread ( i mean cc:). 2. Could you post "df -h" output. In my case:- [root@ServerXen341F xen-3.4.1]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_serverxen341f-LogVol00 29G 23G 4.5G 84% / /dev/sdb8 194M 55M 130M 30% /boot tmpfs 3.9G 528K 3.9G 1% /dev/shm /dev/sda14 36G 15G 20G 43% /mnt It is for Intel ICHR9R (AHCI) South Bridge with SATA drive attached. In you case i would suspect SAS Controller setup in BIOS as "SCSI". You mean it prevents F11 from default /boot+LVM setup ? Boris. --- On Wed, 8/19/09, Fasiha Ashraf <feehapk@yahoo.co.in> wrote: From: Fasiha Ashraf <feehapk@yahoo.co.in> Subject: Re: [Xen-users] my bootlog To: "Boris Derzhavets" <bderzhavets@yahoo.com> Date: Wednesday, August 19, 2009, 2:09 AM In my case the automatically generated root entry is "root=UUID=d720ff88-c63d-4bce-abc3-c2f867dd1730 rhgb quiet" as in i am using scuzzy drive not LVM logical volume groups. should i use the same for xen module entry? Regards, Fasiha Ashraf --- On Wed, 19/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] my bootlog To: "Fasiha Ashraf" <feehapk@yahoo.co.in> Cc: xen-users@lists.xensource.com Date: Wednesday, 19 August, 2009, 10:15 AM When you install F11 this root entries are already generated to normal boot in menu.lst. Xen Grub''s entry just uses the same "root" for either pvops or xenified kernel ( module''s entry ). Boris --- On Wed, 8/19/09, Fasiha Ashraf <feehapk@yahoo.co.in> wrote: From: Fasiha Ashraf <feehapk@yahoo.co.in> Subject: Re: [Xen-users] my bootlog To: "Boris Derzhavets" <bderzhavets@yahoo.com> Date: Wednesday, August 19, 2009, 12:42 AM "root=/dev/mapper/vg_fedora11-LogVol00 ro console=tty0" Have you created these logical volume groups manually or fedora generates itself during the whole process. thanks for reply. I am trying that git command u mentioned in your reply hoping for required results. Regards, Fasiha Ashraf --- On Wed, 19/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo..com> Subject: Re: [Xen-users] my bootlog To: james.dingwall@amdocs.com, "Fasiha Ashraf" <feehapk@yahoo.co.in> Cc: xen-users@lists.xensource.com Date: Wednesday, 19 August, 2009, 9:26 AM 1. To get 2.6.31-rc6 # git clone git://git.kernel.org/pub/scm/linux/kernel /git/jeremy/xen.git linux-2.6-xen # cd linux-2.6-xen # git checkout origin/rebase/master -b rebase/master>where we specify theboot partition>root=/dev/mapper/VolGroup01/vg_fedora11 ro2. I didn''t have any problems with loading via grub entry title Xen 3.4 / Fedora kernel 2.6.30-rc6-tip kernel /boot/xen-3.4.gz module /boot/vmlinuz-2.6.30-rc6-tip root=/dev/mapper/vg_fedora11-LogVol00 ro console=tty0 module /boot/initrd-2.6.30-rc6-tip.img Boris. -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists..xensource.com/xen-users See the Web''s breaking stories, chosen by people like you. Check out Yahoo! Buzz. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource..com/xen-users Yahoo! recommends that you upgrade to the new and safer Internet Explorer 8. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
[root@HPCNL-SR-4 src]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 97G 17G 76G 18% / tmpfs 2.0G 104K 2.0G 1% /dev/shm I am just asking to make sure that if i should use the same boot partition as specified in the automatic grub entry for fedora kernel? or Something would be different for xen entry? this is my grub.conf title Fedora (2.6.30-rc3-tip) root (hd0,0) kernel /boot/vmlinuz-2.6.30-rc3-tip ro root=UUID=d720ff88-c63d-4bce-abc3-c2f867dd1730 rhgb quiet initrd /boot/initrd-2.6.30-rc3-tip.img title Xen 3.4 (Fedora kernel 2.6.30-rc3-tip) kernel /boot/xen-3.4.gz module /boot/vmlinuz-2.6.30-rc3-tip root=UUID=d720ff88-c63d-4bce-abc3-c2f867dd1730 rhgb quiet module /boot/initrd-2.6.30-rc3-tip.img Is there anything wrong in it? Regards, Fasiha Ashraf --- On Wed, 19/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] my bootlog To: "Fasiha Ashraf" <feehapk@yahoo.co.in> Cc: xen-users@lists.xensource.com Date: Wednesday, 19 August, 2009, 11:59 AM 1. Please , don''t break the thread ( i mean cc:). 2. Could you post "df -h" output. In my case:- [root@ServerXen341F xen-3.4.1]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_serverxen341f-LogVol00 29G 23G 4.5G 84% / /dev/sdb8 194M 55M 130M 30% /boot tmpfs 3.9G 528K 3.9G 1% /dev/shm /dev/sda14 36G 15G 20G 43% /mnt It is for Intel ICHR9R (AHCI) South Bridge with SATA drive attached. In you case i would suspect SAS Controller setup in BIOS as "SCSI". You mean it prevents F11 from default /boot+LVM setup ? Boris. --- On Wed, 8/19/09, Fasiha Ashraf <feehapk@yahoo.co.in> wrote: From: Fasiha Ashraf <feehapk@yahoo.co.in> Subject: Re: [Xen-users] my bootlog To: "Boris Derzhavets" <bderzhavets@yahoo.com> Date: Wednesday, August 19, 2009, 2:09 AM In my case the automatically generated root entry is "root=UUID=d720ff88-c63d-4bce-abc3-c2f867dd1730 rhgb quiet" as in i am using scuzzy drive not LVM logical volume groups. should i use the same for xen module entry? Regards, Fasiha Ashraf --- On Wed, 19/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] my bootlog To: "Fasiha Ashraf" <feehapk@yahoo.co.in> Cc: xen-users@lists.xensource.com Date: Wednesday, 19 August, 2009, 10:15 AM When you install F11 this root entries are already generated to normal boot in menu.lst. Xen Grub''s entry just uses the same "root" for either pvops or xenified kernel ( module''s entry ). Boris --- On Wed, 8/19/09, Fasiha Ashraf <feehapk@yahoo.co.in> wrote: From: Fasiha Ashraf <feehapk@yahoo.co.in> Subject: Re: [Xen-users] my bootlog To: "Boris Derzhavets" <bderzhavets@yahoo.com> Date: Wednesday, August 19, 2009, 12:42 AM "root=/dev/mapper/vg_fedora11-LogVol00 ro console=tty0" Have you created these logical volume groups manually or fedora generates itself during the whole process. thanks for reply. I am trying that git command u mentioned in your reply hoping for required results. Regards, Fasiha Ashraf --- On Wed, 19/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo..com> Subject: Re: [Xen-users] my bootlog To: james.dingwall@amdocs.com, "Fasiha Ashraf" <feehapk@yahoo.co.in> Cc: xen-users@lists.xensource.com Date: Wednesday, 19 August, 2009, 9:26 AM 1. To get 2.6.31-rc6 # git clone git://git.kernel.org/pub/scm/linux/kernel /git/jeremy/xen.git linux-2.6-xen # cd linux-2.6-xen # git checkout origin/rebase/master -b rebase/master>where we specify theboot partition>root=/dev/mapper/VolGroup01/vg_fedora11 ro2. I didn''t have any problems with loading via grub entry title Xen 3.4 / Fedora kernel 2.6.30-rc6-tip kernel /boot/xen-3.4.gz module /boot/vmlinuz-2.6.30-rc6-tip root=/dev/mapper/vg_fedora11-LogVol00 ro console=tty0 module /boot/initrd-2.6.30-rc6-tip.img Boris. -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists..xensource.com/xen-users See the Web''s breaking stories, chosen by people like you. Check out Yahoo! Buzz. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource..com/xen-users Yahoo! recommends that you upgrade to the new and safer Internet Explorer 8. Looking for local information? Find it on Yahoo! Local http://in.local.yahoo.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> title Xen 3.4 (Fedora kernel 2.6.30-rc3-tip)> kernel /boot/xen-3.4.gz> module /boot/vmlinuz-2.6.30-rc3-tip root=UUID=d720ff88-c63d-4bce- > abc3-c2f867dd1730 rhgb quiet > module /boot/initrd-2.6.30-rc3-tip.img > Is there anything wrong in it?Yes it is. I guess Xen entry should look like:- title Xen 3.4 (Fedora kernel 2.6.30-rc3-tip) kernel /boot/xen-3.4.gz module /boot/vmlinuz-2.6.30-rc3-tip root=/dev/sda1 ro console=tty0 module /boot/initrd-2.6.30-rc3-tip.img Boris _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, These are my make menuconfig screen shots. I haven''t found any xen option in v2.6.30-rc. Why is that so? this happens with most of the version. What should I do? should I just let it as it is an run the make command to build the kernel? Regards, Fasiha Ashraf --- On Wed, 19/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] my bootlog To: "Fasiha Ashraf" <feehapk@yahoo.co.in> Cc: xen-users@lists.xensource.com Date: Wednesday, 19 August, 2009, 1:15 PM> title Xen 3.4 (Fedora kernel 2.6.30-rc3-tip)> kernel /boot/xen-3.4.gz> module /boot/vmlinuz-2.6.30-rc3-tip root=UUID=d720ff88-c63d-4bce- > abc3-c2f867dd1730 rhgb quiet > module /boot/initrd-2.6.30-rc3-tip.img > Is there anything wrong in it?Yes it is. I guess Xen entry should look like:- title Xen 3.4 (Fedora kernel 2.6.30-rc3-tip) kernel /boot/xen-3.4.gz module /boot/vmlinuz-2.6.30-rc3-tip root=/dev/sda1 ro console=tty0 module /boot/initrd-2.6.30-rc3-tip.img Boris Looking for local information? Find it on Yahoo! Local http://in.local.yahoo.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
try a make KERNCONF=XEN menuconfig then you should see some xen options under the CPU option. then isssue a make KERNCONF=XEN to make your kernel. ----- Original Message ----- From: Fasiha Ashraf To: Boris Derzhavets Cc: xen-users@lists.xensource.com Sent: Thursday, August 20, 2009 2:36 AM Subject: Re: [Xen-users] my bootlog Hi, These are my make menuconfig screen shots. I haven''t found any xen option in v2.6.30-rc. Why is that so? this happens with most of the version. What should I do? should I just let it as it is an run the make command to build the kernel? Regards, Fasiha Ashraf --- On Wed, 19/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] my bootlog To: "Fasiha Ashraf" <feehapk@yahoo.co.in> Cc: xen-users@lists..xensource.com Date: Wednesday, 19 August, 2009, 1:15 PM > title Xen 3.4 (Fedora kernel 2.6.30-rc3-tip) > kernel /boot/xen-3.4.gz > module /boot/vmlinuz-2.6.30-rc3-tip root=UUID=d720ff88-c63d-4bce- > abc3-c2f867dd1730 rhgb quiet > module /boot/initrd-2.6.30-rc3-tip.img > Is there anything wrong in it? Yes it is. I guess Xen entry should look like:- title Xen 3.4 (Fedora kernel 2.6.30-rc3-tip) kernel /boot/xen-3.4.gz module /boot/vmlinuz-2.6.30-rc3-tip root=/dev/sda1 ro console=tty0 module /boot/initrd-2.6.30-rc3-tip.img Boris ------------------------------------------------------------------------------ Looking for local information? Find it on Yahoo! Local ------------------------------------------------------------------------------ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
It is prompting me Error 15 File not found when i boot from xen could you plz send me your complete grub.conf so that i can find out the problem also send me ur fdisk -l and df -h output It will be a big favour for me. thanks for your help so far. Regards, Fasiha Ashraf --- On Wed, 19/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] my bootlog To: "Fasiha Ashraf" <feehapk@yahoo.co.in> Cc: xen-users@lists.xensource.com Date: Wednesday, 19 August, 2009, 1:15 PM> title Xen 3.4 (Fedora kernel 2.6.30-rc3-tip)> kernel /boot/xen-3.4.gz> module /boot/vmlinuz-2.6.30-rc3-tip root=UUID=d720ff88-c63d-4bce- > abc3-c2f867dd1730 rhgb quiet > module /boot/initrd-2.6.30-rc3-tip.img > Is there anything wrong in it?Yes it is. I guess Xen entry should look like:- title Xen 3.4 (Fedora kernel 2.6.30-rc3-tip) kernel /boot/xen-3.4.gz module /boot/vmlinuz-2.6.30-rc3-tip root=/dev/sda1 ro console=tty0 module /boot/initrd-2.6.30-rc3-tip.img Boris Looking for local information? Find it on Yahoo! Local http://in.local.yahoo.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users