Robert Harker Technical Wiki
Thoughts and Ideas About Large Sites

[ Prev ] [ Index ] [ Next ]


Grub2

TOPIC

scp /home/tftpboot/centos/6/x86_64/initrd.img root@nova4:/boot/initrd_remote.img
scp /home/tftpboot/centos/6/x86_64/vmlinuz root@nova4:/boot/vmlinuz_remote
scp grub.conf root@nova4:/boot/grub/grub.conf
exit

alias update-grub='grub2-mkconfig -o /boot/grub2/grub.cfg'

title Remote Install
root (hd0,0)
kernel /vmlinuz_remote
lang=en_US
keymap=us
method=http://<your_domain>/<path_to_tree>/i386/tree
ip=dhcp
initrd /initrd_remote.img

label lvm
menu label ^LVM install
kernel vmlinuz
append initrd=initrd.img
ksdevice=eth1
ks=http://science.cloud5.harker.com/repos/centos/ks/centos6.5lvm.ks

label manual
menu label ^Manual install a system
kernel vmlinuz
append initrd=initrd.img
repo=http://science.cloud5.harker.com/repos/centos/6.5/os/x86_64/


Backlinks: index Start
Created with Zim desktop wiki