Displaying 20 results from an estimated 200 matches similar to: "PXELINUX: initrd loading failed"
2010 Oct 05
3
EXT3 Reserve Space
Hi All,
Whenever an EXT3 partition is created some space is reserved for super-user,
I used the mkfs.ext3 with option -m set to 0, but there is no effect it
still reserve the space. How can i set the reserved-space to 0 or calculate
the reserved-space in advance?
Any suggestion/idea?
Regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Nov 11
6
Change message after timeout
Hi All,
I have successfully configure the PXE and its working fine, the problem is
that after timeout in the following msg
Automatic boot in # second
the screen stuck/hang there showing the above message or the menu if we
choose to selection from menu until image is loaded from network.
So, is there any way we can display another message after timeout.
I tried MENU CLEAR and SAY Loading
2010 Dec 01
4
problem booting (Fedora) LiveCD ISO over PXELINUX
This is an issue I've researched quite a bit on bug lists, and looked
in the Syslinux Wiki for a way to do this, but haven't yet found a
solution.
1) I have an existing Fedora 13 LiveCD which I burned to a CD and
tested on a system without issue.
2) I 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
2010 Apr 13
1
[PATCH node] refactor node image recipe
top-level kickstart file contains only includes,
example custom-template.ks is provided with documented customization
points.
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
recipe/common-manifest-post.ks | 31 +++++++++++
recipe/common-manifest-pre.ks | 11 ++++
recipe/common-post-chroot.ks | 46 ++++++++++++++++
recipe/common-post.ks | 24 +++++++++
2011 Aug 25
1
[PATCH node 1/3] add reinstall and uninstall options to boot menu
rhbz#733357
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/common-nochroot.ks | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/recipe/common-nochroot.ks b/recipe/common-nochroot.ks
index c5d009f..c6dd76d 100644
--- a/recipe/common-nochroot.ks
+++ b/recipe/common-nochroot.ks
@@ -17,6 +17,9 @@ sed -i -e 's/ quiet//'
2009 Jun 25
0
[PATCH node-image] kdump support
Requires "kdump support" patch for ovirt-node
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
common-blacklist.ks | 2 +-
common-pkgs.ks | 2 ++
ovirt-node-image.ks | 10 +++++++++-
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/common-blacklist.ks b/common-blacklist.ks
index 2452237..af7fa07 100644
--- a/common-blacklist.ks
+++
2010 Dec 18
1
Slow timeout
Hi,
Following are the steps i used to install syslinux on a external usb hdd.
1. Create a 1GB partition
2. Format it with FAT32
3. Extract live iso on partition
4. Install syslinux on partition.
Note: Default timeout is 3 seconds in syslinux.cfg
The problem is that Automatic boot in # seconds...** stays on screen for
more than 5 seconds. Counting starts from 3 to 1 but message is
2010 Mar 23
2
[PATCH] Remove initrd patching from oc-boot
Dracut includes what was being patched in
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt-config-boot | 47 ---------------------------------------------
1 files changed, 0 insertions(+), 47 deletions(-)
diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index d13dad2..28d1572 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@
2009 Oct 22
0
[PATCH node] merge Root and /boot partitions
This completes the switch to ext3 backed root partitions. /boot is now contained on each Root/RootBackup partition. On install grub is updated to read and boot from the correct partition as well.
---
scripts/ovirt-config-boot | 29 ++++++++++++------------
scripts/ovirt-config-storage | 47 +++++++++++----------------------------
scripts/ovirt-config-uninstall | 5 +---
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.
________________________________
?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
2011 Jul 23
0
[PATCH] move dracut config and patching to spec
this is cleaner and avoids rebuilding initramfs in the kickstart post
it is built with correct configuration for the node image the first
time, in kernel posttrans
---
dracut/Makefile.am | 3 +
...-3d88d27810acc7782618d67a03ff5c0e41494ca4.patch | 20 ++++++++
...-93724aa28fc20c8b7f0167201d1759b7118ba890.patch | 37 +++++++++++++++
dracut/ovirt-dracut.conf
2014 Nov 19
2
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: Error 8001 reading sector 34(0/3/3)
2010 Feb 08
2
Proposals for making configure_from_network function works in f13
Hi
I am running a pxe diskless node in f13 and I have some proposals to make
ovirt-early working in this version.
nash is no more available (nash/mkinitrd is replaced by dracut), so this
following command fails :
"echo "network --device $DEVICE --bootproto dhcp" | nash"
it makes the network configuration incomplete. I replace the linuxrc command by
dhclient and it's
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.
- dracut does not currently support booting a dmsquash file system on an iscsiroot
- can not be configured in standalone mode since networking is not up, although works fine if ovirt-config-setup is run once booted.
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
recipe/common-pkgs.ks | 1 +
scripts/ovirt-config-boot | 67 ++++++++++++++++----
2010 Feb 19
0
[PATCH] Help reduce size of iso by symlinking initrd's from isolinux/ and EFI/boot if md5's match
116M ovirt-node-image/ovirt-node-image.iso
119M ovirt-node-image.iso.edited.iso
---
edit-livecd.py | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/edit-livecd.py b/edit-livecd.py
index 279b225..ebcb7a6 100644
--- a/edit-livecd.py
+++ b/edit-livecd.py
@@ -26,7 +26,7 @@ import shutil
import subprocess
import optparse
import logging
-
+import
2016 Apr 24
2
Retrieving numeric value of instruction operand
hey john,
yes indeed, that's what I'm trying, retreiving the values of %a and %b in
an LLVM pass, sorry about the confusion.
On Apr 24, 2016 7:18 AM, "John Criswell" <jtcriswel at gmail.com> wrote:
> Dear Ammar,
>
> It is not clear what you are asking. %a and %b in your code below are not
> constants; there is no way, at compile time, to determine what
2016 Apr 24
2
Retrieving numeric value of instruction operand
Hi John,
Thank you so much for the valuable answer! :)
However, i have one tough issue that i need to solve, in my pass :
let's say here
%s = add %a, %b
I need to check if the value of %a or %b is 2 or 4 and then apply a
transformation to the other operand accordingly,
for example if the value of %a = 2 the i'll multiply %b by 2 in my
transform pass.
I'm having a hard time
2016 May 04
2
llvm dynamic execution trace
hi everyone,
I'm trying to get something like the lli - trace functionality that has
been deprecated.
I need the same thing that the trace command was doing i. e. the dynamic
execution trace, any idea on what it has moved to if it still exists or
how to implement it?
Best Regards,
Ammar Naqvi
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Apr 24
2
Retrieving numeric value of instruction operand
Hello Everyone,
I need some help in retrieving the numeric value of an instruction operand
from LLVM IR.
this is what the IR looks like for a simple add function that adds two i32
integers
define i32 @summ(i32 %a, i32 %b) #0 {
entry:
%add = add nsw i32 %b, %a
ret i32 %add
}
i would like to know the integer value of %a and %b.
I've tried
-i->getOpcodeName() which gives me the
2014 Nov 19
2
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
Hi
I have tried to install syslinux 4.06 on the SD card again, it works like a
charm.
I am being very carefull with c32 files from the same version bootloader.
No success.
I am also unmounting /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