search for: mkinitramfs

Displaying 20 results from an estimated 38 matches for "mkinitramfs".

2018 May 22
1
vmx+ssh conversion failure -- read failed: would block
...ransport mode where the virt-v2v would fail because of issue with libssh2. I see a lot of following errors before the conversion terminates: > commandrvf: /usr/sbin/update-initramfs -v -c -k 4.9.0-4-amd64 > read failed: would block (libssh2 error code: -37, sftp error code: 0) > /usr/sbin/mkinitramfs: 265: /usr/sbin/mkinitramfs: dirname: Exec format error Full log attached. The command used to run the conversion was: > '/usr/bin/virt-v2v' '-v' '-x' 'ssh://root@x.x.x.x/vmfs/volumes/datastore/tg-mini/tg-mini.vmx' '-of' 'raw' '--bridge'...
2007 May 29
3
Xen 3.1 installation
Hello! I have problems with installation of Xen 3.1 in OpenSUSE 10.2. I have unpacked the xen 3.1 tarball and installed software using #sh ./install.sh Then I have modified /boot/grub/menu.lst and now it looks like: title openSUSE 10.2 root(hd0,2) kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/sda3 vga=0x314 resume=/dev/sda2 initrd /boot/initrd-2.6.18.2-34-default title
2010 Mar 11
6
Installing from source (git, hg) on a fresh debian box
...ke menuconfig make -j4 bzImage make -j4 modules make -j4 modules_install cp -a .config /boot/config-2.6-xen cp -a System.map /boot/System.map-2.6-xen cp -a arch/x86/boot/bzImage /boot/vmlinuz-2.6-xen I set ext2, ext3, ext4 to be included NOT modules. 4) Attempt to create initrd xen1:/usr/src/deb# mkinitramfs -o /boot/initrd.img-2.6-xen 2.6-xen W: kernel 2.6-xen too old for initramfs on W: not generating requested initramfs for kernel 2.6-xen This creates a 0 byte initrd-2.6-xen which I can delete, run update-grub2 and if I try to boot that kernel get a kernel panic, vfs cant mount root fs on unknown-b...
2007 Feb 22
1
how to make initrd image for dom0
Hi. I am trying to make initrd for xen0 but I am not successful. I receive error: #yaird error: Could not read output for /sbin/modprobe -v -n --show-depends --set-version 2.6.16.33-xen0 evdev (fatal). If I do that just for xen kernel (not xen0) it goes without any problem. I guest I have to use initrd for xen0 otherwise it does not want to boot. Similarly, xen kernel without initrd will not
2009 Jul 18
8
Xen not booting !
...x-base transfig tetex-extra bcc bin86 pciutils-dev git-core curl texinfo libc6-dev mercurial bridge-utils graphviz) Download the latest Xen release (e.g. hg clone http://xenbits.xen.org/xen-3.3-testing.hg) Compile and Install (e.g. make world; make install) Create a ramdisk (e.g depmod 2.6.18.8-xen;mkinitramfs -o /boot/initrd.img-2.6.18.8-xen 2.6.18.8-xen ) Configure the bootloader (e.g update-grub) Following are the entries in relevant files => ------------------------------------------------------------------------------------------------- # cat /etc/fstab # /etc/fstab: static file system informa...
2009 Jul 18
8
Xen not booting !
...x-base transfig tetex-extra bcc bin86 pciutils-dev git-core curl texinfo libc6-dev mercurial bridge-utils graphviz) Download the latest Xen release (e.g. hg clone http://xenbits.xen.org/xen-3.3-testing.hg) Compile and Install (e.g. make world; make install) Create a ramdisk (e.g depmod 2.6.18.8-xen;mkinitramfs -o /boot/initrd.img-2.6.18.8-xen 2.6.18.8-xen ) Configure the bootloader (e.g update-grub) Following are the entries in relevant files => ------------------------------------------------------------------------------------------------- # cat /etc/fstab # /etc/fstab: static file system informa...
2009 Jul 18
8
Xen not booting !
...x-base transfig tetex-extra bcc bin86 pciutils-dev git-core curl texinfo libc6-dev mercurial bridge-utils graphviz) Download the latest Xen release (e.g. hg clone http://xenbits.xen.org/xen-3.3-testing.hg) Compile and Install (e.g. make world; make install) Create a ramdisk (e.g depmod 2.6.18.8-xen;mkinitramfs -o /boot/initrd.img-2.6.18.8-xen 2.6.18.8-xen ) Configure the bootloader (e.g update-grub) Following are the entries in relevant files => ------------------------------------------------------------------------------------------------- # cat /etc/fstab # /etc/fstab: static file system informa...
2004 Jun 08
2
klibc-0.130: s390, run-init
OK, I have just pushed out klibc-0.130; it significantly updates the run-init program (again... PLEASE TEST IN A SAFE ENVIRONMENT) based on, but not identical to, Alexander's suggestions; it also adds s390/x patches from Arnd Bergmann. -hpa
2007 Jun 27
7
Xen 3.1.0 initrd and kernel building
Hi, had a few problems with using xen: First: built a xen from source (tgz) and make dist ... then made initrd with mkinitrd and modules=all in the mkinitrd.conf -> initrd.img was 14mb and set it up in the grub with module /initrd.... on boot it loads the initrd like: Loading ramdisk into ram .... done but then NO MODULES in the initrd are being loaded by the kernel, though initrd
2008 Jan 17
4
steps to install xen3.1 from source
hi all, i want to install xen3.1 on my system, suse linux enterprise server 10 SP1 (kernel 2.6.16.46-0.12). i download the tarball binary file. it contains only "vmlinuz-2.6.18-xen" and "xen-3.1.gz", no initrd. but see the following code in my grub menu.lst, it seems like i need the initrd file. i tried the installation with this binary Tarball, it didn''t work.
2007 Oct 26
4
BROADCOM 5708 ON POWER EDGE 1955
Hello, I''ve this strange problem. When Xen kernel start and it try to start eth devices, network doesn''t work. It seems to be a problem with NICs firmware. Anyone had this problem? Do you know where I can download firmware upgrade? (on DELL''s site I''ve just searched...) Thanks, Carlo No virus found in this outgoing message. Checked by AVG Free Edition.
2010 Jul 22
4
Installation
...r helpful link? 1. download the xen 4.0.0 stable tarball from here, http://www.xen.org/products/xen_source.html 2. unzip the tar and run install.sh and ''make world'' 3. make install 4. then I can found vmlinuz-2.6.31.13 and xen.4.0.gz under /boot 5. make initrd.img by the command: mkinitramfs -o initrd.img-2.6.31.13 2.6.31.13 6. Edit the grub/menu.lst adding the following line title xen 4.0 Linux Kernel 2.6.31.13 root (hd0, 1) kernel /boot/xen-4.0.gz dom0_mem=512M loglvl=all guest_loglvl=all sync_console console_to_ring com1=1152000, 8n1 console=com1 iommu=off m...
2008 Aug 07
10
Diskless xen
Hello, I want to implement a diskless xen hypervisor. The way I suppose it will work is xen booted over pxe and getting iscsi san storage to store vm images. Is solution like that usable ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Sep 30
3
Problem using Xen - SATA
Hi, I have an Slackware 12.1 running on Intel Core2Quad, 4 Gb RAM. (The result of dmesg is attached on this e-mail) I have downloaded ''Xen 3.3.0 official source distribution tarball'' from www.xen.org. Run make world, make install. Have no errors. Installed GRUB correctly and added the following lines on menu.list: title Xen 3.3 root (hd0,1) kernel /xen.gz dom0_mem = 262144
2010 Sep 10
8
[PATCH] disable kernel build in Xen build system
...nfig, you may need to use ''mkinitrd'' to create - an initial ram disk, just like a native system e.g. - # depmod 2.6.18-xen - # mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.18-xen.img 2.6.18-xen - - Other systems may requires the use of ''mkinitramfs'' to create the - ram disk. - # depmod 2.6.18-xen - # mkinitramfs -o initrd-2.6.18-xen.img 2.6.18-xen - - + Python Runtime Libraries ======================== diff -r ef7166e5640f -r 635270fe858b config/Linux.mk --- a/config/Linux.mk Fri Sep 10 09:55:19 2010 +0100 +++ b/config...
2010 Jul 28
0
Facing Xen 4.0 Problems, I Have Some Basic Questions
...question though; I am not supplying any modules. The kernel has everything needed for startup compiled in. Is it possible to build the initd image on the dev machine (unning the older kernel) for the target in a straight-forward fashion, with make? Or do I hav to fake the target machine config for mkinitramfs? Any pointers? 3) Any kernel I tried so far will only boot with noapic acpi=off, so I provided that for Xen, too. Is this feature reliable? Can I rely on Xen to pass these parameters on to the Linux kernel (or does it inherit the settings)? (I read it in the documentaion, but then again, APIC and...
2011 Mar 01
0
Debian 6.0 + Xen 4.0.1 + remus : "Error: (2, ''Invalid kernel'', ''xc_dom_find_loader: no loader found\n'')"
...ary loader ... failed xc_dom_core.c:517: panic: xc_dom_find_loader: no loader found xc_dom_release: called I have built my linux-2.6.18-xen.hg kernel this way : hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg cd linux-2.6.18-xen.hg/ make menuconfig make make modules_install make install mkinitramfs -o /boot/initrd.img-2.6.18.8 2.6.18.8 Where am I wrong ? Does anyone have succeeded with Remus and Debian Squeeze ? If yes, how ? Thanks for your help, - -- Alexis de BRUYN email : alexis@de-bruyn.fr -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozi...
2007 Jul 18
0
Using different NFS server
...ir And reboot the node again New result was: rootserver: TFTP/DHCP server rootpath: to_new_nfs_server:/new_root_dir Filename: right one : and so on :. So root server still remain unchangeable I tried to recreate with mkinitramfs again initrd.img with options NFSROOT = to_new_nfs_server:/new_root_dir But to result is still the same Systems for server and for node are Debian Etch So anybody know how to mount nfsroot from other nfs server ? Thanks in advance Georgi
2007 Jul 18
0
use it with different NFS server
...r:/new_root_dir And reboot the node again New result was: ? rootserver: TFTP/DHCP server rootpath: ?to_new_nfs_server:/new_root_dir ?????????????????????????????????????????????????????????? ?Filename: right one : and so on :. So root server still remain unchangeable I tried to recreate with mkinitramfs again initrd.img with options NFSROOT = ?to_new_nfs_server:/new_root_dir ?But to result is still the same Systems for server and for node are Debian Etch So anybody know how to mount nfsroot from other nfs server ? Thanks in advance ??? Georgi ?
2007 Jun 08
0
Bug#423006: Workaround OK
Hi. FYI, the proposed workaround in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420754#5 helps solve the issue. I've patched /usr/share/initramfs-tools/hook-functions, then issued : mkinitramfs -o /boot/initrd.img-2.6.18-4-xen-686 2.6.18-4-xen-686 After that : the lib/ in the initrd image contains the libcrypt.so.1 lib ... As to know why sh needs libcrypt.so... it seems weird to me but that's just a naive opinion. These bugs should probably be merged... but I hope someone more qua...