All of lore.kernel.org
 help / color / mirror / Atom feed
* cannot boot 2.5.69
@ 2003-05-14  6:41 Pau Aliagas
  0 siblings, 0 replies; 7+ messages in thread
From: Pau Aliagas @ 2003-05-14  6:41 UTC (permalink / raw)
  To: lkml


I still find no way to boot a 2.5.69 kernel.
It reports: "no console found, specify init= option"
But the console is specified and the messages appear till this point:

This is the relevant part of my config:
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_LP_CONSOLE is not set
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y

What am I missing?
Pau



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cannot boot 2.5.69
       [not found] <fa.jcpkvvc.1h32u9k@ifi.uio.no>
@ 2003-05-14 13:19 ` walt
  2003-05-14 14:27   ` Ahmed Masud
  0 siblings, 1 reply; 7+ messages in thread
From: walt @ 2003-05-14 13:19 UTC (permalink / raw)
  To: Pau Aliagas; +Cc: lkml

Pau Aliagas wrote:
> I still find no way to boot a 2.5.69 kernel.
> It reports: "no console found, specify init= option"
> But the console is specified and the messages appear till this point:
> 
> This is the relevant part of my config:


I have CONFIG_VT=y at this spot in 'character devices'.

> CONFIG_VT_CONSOLE=y
> CONFIG_HW_CONSOLE=y
> # CONFIG_LP_CONSOLE is not set
> CONFIG_VGA_CONSOLE=y
> # CONFIG_MDA_CONSOLE is not set
> CONFIG_DUMMY_CONSOLE=y


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cannot boot 2.5.69
  2003-05-14 13:19 ` cannot boot 2.5.69 walt
@ 2003-05-14 14:27   ` Ahmed Masud
  2003-05-14 14:36     ` Pau Aliagas
  0 siblings, 1 reply; 7+ messages in thread
From: Ahmed Masud @ 2003-05-14 14:27 UTC (permalink / raw)
  To: walt; +Cc: Pau Aliagas, lkml



On Wed, 14 May 2003, walt wrote:

> Pau Aliagas wrote:
> > I still find no way to boot a 2.5.69 kernel.
> > It reports: "no console found, specify init= option"

Looks as if init can't seem to find the device node file... Check your
/dev to see if there is a console entry there:

	/dev/console c 5 1

This isn't a kernel issue.

Ahmed.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cannot boot 2.5.69
  2003-05-14 14:27   ` Ahmed Masud
@ 2003-05-14 14:36     ` Pau Aliagas
  2003-05-14 15:22       ` viro
  0 siblings, 1 reply; 7+ messages in thread
From: Pau Aliagas @ 2003-05-14 14:36 UTC (permalink / raw)
  To: lkml; +Cc: Ahmed Masud, walt

On Wed, 14 May 2003, Ahmed Masud wrote:

> On Wed, 14 May 2003, walt wrote:
> 
> > Pau Aliagas wrote:
> > > I still find no way to boot a 2.5.69 kernel.
> > > It reports: "no console found, specify init= option"
> 
> Looks as if init can't seem to find the device node file... Check your
> /dev to see if there is a console entry there:
> 
> 	/dev/console c 5 1

That's exactly what I have and still no way.

> This isn't a kernel issue.

Well, I'm looking for a bit of help to test 2.5 kernels in several 
machines (laptops, servers, desktops) because I have not been able to 
solve this problem.

Pau


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cannot boot 2.5.69
  2003-05-14 14:36     ` Pau Aliagas
@ 2003-05-14 15:22       ` viro
  2003-05-14 15:36         ` Pau Aliagas
  0 siblings, 1 reply; 7+ messages in thread
From: viro @ 2003-05-14 15:22 UTC (permalink / raw)
  To: Pau Aliagas; +Cc: lkml, Ahmed Masud, walt

On Wed, May 14, 2003 at 04:36:26PM +0200, Pau Aliagas wrote:
> On Wed, 14 May 2003, Ahmed Masud wrote:
> 
> > On Wed, 14 May 2003, walt wrote:
> > 
> > > Pau Aliagas wrote:
> > > > I still find no way to boot a 2.5.69 kernel.
> > > > It reports: "no console found, specify init= option"
> > 
> > Looks as if init can't seem to find the device node file... Check your
> > /dev to see if there is a console entry there:
> > 
> > 	/dev/console c 5 1
> 
> That's exactly what I have and still no way.
> 
> > This isn't a kernel issue.
> 
> Well, I'm looking for a bit of help to test 2.5 kernels in several 
> machines (laptops, servers, desktops) because I have not been able to 
> solve this problem.

What kind of console do you have configured in and what's your kernel
command line?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cannot boot 2.5.69
  2003-05-14 15:22       ` viro
@ 2003-05-14 15:36         ` Pau Aliagas
  2003-05-14 21:43           ` James Simmons
  0 siblings, 1 reply; 7+ messages in thread
From: Pau Aliagas @ 2003-05-14 15:36 UTC (permalink / raw)
  To: lkml; +Cc: viro, Ahmed Masud, walt

On Wed, 14 May 2003 viro@parcelfarce.linux.theplanet.co.uk wrote:

> > > > > I still find no way to boot a 2.5.69 kernel.
> > > > > It reports: "no console found, specify init= option"

> What kind of console do you have configured in and what's your kernel
> command line?

It's a Dell laptop, nothing special.

This is the relevant part of my config:
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_LP_CONSOLE is not set
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y

And the part of /boot/grub/grub.conf:
title Pau Linux (2.5.69)
        root (hd0,0)
        kernel /vmlinuz-2.5.69 ro root=/dev/hda1

Pau



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cannot boot 2.5.69
  2003-05-14 15:36         ` Pau Aliagas
@ 2003-05-14 21:43           ` James Simmons
  0 siblings, 0 replies; 7+ messages in thread
From: James Simmons @ 2003-05-14 21:43 UTC (permalink / raw)
  To: Pau Aliagas; +Cc: lkml, viro, Ahmed Masud, walt


> > > > > > It reports: "no console found, specify init= option"
> 
> > What kind of console do you have configured in and what's your kernel
> > command line?
> 
> It's a Dell laptop, nothing special.
> 
> This is the relevant part of my config:
> CONFIG_VT_CONSOLE=y
> CONFIG_HW_CONSOLE=y
> # CONFIG_LP_CONSOLE is not set
> CONFIG_VGA_CONSOLE=y
> # CONFIG_MDA_CONSOLE is not set
> CONFIG_DUMMY_CONSOLE=y
> 
> And the part of /boot/grub/grub.conf:
> title Pau Linux (2.5.69)
>         root (hd0,0)
>         kernel /vmlinuz-2.5.69 ro root=/dev/hda1

Try using 

# CONFIG_DUMMY_CONSOLE is not set


Let me know if this works. Then try the latest BK tree. I sent in fix for 
the locking some dual headed systems where experiencing.
 


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-05-14 21:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <fa.jcpkvvc.1h32u9k@ifi.uio.no>
2003-05-14 13:19 ` cannot boot 2.5.69 walt
2003-05-14 14:27   ` Ahmed Masud
2003-05-14 14:36     ` Pau Aliagas
2003-05-14 15:22       ` viro
2003-05-14 15:36         ` Pau Aliagas
2003-05-14 21:43           ` James Simmons
2003-05-14  6:41 Pau Aliagas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.