Difference between revisions of "Livecd-tools"

From Notes_Wiki
m
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<yambe:breadcrumb>System_administration_tools|System Administration Tools</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[System administration tools]] > [[Livecd-tools|livecd-tools]]
=livecd-tools=


==Creating Cent-OS 6.4 USB installer==
==Creating Cent-OS 6.4 USB installer==
Line 11: Line 10:


Steps learned from http://brakkee.org/site/2013/05/09/creating-a-usb-install-for-centos-6-4/
Steps learned from http://brakkee.org/site/2013/05/09/creating-a-usb-install-for-centos-6-4/
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[System administration tools]] > [[Livecd-tools|livecd-tools]]

Latest revision as of 12:10, 28 July 2022

Home > CentOS > CentOS 6.x > System administration tools > livecd-tools

Creating Cent-OS 6.4 USB installer

  1. Create a single ext3 partition 'mkfs.ext3 /dev/sdb1'
  2. Install livecd-tools package 'yum install livecd-tools'. This may require rpmfusion-{free,nonfree} and/or epel.
  3. Use livecd-iso-to-disk to create bootable installer USB as 'livecd-iso-to-disk CentOS-6.4-x86_64-bin-DVD1.iso /dev/sdb1'
  4. Try to boot using '/usr/libexec/qemu-kvm -hda /dev/sdb -m 1024 -vga std' and connect using 'vncviewer localhost:0'

The method works for both installation CD/DVD images and also for livecd images.

Steps learned from http://brakkee.org/site/2013/05/09/creating-a-usb-install-for-centos-6-4/



Home > CentOS > CentOS 6.x > System administration tools > livecd-tools