search for: livecd

Displaying 20 results from an estimated 712 matches for "livecd".

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 proper vmlinuz and initrd from the LiveCD and make it available to my PXELINUX Config: label Liv...
2009 Aug 19
1
Updated livecd building tool
I updated the livecd-tools package from version 013 to 014. This update introduces new interesting features like : - support for Xen kernel - built-in md5sum into the resulting LiveCD ISO - a new API See https://projects.centos.org/trac/livecd/wiki/GetToolset for instructions on how to get this updated toolset. Si...
2009 Jul 29
5
ovirt-node-image patchset Fedora
modified ovirt-node-image for inclusion in Fedora Removes ovirt-node-image-pxe sub package adds get-ovirt-node-image script adds generate-ovirt-node-pxe-tree script (replaces subpackage) moved all the scripts/tools into tools subdir adds new rpm, ovirt-node-recipe includes tools, manifests, and ks file/recipe Process for building upstream ovirt node packages.... 1. Build ovir-node.rpm in koji
2017 Apr 08
0
how to use livecd-creator to create my own livecd iso as same as offical release iso?
Hello list, I use the livecd-creator to customize my own livecd iso. I use the kickstart config file from https://raw.githubusercontent.com/CentOS/sig-core-livemedia/master/kickstarts/centos-7-livecd.cfg. #livecd-creator -v --config centos-7-livecd.cfg --cache /var/cache/livecd finally I got a iso, but the iso is stra...
2009 Sep 22
1
[PATCH] edit-livecd in python
This is the second generation of the edit-livecd tool that replaces our original bash script with a python version and aims to reuse as much as the livecd-creator libraries as possible. The main reason for the new creator class is to avoid the need for a kisckstart file in order to edit an existing livecd image. edit-livecd is useful for people...
2012 Jan 27
1
need help to build livecd and create success iso file but it hang
Hi all my environment: 1/ windows 7 OS system 2/ use virtual box install the host centos system i try to make a centos livecd and i follow the step 1/ create file: vi /etc/yum.repos.d/centos-livecd.repo and the content of file: # Name: CentOS LiveCD repository [livecd] name = CentOS $releasever - LiveCD baseurl = http://www.nanotechnologies.qc.ca/propos/linux/centos-live/$basearch/live enabled=1 protect=0 gpgkey = http:/...
2013 Jun 03
1
PXE Boot Live CD
...e an image centos to install Citrix Receiver for q clients the machines do not need HD. Among all tests q I bumped into two "errors": 1. Install Centos 2. Foreign q there is no bootable image I studied various contents on the internet a list of them below: https://projects.centos.org/trac/livecd/wiki/PxeBoot https://projects.centos.org/trac/livecd/wiki/GetToolset http://www.bestlinux.com.br/index.php/dicas/126-distribuicoes/2609 http://fedoraproject.org/wiki/How_to_create_and_use_a_Live_CD http://pkgs.org/centos-6-rhel-6/epel-i386/livecd-tools-13.4-2.el6.i686.rpm.html https://projects.cent...
2008 Jan 02
1
Unknown keyword in syslinux.cfg
...to syslinux* for booting from USB. There is no blank line at the end of the file. It works well with 3.11, but that version doesn't allow me to put all the files in a /syslinux directory. I suspect the culprit is "gfxboot" -- what can I use instead of it? === cut here === default livecd prompt 1 timeout 150 gfxboot bootlogo label LiveCD kernel vmlinuz append livecd=livecd initrd=initrd.gz root=/dev/rd/3 acpi=on vga=788 keyb=us splash=silent fstab=rw,noauto label VideoSafeModeFBDev kernel vmlinuz append livecd=livecd initrd=initrd.gz root=/dev/rd/3 acpi=on vga=788...
2011 Dec 10
0
Release for CentOS-6.1 LiveCD i386 and x86_64
We are pleased to announce the immediate availability of CentOS-6.1 LiveCD for i386 and x86_64 architectures. Detailed Release Notes are available at http://wiki.centos.org/Manuals/ReleaseNotes/CentOSLiveCD6.1 +++++++++++++++++++++++ Overview The CentOS-6.1 LiveCD is meant to be a Linux environment suited to be run directly from either CD media or USB storage devices....
2006 Nov 07
2
unionfs and centos 4.4
I have tried to create a livecd from Centos 4.4, it require to compile unionfs as a module. I'm using Centos kernel source kernel-2.6.9-42.EL.src.rpm and unionfs v1.1.5 but its giving error while compiling. <http://mirror.linux.duke.edu/pub/centos/4.4/os/SRPMS/kernel-2.6.9-42.EL.src.rpm> Is anyone having success sto...
2007 Oct 14
3
Howto reconfigure / rebuild CentOS 5 LiveCD
Hi, I like to add some of my own utilities, etc.. to the CentOS 5.0 LiveCD. IOW I am looking for a way to rebuild the livecd for specific purposes. Can someone reach me handle where to start? The only thing I've found so far is the out-of-the-box iso. Thanks, John
2013 May 17
2
F18: Create a USB install of CentOS 6 from iso
Hi all, On a F18, I installed livecd-tools-18.15-1 I downloaded CenOS6.x minimal .iso and with livecd-iso-to-disk the resulting USB is never bootable: the computer doesnt boot on it. Tested on many computers. The fact is I succeded to install CentOS on a Netbook (no CD/DVD tray), but I dont remember how I invoked livecd-iso-to-di...
2009 Sep 14
2
[PATCH node-image] add livecd-iso-to-iscsi script to support iscsi root booting setup
This enables the ability to take the ovirt-node-image iso and deploy it to an iscsi disk. It also provides a sample pxe configuration for booting based on the iscsi root device. Includes support for user/password as well as reverse chap user/password. --- Makefile.am | 1 + livecd-iso-to-iscsi | 201 ++++++++++++++++++++++++++++++++++++++++++++++ ovirt-node-image.spec.in | 2 + 3 files changed, 204 insertions(+), 0 deletions(-) create mode 100755 livecd-iso-to-iscsi diff --git a/Makefile.am b/Makefile.am index a44ae49..d920813 100644 --- a/Makefile.am +++ b/Makefi...
2007 Jun 19
5
CentOS 5 LiveCD - When?
I asked before (about 2 weeks) about this, and was told it was in testing. I wonder when it will be available. My GF is considering leaving Debian due to it not recognizing her hardware very well, and I thought a CentOS 5 LiveCD might be a reasonable way for her to see whether CentOS might do a better job. If no LiveCD is forthcoming soon, then I'll burn a copy of the CentOS 4 LiveCD and let her try that. Thanks. Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} Oppose globalizati...
2013 Jun 18
1
How to rebuild the Centos 6.4 iso images with the same contents as officially released iso images ?
I have read many Centos webpages and mail archives but found only raw descriptions of the build process. My first aim is to rebuild CentOS-6.4-x86_64-LiveCD.iso using the Centos repositories and preferably without recompiling the SRPMs, just to verify the build process. My final aim is to create a Centos LiveOS contain the packages in CentOS-6.4-x86_64-minimal.iso plus some network configuration changes and some own executables preinstalled. --- Only...
2009 Aug 20
3
[PATCH ovirt-node-image] fixes for edit-livecd
Patch set fixes issues with image size increase when using edit-livecd Also address issue with ext4 root fs
2011 Jul 25
0
Release for CentOS-6.0 LiveCD i386 and x86_64
We are pleased to announce the immediate availability of CentOS-6.0 LiveCD for i386 and x86_64 architectures. Detailed Release Notes are available at http://wiki.centos.org/Manuals/ReleaseNotes/CentOSLiveCD6.0 +++++++++++++++++++++++ Overview The CentOS-6.0 LiveCD is meant to be a Linux environment suited to be run directly from either CD media or USB storage devices....
2012 Jun 22
2
How to recognize an MBR suitable for isohybrid --mac ?
...t the substituted bytes of isohybrid --mac: 45 52 08 00 00 00 90 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ) ---------------------------------------------------------------------- I tested my implementation by re-packing Fedora-LiveCD.iso and booting it by PC-BIOS from CD and USB stick. I do not have hardware that would boot via APM or GPT (i.e. Mac from CD and USB stick or hard disk). A test would be needed, because xorriso deviates from several suspicious address computations of isohybrid.c, and from its GPT partition names....
2011 Jun 11
7
C6 LiveCD top 5 apps
Regarding http://twitter.com/CentOS/statuses/79336297579282432 I don't have a twitter account so I'm spamming the list since it looks on topic :) I'd like to see on the LiveCD the following: 1. latest dd_rescue 2. latest gparted 3. ntfs-3g 4. screen 5. mc How about you? -- Nux! www.nux.ro
2015 Aug 10
2
FC22: virt-p2v-make-kickstart/livecd-creator doesn't build
Hello, I am trying to make a .iso to p2v some old windows servers, and I installed a brand new FC22 server to build my images I run virt-p2v-make-kickstart fedora livecd-creator p2v.ks and I get the following error: Installing: grubby ##################### [435/436] Installing: uboot-tools ##################### [436/436] Installing: b43-fwcutter ##################### [437/436] 947 blocks No '/d...