Re: chainloader problem

2008-05-04 Thread Vega
On Sun, 4 May 2008 01:58:39 +0200, Christoph Peltz <[EMAIL PROTECTED]> wrote: > I think he has done that already (he just misspelled cvs as csv). > The problem seems to be, that the chainloader does not work for him > with grub 2 alone. He has to use grub 1 to load grub2 and then he can > use chai

Re: chainloader problem

2008-05-04 Thread Vesa Jääskeläinen
Marco Vega Trucillo wrote: Hi to all, I'm marco and I'm new to grub-devel maling list. Forgive me for my bad English. I have a strange issue with chainloader both with 1.96 and last csv version. I've compiled grub2 and I installed it on a usb stick with dd if=boot.img of=/dev/sdc dd if=myco

Re: chainloader problem

2008-05-04 Thread Vega
On Sun, 04 May 2008 13:07:55 +0300, Vesa Jääskeläinen <[EMAIL PROTECTED]> wrote: > Marco Vega Trucillo wrote: >> Hi to all, >> >> I'm marco and I'm new to grub-devel maling list. Forgive me for my bad >> English. I have a strange issue with chainloader both with 1.96 and last >> csv version. >> I'v

Question about menu.lst

2008-05-04 Thread giggz
Hi, Sorry If it isn't the right place to post...I don't find a grub users list... I have several kernel on my laptop. Most of them are compiled by myself. But to compare the performance I have an official debian kernel (486). The problem is that official debian kernels are compiled with ide (so h

Re: Question about menu.lst

2008-05-04 Thread Lubomir Rintel
On Sun, 2008-05-04 at 14:10 +0200, giggz wrote: > Hi, > > Sorry If it isn't the right place to post...I don't find a grub users > list... > > I have several kernel on my laptop. Most of them are compiled by myself. > But to compare the performance I have an official debian kernel (486). > The pro

Re: Question about menu.lst

2008-05-04 Thread giggz
Lubomir Rintel a écrit : > On Sun, 2008-05-04 at 14:10 +0200, giggz wrote: >> Hi, >> >> Sorry If it isn't the right place to post...I don't find a grub users >> list... >> >> I have several kernel on my laptop. Most of them are compiled by myself. >> But to compare the performance I have an officia

Booting a floppy disk image?

2008-05-04 Thread walt
I'm now using grub4dos to boot a floppy DOS image like this: map --mem (hd0,0)/floppy.img (fd0) map --hook chainloader (fd0)+1 rootnoverify (fd0) I'd like to switch to grub2 but so far I can't get it to boot the same image. I've tried two methods: loopback fd1 (hd0,1)/floppy.img set root=fd1 ch

Re: Booting a floppy disk image?

2008-05-04 Thread Bean
On Sun, May 4, 2008 at 10:16 PM, walt <[EMAIL PROTECTED]> wrote: > I'm now using grub4dos to boot a floppy DOS image like this: > > map --mem (hd0,0)/floppy.img (fd0) > map --hook > chainloader (fd0)+1 > rootnoverify (fd0) > > I'd like to switch to grub2 but so far I can't get it to > boot th