Difference between revisions of "Talk:SYA710 Lab05"
Bossa nesta (talk | contribs) (New page: ====Install Fedora==== -Install Fedora in the partition and configuration you want... ==== Grub ==== '''(after installation)''' -type C to enter grub mode.. (if it has a hardware device...) |
Bossa nesta (talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
====Install Fedora==== | ====Install Fedora==== | ||
-Install Fedora in the partition and configuration you want... | -Install Fedora in the partition and configuration you want... | ||
Line 13: | Line 12: | ||
==== k3b ==== | ==== k3b ==== | ||
− | -login as root (or u can login as regular user then "su -") | + | -Now you should hae fedora installed and it should have user list in the login list (in this case is "claw") |
+ | -login as root (or u can login as regular user then "su -", if u prefer) | ||
+ | -connect your fedora to internet | ||
+ | -with root privilege to run "yum -y install k3b isomaster" | ||
+ | -it will install "k3b" and "isomaster" automatically | ||
+ | - | ||
+ | |||
+ | ==== Customising ISO Image with isomaster ==== |
Revision as of 13:57, 30 October 2008
Install Fedora
-Install Fedora in the partition and configuration you want...
Grub
(after installation) -type C to enter grub mode.. (if it has a hardware device to control your hard disk, make sure you choose the one that's for Fedora) -in Grub, type root=(hd1,0), you can use" root=(hd " then TAB to list all your options -kernel=/vm (press TAB) -initrd=/ini (press TAB) now, type boot to start the partition you selection
k3b
-Now you should hae fedora installed and it should have user list in the login list (in this case is "claw") -login as root (or u can login as regular user then "su -", if u prefer) -connect your fedora to internet -with root privilege to run "yum -y install k3b isomaster" -it will install "k3b" and "isomaster" automatically -