similar to: Stage2.img

Displaying 20 results from an estimated 10000 matches similar to: "Stage2.img"

2010 Sep 19
1
How to simulate minimal ISO install using stage2 image file?
Hello, I'm working on a project which automates creation of EC2 AMI images. To do this, you must use a running EC2 instance to mount an image file in a chroot jail. My problem is that I want to create an AMI that looks exactly like a minimal (nothing selected) install from the CentOS ISO image, but the "stage2" image [1] file is much more "minimal" than that. e.g., it
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
2007 May 30
1
How the Centos 5.0's kickstart initrd.img is build??
Hi, Any one know how the Centos 5 kickstart initrd.img was built? I'll be very appreciated if any light can be shed on this topic. The basic problem to be solved here is: how to build a custom vmlinuz+initrd.img for Centos 5 kickstart with my own custom built kernel? I am not sure mkinitrd is the right tool for this purpose? If do, which are the modules I should include with
2007 Jun 18
0
Kickstart stopped working
I've been using kickstart for a while now, but today I tried to kickstart a system and it's just not working at all. I can't figure out why it's hanging. I booted from the CentOS 4.5 CD #1 and typed "linux ks=http:// centosmirror/ks/sys20.cfg". If I check my web server's log, I can see that sys20.cfg was accessed. This file begins with the following
2008 Apr 24
2
Kickstart network settings problem -SOLVED
Ray Van Dolson wrote: > On Tue, Apr 22, 2008 at 12:47:39PM +0100, Plant, Dean wrote: >> I would like one of my kickstart scripts to prompt for disk and >> networking only. Commenting out the disk and network settings makes >> the installer prompt for disk settings but not for network settings, >> they default to DHCP. Any idea's how to fix this? > > I'm
2004 Nov 19
1
Upgrading PXE initrd.img with new kernel and drivers
Quite simply, HOW? :) I have the pxeboot initrd.img from the RH 3.0 AS CD's. We need to put a new cciss.o driver from HP into this initrd.img. Unforunately, the modules in the pxeboot initrd.img we have are 2.4.21-4 and our new driver is compiled for 2.4.21-15, so we have to upgrade everything. I downloaded the kernel-BOOT-2.4.21-15 RPM and installed that, so I have all those drivers. My
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
2006 Mar 29
2
AIDE Reports changed:/boot/grub/stage2
My daily AIDE report suggests Grub''s stage2 file has changed. Could I trouble you for your opinion about how concerned I should be and what to do if your concern is moderate or higher? File: /boot/grub/stage2 MD5 : Mlkt9ZVo59SSjvodt+956Q== , yIQIMP6TUHG5BegtoOk0ug== SHA1 : ZxehaXSXcnH/WlcInHpFnyT1vcg= , dReBGlO3DIAB+mjsxUWioB8NlbE=
2010 Jun 28
0
[PATCH] chain.c32: pass partition number to stage2 of Grub Legacy
Grub Legacy stage2 will read the install_partition variable from memory address 0x8208. We only need to change the value at 0x820a to the correct partition number: -1: whole drive (default) 0-3: primary partitions 4-*: logical partitions Signed-off-by: Gert Hulselmans <gerth at zytor.com> --- com32/modules/chain.c | 13 ++++++++----- 1 files changed, 8 insertions(+), 5
2007 May 20
0
Any way to run openssh daemon on a kickstart client (stage2)?
Hi, Any one have succeeded in firing up a sshd daemon when a machine is being kickstarted? I know VNC can be setup to minitor the kickstart process, but it is too limited and so I can not see the console and other screens with ALT+Fn keys. If sshd daemon can be setup at this stage, then we can remotely ssh into the being kickstarted client(s). and directly see what things happen during %pre,
2007 May 10
3
Disable window scaling during kickstart
Hello List, Due to a problem with CentOS 5 and one of our firewalls I am having to disable tcp window scaling to stop network connections grinding to a halt. I am also trying to Kickstart CentOS 5 machines through the firewall so need to disable window scaling at install time. I have added to the kickstart file %pre echo 0 > /proc/sys/net/ipv4/tcp_window_scaling But the install still hangs
2007 Aug 29
2
My server won't boot (grub looping - stage2)
Hi, This morning one of my servers (centos 4.5) refused to boot. The console shows a lopp message grub loading stage2... I've been able to boot from the install CD choosing the rescue option. I can chroot /mnt/sysimage with no problems and even started the services (network, mysql , httpd etc). How can I solve this? I've followed the manual (
2009 Aug 12
2
disable virtual terminals during kickstart installation
Hi All, I'm trying to figure out where the inittab is for a pxeboot/kickstart installation so that I can disable virtual terminals that allow for interactive input such as CTRL+ALT+F2. I've looked in the /etc directories for the pxeboot initrd as well as the stage2 and minstg2 files. Am I missing something grossly obvious here? -- James A. Peltier Systems Analyst (FASNet),
2018 Nov 11
3
A stage2 build causes changes to libllvm impacting program using it (exemple: rustc)
Hello, Lately, I have been working on moving Debian & Ubuntu packages to a stage2 build. This means that, instead of shipping llvm-toolchain packages built with gcc, we are rebuilding everything a second time using the newly built clang. Now, when pushed to Debian, it caused some unexpected issues in particular with rust reported here:
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
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:
2017 Aug 14
1
Custom kickstart post section on usb thumbdrive
Hi All, I am attempting to create a custom USB drive for kickstart install. I found this: 1. get the ISO file of CentOS 7 2. mount -o loop CentOS-7.0*.iso /mnt/ 3. mkdir -p /CentOS-7-ISO-respin/{CentOS-7-unpacked,CentOS-7-iso} 4. rsync -avz /mnt/ /CentOS-7-ISO-respin/RHEL-7-unpacked 5. put your kickstart file into
2008 Sep 01
1
kickstart problems
Hi I'm having a problem with setting up a kickstart environment based on CentOS 5.2 x86_64, on a Sun X2200 M2 server (both the server and the client in the kickstart environment are Sun X2200 M2 systems): the first attempt to load stage2.img fails with the error screen: "unable to retrieve http://192.168.11.10/source/images/stage2.img". Pressing the "OK" button brings up
2014 Aug 31
1
Install Centos 6 x86_64 on Dell PowerEdge 2970 and a SSD (hardware probing issues)
I have a fleet of 2970s and we are upgrading the hardrives on the motherboard SATA ports (A/B not the PERC backplane) when a "detecting hardware" is performed the system crashes, reboots and gives an E1422 error code (useless video: https://www.youtube.com/watch?v=PhyMeUHJar4). We narrowed it down to a motherboard BIOS issue, if we remove the SSD or add noprobe to the kernel the
2019 Dec 26
2
livemedia-creator --make-pxe-live CentOS 7
Hello, I am trying to build a PXE boot image for CentOS 7. livemedia-creator --make-pxe-live --ks=ks --no-virt It runs the entire process and then it says: losetup: /dev/: detach failed: Inappropriate ioctl for device 2019-12-26 11:49:47,293: Disk Image install successful 2019-12-26 11:49:47,293: working dir is /var/tmp/tmpKwqC77 mount: /dev/loop0 is write-protected, mounting read-only mount: