- To: jam <jam@xxxxxxxxx>
- Subject: Re: [SLUG] The Beast
- From: Mike Andy <beatbreaker82@xxxxxxxxx>
- Date: Sun, 15 Nov 2009 13:04:51 +1100
- Cc: slug@xxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=xO6Cc7tIzFrONhGhZP8dOHRD3yfMPErFh7fcpIs1jPA=; b=uy4b6/CWnXcJzVGnpKdG/ThHU2V/Q/SmJLfQ9QsYB2F3pBM/iTYltFExY4JVB6aS20 tOYLvIXp0jteHxzFLqrHDsZQtdpkUycDyCsOppbdlZy0oEmj4BaVFZ8pOYFRx5gEgzDm yYiUcdBMHnHxbmKr4pbxQqRr5bVMk/lS9Dhj8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Ubz1cK0LpMou+ZxWrpknKMby5Q5NYxpafT61OsphEAquqZ73X0mvSNfJULXU5akfLy eDG8TmkoZhdW7CZf6WKWSKbYiagCWknjOTuE0cZgS14e6bor58YtZIigUhREwksNBgpz HMAZc2F0shmvLMnDm4SCYClq36qd5VZ4HOCdA=
This is something we're all going to be facing sooner or later. I'm a little
shocked to find that the old menu.lst (grub.cfg) is not to be manually
edited, though i'm also happy to find that the option has been replaced by
adding custom entries (/etc/grub.d/40_custom) if i'm understanding
everything right.
It might be good to have a sluglet or some kinda talk about Grub 2 at an
upcoming SLUG meeting? It's a little dry but none the less very important.
I'm sorry to hijack but this might be something we can all benefit from.
On Sun, Nov 15, 2009 at 12:28 PM, jam <jam@xxxxxxxxx> wrote:
> On Saturday 14 November 2009 23:05:47 slug-request@xxxxxxxxxxx wrote:
> > Has anybody tamed the grub2 beast?
>
> I uncovered a link <joy><rapture>
> http://ubuntuforums.org/showthread.php?t=1195275
>
> James
>
> > Whatever the technical merit, the lack of even basic documentation is
> > overwhelming.
> >
> > I'm trying to: (https://wiki.ubuntu.com/BootToRAM)
> > title RAM Session
> > kernel /casper/vmlinuz boot=casper toram splash
> > initrd /casper/initrd.gz
> >
> > by editing ...
> > jam@dvr:~$ cat /etc/grub.d/40_custom
> > #!/bin/sh
> > exec tail -n +3 $0
> > # This file provides an easy way to add custom menu entries. Simply type
> > the # menu entries you want to add after this comment. Be careful not to
> > change # the 'exec tail' line above.
> > cat << EOF
> > menuentry "Root Ram" {
> > set root=(hd0,1)
> > linux /casper/vmlinuz boot=casper toram splash
> >
> > initrd /casper/initrd.gz
> > }
> > EOF
> >
> > and running grub-mkconfig which yields NO CHANGES to /boot/grub/grub.cfg
> > and the grub entry does not work when added by hand saying
> > error: you need to load the kernel first
> >
> > I agree with him
> > http://aronzak.wordpress.com/2008/09/30/stay-away-from-grub2/
> > so 1 post then back to the sane world for me
>
> --
> SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
> Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
>