This is my install profile F11.install name="FC11-G1S2" memory=500 disk = [''phy:/dev/sda3,0,w'' ] vif = [ ''bridge=eth0'' ] vfb = [ ''type=vnc,vncunused=1''] kernel = "/etc/xen/vm/vmlinuz.1" ramdisk = "/etc/xen/vm/initrd.img.1" vcpus=1 on_reboot = ''restart'' on_crash = ''restart'' [root@HPCNL-SR-2 xen]# ls auto xend-config.sxp xmexample.hvm F11.install xend-pci-permissive.sxp xmexample.hvm-stubdom qemu-ifup xend-pci-quirks.sxp xmexample.nbd README xm-config.xml xmexample.pv-grub README.incompatibilities xmexample1 xmexample.vti scripts xmexample2 vm xmexample3 [root@HPCNL-SR-2 vm]# ls initrd.img.1 vmlinuz.1 [root@HPCNL-SR-2 xen]# xm create F11.install Using config file "./F11.install". Error: (2, ''Invalid kernel'', ''elf_xen_note_check: ERROR: Will only load images built for the generic loader or Linux images'') Where am I wrong? Please guide me! Regards, Fasiha Ashraf 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
On Thu, Aug 27, 2009 at 1:50 PM, Fasiha Ashraf<feehapk@yahoo.co.in> wrote:> kernel = "/etc/xen/vm/vmlinuz.1"> [root@HPCNL-SR-2 xen]# xm create F11.install > Using config file "./F11.install". > Error: (2, ''Invalid kernel'', ''elf_xen_note_check: ERROR: Will only load > images built for the generic loader or Linux images'') > > Where am I wrong? Please guide me!Is this the correct kernel? the ".1" extension seems to indicate a second download with wget. Perhaps it''s corrupted. Make sure it''s the correct kernel. Also checkout a recent thread on this list about installing F11 on Centos with virt-install. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
#nano F11.install name="FC11-G1S2" memory=500 vif = [ ''bridge=eth0'' ] dhcp = "dhcp" disk = [’disk [''phy:/dev/sda1,xvda,w’] kernel = "/etc/xen/vm/vmlinuz" ramdisk = "/etc/xen/vm/initrd.img" vcpus=1 on_reboot = ''restart'' on_crash = ''restart'' [root@HPCNL-SR-2 xen]# xm create F11.install Using config file "./F11.install". Error: Errors were found at line 5 while processing ./F11.install: What should be given as disk value. Pleas explain. Regards, Fasiha Ashraf --- On Thu, 27/8/09, Fajar A. Nugraha <fajar@fajar.net> wrote: From: Fajar A. Nugraha <fajar@fajar.net> Subject: Re: [Xen-users] cannot boot PV guest To: "Fasiha Ashraf" <feehapk@yahoo.co.in> Cc: xen-users@lists.xensource.com Date: Thursday, 27 August, 2009, 2:31 PM On Thu, Aug 27, 2009 at 1:50 PM, Fasiha Ashraf<feehapk@yahoo.co.in> wrote:> kernel = "/etc/xen/vm/vmlinuz.1"> [root@HPCNL-SR-2 xen]# xm create F11.install > Using config file "./F11.install". > Error: (2, ''Invalid kernel'', ''elf_xen_note_check: ERROR: Will only load > images built for the generic loader or Linux images'') > > Where am I wrong? Please guide me!Is this the correct kernel? the ".1" extension seems to indicate a second download with wget. Perhaps it''s corrupted. Make sure it''s the correct kernel. Also checkout a recent thread on this list about installing F11 on Centos with virt-install. -- Fajar _______________________________________________ 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
On Thu, Aug 27, 2009 at 04:41:06PM +0530, Fasiha Ashraf wrote:> > > > > > > > > > > #nano F11.install > > > > name="FC11-G1S2" > > memory=500 > > vif = [ ''bridge=eth0'' ] > > dhcp = "dhcp" > > disk = [???disk > [''phy:/dev/sda1,xvda,w???] > > kernel = "/etc/xen/vm/vmlinuz" >Xen only supports PAE PV kernels on 32bit. -- Pasi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Try this. Make the line that reads vif = [ ''bridge=eth0'' ] read as follows vif = [ '''' ] _____ From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Fasiha Ashraf Sent: Thursday, August 27, 2009 7:11 AM To: Fajar A. Nugraha Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] cannot boot PV guest #nano F11.install name="FC11-G1S2" memory=500 vif = [ ''bridge=eth0'' ] dhcp = "dhcp" disk = [''disk = [''phy:/dev/sda1,xvda,w''] kernel = "/etc/xen/vm/vmlinuz" ramdisk = "/etc/xen/vm/initrd.img" vcpus=1 on_reboot = ''restart'' on_crash = ''restart'' [root@HPCNL-SR-2 xen]# xm create F11.install Using config file "./F11.install". Error: Errors were found at line 5 while processing ./F11.install: What should be given as disk value. Pleas explain. Regards, Fasiha Ashraf --- On Thu, 27/8/09, Fajar A. Nugraha <fajar@fajar.net> wrote: From: Fajar A. Nugraha <fajar@fajar.net> Subject: Re: [Xen-users] cannot boot PV guest To: "Fasiha Ashraf" <feehapk@yahoo.co.in> Cc: xen-users@lists.xensource.com Date: Thursday, 27 August, 2009, 2:31 PM On Thu, Aug 27, 2009 at 1:50 PM, Fasiha Ashraf<feehapk@yahoo.co.in> wrote:> kernel = "/etc/xen/vm/vmlinuz.1"> [root@HPCNL-SR-2 xen]# xm create F11.install > Using config file "./F11.install". > Error: (2, ''Invalid kernel'', ''elf_xen_note_check: ERROR: Will only load > images built for the generic loader or Linux images'') > > Where am I wrong? Please guide me!Is this the correct kernel? the ".1" extension seems to indicate a second download with wget. Perhaps it''s corrupted. Make sure it''s the correct kernel. Also checkout a recent thread on this list about installing F11 on Centos with virt-install. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users start: 2008-06-21 end: 0000-00-00 _____ See the Web''s breaking stories, chosen by people like you. Check out Yahoo! Buzz <http://in.rd.yahoo.com/tagline_buzz_1/*http:/in.buzz.yahoo.com/> . _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> #nano F11.install > >name="FC11-G1S2" >memory=500 >vif = [ ''bridge=eth0'' ] >dhcp = "dhcp"Get rid of the DHCP line for now.>disk = [’disk = [''phy:/dev/sda1,xvda,w’]This line should be: disk = [''phy:/dev/sda1,xvda,w'']>kernel = "/etc/xen/vm/vmlinuz" >ramdisk = "/etc/xen/vm/initrd.img" >vcpus=1 >on_reboot = ''restart'' >on_crash = ''restart''_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Aug 27, 2009 at 08:58:09AM -0400, Tait Clarridge wrote:> > > #nano F11.install > > > >name="FC11-G1S2" > >memory=500 > >vif = [ ''bridge=eth0'' ] > >dhcp = "dhcp" > > Get rid of the DHCP line for now. >Yeah, dhcp line can cause problems with PV guests, especially if using pygrub. -- Pasi> >disk = [?disk = [''phy:/dev/sda1,xvda,w?] > > This line should be: > disk = [''phy:/dev/sda1,xvda,w''] > > >kernel = "/etc/xen/vm/vmlinuz" > >ramdisk = "/etc/xen/vm/initrd.img" > >vcpus=1 > >on_reboot = ''restart'' > >on_crash = ''restart'' > > > _______________________________________________ > 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
name="FC11-G1S2" memory=500 vif = [ '''' ] dhcp = "dhcp" disk = [''phy:/dev/sda3,sda3,w’] kernel = "/etc/xen/vm/vmlinuz" ramdisk = "/etc/xen/vm/initrd.img" vcpus=1 on_reboot = ''restart'' on_crash = ''restart'' I tried this but the problem is with line 5 the highlighted one. how to check that which disk should be specified in my case? Fasiha Ashraf --- On Thu, 27/8/09, Robbie Garrett <rgarrett@hostourweb.com> wrote: From: Robbie Garrett <rgarrett@hostourweb.com> Subject: RE: [Xen-users] cannot boot PV guest To: "''Fasiha Ashraf''" <feehapk@yahoo.co.in>, "''Fajar A. Nugraha''" <fajar@fajar.net> Cc: xen-users@lists.xensource.com Date: Thursday, 27 August, 2009, 5:13 PM Try this. Make the line that reads vif = [ ''bridge=eth0'' ] read as follows vif = [ '''' ] From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Fasiha Ashraf Sent: Thursday, August 27, 2009 7:11 AM To: Fajar A. Nugraha Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] cannot boot PV guest #nano F11.install name="FC11-G1S2" memory=500 vif = [ ''bridge=eth0'' ] dhcp = "dhcp" disk = [’disk [''phy:/dev/sda1,xvda,w’] kernel "/etc/xen/vm/vmlinuz" ramdisk "/etc/xen/vm/initrd.img" vcpus=1 on_reboot = ''restart'' on_crash = ''restart'' [root@HPCNL-SR-2 xen]# xm create F11.install Using config file "./F11.install". Error: Errors were found at line 5 while processing ./F11.install: What should be given as disk value. Pleas explain. Regards, Fasiha Ashraf --- On Thu, 27/8/09, Fajar A. Nugraha <fajar@fajar.net> wrote: From: Fajar A. Nugraha <fajar@fajar.net> Subject: Re: [Xen-users] cannot boot PV guest To: "Fasiha Ashraf" <feehapk@yahoo.co.in> Cc: xen-users@lists.xensource.com Date: Thursday, 27 August, 2009, 2:31 PM On Thu, Aug 27, 2009 at 1:50 PM, Fasiha Ashraf<feehapk@yahoo.co.in> wrote: > kernel = "/etc/xen/vm/vmlinuz.1" > [root@HPCNL-SR-2 xen]# xm create F11.install > Using config file "./F11.install". > Error: (2, ''Invalid kernel'', ''elf_xen_note_check: ERROR: Will only load > images built for the generic loader or Linux images'') > > Where am I wrong? Please guide me! Is this the correct kernel? the ".1" extension seems to indicate a second download with wget. Perhaps it''s corrupted. Make sure it''s the correct kernel. Also checkout a recent thread on this list about installing F11 on Centos with virt-install. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users start: 2008-06-21 end: 0000-00-00 See the Web''s breaking stories, chosen by people like you. Check out Yahoo! Buzz. -----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. http://in.buzz.yahoo.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
thanks alot! done with it but now it says: Error: (2, ''Invalid kernel'', ''elf_xen_note_check: ERROR: Will only load images built for the generic loader or Linux images'' Fasiha Ashraf --- On Thu, 27/8/09, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote: From: Tait Clarridge <Tait.Clarridge@lavalife.com> Subject: RE: [Xen-users] cannot boot PV guest To: "''Robbie Garrett''" <rgarrett@hostourweb.com>, "''Fasiha Ashraf''" <feehapk@yahoo.co.in>, "''Fajar A. Nugraha''" <fajar@fajar.net> Cc: "xen-users@lists.xensource.com" <xen-users@lists.xensource.com> Date: Thursday, 27 August, 2009, 5:58 PM> #nano F11.install > >name="FC11-G1S2" >memory=500 >vif = [ ''bridge=eth0'' ] >dhcp = "dhcp"Get rid of the DHCP line for now.>disk = [’disk = [''phy:/dev/sda1,xvda,w’]This line should be: disk = [''phy:/dev/sda1,xvda,w'']>kernel = "/etc/xen/vm/vmlinuz" >ramdisk = "/etc/xen/vm/initrd.img" >vcpus=1 >on_reboot = ''restart'' >on_crash = ''restart''Yahoo! recommends that you upgrade to the new and safer Internet Explorer 8. http://downloads.yahoo.com/in/internetexplorer/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users