Displaying 20 results from an estimated 6000 matches similar to: "/usr/sbin/mkinitrd: illegal option -- v"
2007 Apr 16
5
Running Debian as DomU
Hello,
I just gain experiences in using XEN and hope you can help me.
My hostsystem is Centos5 that I installed on a Software-Raid (Level 1).
Afterwards I downloaded the debian-tarball from the jailtime.org website,
extracted/mounted the image and copied the
"*/lib/modules/*<kernelversion>"-folder from my host to the guest.
My XEN-Configfile looks like this:
kernel =
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
2010 Aug 03
1
[PATCH] Fix mkinitrd detection of LVM root on RHEL 4
RHEL 4's mkinitrd will fail to recognise that root is on LVM when running on a
recent kernel/udev due to changes in naming. This patch detects LVM root for
RHEL 4, and uses a dirty hack to frig mkinitrd if required.
Fixes RHBZ#580461
---
lib/Sys/VirtV2V/GuestOS/RedHat.pm | 21 +++++++++++++++++++--
1 files changed, 19 insertions(+), 2 deletions(-)
diff --git
2017 Jun 01
1
[PATCH] v2v: tell v2v the real root device to mkinitrd
From: Pino Toscano <ptoscano at redhat.com>
Complementary fix of commit 2d25872df3619a3077006ad0f91c029602db6780.
On SLES 11 SP4 with kdump enabled mkinitrd calls mkdumprd which calls
mkinitrd, but mkdumprd doesn't have any clue of the root device.
Call mkinitrd with rootdev environment variable to tell them all
what device to use as root.
Tested-By: C?dric Bosdonnat <cbosdonnat at
2009 Mar 06
2
Creating an alternitive install CD for CentOS 5.2 (w/ patched mkinitrd)
I need to be able to install CentOS 5.2 on a machine with software RAID
(and LVM) setup. I discovered (the hard way!) that there is a bug in
the mkinitrd package that causes it to enter an endless loop when there
are /dev/mapper/ devices present during the install process. There is a
patch to mkinitrd, which I applied and created a new rpm for mkinitrd
with this patch applied. I'd like to
2009 Feb 04
1
Extlinux support makes Fedora's mkinitrd
Hey all,
Just thought I'd give a quick shout out across the mailing list that it
looks like Extlinux support got merged into Fedora's mkinitrd, which I
believe is in time for Fedora 11. This apparently isn't my full patch
series (which if anyone cares can be found at:
http://git.kernel.org/?p=boot/warthog9/mkinitrd-syslinux.git;a=summary )
since it's missing the Extlinux
2005 May 28
1
mkinitrd integration strategy?
How should mkinitrd integrate with the initramfs that
comes with the kernel?
At the moment, mkinitrd can simply provide an /init
script and take over with the contents of its own cpio
file available. /init then loads some modules,
plays with mdadm, lvm, cryptsetup, creates some device
nodes, mounts a filesystem, switch root, done. Integration
is not an issue.
That changes when more of the
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
2017 May 15
1
[PATCH] v2v: linux: pass the root device when using SUSE's mkinitrd
mkinitrd in SLE guests < 12 tries to get the root device by scanning the
fstab: this will fail, since v2v already remapped the devices from
hd*/sd* to vd* in the guest (including in its fstab).
Since we know what is the root device in the appliance, pass it to
mkinitrd directly, so it does not have to do guesswork.
Thanks to: Cédric Bosdonnat, for reporting the issue, and testing
the fix.
---
2005 Oct 10
1
mkinitrd-4.2.1.3-1 unsuitable for 2.6.13+ kernels?
Hi all,
I have a Opteron-machine with the MPT SCSI-controller (Symbios 53c1030).
At least in i386-mode, mkinitrd does not seem to build a usable initrd
for 2.6.13.x (.3 tested) with this kernel. With 2.6.12.6 it works fine.
I have not tested this in x86_64 -mode yet.
The symptom is that mptbase and mptscsih load, but mptscsih does not
discover any controllers nor drives, and things like
2005 Sep 07
1
mkinitrd
I''ve compiled xen without any problems. but now i have to create an initrd file. When i use the command mkinitrd (without any options) the i''ve got some errors:
# mkinitrd
Root device: /dev/sda3 (mounted on / as reiserfs)
Module list: ata_piix mptbase mptscsih qla2300 reiserfs
Kernel image: /boot/vmlinuz-2.6.11.12-xen0
Initrd image: /boot/initrd-2.6.11.12-xen0
Shared
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
2006 Apr 27
5
Xen 3.0.2 on AMD64 - and initrd fun :)
Mm, I have a big Quad-Opteron.. thing.. that I''m trying to get Xen onto.
I''ve used the 3.0.2 binary-install mode, updated menu.lst as per the
README, but I need an initrd which contains the HP cciss RAID driver,
and no Xen initrd image was installed into /boot.
Now I notice
xen-3.0.2-2-install/install/lib/modules/2.6.16-xen/kernel/drivers
/block/cciss.ko
But I
2010 Apr 22
2
[PATCH 1/2] Try to load the loop module before running mkinitrd
mkinitrd needs to mount files using loop. loop might be a module, so try to load
it first.
---
lib/Sys/VirtV2V/GuestOS/RedHat.pm | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/lib/Sys/VirtV2V/GuestOS/RedHat.pm b/lib/Sys/VirtV2V/GuestOS/RedHat.pm
index 0e469f5..08027b6 100644
--- a/lib/Sys/VirtV2V/GuestOS/RedHat.pm
+++ b/lib/Sys/VirtV2V/GuestOS/RedHat.pm
@@ -1114,6
2005 Nov 05
4
Module error in mkinitrd
We are happily running xen on a server which uses a SATA driver (thank
you all you xenists for producing such a great product). However, we
are creating a custom kernel for a domU. When we attempt to run
mkinitrd we get:
No module ata_piix found for kernel 2.6.11.12-xenUIPSec, aborting.
This is the SATA driver. In the past (xen 2.0.5), we simply ran make
ARCH=xen menuconfig and told it to
2006 Feb 07
1
mkinitrd trouble
I've just updated one machine from 4.0 to 4.2. The trouble is, the new
kernel doesn't want to boot (2.6.9-22.EL, also tested 2.6.9.22.0.2.EL).
Usually, manually recreating initrd file solved this problem in the
past for me. But not this time.
Playing around, I also noticed that if I rebuild initrd for the old
kernel, then it also fails to boot. The only way to boot it up is
2007 Apr 16
0
mkinitrd - dev/xvda1: Unknown root device
Hello,
I''ve installed XenExpress 3.2.
Within a DomU (Debian) I want to recompile the kernel. I installed the kernel-source
/kernel-xs-xen/kernel-2.6.16.38-xs3.2.0.531.3960.src.rpm from the XenServer-3.2.0-src1.iso.
The kernel and modules build well.
But:
----------------------------
IPCopHost:~# mkinitrd -o /boot/initrd-2.6.16.xen-38 2.6.16.xen-38
/usr/sbin/mkinitrd: /dev/xvda1: Unknown
2009 Aug 18
1
[PATCH] Load the ext2 module so mkinitrd works on RHEL 3
---
appliance/init | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/appliance/init b/appliance/init
index fe135b4..053ef36 100755
--- a/appliance/init
+++ b/appliance/init
@@ -39,6 +39,9 @@ fi
modprobe dm_mod ||:
+# For mkinitrd on RHEL 3
+modprobe ext2
+
ifconfig lo 127.0.0.1
ifconfig eth0 10.0.2.10
route add default gw 10.0.2.2
--
1.6.2.5
2013 May 27
0
CEBA-2013:0863 CentOS 5 mkinitrd Update
CentOS Errata and Bugfix Advisory 2013:0863
Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0863.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
01cf0a69042bfd510f083b8a37d0a716a32109d97c1363c5370ac8f2a5b8759f libbdevid-python-5.1.19.6-80.el5_9.i386.rpm
2013 Sep 26
0
CEBA-2013:1288 CentOS 5 mkinitrd Update
CentOS Errata and Bugfix Advisory 2013:1288
Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1288.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
83dc958013d4095db5c63ba7762e0aebf9897e1247190b7fa2ae370ec525ad97 libbdevid-python-5.1.19.6-81.el5_9.i386.rpm