Rick Philbrick wrote: > > What option/s should be included in my KS-cfg in order to have either > disk bootable? Below are the two that i do use. > bootloader --location=mbr > zerombr yes I use the following in %post grub --batch <<EOT 1>/dev/null 2>/dev/null root (hd0,0) setup (hd0) root (hd1,0) setup (hd1) quit EOT hope that helps - Mike