No subject


Wed Mar 7 00:37:19 UTC 2012


> 12.2. Editing the GRUB Configuration
> The GRUB boot loader uses the configuration files /etc/default/grub and the scripts in etc/grub.d/. To configure GRUB to boot from the new files, add a boot stanza to /etc/grub.d/40_custom that refers to them.
> A minimal boot stanza looks like the following listing:

> menuentry "Fedora Linux" {
>         set root=(hd0,0)
>         linux /vmlinuz-install
>         initrd /initrd.img-install
> 	}

The stanza is for grub2.
Also from 12.2:
> When you are finished, run grub2-mkconfig with root privileges and open the grub.cfg file to view the updated configuration. Locate your new menu entry stanza and determine its place in the stanza order.

grub2-mkconfig is grub2-only.

On Fri, 23 Mar 2012, jackson byers wrote:
> So if you have the files extracted from the F16 iso
> stored somewhere on your F14,
> you should be able to directly use the Horsley prescription.

That is what I have been trying to do lately.
It hasn't been working.

-- 
Michael   hennebry at web.cs.ndsu.NoDak.edu
"On Monday, I'm gonna have to tell my kindergarten class,
whom I teach not to run with scissors,
that my fiance ran me through with a broadsword."  --  Lily


More information about the users mailing list