Re: Starting grub 2 from grub legacy?

2008-02-18 Thread Robert Millan
On Tue, Feb 19, 2008 at 01:25:52AM -0500, Pavel Roskin wrote: > > Yes, I installed both GRUB 1 and GRUB 2, and loading core.img from > GRUB 1 is working fine. But GRUB 2 cannot load its own core.img, and > neither can it load stage2: > > grub> multiboot /boot/grub/core.img > error: unknown E

Re: Starting grub 2 from grub legacy?

2008-02-18 Thread Bean
On Feb 19, 2008 2:25 PM, Pavel Roskin <[EMAIL PROTECTED]> wrote: > Quoting George Lengel <[EMAIL PROTECTED]>: > > >> What should be the correct lines in /boot/grub/menu.lst to start > >> grub 2 from grub legacy? > > > > I installed this about two weeks ago and this was the entry that was > > added

Re: Starting grub 2 from grub legacy?

2008-02-18 Thread Pavel Roskin
Quoting George Lengel <[EMAIL PROTECTED]>: What should be the correct lines in /boot/grub/menu.lst to start grub 2 from grub legacy? I installed this about two weeks ago and this was the entry that was added for me by the process. title Grb2 chainload root(hd2,6) kern

Re: Starting grub 2 from grub legacy?

2008-02-18 Thread George Lengel
What should be the correct lines in /boot/grub/menu.lst to start grub 2 from grub legacy? I installed this about two weeks ago and this was the entry that was added for me by the process. title Grb2 chainload root(hd2,6) kernel /boot/grub/core.img boot save

Re: Docs

2008-02-18 Thread Franklin PIAT
Hi, On Thu, 2008-01-31 at 12:28 +0100, Yoshinori K. Okuji wrote: > On Thursday 31 January 2008 09:46, Franklin PIAT wrote: > > After some thoughts, I'll release the documentation[1] I wrote, with > > copyright assignments to FSF, Dual licensed under GPL+GFDL. I've received my FSF copyright assign

Re: grub 2 and booting xen dom0

2008-02-18 Thread Robert Millan
On Mon, Feb 18, 2008 at 07:52:10AM -0500, Pavel Roskin wrote: > On Mon, 2008-02-18 at 10:48 +0100, Matthew wrote: > > > The xen docs instruct to use: > > > > title Xen 3.0 / XenLinux 2.6 > > kernel /boot/xen-3.0.gz dom0_mem=262144 > > module /boot/vmlinuz-2.6-xen0 root=/dev/sda4 ro consol

Re: [PATCH] Journal support for ext2

2008-02-18 Thread Robert Millan
On Mon, Feb 18, 2008 at 02:15:58PM +0800, Bean wrote: > On Feb 18, 2008 2:03 PM, Robert Millan <[EMAIL PROTECTED]> wrote: > > On Mon, Feb 18, 2008 at 03:07:54AM +0800, Bean wrote: > > > Hi, > > > > > > This patch extends fshelp for general journal handling, it also > > > implement journaling for ex

Re: Starting grub 2 from grub legacy?

2008-02-18 Thread Pavel Roskin
On Tue, 2008-02-19 at 00:12 +1030, Arthur Marsh wrote: > ardoRic wrote, on 14/02/08 05:20: > > Hi. > > > > I tried it and didn't exactly work. > > > > the grub entry you are looking for is: > > > > title Chainload Grub2 > > root (hd0,0) # or whatever your root is > > kernel /boot/grub/core.img >

Re: Starting grub 2 from grub legacy?

2008-02-18 Thread Arthur Marsh
Arthur Marsh wrote, on 2008-02-19 00:12: See also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466389 ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Starting grub 2 from grub legacy?

2008-02-18 Thread Arthur Marsh
ardoRic wrote, on 14/02/08 05:20: Hi. I tried it and didn't exactly work. the grub entry you are looking for is: title Chainload Grub2 root (hd0,0) # or whatever your root is kernel /boot/grub/core.img savedefault This is what i had before commenting it out, and i tried it out and works. T

Re: [PATCH] Add option to grub-probe to accept system devices as arguments

2008-02-18 Thread Fabian Greffrath
Robert Millan schrieb: I mean that it should find the disk that contains /dev/hda1 device _node_. Maybe, but I do not believe this has anything to do with my patch. Is the same output supposed to be printed in all "???" ? If not, what is in each one? In all of these cases the 'if (S_ISBLK

Re: grub 2 and booting xen dom0

2008-02-18 Thread Pavel Roskin
On Mon, 2008-02-18 at 10:48 +0100, Matthew wrote: > The xen docs instruct to use: > > title Xen 3.0 / XenLinux 2.6 > kernel /boot/xen-3.0.gz dom0_mem=262144 > module /boot/vmlinuz-2.6-xen0 root=/dev/sda4 ro console=tty0 > module /boot/my_initrd.gz > > > for specifying the xenL

grub 2 and booting xen dom0

2008-02-18 Thread Matthew
Hi, I'm trying to boot a xen-3.1.gz with grub2, but without any luck. The only message I get is: Error: Invalid magic number after specifying linux /boot/xen-3.0.gz dom0_mem=262144 Another question: What should I use instead of the module command (from grub legacy).

Re: [PATCH] Create floppy emulation boot CD with grub-mkimage

2008-02-18 Thread tsah marco
Hi Robert and Frankie, I would like to understand is it possible to install grub on usb? i would like to do rescue disk, and what are the steps you have done in-order to install grub in the usb, What grub version did you used? any code change in this version ? i am working on suse 10.3 and fe