Difference between revisions of "Livecd-tools"

From Notes_Wiki
m
m
Line 6: Line 6:
# Install livecd-tools package '<tt>yum install livecd-tools</tt>'.  This may require rpmfusion-{free,nonfree} and/or epel.
# Install livecd-tools package '<tt>yum install livecd-tools</tt>'.  This may require rpmfusion-{free,nonfree} and/or epel.
# Use livecd-iso-to-disk to create bootable installer USB as '<tt>livecd-iso-to-disk  CentOS-6.4-x86_64-bin-DVD1.iso  /dev/sdb1</tt>'
# Use livecd-iso-to-disk to create bootable installer USB as '<tt>livecd-iso-to-disk  CentOS-6.4-x86_64-bin-DVD1.iso  /dev/sdb1</tt>'
# Try to boot using '<tt>/usr/libexec/qemu-kvm -hda /dev/sdb -m 1024 -vga std</tt>'
# Try to boot using '<tt>/usr/libexec/qemu-kvm -hda /dev/sdb -m 1024 -vga std</tt>' and connect using '<tt>vncviewer localhost:0</tt>'




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/

Revision as of 13:45, 16 May 2014

<yambe:breadcrumb>System_administration_tools|System Administration Tools</yambe:breadcrumb>

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'


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