Íñigo Careaga
2006-Apr-01 17:46 UTC
[Xen-users] "asm_offsets.h": No such file or directory (trying to boot a SATA device)
Hi there! I´m trying to install Xen on a computer with a SATA device. I´ve read a lot about this matter in this mailing list and other resources, but I didn''t find the answer to my questions. First of all, I downloaded the source files of Xen 3.0.1 and executed the "make world" command for the kernel to be downloaded and ported. On the configuration of the kernel, I included the package "Support for SATA" at "ATA/ATAPI/MFM/RLL support" witch is deprecated. After this, when I execute "make kernels", it says to me: "mv: cannot stat ''include/asm-xen/asm_ofset.h.tmp'': No such file or directory" and other similar error messages with the files "asm_ofset.h" and "asm_ofset.s" Does anyone know the reason of this messages??? Can anybody help me??? Thx so much! Bye! PS: Excuse my English... it''s not my native language! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
David Goodlad
2006-Apr-01 18:35 UTC
Re: [Xen-users] "asm_offsets.h": No such file or directory (trying to boot a SATA device)
On 4/1/06, Íñigo Careaga <icb.info@gmail.com> wrote:> Hi there! > > I´m trying to install Xen on a computer with a SATA device. I´ve read a > lot about this matter in this mailing list and other resources, but I > didn''t find the answer to my questions. > > First of all, I downloaded the source files of Xen 3.0.1 and executed > the "make world" command for the kernel to be downloaded and ported. On > the configuration of the kernel, I included the package "Support for > SATA" at "ATA/ATAPI/MFM/RLL support" witch is deprecated. After this,You shouldn''t use this; instead, use the SATA drivers listed under "SCSI Support". Hopefully this solves your issues :) Dave> when I execute "make kernels", it says to me: > "mv: cannot stat ''include/asm-xen/asm_ofset.h.tmp'': No such file or > directory" > and other similar error messages with the files "asm_ofset.h" and > "asm_ofset.s" > > Does anyone know the reason of this messages??? Can anybody help me??? > > Thx so much! > Bye! > > PS: Excuse my English... it''s not my native language! > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- Dave Goodlad dgoodlad@gmail.com or dave@goodlad.ca http://david.goodlad.ca/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Íñigo Careaga
2006-Apr-01 19:54 UTC
Re: [Xen-users] "asm_offsets.h": No such file or directory (trying to boot a SATA device)
Wow! There are a lot of different SATA drivers under SATA support, from different vendors. Some of them are selected by default! How can I know witch is the correct one for my SATA device (a Seagate HD)??? Íñigo David Goodlad wrote:> You shouldn''t use this; instead, use the SATA drivers listed under > "SCSI Support". Hopefully this solves your issues :) > > Dave_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
David Goodlad
2006-Apr-01 20:25 UTC
Re: [Xen-users] "asm_offsets.h": No such file or directory (trying to boot a SATA device)
On 4/1/06, Íñigo Careaga <icb.info@gmail.com> wrote:> Wow! There are a lot of different SATA drivers under SATA support, from > different vendors. Some of them are selected by default! How can I know > witch is the correct one for my SATA device (a Seagate HD)???The drivers are for the SATA _controller_, not the hard drive itself. Check your motherboard manual to find out what chip you''ve got... Dave> > Íñigo > > > David Goodlad wrote: > > You shouldn''t use this; instead, use the SATA drivers listed under > > "SCSI Support". Hopefully this solves your issues :) > > > > Dave > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- Dave Goodlad dgoodlad@gmail.com or dave@goodlad.ca http://david.goodlad.ca/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Íñigo Careaga
2006-Apr-01 21:24 UTC
Re: [Xen-users] "asm_offsets.h": No such file or directory (trying to boot a SATA device)
I used the correct "Intel PIIX/ICH SATA support" driver for my ICH5 controller and still not working... :( Can anybody help me??? Íñigo David Goodlad wrote:> The drivers are for the SATA _controller_, not the hard drive itself. > Check your motherboard manual to find out what chip you''ve got... > Dave_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users