similar to: Centos 5.2 kickstart install from USB Pen failed

Displaying 20 results from an estimated 1000 matches similar to: "Centos 5.2 kickstart install from USB Pen failed"

2009 Jan 23
0
start network installation with HP 8530w with Intel ethernet card
Hi, I have an HP 8530w laptop. I need ti instal it under CentOS 5.2 x86_64 - kernel 2.6.18-92. The network card is not recognized. I have add the driver e1000e-0.5.11.2 (dowload from Intel site). After compiled and installed the driver, all work fine! But I need to make a network installation and the Intel network card should be recognized before. I found the following script on the net and
2010 Feb 01
2
kickstart installation from usb key
I'm trying to set up a custom installation of CentOS using kickstart i tried many thing from how to's and tutorial web pages but nothing worked ;( Here is my USB key tree : |-- CentOS | |-- all my rpms | `-- last rpm |-- TRANS.TBL |-- boot.cat |-- boot.msg |-- custom.iso |-- general.msg |-- images | |-- README | |-- TRANS.TBL | |-- boot.iso | |-- diskboot.img | |-- minstg2.img | |--
2011 Feb 24
1
[PATCH][git-pull] Reminders
Here's some reminders for various branches that are pending. All branches are at my public repo at git://git.zytor.com/users/genec/syslinux.git ( http://git.zytor.com/?p=users/genec/syslinux.git;a=summary ) HPA, I'd appreciate a response in the direction of a status like on hold, under review, denied or to be completed soon. Branch win64-mingw32-ubuntu-for-hpa adds more prefixes in
2018 Jan 05
0
Structure of VBR in FAT32?
> You are thinking GRUB-like, among (too) many others. Heh, at least I am in good company. > A "sector" is not necessarily 512-bytes long. Fair enough, e.g. Advanced Format 4k sector disks. > The VBR, or Volume Boot Record, is not necessarily 512-bytes long. > Also, the VBR doesn't need to be restricted to the first sector of the volume alone. The "Design"
2005 Oct 28
1
Is it possible to install FC4 to my HD?
I have a Laptop with 6G HD, there are FD and CD-ROM port to external devices. But I only have a external floppy drive, no cd-rom. Now I boot from 1fd linux and make HD as partition, next I want to install FC4 on this laptop. But FC4 CD only support CD-ROM or USB memory, I tried to write diskboot.img to /dev/hda1 with dd command, I found all files in image bootdisk.img in /dev/hda1, but when I
2005 Apr 18
1
more: Have install diskette for 3.0, but can't find the .img for 4.0
I have found something called: diskboot.img at: http://www.gtlib.gatech.edu/pub/centos/4/os/i386/images/ But it is 6Mb large (6411Kb) instead of 1411Kb And the rawreadwrirewin program gets an error on it when run on NT. On Win2000, it makes a diskette that fails to boot.. So really, HELP!!!! I 'just' discovered that my old bootable diskette is for Centos 3.0, and my other CDs are
2006 Sep 04
4
problems copying distro files
At this point in my lab, the only solid servers I have are Win2000. So I xcopy the distro CDs into a directory that I make available for install via ftp. Well I have had problems copying files from this distro. I had to use the /c option in xcopy to get past the problem files.. A few examples are: The following files in the image directory of disk 1 has 'File creation error - The
2011 Apr 26
2
virt-clone: clone not bootable
Hi, Not sure if this is the right mailing list, but... I have a Linux VM (CentOS 5.4) VM. ?I cloned it with virt-clone, but the clone isn't bootable. ?When I attempt to boot it says: ? Booting from hard diskBoot failed: not a bootable diskFATAL: No bootable device The clone was made with the following command: virt-clone -o centos -n centosclone -f /path/to/new/image.img I've attempted it
2018 Jan 02
0
Structure of VBR in FAT32?
On Mon, Jan 1, 2018 at 11:06 AM, Avi Deitcher via Syslinux <syslinux at zytor.com> wrote: > Hi Syslinuxers, > > I am trying to understand the basic load chain in fat32 and ext4. I dug > into the assembly for MBR, which is pretty straightforward: > > 1. Find boot partition (or use the pre-defined one at byte 440 for > altmbr.bin) > 2. Load the first 512-byte sector of
2006 Feb 07
0
Booting centos from a windows ris server - SOLVED
Will McDonald wrote: > On 01/02/06, Plant, Dean <dean.plant at roke.co.uk> wrote: >> We are thinking of using pxe boot with a windows ris server to start >> off a Centos 4 install. Does anyone know if this is possible? > > I've never done it myself but turned up a few links a few weeks back > which imply it's feasible... > >
2005 Dec 29
2
Jigdo, etc...
Hi folks, I've just finished rsyncing/downloading/jigdoizing the entire i386/x86_64 CentOS 4.2 distribution. If anyone is interested go to http://mirror.tcs.ii.uj.edu.pl/jigdo/ You'll need to edit the .jigdo file by hand to change the server section [Servers] CentOS42=file:/opt/mirrors/centos/4.2/ to point to a local mirror (file, http or ftp), ie. to use kernel.org: [Servers]
2018 Jan 02
0
Structure of VBR in FAT32?
On Tue, Jan 2, 2018 at 1:03 PM, Avi Deitcher <avi at deitcher.net> wrote: > Thanks for the response, Gene. Much appreciated. I didn't get all of it; > mind if I follow on below? > >> ldlinux.sys is ldlinux.bin without the VBR (Volume Boot Record) code. > > Makes sense. > >> > 1. Where is the code that goes in the VBR or Block Group 0 padding? >>
2019 Apr 22
0
Installing syslinux on a purely virtual disk
Richard W.M. Jones via Syslinux wrote: > I'm trying to add boot support to > https://github.com/libguestfs/nbdkit/tree/master/plugins/floppy > > This NBD server plugin generates a completely virtual FAT filesystem > and partition table. Nothing is ever written to a file, and it must > run without anything needing to be root, loop mounting etc. Running > "syslinux
2018 Jan 06
0
Structure of VBR in FAT32?
On Sat, Jan 6, 2018 at 12:34 PM, Avi Deitcher <avi at deitcher.net> wrote: >> > Is the build process documented? Or am I just going to have to plod >> > through >> > the makefiles? >> >> I don't think so. > Oh well... >> > 1. Run installer >> > 2. Installer loads ldlinux.sys onto the filesystem (and copies >> >
2019 Apr 18
4
Installing syslinux on a purely virtual disk
I'm trying to add boot support to https://github.com/libguestfs/nbdkit/tree/master/plugins/floppy This NBD server plugin generates a completely virtual FAT filesystem and partition table. Nothing is ever written to a file, and it must run without anything needing to be root, loop mounting etc. Running "syslinux --install <something>" is a non-starter. So I've looked at
2018 Jan 06
2
Structure of VBR in FAT32?
> > > Is the build process documented? Or am I just going to have to plod > through > > the makefiles? > > I don't think so. > Oh well... > > 1. Run installer > > 2. Installer loads ldlinux.sys onto the filesystem (and copies > ldlinux.c32, > > but irrelevant for now). > > 3. Installer calculates which blocks in the filesystem contain
2008 Oct 09
2
Installing a new VM on a xen box.
HW = HPQ DC7700 DuoCore 1.8GHz, 4 x 2GB RAM, 1 x 1TB SATA (AHCI) OS = CentOS-5.2 ix_64 (xen) I am experimenting with Xen and with virtual machines in general for the first time. In consequence I have many questions. However, the one that I wish answered at the moment is simple: Given a DVD containing the CentOS-5.2_Final (i386) distribution mounted at /media/CentOS_5.2_Final on Dom0, what
2008 Jan 29
4
Resizing a fat filesystem on a USB partition
Hi All, I feel this is the most simple question but I am currently going around and round in circles and searches keep bringing me up Windows tools!! :-( I have a 512MB USB drive that has a 12MB FAT16 partition on it. How can I resize this 12MB partition to grow and fill the whole 512MB drive? Just in case I am being stupid, here is what I am doing... :-) I would like a quick USB drive that
2018 Jan 05
0
Structure of VBR in FAT32?
On Wed, Jan 3, 2018 at 2:38 AM, Avi Deitcher <avi at deitcher.net> wrote: > Gene, thanks for doing "Reply-All". I only get digest, so this keeps me in > the loop. Appreciated. > >> > which appears to be included in diskstart.inc. I will have to dig in and >> > see >> > how this all gets compiled (pointers always appreciated :-) ). >>
2018 Jan 02
3
Structure of VBR in FAT32?
Thanks for the response, Gene. Much appreciated. I didn't get all of it; mind if I follow on below? ldlinux.sys is ldlinux.bin without the VBR (Volume Boot Record) code. > Makes sense. > > 1. Where is the code that goes in the VBR or Block Group 0 padding? > > diskboot.inc. > which appears to be included in diskstart.inc. I will have to dig in and see how this all gets