Changes

Jump to: navigation, search

SYA710-midterm

1,137 bytes added, 06:49, 25 November 2008
no edit summary
ref:RHCE exam Book
</pre>
 
<pre>
Kick Start Procedure
 
- Install Fedora
- sudo yum -y install k3b isomaster
- use k3b to rip Fedora Installation DVD into ISO
- use isomaster to copy file "/root/anaconda-ks.cfg" from local Fedora partition into the ISO file, put it in root directory in the ISO file, "/ks.cfg"
- open "ks.cfg" find the line...
"bootloader --location=mbr --driveorder=sda,sdb --apppend="rhgb quiet""
- change to
"bootloader --location=sdb --driveorder=sda,sdb --apppend="rhgb quiet""
-save and add to the image ISO, make sure the name is "ks.cfg" on ISO Image.
-if u're not running with root, use root to copy it to avaliable directory and make sure it's readable for your current user
-in your image list, open /isolinux/isolinux.cfg
-find "label linux" and edit the line "append initrd=initrd.img" to "append initrd=initrd.img ks=cdrom"
-save "isolinux.cfg" and add to the image ISO
- use k3b to burn iso image to a new DVD
- boot the target PC with the new Fedora installation DVD\
- in boot prompt, press "c" to add boot option
- type "ks=cdrom" to let installation read the ks.cfg from DVD rom
- sit back and have a cup of tea.. ^^
 
</pre>

Navigation menu