|
|
GRUB conf
Sample GRUB configuration file: grub.conf
serial --unit=0 --speed=9600
terminal --timeout=5 serial console
default=0
timeout=5
title BOOT Fedora Core Serial (hda)
root (hd0,1)
kernel /boot/vmlinuz ro root=LABEL=/ console=ttyS0
initrd /boot/initrd.img
title BOOT Fedora Core Console (hda)
root (hd0,1)
kernel /boot/vmlinuz ro root=LABEL=/ console=tty0
initrd /boot/initrd.img
title BOOT Fedora Core Serial (hdc)
root (hd1,1)
kernel /boot/vmlinuz ro root=LABEL=/ console=ttyS0
initrd /boot/initrd.img
title BOOT Fedora Core Console (hdc)
root (hd1,1)
kernel /boot/vmlinuz ro root=LABEL=/ console=tty0
initrd /boot/initrd.img
title INSTALL Fedora Core Serial
ifconfig --address=192.168.101.10 --gateway=192.168.101.1
tftpserver 192.168.100.22
root (nd)
kernel /fc4/isolinux/vmlinuz rw root=/dev/ram0 ramdisk_size=8192 ks=http://192.168.100.22/stateless/ks-fw.cfg console=ttyS0
initrd /fc4/isolinux/initrd.img
title INSTALL Fedora Core Console
ifconfig --address=192.168.101.10 --gateway=192.168.101.1
tftpserver 192.168.100.22
root (nd)
kernel /fc4/isolinux/vmlinuz rw root=/dev/ram0 ramdisk_size=8192 ks=http://192.168.100.22/stateless/ks-fw.cfg console=tty0
initrd /fc4/isolinux/initrd.img
title RESCUE Fedora Core Serial
ifconfig --address=192.168.101.10 --gateway=192.168.101.1
tftpserver 192.168.100.22
root (nd)
kernel /fc4/isolinux/vmlinuz rescue rw root=/dev/ram0 ramdisk_size=8192 console=ttyS0
initrd /fc4/isolinux/initrd.img
title RESCUE Fedora Core Console
ifconfig --address=192.168.101.10 --gateway=192.168.101.1
tftpserver 192.168.100.22
root (nd)
kernel /fc4/isolinux/vmlinuz rescue rw root=/dev/ram0 ramdisk_size=8192 console=tty0
initrd /fc4/isolinux/initrd.img
|
|