Open main menu

CDOT Wiki β

Changes

Talk:SYA710 Lab05

786 bytes added, 23:06, 8 December 2008
Running kick start
==== Grub ====
'''(after installation)'''<br>-type C to enter grub mode..<br>(if it has a hardware device to control your hard disk, make sure you choose the one that's for Fedora)<br>-in Grub, type root=(hd1,0), you can use" root=(hd " then TAB to list all your options<br>-kernel=/vm (press TAB)<br>-initrd=/ini (press TAB)<br>now, type "boot " to start the partition you selection<br>
==== k3b ====
-Now you should hae have fedora installed and it should have user list in the login list (in this case is "claw")<br>-login as root (or u can login as regular user then "su -", if u prefer)<br>-connect your fedora to internet<br>-with root privilege to run "yum -y install k3b isomaster"<br>-it will install "k3b" and "isomaster" automatically <br>
==== Customizing ISO Image with k3b ====
-run k3b<br>
-insert your Fedora installation DVD<br>
-in the pull down menu, choose, "copy DVD"<br>
-make sure you choose the optioin "create image"<br>
-save the image in your target location<br>
-wait until it's finish<br>
==== Customising ISO Image with k3b Master ====-run isomaster<br>-add the iso image that you created with k3b<br>-insert after adding the iso, add /root/anaconda-ks.cfg to your Fedora installation DVDimage's root directory and rename it to "ks.cfg"<br> -in open "ks.cfg" find the pull down menuline... "bootloader --location=mbr --driveorder=sda, choosesdb --apppend="rhgb quiet"" - change to "bootloader --location=sdb --driveorder=sda, sdb --apppend="rhgb quiet"copy DVD"''' [http://zenit.senecac.on.ca/wiki/index.php/Windows_Data_Migration_Tool ^----- believe it or not, Nestor did it, ;-p -----^ ''']<br>-save and add to the image ISO, make sure you choose the optioin name is "ks.cfg"create 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<br>-in your imagelist, open /isolinux/isolinux.cfg<br>-find "label linux" and edit the line "append initrd=initrd.img" to "append initrd=initrd.img ks=cdrom"<br>-save "isolinux.cfg" and add to the image ISO<br>-save your iso in your target locationa new file name<br>-wait until itand burn the image file into DVD ==== Running kick start ====''' ''Nestor is saving this for you guys. cos I'm so nice ^^'' '''s finish Thank you Nestor 8-)
==== ISO Master ====-run isomaster-add the iso image that you created with k3b-after adding the iso, add /root/anaconda-ks.cfg to your image's root directory-if u're not running with root, use root to copy it to avaliable directory and make sure itMilton''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"-