On Thu, Oct 13, 2011 at 1:24 AM, Luke Bigum <luke.bi...@lmax.com> wrote:

> Can you give me an example of a grub.conf file that you want to
> achieve? I don't have a dual boot windows system so not exactly sure
> what option you mean.




> # grub.conf generated by anaconda
> #
> # Note that you do not have to rerun grub after making changes to this file
> # NOTICE:  You have a /boot partition.  This means that
> #          all kernel and initrd paths are relative to /boot/, eg.
> #          root (hd0,2)
> #          kernel /vmlinuz-version ro root=/dev/ROOTDISK/root
> #          initrd /initrd-version.img
> #boot=/dev/sda
> default=0
> timeout=15
> splashimage=(hd0,2)/grub/splash.xpm.gz
> hiddenmenu
> password --md5 $1$CgIXv$laSfgcbmFW62.Y7PWbtBB0
> title CentOS (2.6.18-274.3.1.el5)
>         root (hd0,2)
>         kernel /vmlinuz-2.6.18-274.3.1.el5 ro root=/dev/ROOTDISK/root rhgb
> quiet
>         initrd /initrd-2.6.18-274.3.1.el5.img
> title Windows
>         rootnoverify (hd0,0)
>         chainloader +1
>
>

default= should be set to saved
davedefault should be appended after chainloader +1

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to