PLDWWW: Docs/man/Installing PLD Linux based on Rescue CD

grizz grizz at pld-linux.org
Sun Nov 9 13:17:41 CET 2008


Author: grizz   Date: Sun Nov  9 12:17:41 2008 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/Docs/man/Installing_PLD_Linux_based_on_Rescue_CD?action=diff&rev2=5&rev1=4
---- Log message:
bootloader

---- Page affected: Docs/man/Installing PLD Linux based on Rescue CD

---- Diffs:

================================================================
The comment on the change is:
bootloader

+ #pragma section-numbers 2
  = Installing PLD Linux based on Rescue CD =
  == TOC ==
  [[TableOfContents]]
@@ -95, +96 @@

  }}}
  
  == Bootloader ==
- [[BR]] <!> Write something more here <!>
+ === lilo ===
+ Edit '''/etc/lilo.conf'''
+ {{{
+ boot=/dev/sda
+ read-only
+ lba32
+ prompt
+ timeout=100
+ 
+ image=/boot/vmlinuz
+ 	label=pld
+ 	root=/dev/sda2
+ 	initrd=/boot/initrd
+ }}}
+ And execute:
+ {{{
+ # chroot /pld /sbin/lilo
+ }}}
+ 
+ === grub ===
+ Edit '''/boot/grub/menu.lst'''
+ 
+ {{{
+ timeout 10
+ 
+ title  pld
+ root (hd0,1)
+ kernel /boot/vmlinuz boot=/dev/hda
+ initrd /boot/initrd
+ }}}
+ 
+ And execute 
+ {{{
+ # chroot /pld /sbin/grub
+ }}}
+ 
+ A Grub's shell will started. Let's make some changes:
+ {{{
+ grub> root (hd0,1)
+ grub> setup (hd0)
+ grub> quit
+ }}}
+ === Advanced configuration ===
+ Advanced lilo and grub configuration is described here: [:../Bootloader:]
+ }}}
  == udev ==
  [[BR]] <!> Write something more here <!>
  


More information about the pld-cvs-commit mailing list