search for: stage2

Displaying 20 results from an estimated 331 matches for "stage2".

Did you mean: stage
2008 Apr 24
2
Kickstart network settings problem -SOLVED
...I've been using this successfully here to "do what I need" while > waiting for the official fix. > > You can include this in an updates.img file and have it loaded > automatically on installs. Thank you Ray, worked a treat. If like me you have never had to mess with the stage2.img file to fix installations issues, below shows what is required. cd ~ wget http://yourwebserver/centos5-dvd/images/stage2.img mkdir tmp mount -t squashfs -o loop stage2.img ./tmp cd tmp vi ./usr/lib/anaconda/kickstart.py # comment out dispatch.skipStep("network") at around line 876 or...
2013 Aug 05
2
[LLVMdev] Many PPC64 failures with llvm 3.3
...t part -------------- [ 1539s] FAIL: LLVM :: CodeGen/PowerPC/2007-05-22-tailmerge-3.ll (1728 of 8585) [ 1539s] ******************** TEST 'LLVM :: CodeGen/PowerPC/2007-05-22-tailmerge-3.ll' FAILED ******************** [ 1539s] Script: [ 1539s] -- [ 1539s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll -march=ppc32 -enable-tail-merge=0 | grep bl.*baz | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./count 2 [ 1539s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/B...
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 itself (I can't find it uncompressed). Usage with GRUB...
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 "r...
2015 Aug 06
2
CentOS 5 grub boot problem
...t. And it ought to work. >> >> I'm not familiar with that. How would I go about adapting the CentOS 6 >> program.log commands? > I mentioned it in the last two posts yesterday on this subject. Ok. I'll give that a try tomorrow. Just a couple of questions. install --stage2=/boot/grub/stage2 /grub/stage1 d (hd0,1) /grub/stage2 p (hd0,1)/grub/grub.conf It looks like this mixes paths relative to root and relative to /boot. Did your test system have a separate /boot partition? The --stage2 argument is "os stage2 file" according to my man page. Should this...
2009 Sep 24
6
[patch 1/2] grub-0.97: btrfs support for a singe device configuration
2015 Aug 05
2
CentOS 5 grub boot problem
...ommands in its log: : Running... ['/sbin/grub-install', '--just-copy'] : Running... ['/sbin/grub', '--batch', '--no-floppy', '--device-map=/boot/grub/device.map'] : grub> device (hd0) /dev/vdb : grub> root (hd0,1) : grub> install --stage2=/boot/grub/stage2 /grub/stage1 d (hd0,1) /grub/stage2 p (hd0,1)/grub/grub.conf : Running... ['/sbin/grub', '--batch', '--no-floppy', '--device-map=/boot/grub/device.map'] : grub> root (hd0,1) : grub> install --stage2=/boot/grub/stage2 /grub/stage1 d (hd0,...
2006 Apr 20
1
Own CentOS distribution
Hi All, I have my own distribution CD for RH 7.2 . and when i am i trying creted for CentOS i am facing some problem . I am not able to change the anaconda installer . Thanks in advance Regards juliet
2010 Jun 30
1
(no subject)
...GRUB Legacy GRUB Legacy reserves 89 bytes for storing the filename of the configfile from memory address 0x8217 to 0x826f. We allow overwriting the default value (/boot/grub/menu.lst) when grubcfg=<filename> is used together with grub=<loader>. Examples: chain.c32 fs grub=/boot/grub/stage2 grubcfg=/boot/grub/grub.lst chain.c32 hd1,10 grub=/boot/grub/stage2 grubcfg=/boot/grub/grub.lst Signed-off-by: Gert Hulselmans <gerth at zytor.com> --- com32/modules/chain.c | 50 +++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 44 insertions(+), 6 deletions(-) diff --...
2010 Dec 03
3
XCP 1.0 beta : install problem - unable to retrieve stage2.img over the network using http
...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 <http://10.45.2.1/tcc/os/CentOS-5.5-x86_64/images/stage2.img> . But when I try this on the dom0 host it works: # cd /tmp # wget http://10.45.2.1//tcc/os/CentOS-5.5-x86_64/images/stage2.img <http://10.45.2.1/tcc/os/CentOS-5.5-x86_64/images/stage2.img> My guess is t...
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 regressio...
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 >> 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 compari...
2008 Sep 11
13
PV-GRUB - Does not read partition-less disk
Hi folks PV-GRUB built from Xen 3.3.0 is not able to read from devices without a partition table: | grubdom> root (hd0) | Filesystem type unknown, using whole disk Part of the config: | disk = [ "phy:vg0_sledgehammer/servext_root,xvda,w" ] Device: | # file -s /dev/vg0_sledgehammer/servext_root | /dev/vg0_sledgehammer/servext_root: symbolic link to
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 menu file...
2007 Feb 21
2
Coxph and ordered factors
Dear useRs, I am trying to fit a Cox PH model on survival data from a lung cancer dataset. I would like to include the patient staging (I-IV) as a covariate. For this I use the following function: coxph(Surv(time,status) ~ stage) The staging information is a categorical variable, and it is important to take the ordering into account (I<II<III<IV). Does the coxph function handle
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
..." for us as well, but it can't self host. I don't know if >> your "works" and my definition of works is 1:1. Can your clang+libc++ build >> itself multiple levels deep? >> > > Yes. I use my system g++ for my stage1, I use that compiler to build my > stage2, and I use my stage2 bootstrapped compiler for all my development > work. I rebuild my stage2 every few months. > > I don't think I've ever explicitly checked that I get stage2 == stage3, > but stage2 produces working compilers, but I'm doing a full bootstap now > and I...
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
...t; > libc++ "works" for us as well, but it can't self host. I don't know if > your "works" and my definition of works is 1:1. Can your clang+libc++ build > itself multiple levels deep? > Yes. I use my system g++ for my stage1, I use that compiler to build my stage2, and I use my stage2 bootstrapped compiler for all my development work. I rebuild my stage2 every few months. I don't think I've ever explicitly checked that I get stage2 == stage3, but stage2 produces working compilers, but I'm doing a full bootstap now and I'll let you know when...
2015 Aug 06
3
CentOS 5 grub boot problem
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 >> works, I can connect the old drive, copy over all the data, and then try to >> figure out what I need to do to get all the programs running again. > Sounds like a
2016 Oct 08
2
cmake 3.7.0-rc1 breaks stage2 bootstrap in openmp on 10.11 with Xcode 8
The new cmake 3.7.0-rc1 release produces a stage2 bootstrap failure in openmp project build on OS X 10.11 under Xcode 8.... In file included from /sw/src/fink.build/llvm40-4.0.0-1/llvm-4.0.0.src/projects/openmp/runtime/src/kmp_alloc.c:16: In file included from /sw/src/fink.build/llvm40-4.0.0-1/llvm-4.0.0.src/projects/openmp/runtime/src/kmp.h:98:...
2015 Aug 06
3
CentOS 5 grub boot problem
...e as hd0 and the other as hd1, and I swap those numbers, the resulting boot sector will differ by one bit. My understanding was that those IDs are used to map to the BIOS disk ID. Stage 2 will be read from the partition specified to the grub installer at installation, as in: grub> install --stage2=/boot/grub/stage2 /grub/stage1 d (hd0,1)/grub/stage2 p (hd0,1)/grub/grub.conf Stage 1 and 1.5 will, as far as I know, always be on (hd0), but stage2 might not be. If the BIOS device IDs specified in device.map weren't written into the boot loader, how else would it know where to look for t...