search for: initrd0

Displaying 20 results from an estimated 35 matches for "initrd0".

Did you mean: initrd
2010 Mar 23
2
[PATCH] Remove initrd patching from oc-boot
...pts/ovirt-config-boot index d13dad2..28d1572 100755 --- a/scripts/ovirt-config-boot +++ b/scripts/ovirt-config-boot @@ -143,53 +143,6 @@ ovirt_boot_setup() { fi fi - # append LVM support to the livecd initramfs - tmpdir=$(mktemp -d) - cd $tmpdir - gzip -dc $live/$syslinux/initrd0.img | - cpio -id init sbin/real-init - init_script=init - if [ -e sbin/real-init ]; then - # Fedora 10 mkliveinitrd - init_script=sbin/real-init - fi - sed -i '/^\/sbin\/udev.*trigger/ a \ -echo SCSI wait for scans\ -/sbin/modprobe scsi_wait_scan\ -/sbin/modprob...
2013 Jul 23
1
CentOS 6.4 doesn't work with SAMSUNG MP0402H USB harddisk, but CentOS 5.6 does
I want to make a live USB from live CD. CentOS 6.4 live CD doesn't work. Can not find root when initrd0 booting. It appears initrd0 can not find the USB harddisk - SAMSUNG MP0402H. But CentOS 5.6 live CD works fine. What can I do? Thanks. ________________________________ ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? This e-...
2010 Feb 08
2
Proposals for making configure_from_network function works in f13
.../bugzilla.redhat.com/show_bug.cgi?id=548283) --- cobbler-import.ori 2010-01-12 11:54:13.000000000 +0100 +++ cobbler-import 2010-02-08 10:31:44.000000000 +0100 @@ -46,15 +46,9 @@ cobbler distro add --name="oVirt-Node-$node_arch" --arch=$node_arch \ --initrd=$node_dir/tftpboot/initrd0.img -- kernel=$node_dir/tftpboot/vmlinuz0 \ - --kopts="rootflags=loop root=/ovirt-node-image.iso rootfstype=iso9660 ro console=tty0 console=ttyS0,115200n8" + --kopts="rootflags=loop root=live:/ovirt-node-image.iso rootfstype=iso9660 ro console=tty0 console=ttyS0,115200n8&quot...
2010 Sep 30
1
PXELINUX: initrd loading failed
Hi All, During booting from network i am getting the following error initrd too large to handle, disabling initrd Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) Size of initrd0.img is approx. 317 MB Size of vmlinuz is approx. 4 MB Following is the part of my default file in pxelinux.cfg/ label linux0 menu label MyFedora13 (default) kernel vmlinuz0 APPEND rootflags=loop initrd=initrd0.img root=live:/FC13.iso rootfstype=iso9660 rw liveimg quiet selinux=0 rhgb rd_NO_...
2014 Nov 19
2
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
...ng /dev/sdb1 before installing syslinux, as mentioned in the given documentations. In the pasted syslinux.cfg content--- I have also tried using only one DEFAULT directive. No success. syslinux boots successfully into SD-CARD thats for sure, as I do get the boot prompt and I can even choose to load initrd0.img first, which shows loading successful. But when it comes to loading the kernel, the system hangs. UEFI mode is disabled in my BIOS. Also I tested today the same installation procedure on a USB. Now here is the interesting part, in booting from a USB with the same settings and configuration. Th...
2009 Dec 08
1
[PATCH node] iscsi remote root basework This lays most of the groundwork for iscsi installation and configuration. At this time configuring iscsi is disabled due to multiple issues with dependent pieces.
...opy failed." @@ -139,17 +172,23 @@ set -e\ # lvm is not static in Fedora cp /lib$bit/libreadline.so.5 /lib$bit/libncurses.so.5 lib$bit fi + find $init_script bin/lvm lib$bit -type f | cpio -H newc --quiet -o | gzip -9 | - cat $live/$syslinux/initrd0.img - > /liveos/initrd0.img + cat $live/$syslinux/initrd0.img - > $initrd_dest/initrd0.img version=$(rpm -q --qf '%{version}' ovirt-node) release=$(rpm -q --qf '%{release}' ovirt-node) # reorder tty0 to allow both serial and phys console after installat...
2009 Oct 22
0
[PATCH node] merge Root and /boot partitions
...t + && cp -p $live/$syslinux/vmlinuz0 /liveos rc=$? if [ $rc -ne 0 ]; then log "image copy failed." @@ -142,14 +142,14 @@ set -e\ find $init_script bin/lvm lib$bit -type f | cpio -H newc --quiet -o | gzip -9 | - cat $live/$syslinux/initrd0.img - > /boot/initrd0.img + cat $live/$syslinux/initrd0.img - > /liveos/initrd0.img version=$(rpm -q --qf '%{version}' ovirt-node) release=$(rpm -q --qf '%{release}' ovirt-node) # reorder tty0 to allow both serial and phys console after installation...
2014 Nov 19
2
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
...x.cfg -- PROMPT 0 TIMEOUT 50 SERIAL 0 DEFAULT dbg LABEL dbg COM32 debug.c32 APPEND bios_boot_linux free #DEFAULT linux.c32 root=/dev/mmcblk0p2 #DEFAULT vmlinuz0 root=/dev/mmcblk0p2 DEFAULT mylabel LABEL mylabel COM32 sysdump.c32 ymodem xzy 0 9600 #KERNEL linux.c32 #APPEND vmlinuz0 initrd=initrd0.img root=/dev/mmcblk0p2 rootwait rootfstype=ext3 console=tty0 console=ttyS0,9600 LINUX vmlinuz0 #KERNEL vmlinuz0 APPEND root=/dev/mmcblk0p2 bios_boot_linux free INITRD initrd0.img #APPEND root=/dev/mmcblk0p2 rootwait rootfstype=ext3 console=tty0 console=ttyS0,9600 #APPEND initrd=initrd0.img root=...
2011 Jul 23
0
[PATCH] move dracut config and patching to spec
...o -EOF_DMSQUASH - -# rebuild initramfs to include multipath rhbz#627647 -echo -n "Rebuilding initramfs for multipath and disk cleanup..." -kernel="$(rpm -q --qf '%{VERSION}-%{RELEASE}.%{ARCH}\n' kernel)" -/sbin/dracut -f -a "ovirtnode" -a "multipath" /initrd0.img "$kernel" -echo "done." - -%end - -%post --nochroot - -# replace initramfs if regenerated -if [ -f "$INSTALL_ROOT/initrd0.img" ]; then - mv -v "$INSTALL_ROOT/initrd0.img" "$LIVE_ROOT/isolinux/initrd0.img" -fi - -%end diff --git a/recipe/ovirt-n...
2014 Nov 19
0
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
...ng syslinux, as mentioned > in the given documentations. > In the pasted syslinux.cfg content--- I have also tried using only one > DEFAULT directive. No success. > syslinux boots successfully into SD-CARD thats for sure, as I do get > the boot prompt and I can even choose to load initrd0.img first, which > shows loading successful. But when it comes to loading the kernel, the > system hangs. > > UEFI mode is disabled in my BIOS. > Also I tested today the same installation procedure on a USB. Now here > is the interesting part, in booting from a USB with the sa...
2009 Jun 24
1
Adding hosts to the hardware pool
...em!" and "Create symlink /dev/root and then exit this shell to continue the boot sequence." I suspect I didn't set up my ovirt-node correctly in cobbler. I used "/usr/share/ovirt-node-image/tftpboot/vmlinuz0" as the kernel and "/usr/share/ovirt-node-image/tftpboot/initrd0.img" as initrd. Can you please help me with this, I just ran out of ideas?.. Thanks a lot! L- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20090624/391ea6cd/attachment.htm>
2010 Feb 19
0
[PATCH] Help reduce size of iso by symlinking initrd's from isolinux/ and EFI/boot if md5's match
...6 +310,28 @@ def main(): print "Launching shell. Exit to continue." print "----------------------------------" editor.launch_shell() + # reduce iso size by symlinking initrd's if they match + efi_initrd = "%s/EFI/boot/initrd0.img" % editor._LiveImageCreatorBase__isodir + isolinux_initrd = "%s/isolinux/initrd0.img" % editor._LiveImageCreatorBase__isodir + + def initrd_check(initrd_file): + m = hashlib.md5() + f = open(initrd_file,"r") + while 1: +...
2010 Apr 01
2
[PATCH node 1/3] Enables ability to have a common shared root
--- scripts/ovirt-config-boot | 13 +++++++- scripts/ovirt-config-storage | 73 +++++++++++++++++++++++++---------------- 2 files changed, 56 insertions(+), 30 deletions(-) diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot index d545878..8cc127b 100755 --- a/scripts/ovirt-config-boot +++ b/scripts/ovirt-config-boot @@ -29,6 +29,12 @@ ovirt_boot_setup() { local disk2
2010 Dec 01
4
problem booting (Fedora) LiveCD ISO over PXELINUX
...then took that same ISO and dropped it in my pxelinux.cfg/default for being able to boot over the network. I made sure to extract the proper vmlinuz and initrd from the LiveCD and make it available to my PXELINUX Config: label LiveCD MENU LABEL LiveCD kernel livecd/vmlinuz0 append initrd=livecd/initrd0.img media=network root=live:CDLABEL=F13-LiveCD-POC-20101201-122711 rootfstype=auto ro liveimg rhgb rd_NO_LUKS rd_NO_MD rd_NO_DM ramdisk_size=164212 init=/bin/init iso1=nfs://imagesrv/fedora-livecd.iso iso1mnt=/mnt/bootdevice What I got was the following error message: Boot has failed, sleeping...
2009 Sep 26
10
Adding handling for Multipath storage devices
The following patches introduce support for multipath and cciss devices to the ovirt-node and node-image. Comments are appreciated. These patches assume that the 3 patches (2 node, 1 node-image) from Joey are all incorporated. Mike
2014 Nov 19
0
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
> Hi, > I am trying to boot syslinux with an SD-Card on COMe-mBTi10 board, it works > perfect with syslinux 4-06(as BIOS supports booting from SD-CARD), but > hangs with syslinux-6.03 during 'Loading vmlinuz ... '. > I tried various ways in which I could debug but no hints, just one time I > got the error below the loading screen. > > 'Loading vmlinuz0 ... CHS:
2009 Sep 14
2
[PATCH node-image] add livecd-iso-to-iscsi script to support iscsi root booting setup
...exit(1) + +isomount = mkdtemp() +isomount_ret = subprocess.call(["mount", "-o", "loop", options.iso, isomount]) +if isomount_ret != 0: + fail("Error mounting %s" % options.iso) + +kernel="%s/isolinux/vmlinuz0" % isomount +initrd="%s/isolinux/initrd0.img" % isomount +squashfs="%s/LiveOS/squashfs.img" % isomount +ext3fs="tftpboot/squashfs-root/LiveOS/ext3fs.img" +shutil.copy(kernel,"tftpboot") +shutil.copy(initrd,"tftpboot") + +unsquash = subprocess.call(["unsquashfs", squashfs]) + +# workar...
2013 May 10
4
remotely mounting client disks in p2v server
Just spent a little time poking around w/ p2v and am attaching the following pseudo-code for consideration. Note the patches aren't commit ready yet, just looking for thoughts - The first is a fix to get client image building process working on F17. It seems the version of ksflatten there didn't expand the nested %includes which was causing errors (also --interpreter image-minimizer
2010 Oct 26
0
[PATCH node] add install.py
...ub" + if os.path.isdir(grub_dir): + shutil.rmtree(grub_dir) + if not os.path.exists(grub_dir): + os.makedirs(grub_dir) + os.system("cp -p /live/" + syslinux + "/vmlinuz0 " + initrd_dest) + rc = os.system("cp -p /live/" + syslinux + "/initrd0.img " + initrd_dest) + if rc != 0: + log("kernel image copy failed.") + return rc + + if not OVIRT_VARS.has_key("OVIRT_ISCSI_ENABLED"): + rc = os.system("cp -p /live/LiveOS/squashfs.img /liveos/LiveOS") + if rc > 0: +...
2010 Jan 19
1
How I installed ovirt on fc 12
Hi, I installed ovirt on fedora 12 (64 bits) successfully but I had to make some changes to make it work. 1. Installation from rpms builded from the lastest git version 2. Patch ace : missing backslashes in sed commands vim /usr/share/ace/modules/ovirt/manifests/freeipa.pp line 33 : '/\\[kdcdefaults\\]/a \\ kdc_ports = 88' single_exec {"set_kdc_defaults":