Re: new kernel panics

2007-04-30 Thread David Jardine
On Mon, Apr 30, 2007 at 06:41:55PM +0100, steve downes wrote: > On Mon, 30 Apr 2007 19:21:46 +0200 > David Jardine <[EMAIL PROTECTED]> wrote: > > > > > > kernel /vmlinux root=dev/hda2 ro > > ^ > > Oops, missed that one! Another typo? Should be vmlinuz. > > >

Re: new kernel panics

2007-04-30 Thread steve downes
On Mon, 30 Apr 2007 19:21:46 +0200 David Jardine <[EMAIL PROTECTED]> wrote: > > > > kernel/vmlinux root=dev/hda2 ro > ^ > Oops, missed that one! Another typo? Should be vmlinuz. > I refer you to the answer I gave earlier (UK parlimentary joke) Steve (off for a

Re: new kernel panics

2007-04-30 Thread David Jardine
On Mon, Apr 30, 2007 at 05:25:33PM +0100, steve downes wrote: > On Mon, 30 Apr 2007 18:10:02 +0200 > David Jardine <[EMAIL PROTECTED]> wrote: > > Sorry, yes menu.lst is correct, the typo was in the email > > Steve > > > > > > > root(hd0,0) > > > kernel /vmlinux root=dev/hda2 ro

Re: new kernel panics

2007-04-30 Thread steve downes
On Mon, 30 Apr 2007 15:38:28 +0100 Wackojacko <[EMAIL PROTECTED]> wrote: > > > > Can anybody suggest anything else - PLEASE > > > > Steve > > > > > > Have you compiled the driver for your motherboard IDE/SATA controller > into the kernel. If its a module and no initrd then grub will not be

Re: new kernel panics

2007-04-30 Thread steve downes
On Mon, 30 Apr 2007 18:10:02 +0200 David Jardine <[EMAIL PROTECTED]> wrote: Sorry, yes menu.lst is correct, the typo was in the email Steve > > > > root (hd0,0) > > kernel/vmlinux root=dev/hda2 ro > > That should be root=/dev/hda2 > ^ > > [...] > --

Re: new kernel panics

2007-04-30 Thread David Jardine
On Mon, Apr 30, 2007 at 12:36:40PM +0100, steve downes wrote: > Just compiled my 1st kernel. > > Using sources from 2.6.18-4 (same as present kernel to keep it > simple) > > Compiled ext3 & ext2 into the kernel (not as modules) > > installed kernel & modules > > installed into grub > >

Re: new kernel panics

2007-04-30 Thread Wackojacko
steve downes wrote: Just compiled my 1st kernel. Using sources from 2.6.18-4 (same as present kernel to keep it simple) Compiled ext3 & ext2 into the kernel (not as modules) installed kernel & modules installed into grub root (hd0,0) kernel /vmlinux root=dev/hda2 ro noinitrd

Re: new kernel panics

2007-04-30 Thread Wackojacko
steve downes wrote: Just compiled my 1st kernel. Using sources from 2.6.18-4 (same as present kernel to keep it simple) Compiled ext3 & ext2 into the kernel (not as modules) installed kernel & modules installed into grub root (hd0,0) kernel /vmlinux root=dev/hda2 ro noinitrd

new kernel panics

2007-04-30 Thread steve downes
Just compiled my 1st kernel. Using sources from 2.6.18-4 (same as present kernel to keep it simple) Compiled ext3 & ext2 into the kernel (not as modules) installed kernel & modules installed into grub root (hd0,0) kernel/vmlinux root=dev/hda2 ro noinitrd save default The sto