Difference between revisions of "Livecd-tools"
From Notes_Wiki
m |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[System administration tools]] > [[Livecd-tools|livecd-tools]] | |||
==Creating Cent-OS 6.4 USB installer== | ==Creating Cent-OS 6.4 USB installer== | ||
Line 8: | Line 7: | ||
# 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>' | # 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>' | ||
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/ | 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
- Create a single ext3 partition 'mkfs.ext3 /dev/sdb1'
- Install livecd-tools package 'yum install livecd-tools'. This may require rpmfusion-{free,nonfree} and/or epel.
- 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'
- 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