Hi, i have a problem with xen. the output of uname is:Linux xen 2.6.12-gentoo-r6 #9 SMP Mon Jan 23 18:13:25 CET 2006 i686 AMD Opteron(tm) Processor 844 AuthenticAMD GNU/Linux i user the SAME config of the kernel, for xen0 domain, and when i boot with xen0 kernel it reboots after this output... . . . ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. http://snowman.net/projects/ipt_recent/ arp_tables: (C) 2002 David S. Miller NET: Registered protocol family 1 NET: Registered protocol family 17 the normal kernel output is this: . . . ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. http://snowman.net/projects/ipt_recent/ arp_tables: (C) 2002 David S. Miller NET: Registered protocol family 1 NET: Registered protocol family 17 Starting balanced_irq ACPI wakeup devices: TP2P USB G0PA G0PB G1PA G1PB ACPI: (supports S0 S1 S5) kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. VFS: Mounted root (ext3 filesystem) readonly. Freeing unused kernel memory: 236k freed Adding 3325444k swap on /dev/sda2. Priority:-1 extents:1 EXT3 FS on sda1, internal journal any idea what have i to check out on the kernel config? thank you a lot Enrico _________________________________________________________________ Personalizza MSN Messenger con sfondi e fotografie! http://www.ilovemessenger.msn.it/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of BugOne S > Sent: 25 January 2006 12:27 > To: xen-users@lists.xensource.com > Subject: [Xen-users] Xen reboots on booting > > Hi, i have a problem with xen. > > the output of uname is:Linux xen 2.6.12-gentoo-r6 #9 SMP Mon > Jan 23 18:13:25 CET 2006 i686 AMD Opteron(tm) Processor 844 > AuthenticAMD GNU/Linux > > i user the SAME config of the kernel, for xen0 domain, and > when i boot with xen0 kernel it reboots after this output... > . > . > . > ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. > http://snowman.net/projects/ipt_recent/ > arp_tables: (C) 2002 David S. Miller > NET: Registered protocol family 1 > NET: Registered protocol family 17 > > the normal kernel output is this: > > . > . > . > ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. > http://snowman.net/projects/ipt_recent/ > arp_tables: (C) 2002 David S. Miller > NET: Registered protocol family 1 > NET: Registered protocol family 17 > Starting balanced_irq > ACPI wakeup devices: > TP2P USB G0PA G0PB G1PA G1PB > ACPI: (supports S0 S1 S5) > kjournald starting. Commit interval 5 seconds > EXT3-fs: mounted filesystem with ordered data mode. > VFS: Mounted root (ext3 filesystem) readonly. > Freeing unused kernel memory: 236k freed Adding 3325444k swap > on /dev/sda2. Priority:-1 extents:1 > EXT3 FS on sda1, internal journal > > any idea what have i to check out on the kernel config? > > thank you a lot > > Enrico >My guess would be that something do with device handling is different... If you add a "noreboot" option to the line in grub.conf with kernel=<some place>/xen-<some version> Perhaps, if you have access to a second machine, also use "console=com1" and "com1=115200,8n1" and "sync_console" and connect the serial port of the Xen-system to another machine, running for example Minicom or Windows Hyperterminal to see what''s being written - this makes it easier to capture the output from the console. My guess would be that it doesn''t find the root device or crashes during "init". -- Mats _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Am Mittwoch, den 25.01.2006, 13:27 +0100 schrieb BugOne S:> Hi, i have a problem with xen. >Hi,> the output of uname is:Linux xen 2.6.12-gentoo-r6 #9 SMP Mon Jan 23 18:13:25 > CET 2006 i686 AMD Opteron(tm) Processor 844 AuthenticAMD GNU/Linux > > i user the SAME config of the kernel, for xen0 domain, > and when i boot with xen0 kernel it reboots > after this output... > . > . > . > ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. > http://snowman.net/projects/ipt_recent/ > arp_tables: (C) 2002 David S. Miller > NET: Registered protocol family 1 > NET: Registered protocol family 17 > > the normal kernel output is this: > > . > . > . > ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. > http://snowman.net/projects/ipt_recent/ > arp_tables: (C) 2002 David S. Miller > NET: Registered protocol family 1 > NET: Registered protocol family 17 > Starting balanced_irq > ACPI wakeup devices: > TP2P USB G0PA G0PB G1PA G1PB > ACPI: (supports S0 S1 S5) > kjournald starting. Commit interval 5 seconds > EXT3-fs: mounted filesystem with ordered data mode. > VFS: Mounted root (ext3 filesystem) readonly. > Freeing unused kernel memory: 236k freed > Adding 3325444k swap on /dev/sda2. Priority:-1 extents:1 > EXT3 FS on sda1, internal journal > > any idea what have i to check out on the kernel config? >check the xen userguide @ http://tx.downloads.xensource.com/downloads/docs/user/#SECTION04130000000000000000 maybee the option "noirqbalance" will work? Regards, Matthias Quade> thank you a lot > > Enrico > > _________________________________________________________________ > Personalizza MSN Messenger con sfondi e fotografie! > http://www.ilovemessenger.msn.it/ > > > _______________________________________________ > 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
Am Mittwoch, den 25.01.2006, 15:43 +0100 schrieb BugOne S:> > >From: Matthias Quade <mail@matthias-qua.de> > >To: BugOne S <bugone82@hotmail.com> > >CC: xen-users@lists.xensource.com > >Subject: Re: [Xen-users] Xen reboots on booting > >Date: Wed, 25 Jan 2006 13:40:18 +0100 > > > >Am Mittwoch, den 25.01.2006, 13:27 +0100 schrieb BugOne S: > > > Hi, i have a problem with xen. > > > > >Hi, > > > > > the output of uname is:Linux xen 2.6.12-gentoo-r6 #9 SMP Mon Jan 23 > >18:13:25 > > > CET 2006 i686 AMD Opteron(tm) Processor 844 AuthenticAMD GNU/Linux > > > > > > i user the SAME config of the kernel, for xen0 domain, > > > and when i boot with xen0 kernel it reboots > > > after this output... > > > . > > > . > > > . > > > ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. > > > http://snowman.net/projects/ipt_recent/ > > > arp_tables: (C) 2002 David S. Miller > > > NET: Registered protocol family 1 > > > NET: Registered protocol family 17 > > > > > > the normal kernel output is this: > > > > > > . > > > . > > > . > > > ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. > > > http://snowman.net/projects/ipt_recent/ > > > arp_tables: (C) 2002 David S. Miller > > > NET: Registered protocol family 1 > > > NET: Registered protocol family 17 > > > Starting balanced_irq > > > ACPI wakeup devices: > > > TP2P USB G0PA G0PB G1PA G1PB > > > ACPI: (supports S0 S1 S5) > > > kjournald starting. Commit interval 5 seconds > > > EXT3-fs: mounted filesystem with ordered data mode. > > > VFS: Mounted root (ext3 filesystem) readonly. > > > Freeing unused kernel memory: 236k freed > > > Adding 3325444k swap on /dev/sda2. Priority:-1 extents:1 > > > EXT3 FS on sda1, internal journal > > > > > > any idea what have i to check out on the kernel config? > > > > >check the xen userguide @ > >http://tx.downloads.xensource.com/downloads/docs/user/#SECTION04130000000000000000 > > > >maybee the option "noirqbalance" will work? > > > >Regards, > >Matthias Quade > > > > > thank you a lot > > > > > > Enrico > > > > > > _________________________________________________________________ > > > Personalizza MSN Messenger con sfondi e fotografie! > > > http://www.ilovemessenger.msn.it/ > > > > > > > > > _______________________________________________ > > > Xen-users mailing list > > > Xen-users@lists.xensource.com > > > http://lists.xensource.com/xen-users > > > > > > ><< signature.asc >> > > > ok... that works... > now the kernel go ahead... but... says kernel panic... cant mount VFS on > /dev/sda1... > why that works on the normal kernel, but not on xen0 domain? > >is your boot-filesystem kompiled into the dom0-kernel? e.g. xfs doesn''t work if you don''t have your own kernel. ext3 works right out of the box! regards, matthias quade> thank you > > _________________________________________________________________ > Ricerche online più semplici e veloci con MSN Toolbar! > http://toolbar.msn.it/ >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>From: Matthias Quade <mail@matthias-qua.de> >To: BugOne S <bugone82@hotmail.com> >CC: xen-users@lists.xensource.com >Subject: Re: [Xen-users] Xen reboots on booting >Date: Wed, 25 Jan 2006 16:06:46 +0100 > >Am Mittwoch, den 25.01.2006, 15:43 +0100 schrieb BugOne S: > > > > >From: Matthias Quade <mail@matthias-qua.de> > > >To: BugOne S <bugone82@hotmail.com> > > >CC: xen-users@lists.xensource.com > > >Subject: Re: [Xen-users] Xen reboots on booting > > >Date: Wed, 25 Jan 2006 13:40:18 +0100 > > > > > >Am Mittwoch, den 25.01.2006, 13:27 +0100 schrieb BugOne S: > > > > Hi, i have a problem with xen. > > > > > > >Hi, > > > > > > > the output of uname is:Linux xen 2.6.12-gentoo-r6 #9 SMP Mon Jan 23 > > >18:13:25 > > > > CET 2006 i686 AMD Opteron(tm) Processor 844 AuthenticAMD GNU/Linux > > > > > > > > i user the SAME config of the kernel, for xen0 domain, > > > > and when i boot with xen0 kernel it reboots > > > > after this output... > > > > . > > > > . > > > > . > > > > ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. > > > > http://snowman.net/projects/ipt_recent/ > > > > arp_tables: (C) 2002 David S. Miller > > > > NET: Registered protocol family 1 > > > > NET: Registered protocol family 17 > > > > > > > > the normal kernel output is this: > > > > > > > > . > > > > . > > > > . > > > > ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. > > > > http://snowman.net/projects/ipt_recent/ > > > > arp_tables: (C) 2002 David S. Miller > > > > NET: Registered protocol family 1 > > > > NET: Registered protocol family 17 > > > > Starting balanced_irq > > > > ACPI wakeup devices: > > > > TP2P USB G0PA G0PB G1PA G1PB > > > > ACPI: (supports S0 S1 S5) > > > > kjournald starting. Commit interval 5 seconds > > > > EXT3-fs: mounted filesystem with ordered data mode. > > > > VFS: Mounted root (ext3 filesystem) readonly. > > > > Freeing unused kernel memory: 236k freed > > > > Adding 3325444k swap on /dev/sda2. Priority:-1 extents:1 > > > > EXT3 FS on sda1, internal journal > > > > > > > > any idea what have i to check out on the kernel config? > > > > > > >check the xen userguide @ > > > >http://tx.downloads.xensource.com/downloads/docs/user/#SECTION04130000000000000000 > > > > > >maybee the option "noirqbalance" will work? > > > > > >Regards, > > >Matthias Quade > > > > > > > thank you a lot > > > > > > > > Enrico > > > > > > > > _________________________________________________________________ > > > > Personalizza MSN Messenger con sfondi e fotografie! > > > > http://www.ilovemessenger.msn.it/ > > > > > > > > > > > > _______________________________________________ > > > > Xen-users mailing list > > > > Xen-users@lists.xensource.com > > > > http://lists.xensource.com/xen-users > > > > > > > > > > ><< signature.asc >> > > > > > > ok... that works... > > now the kernel go ahead... but... says kernel panic... cant mount VFS on > > /dev/sda1... > > why that works on the normal kernel, but not on xen0 domain? > > > > >is your boot-filesystem kompiled into the dom0-kernel? >e.g. xfs doesn''t work if you don''t have your own kernel. >ext3 works right out of the box! > >regards, >matthias quade > > > thank you > > > > _________________________________________________________________ > > Ricerche online più semplici e veloci con MSN Toolbar! > > http://toolbar.msn.it/ > >><< signature.asc >>yes... it is compiled... i use the same config of the working kernel, for compiling dom0 kernel so i dont understand why doesnt mount the FS on xen and it works on the normal kernel... how to? any suggestions?>_______________________________________________ >Xen-users mailing list >Xen-users@lists.xensource.com >http://lists.xensource.com/xen-users_________________________________________________________________ Ricerche online più semplici e veloci con MSN Toolbar! http://toolbar.msn.it/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Am Mittwoch, den 25.01.2006, 16:14 +0100 schrieb BugOne S:> > > >From: Matthias Quade <mail@matthias-qua.de> > >To: BugOne S <bugone82@hotmail.com> > >CC: xen-users@lists.xensource.com > >Subject: Re: [Xen-users] Xen reboots on booting > >Date: Wed, 25 Jan 2006 16:06:46 +0100 > > > >Am Mittwoch, den 25.01.2006, 15:43 +0100 schrieb BugOne S: > > > > > > >From: Matthias Quade <mail@matthias-qua.de> > > > >To: BugOne S <bugone82@hotmail.com> > > > >CC: xen-users@lists.xensource.com > > > >Subject: Re: [Xen-users] Xen reboots on booting > > > >Date: Wed, 25 Jan 2006 13:40:18 +0100 > > > > > > > >Am Mittwoch, den 25.01.2006, 13:27 +0100 schrieb BugOne S: > > > > > Hi, i have a problem with xen. > > > > > > > > >Hi, > > > > > > > > > the output of uname is:Linux xen 2.6.12-gentoo-r6 #9 SMP Mon Jan 23 > > > >18:13:25 > > > > > CET 2006 i686 AMD Opteron(tm) Processor 844 AuthenticAMD GNU/Linux > > > > > > > > > > i user the SAME config of the kernel, for xen0 domain, > > > > > and when i boot with xen0 kernel it reboots > > > > > after this output... > > > > > . > > > > > . > > > > > . > > > > > ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. > > > > > http://snowman.net/projects/ipt_recent/ > > > > > arp_tables: (C) 2002 David S. Miller > > > > > NET: Registered protocol family 1 > > > > > NET: Registered protocol family 17 > > > > > > > > > > the normal kernel output is this: > > > > > > > > > > . > > > > > . > > > > > . > > > > > ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. > > > > > http://snowman.net/projects/ipt_recent/ > > > > > arp_tables: (C) 2002 David S. Miller > > > > > NET: Registered protocol family 1 > > > > > NET: Registered protocol family 17 > > > > > Starting balanced_irq > > > > > ACPI wakeup devices: > > > > > TP2P USB G0PA G0PB G1PA G1PB > > > > > ACPI: (supports S0 S1 S5) > > > > > kjournald starting. Commit interval 5 seconds > > > > > EXT3-fs: mounted filesystem with ordered data mode. > > > > > VFS: Mounted root (ext3 filesystem) readonly. > > > > > Freeing unused kernel memory: 236k freed > > > > > Adding 3325444k swap on /dev/sda2. Priority:-1 extents:1 > > > > > EXT3 FS on sda1, internal journal > > > > > > > > > > any idea what have i to check out on the kernel config? > > > > > > > > >check the xen userguide @ > > > > > >http://tx.downloads.xensource.com/downloads/docs/user/#SECTION04130000000000000000 > > > > > > > >maybee the option "noirqbalance" will work? > > > > > > > >Regards, > > > >Matthias Quade > > > > > > > > > thank you a lot > > > > > > > > > > Enrico > > > > > > > > > > _________________________________________________________________ > > > > > Personalizza MSN Messenger con sfondi e fotografie! > > > > > http://www.ilovemessenger.msn.it/ > > > > > > > > > > > > > > > _______________________________________________ > > > > > Xen-users mailing list > > > > > Xen-users@lists.xensource.com > > > > > http://lists.xensource.com/xen-users > > > > > > > > > > > > > > ><< signature.asc >> > > > > > > > > > ok... that works... > > > now the kernel go ahead... but... says kernel panic... cant mount VFS on > > > /dev/sda1... > > > why that works on the normal kernel, but not on xen0 domain? > > > > > > > >is your boot-filesystem kompiled into the dom0-kernel? > >e.g. xfs doesn''t work if you don''t have your own kernel. > >ext3 works right out of the box! > > > >regards, > >matthias quade > > > > > thank you > > > > > > _________________________________________________________________ > > > Ricerche online più semplici e veloci con MSN Toolbar! > > > http://toolbar.msn.it/ > > > > > > ><< signature.asc >> > > > yes... it is compiled... > i use the same config of the working kernel, for compiling dom0 kernel > so i dont understand why doesnt mount the FS on xen and it works on the > normal kernel... > how to? > any suggestions? >not without your menu.list and your .config> >_______________________________________________ > >Xen-users mailing list > >Xen-users@lists.xensource.com > >http://lists.xensource.com/xen-users > > _________________________________________________________________ > Ricerche online più semplici e veloci con MSN Toolbar! > http://toolbar.msn.it/ > > > _______________________________________________ > 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
Am Mittwoch, den 25.01.2006, 16:44 +0100 schrieb BugOne S:> > >From: Matthias Quade <mail@matthias-qua.de> > >To: BugOne S <bugone82@hotmail.com> > >CC: xen-users@lists.xensource.com > >Subject: Re: [Xen-users] Xen reboots on booting > >Date: Wed, 25 Jan 2006 16:26:39 +0100 > > > >Am Mittwoch, den 25.01.2006, 16:14 +0100 schrieb BugOne S: > > > > > > > > > >From: Matthias Quade <mail@matthias-qua.de> > > > >To: BugOne S <bugone82@hotmail.com> > > > >CC: xen-users@lists.xensource.com > > > >Subject: Re: [Xen-users] Xen reboots on booting > > > >Date: Wed, 25 Jan 2006 16:06:46 +0100 > > > > > > > >Am Mittwoch, den 25.01.2006, 15:43 +0100 schrieb BugOne S: > > > > > > > > > > >From: Matthias Quade <mail@matthias-qua.de> > > > > > >To: BugOne S <bugone82@hotmail.com> > > > > > >CC: xen-users@lists.xensource.com > > > > > >Subject: Re: [Xen-users] Xen reboots on booting > > > > > >Date: Wed, 25 Jan 2006 13:40:18 +0100 > > > > > > > > > > > >Am Mittwoch, den 25.01.2006, 13:27 +0100 schrieb BugOne S: > > > > > > > Hi, i have a problem with xen. > > > > > > > > > > > > >Hi, > > > > > > > > > > > > > the output of uname is:Linux xen 2.6.12-gentoo-r6 #9 SMP Mon Jan > >23 > > > > > >18:13:25 > > > > > > > CET 2006 i686 AMD Opteron(tm) Processor 844 AuthenticAMD > >GNU/Linux > > > > > > > > > > > > > > i user the SAME config of the kernel, for xen0 domain, > > > > > > > and when i boot with xen0 kernel it reboots > > > > > > > after this output... > > > > > > > . > > > > > > > . > > > > > > > . > > > > > > > ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. > > > > > > > http://snowman.net/projects/ipt_recent/ > > > > > > > arp_tables: (C) 2002 David S. Miller > > > > > > > NET: Registered protocol family 1 > > > > > > > NET: Registered protocol family 17 > > > > > > > > > > > > > > the normal kernel output is this: > > > > > > > > > > > > > > . > > > > > > > . > > > > > > > . > > > > > > > ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. > > > > > > > http://snowman.net/projects/ipt_recent/ > > > > > > > arp_tables: (C) 2002 David S. Miller > > > > > > > NET: Registered protocol family 1 > > > > > > > NET: Registered protocol family 17 > > > > > > > Starting balanced_irq > > > > > > > ACPI wakeup devices: > > > > > > > TP2P USB G0PA G0PB G1PA G1PB > > > > > > > ACPI: (supports S0 S1 S5) > > > > > > > kjournald starting. Commit interval 5 seconds > > > > > > > EXT3-fs: mounted filesystem with ordered data mode. > > > > > > > VFS: Mounted root (ext3 filesystem) readonly. > > > > > > > Freeing unused kernel memory: 236k freed > > > > > > > Adding 3325444k swap on /dev/sda2. Priority:-1 extents:1 > > > > > > > EXT3 FS on sda1, internal journal > > > > > > > > > > > > > > any idea what have i to check out on the kernel config? > > > > > > > > > > > > >check the xen userguide @ > > > > > > > > > > > >http://tx.downloads.xensource.com/downloads/docs/user/#SECTION04130000000000000000 > > > > > > > > > > > >maybee the option "noirqbalance" will work? > > > > > > > > > > > >Regards, > > > > > >Matthias Quade > > > > > > > > > > > > > thank you a lot > > > > > > > > > > > > > > Enrico > > > > > > > > > > > > > > > >_________________________________________________________________ > > > > > > > Personalizza MSN Messenger con sfondi e fotografie! > > > > > > > http://www.ilovemessenger.msn.it/ > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > Xen-users mailing list > > > > > > > Xen-users@lists.xensource.com > > > > > > > http://lists.xensource.com/xen-users > > > > > > > > > > > > > > > > > > > > > > ><< signature.asc >> > > > > > > > > > > > > > > > ok... that works... > > > > > now the kernel go ahead... but... says kernel panic... cant mount > >VFS on > > > > > /dev/sda1... > > > > > why that works on the normal kernel, but not on xen0 domain? > > > > > > > > > > > > > >is your boot-filesystem kompiled into the dom0-kernel? > > > >e.g. xfs doesn''t work if you don''t have your own kernel. > > > >ext3 works right out of the box! > > > > > > > >regards, > > > >matthias quade > > > > > > > > > thank you > > > > > > > > > > _________________________________________________________________ > > > > > Ricerche online più semplici e veloci con MSN Toolbar! > > > > > http://toolbar.msn.it/ > > > > > > > > > > > > > > ><< signature.asc >> > > > > > > > > > yes... it is compiled... > > > i use the same config of the working kernel, for compiling dom0 kernel > > > so i dont understand why doesnt mount the FS on xen and it works on the > > > normal kernel... > > > how to? > > > any suggestions? > > > > >not without your menu.list and your .config > > > > > >_______________________________________________ > > > >Xen-users mailing list > > > >Xen-users@lists.xensource.com > > > >http://lists.xensource.com/xen-users > > > > > > _________________________________________________________________ > > > Ricerche online più semplici e veloci con MSN Toolbar! > > > http://toolbar.msn.it/ > > > > > > > > > _______________________________________________ > > > Xen-users mailing list > > > Xen-users@lists.xensource.com > > > http://lists.xensource.com/xen-users > > > > > > ><< signature.asc >> > > > > > >_______________________________________________ > >Xen-users mailing list > >Xen-users@lists.xensource.com > >http://lists.xensource.com/xen-users > > ========> menu.lst > ========> > # Boot automatically after 30 secs. > timeout 30 > > # By default, boot the first entry. > default 0 > > # Fallback to the second entry. > fallback 1 > > splashimage=(hd0,0)/boot/grub/splash.xpm.gz > > # For booting GNU/Linux > title GNU/Linux 2.6.12.6 > root (hd0,0) > kernel /boot/kernel-2.6.12.6 root=/dev/sda1 vga=0x317 > #initrd /initrd.img > > # For booting GNU/Linux > title Kernel con mttr > root (hd0,0) > kernel /boot/kernel-gentoo root=/dev/sda1 vga=0x317 > > > title Xen 3.0.0 / Linux 2.6.12.6 > root (hd0,0) > kernel /boot/xen.gz dom0_mem=512M noirqbalance noreboot > module /boot/vmlinuz-2.6.12.6-xen0 root=/dev/sda1 >Hm there are no scsi drivers compiled in, are they? # # SCSI low-level drivers # # CONFIG_SCSI_SATA is not set # CONFIG_SCSI_DEBUG is not set I think you should add your driver to the config :-) regards, matthias> _________________________________________________________________ > MSN Messenger. Il modo più divertente di comunicare online. Provalo subito, > è Gratis! http://www.msn.it/messenger/v7_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users