Displaying 20 results from an estimated 2000 matches similar to: "Kickstart network settings problem -SOLVED"
2014 Oct 24
3
Will syslinux UEFI boot the RHEL7.0 kernel (3.10.0-123.el7.x86_64) ?
All,
Is syslinux 6.03 able to UEFI boot the RHEL7.0 Linux kernel? I'm trying &
failing
to do this.
I haven't UEFI-booted RHEL7.0 kernel via syslinux before. (But I have UEFI
pxelinux
booted Fedora 20, which is approximately RHEL7.0.)
I remember HPA mentioned that older Linux kernels required "UEFI boot
assist",
something that GRUB2 offers but syslinux does not.
And
2014 Oct 25
0
Will syslinux UEFI boot the RHEL7.0 kernel (3.10.0-123.el7.x86_64) ?
On Fri, Oct 24, 2014 at 7:04 PM, Spike White <spikewhitetx at gmail.com> wrote:
> All,
>
> Is syslinux 6.03 able to UEFI boot the RHEL7.0 Linux kernel? I'm trying &
> failing
> to do this.
>
> I haven't UEFI-booted RHEL7.0 kernel via syslinux before. (But I have UEFI
> pxelinux
> booted Fedora 20, which is approximately RHEL7.0.)
>
> I remember
2017 Feb 14
2
Re: [PATCH 09/10] New API: mksquashfs
On Tue, Feb 14, 2017 at 09:12:10AM +0100, Pino Toscano wrote:
> Introduce a new API to create a new squashfs filesystem out of a path
> in the guest. It can be configured to exclude paths based on patterns,
> and to select which compression use for the filesystem.
>
> The advantage of running mksquashfs directly in the appliance is that
> ownerships are properly saved, as
2010 Dec 21
2
[PATCH] chain.c32: support chainloading GRUB2 core.img
Here is a patch that makes it possible to chainload GRUB2 core.img form
chain.c32.
It reuses the grub= parameter (used for chainloading GRUB Legacy stage2):
- both loaded at 0x8000
- start execution at offset 0x200 (0x8200 in memory)
GRUB2 allows to specify another "GRUB home dir" than the standard /boot/grub
GRUB2 doesn't allow to change the configfile 'grub.cfg' name
2017 Feb 14
14
[PATCH 00/10] dib/API: improvements and fixes
Hi,
this patch series does changes mostly in virt-dib, few bug fixes and
a couple of new features (mostly implemented upstream already).
In addition, one new API is added, and a new optional argument for an
existing API is added (the latter is not needed, but could be useful
anyway).
Thanks,
Pino Toscano (10):
dib: fix listing envvars in fake-sudo
dib: source dib "die" script in
2015 Aug 06
2
CentOS 5 grub boot problem
On 8/6/2015 4:39 PM, Chris Murphy wrote:
> On Thu, Aug 6, 2015 at 2:29 PM, Bowie Bailey <Bowie_Bailey at buc.com> wrote:
>> On 8/6/2015 4:21 PM, Chris Murphy wrote:
>>> On Thu, Aug 6, 2015 at 2:08 PM, Bowie Bailey <Bowie_Bailey at buc.com> wrote:
>>>
>>>> Doing a new install on the two 1TB drives is my current plan. If that
>>>>
2015 Aug 05
2
CentOS 5 grub boot problem
I never thought I'd say this, but I think it's easier to do this with
GRUB 2. Anyway I did an installation to raid1's in CentOS 6's
installer, which still uses GRUB legacy. I tested removing each of the
two devices and it still boots. These are the commands in its log:
: Running... ['/sbin/grub-install', '--just-copy']
: Running... ['/sbin/grub',
2014 Jul 15
2
Re: working with mount-local
2014-07-16 0:58 GMT+04:00 Richard W.M. Jones <rjones@redhat.com>:
> BTW is there any reason to use FUSE instead of using the libguestfs
> API directly? Using the API is going to be much more robust.
I'm need to create squashfs from root file system. I see some methods
like tar and cpio, but i can't find anything suitable for creating
squashfs. Also i can't use root
2010 Jun 04
1
[PATCH] chain.c32: add support for loading GRUB stage2
This adds (basic) support for GRUB stage2 image files.
Loading a stage2 image will probably give you a GRUB prompt, with GRUB's
"root" set at "(hd0)" (ie, entire first disk). Maybe the "root" will
differ in less common setups. (One can of course select another disk
and/or partition with GRUB's "root" command.)
This has only been tested with version
2010 Jun 30
1
(no subject)
>From 1db8a8919482dbed4cc15509d8078b2f16a289bb Mon Sep 17 00:00:00 2001
From: Gert Hulselmans <gerth at zytor.com>
Date: Wed, 30 Jun 2010 14:10:23 +0200
Subject: [PATCH] chain.c32: add grubcfg= for passing an alternative config
filename to GRUB Legacy
GRUB Legacy reserves 89 bytes for storing the filename of the configfile
from memory address 0x8217 to 0x826f.
We allow overwriting the
2010 Oct 27
1
CentOS 5.x on Geode LX
Greetings all-
I'm currently working with CentOS 5.x (various version 5.0 - 5.5) attempting to run it on a system based on the AMD Geode LX CPU. There are known issues with this CPU running Centos 5, specifically those listed here:
http://bugs.centos.org/view.php?id=2552
The kernel and system run fine on the Geode LX, but the installer detects the CPU as i586. Since there is no i586 kernel
2010 Jun 30
2
[PATCH] chain.c32: add menu support to grub loader
Allow the grub loader to (optionally) support using a GRUB menu file.
For example
chain fs grub=stage2,grub.conf
will load GRUB's stage2 and pass the (absolute) path to the file
"grub.conf" in the Syslinux filesystem to GRUB's stage2. The path is
passed to stage2 in GRUB's device/partition syntax (eg, "(hd0,1)/foo").
Note that we don't check whether the
2013 Oct 29
1
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
On Mon, Oct 28, 2013 at 5:53 PM, Richard Smith <richard at metafoo.co.uk>wrote:
> On Mon, Oct 28, 2013 at 5:13 PM, "C. Bergström" <cbergstrom at pathscale.com>wrote:
>
>> On 10/29/13 07:01 AM, Richard Smith wrote:
>>
>>>
>>> [As an aside: I use libc++ for my Clang development (on Ubuntu Linux),
>>> and it works for me (tm). This
2017 Jul 09
2
Uncovering non-determinism in LLVM - The Next Steps
On Sun, Jul 9, 2017 at 1:26 PM, Daniel Berlin <dberlin at dberlin.org> wrote:
>
>
> On Sun, Jul 9, 2017 at 9:19 AM, Jack Howarth via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>>
>> FYI, I just successfully performed a 3-stage bootstrap with
>> stage2/stage3 object file comparison on x86_64-apple-darwin16 for
>>
2017 Jul 09
2
Uncovering non-determinism in LLVM - The Next Steps
FYI, I just successfully performed a 3-stage bootstrap with
stage2/stage3 object file comparison on x86_64-apple-darwin16 for
llvm/clang/clang-tools-extra/compiler-rt/libcxx/openmp/polly using our
custom fink packaging scripts with the
-DLLVM_REVERSE_ITERATION:BOOL=ON cmake option. There were no
stage2/stage3 object file comparison failures or test suite
regressions.
I do have one question
2013 Oct 29
0
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
On Mon, Oct 28, 2013 at 5:13 PM, "C. Bergström" <cbergstrom at pathscale.com>wrote:
> On 10/29/13 07:01 AM, Richard Smith wrote:
>
>>
>> [As an aside: I use libc++ for my Clang development (on Ubuntu Linux),
>> and it works for me (tm). This is with libstdc++ providing the ABI pieces,
>> rather than libc++abi or libcxxrt, though.]
>>
> libc++
2014 Jun 04
2
[LLVMdev] Lots of regtest failures on PPC64/Linux
missing-abstract-variable is a recent one I introduced - looking into it.
On Wed, Jun 4, 2014 at 2:39 AM, İsmail Dönmez <ismail at donmez.ws> wrote:
> Hi Hal,
>
> These tests failures go away when I disable static libs aka
> -DBUILD_SHARED_LIBS=OFF , with that only 2 regtest failures are left:
>
>
> [ 1314s] FAILED: cd /home/abuild/rpmbuild/BUILD/llvm/stage2/test
2015 Aug 06
3
CentOS 5 grub boot problem
On 08/05/2015 10:23 AM, Chris Murphy wrote:
> Nothing about hd0 or hd1 gets baked into the bootloader code. It's an
> absolute reference to a physical drive at the moment in time the
> command is made.
Is that true? If I have a system with two disks, where device.map
labels one as hd0 and the other as hd1, and I swap those numbers, the
resulting boot sector will differ by one bit.
2010 Dec 03
3
XCP 1.0 beta : install problem - unable to retrieve stage2.img over the network using http
Hi Folks:
I am a NOOB and need some help and/or advice about debugging a domU VM
boot problem in XCP 1.0 beta.
I am trying to get my first VM installed over the network using XCP 1.0
beta. I am able to get to the VNC boot window but the installation
process fails after a few minutes with this error:
Unable to retrieve
http://10.45.2.1//tcc/os/CentOS-5.5-x86_64/images/stage2.img
2017 Nov 05
2
Two-stage build w/ ninja - Tests still use stage1 compiler / linker ?
Folks,
I am using a two-stagesimple build like this one:
make -G Ninja -DCLANG_ENABLE_BOOTSTRAP=ON ../src
ninja stage2-check-all
Stage 1 gets built, and when looking at rules.ninja in the stage2-bins I see:
rule CXX_COMPILER_AnalysisTests
depfile = $DEP_FILE
deps = gcc
command = <stage1 build dir>./bin/clang++ $DEFINES $INCLUDES $FLAGS -MMD -MT $out -MF $DEP_FILE -o $out -c $in