similar to: ''No module ata_generic found''

Displaying 20 results from an estimated 5000 matches similar to: "''No module ata_generic found''"

2008 Feb 11
1
No ata_generic module found during initrd image creation
Hi all, I''m trying to install Xen. I''m compiling from source (3.1.3 ) on a FC8 system. Compilation completed with no errors. Now I''m trying to make the grub configuration and I need to create the initrd image. The command I use is the following: /sbin/mkinitrd /boot/initrd-2.6.18-xen.img 2.6.18.8-xen It results to the following error: No module ata_generic found for
2010 Aug 11
2
Problems checking out stable-2.6.32.16
I am following the XenParaVirtOps wiki page instructions to check out the stable-2.6.32.16 source tree, but am running into a problem with switching branches, as shown below. Can someone tell me what is now the correct procedure? Thanks, Phil [root@HanlonCreek01 xen-unstable.hg]# git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen Initialized empty
2008 May 28
0
[PATCH] ia64/xen: a recipe for using xen/ia64 with pv_ops.
Recipe for useing xen/ia64 with pv_ops domU. Signed-off-by: Akio Takebe <takebe_akio at jp.fujitsu.com> Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp> Cc: Randy Dunlap <randy.dunlap at oracle.com> --- Documentation/ia64/xen.txt | 183 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 183 insertions(+), 0 deletions(-) create mode 100644
2008 May 28
0
[PATCH] ia64/xen: a recipe for using xen/ia64 with pv_ops.
Recipe for useing xen/ia64 with pv_ops domU. Signed-off-by: Akio Takebe <takebe_akio at jp.fujitsu.com> Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp> Cc: Randy Dunlap <randy.dunlap at oracle.com> --- Documentation/ia64/xen.txt | 183 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 183 insertions(+), 0 deletions(-) create mode 100644
2008 Jul 07
1
Xen 3.3 unstable on OpenSUSE 10.3 - initrd problem
Folks, Mercurial is selectable as an installation in OpenSUSE 10.3 YAST. I have done the following: hg clone http://xenbits.xensource.com/xen-unstable.hg hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg make dist sh ./install.sh I tried running the following to create the initrd but it failed: Depending on your config, you may need to use ''mkinitrd'' to
2009 Sep 11
1
install xen-3.4.1 in centos 5.3
i followed readme as below #make world #uname -a 2.6.18-128.7.1.el5xen #make install # mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.18- xen.img 2.6.18-xen i updated menu.lst title Xen 3.4 / XenLinux 2.6 kernel /boot/xen-3.4.gz console=vga module /boot/vmlinuz-2.6.18.8-xen root=<root-dev> ro console=tty0 module
2008 Jun 02
0
Mkinitrd problems while install xen on SELS 10 SP2
Hi: I am installing Xen on Suse Linux Enterprise Server 10 SP2, when I try to make initrd img as README descirbed, but it tells me: #depmod 2.6.16.29-xen #mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.16-xen.img 2.6.16-xen Unknown option: -v Try mkinitrd -h Then I added the "aacraid, sd_mod, scsi_mod" to "INITRD_MODULES" section in
2008 Oct 09
4
Problems at installing Xen 3.3.0
I want to install Xen 3.3.0 from source code. but I failed in doing that in the following steps 1. download xen from http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz 2. # tar -zxf xen-3.3.0;cd xen-3.3.0 3. # make world ......succeed 4. # cp /boot/config-2.6.18-53.el5 build-linux-2.6.18-xen_x86_64/.config 5. # make linux-2.6-xen-config CONFIGMODE=menuconfig (or xconfig)
2008 Mar 09
1
DomU boot hangs after cron; XENBUS errors
I am having an issue getting a DomU to boot properly. There is never any indication of a stop error or kernel panic, it simply hangs after "Starting crond [ OK ]" and never continues. I''ve included my mkinitrd and output from xm create... please help! ##### XENBUS errors ##### XENBUS: Device with no driver: device/vbd/2049 XENBUS: Device with no driver: device/vbd/2050
2008 Jun 11
1
Para virtualized guest on Xen
I am trying to create a para-virtualized guest with the same kernel image and initrd image as dom0. The configuration is below ================================================================================ kernel = "/boot/vmlinuz-2.6.21.7-3.fc8xen" ramdisk = "/boot/initrd-2.6.21.7-3.fc8xen.img" memory = 428 name = "fedora.fc8" vif = [ '''' ] dhcp =
2008 Jun 14
1
getting device to boot from thumb drive
I have created a custom kernel as I needed to add floating point emulation to the kernel. I used the command below to create my initrd: mkinitrd --preload=ohci-hcd --preload=uhci-hcd --preload=ehci-hcd --preload=ext3 --preload=jbd --preload=scsi_mod --preload=sd_mod --preload=ata_piix --preload=libata /boot/initrd-2.6.9-67.ELmsgnet.img 2.6.9-67.ELmsgnet When I copy my vmlinuz and initrd to
2006 Oct 03
3
/usr/sbin/mkinitrd: illegal option -- v
While using mkinitrd on debian sarge, it gives the following error: mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.16-xen.img 2.6.16-xen /usr/sbin/mkinitrd: illegal option -- v $Id: mkinitrd,v 1.201 2004/05/16 22:00:48 herbert Exp $ Usage: /usr/sbin/mkinitrd [OPTION]... <-o outfile> [version] Options: -d confdir Specify an alternative configuration directory.
2008 Nov 26
0
Boot Failed While creating guest domain
Hi   I tried to create a guest domain and it failed however from another window i used xm list and observed the below.. I''m unable to login to the guest domain. Please help me.   [root@xenserver xen]# xm create -c xenclient1 vmid=1 Using config file "./xenclient1". Started domain centos5.2 Linux version 2.6.21-2950.fc8xen (kojibuilder@xenbuilder2.fedora.redhat.com) (gcc version
2007 Jun 27
1
making new initrd, how to do it?
I have installed the xen 3.1.0 x86_64 tarball compiled for RHEL5 on a RHEL5 system. The system in question was able to boot with the xen kernel that came with RHEL5. I untarred the tarball, and did cd /boot mkinitrd /boot/initrd-2.6.18-xen.img 2.6.18-xen The command exited properly and made a initrd image. The machine booted with a grub.conf entry like this: title Xen 3.1.0 root
2011 Oct 05
11
compiling kernel in Centos Domu
Hi, Im trying to compile kernel 3.0.4 inside Centos 5 DomU The steps I do are Make bzImage Make modules Make modules_install Depmod -a mkinitrd /boot/initrd.img-3.0.4 3.0.4 but them im getting this -bash-3.2# mkinitrd /boot/initrd.img-3.0.4 3.0.4 ls: /etc/modprobe.d/*.conf: No such file or directory No module ehci-hcd found for kernel 3.0.4, aborting. If I exclude the
2007 Apr 19
2
CentOS 4.4 Xen VM/VPS install on CentOS 5 (xen kernel) issues
Ok So I''ve been able to successfully create a CentOS5 virt-install on xen using LVM created partitions. But have many problems trying to install 4.4 (It does not work with virt-install hence you have to try another method). I Created a name, name-tmp, name-swap, name-root paritions. I did mke2fs and mkswap no problem everything is good. I went on further to mount the name-tmp and
2008 Jul 18
0
Re:GDB and 32-bit guests on 64-bit Xen (Phil Winterfield (winterfi))
An alternative is gdbsx. checkout: http://xenbits.xensource.com/ext/debuggers.hg see README-dbg. -mr > Has anyone been successful in connecting gdb to a 32-bit guest while it > is running on a 64 bit hypervisor? I have a 32-bit guest that must run > on a 64-bit hypervisor in order to use the Vt-d and Vmdq features of the > Intel NIC''s. The difficulty that I am seeing is
2006 Mar 30
2
linux-2.6-xen kernels and initrds
I have a question regarding the building of the unified xen kernel (linux-2.6-xen) and the use of initrd. In the past I built both xen0 and xenU kernels; the xen0 default configurations had SCSI and Fusion MPT support compiled into the kernel. Now, they are built as modules. The problem is that I am unable to boot the xen kernel built that way, even though I am building an initrd. I have
2009 Mar 05
7
virtualizaton install and xen source compile on CentOS5.2
Hi ,Guys I installed CentOS5.2-x86_64 on my Dell PowerEndger 1950 with virtualization component ,when reboot the system halted at: /////////////////////////////////////////////////////////// Red Hat nash version 5.1.19.6 usb 1-5: device not accepting address 4 ,error -110 usb 1-5: device not accepting address 5, error -110 usb 1-5: device not accepting address 6,error -110 usb 1-5: device not
2007 Feb 08
0
USB-HDD cannnot connect automatically
Hi all, I got a USB-HDD, but it doesn't looked like connect and cannot mount it just after PC boot. But insert and remove a usb cable from PC, it connect (with hotplug?) Is there any good how-to's for getting a usb-HDD to auto connect when It is booted the computer? lsmod is following: [lsmod of just after boot] Module Size Used by Not tainted parport_pc