User Tools

Site Tools


docs:man:installing_pld_linux_based_on_rescue_cd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
docs:man:installing_pld_linux_based_on_rescue_cd [2008-10-25 16:32]
grizz
docs:man:installing_pld_linux_based_on_rescue_cd [2008-11-09 13:19]
grizz typo
Line 1: Line 1:
 +/* pragma: section-numbers 2 */
  
  
Line 78: Line 79:
  
  
-===== Prepare to install kernel ​=====+===== Kernel installation ===== 
 + 
 + 
 +==== Prepare to install kernel ====
  
  
Line 92: Line 96:
  
  
-===== Kernel installation ​=====+==== Kernel installation ====
  
  
Line 100: Line 104:
  
 ===== Bootloader ===== ===== Bootloader =====
-\\ :!Write something more here :!+ 
 + 
 +==== lilo ==== 
 +Edit **/​etc/​lilo.conf**  
 + 
 +<​file>​boot=/​dev/​sda 
 +read-only 
 +lba32 
 +prompt 
 +timeout=100 
 + 
 +image=/​boot/​vmlinuz 
 +        label=pld 
 +        root=/​dev/​sda2 
 +        initrd=/​boot/​initrd 
 +</​file>​ 
 +And execute 
 + 
 +<​file>#​ chroot /pld /​sbin/​lilo 
 +</​file>​ 
 + 
 + 
 +==== grub ==== 
 +Edit **/​boot/​grub/​menu.lst**  
 + 
 + 
 + 
 +<​file>​timeout 10 
 + 
 +title  pld 
 +root (hd0,1) 
 +kernel /​boot/​vmlinuz boot=/​dev/​hda 
 +initrd /​boot/​initrd 
 +</​file>​ 
 +And execute  
 + 
 +<​file>#​ chroot /pld /​sbin/​grub 
 +</​file>​ 
 +A Grub's shell will started. Let's make some changes 
 + 
 +<​file>​grub>​ root (hd0,1) 
 +grub> setup (hd0) 
 +grub> quit 
 +</​file>​ 
 + 
 + 
 +==== Advanced configuration ==== 
 +Advanced lilo and grub configuration is described ​here: [[:Docs:​man:​Bootloader|../​Bootloader]]  
 + 
  
 ===== udev ===== ===== udev =====
docs/man/installing_pld_linux_based_on_rescue_cd.txt · Last modified: 2019-01-21 20:21 by arekm