LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-25-2004, 09:25 AM   #1
shadowhunter
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: Slackware 10.2 + FRG + 2.6.15
Posts: 232

Rep: Reputation: 30
no bash when booting 2.6.2


hello all;

I just upgraded to debian sid and I wanted to install the 2.6.2 kernel:
Everything starts up fine... but I don't get bash at startup... just an init and it's messages. Is there any solution to this?

thx. Geert.
 
Old 02-25-2004, 09:43 AM   #2
stony
Member
 
Registered: Jun 2003
Location: Europe / Germany / Saarland / Neunkirchen
Distribution: Debian (SID), Gentoo
Posts: 131

Rep: Reputation: 15
Re: no bash when booting 2.6.2

Hi,

Quote:
Originally posted by shadowhunter
hello all;

I just upgraded to debian sid and I wanted to install the 2.6.2 kernel:
Everything starts up fine... but I don't get bash at startup... just an init and it's messages. Is there any solution to this?

thx. Geert.
read at least the last 5 lines of the init messages and paste them here.

I think else we can't help you :/

cu

btw: SID isn't for newbies ...
 
Old 02-25-2004, 10:51 AM   #3
shadowhunter
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: Slackware 10.2 + FRG + 2.6.15
Posts: 232

Original Poster
Rep: Reputation: 30
uh... well

starting mta
starting xprt
starting xfs
starting xdm

Now... xdm doesn't start because I haven configured X yet. But eh... I think that bash should start. There are NO error-messages. It works using the bf24-kernel from woody.
 
Old 02-25-2004, 01:23 PM   #4
stony
Member
 
Registered: Jun 2003
Location: Europe / Germany / Saarland / Neunkirchen
Distribution: Debian (SID), Gentoo
Posts: 131

Rep: Reputation: 15
Hi,

Quote:
Originally posted by shadowhunter
uh... well

starting mta
starting xprt
starting xfs
starting xdm

Now... xdm doesn't start because I haven configured X yet. But eh... I think that bash should start. There are NO error-messages. It works using the bf24-kernel from woody.
is the puter really freezing ? What about pressing the "Num-Lock" button ? LED turning on/off ? Tried to press ctrl+alt+f2 to change to a different console ?

If all isn't working do a

linux init=/bin/bash

at the lilo prompt, boot bash, remount de fs rw and remove xdm from the init levels. After that, remount ro, and reboot ...

Could be possible that the Xserver crashes ...

cu

btw: SID isn't for newbies ...
 
Old 02-25-2004, 03:39 PM   #5
shadowhunter
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: Slackware 10.2 + FRG + 2.6.15
Posts: 232

Original Poster
Rep: Reputation: 30
So this is what I did...

A modified version of yours...

I rebooted into 2.4.18-bf24...
removed xdm from the startup at runlevel 3...
edited inittab so it's default runlevel is 3

update:
after some time I got this error:
INIT: ID 1: respawing too fast : disabled for 5 minutes
INIT: ID 2: respawing too fast : disabled for 5 minutes
...
INIT: ID 6: respawing too fast : disabled for 5 minutes

Hope this helps someone...

btw: what do you define as newbie?
 
Old 02-25-2004, 04:15 PM   #6
stony
Member
 
Registered: Jun 2003
Location: Europe / Germany / Saarland / Neunkirchen
Distribution: Debian (SID), Gentoo
Posts: 131

Rep: Reputation: 15
Hi,

Quote:
Originally posted by shadowhunter
So this is what I did...

A modified version of yours...

I rebooted into 2.4.18-bf24...
removed xdm from the startup at runlevel 3...
edited inittab so it's default runlevel is 3

update:
after some time I got this error:
INIT: ID 1: respawing too fast : disabled for 5 minutes
INIT: ID 2: respawing too fast : disabled for 5 minutes
...
INIT: ID 6: respawing too fast : disabled for 5 minutes

Hope this helps someone...
hmm, looks like getty got problems to bind to a terminal.

You've compiled "Support for virtual consol on terminal" into your kernel ? and /dev/pts support ?

Quote:
btw: what do you define as newbie? [/B]
Hmm, this is a difficult queston. Ppl that don't want to read, ask for every silly problem, don't have enough (debian)-experience and so on. That are newbies. I know that newbies normally are ppl that are new to a thing, but you can extend this term to much more than just this.

Most problems that occour with sid are broken dependencies or packages. Or just problems that depend on the "UNSTABLE"-stage of Sid that makes a "normale use" very problematic. This points to questions that normally don't have to be answered and that are addicted after a few days 'cause a new package with a fix is out. So if many "newbies" are using sid we're discussing lots of needless questions.. That doesn't mean that we don't want more ppl to use SID or to ask questions....

It's like the same as you never burn sid cd-images onto a cd-r. You're ever using cd-rw aren't you ?

So if you find out that SID isn't really the answer to your problems, switch back to sarge or woody.

cu
 
Old 02-26-2004, 02:59 AM   #7
shadowhunter
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: Slackware 10.2 + FRG + 2.6.15
Posts: 232

Original Poster
Rep: Reputation: 30
I haven't compiled my new kernel yet...
though I think you are right...
I let out all /dev (probably including /dev/pts) because, correct me if I am wrong, it was replaced by /sys...

Well. one thing is for sure... I don't have any debian experience. I did run gentoo... but I was tired of compiling everything. I never could change to debian because I need XFree 4.3 for my video card. So now you know why I am running sid.

anyway... I shall let you know something if it worked.

Geert.

[edit]
I don't like the idea of backports... it seems to me like having a unstable system. However... sid won't give me a stable system
[/edit]

Last edited by shadowhunter; 02-26-2004 at 03:02 AM.
 
Old 02-26-2004, 07:06 AM   #8
stony
Member
 
Registered: Jun 2003
Location: Europe / Germany / Saarland / Neunkirchen
Distribution: Debian (SID), Gentoo
Posts: 131

Rep: Reputation: 15
Hi,
Quote:
Originally posted by shadowhunter
I haven't compiled my new kernel yet...
though I think you are right...
Hmm, hope so, cause after building 2.6.3 on my SID system i just added the debian package i build of the kernel and rebooted. Everything worked fine ...

Quote:
I let out all /dev (probably including /dev/pts) because, correct me if I am wrong, it was replaced by /sys...
Not really ...

I still got everything in /dev

Quote:
Well. one thing is for sure... I don't have any debian experience. I did run gentoo... but I was tired of compiling everything. I never could change to debian because I need XFree 4.3 for my video card. So now you know why I am running sid.
Sure

Quote:
anyway... I shall let you know something if it worked.

Geert.

[edit]
I don't like the idea of backports... it seems to me like having a unstable system. However... sid won't give me a stable system
[/edit] [/B]
cu
 
Old 02-26-2004, 07:58 AM   #9
shadowhunter
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: Slackware 10.2 + FRG + 2.6.15
Posts: 232

Original Poster
Rep: Reputation: 30
tried it... it failed.

gentoo starts to look very good
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
$LINENO can't be modified in bash 3.0, while it can be in bash 2.05b Darwish Linux - Software 1 11-07-2005 02:57 PM
bash + html + javascript or just bash ? rblampain Programming 4 12-01-2004 07:53 AM
Booting into BASH. Not what I wanted carpetguy Mandriva 5 10-12-2004 09:54 AM
why did bash 2.05b install delete /bin/bash & "/bin/sh -> bash"? johnpipe Linux - Software 2 06-06-2004 06:42 PM
Are you dual booting and Windows stopped working (booting) then here's the answer: rberry88 Linux - General 1 02-12-2004 09:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 10:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration