* inittab problem
@ 2005-02-04 11:24 Dermot Paikkos
2005-02-04 11:43 ` Yannick Van Osselaer
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Dermot Paikkos @ 2005-02-04 11:24 UTC (permalink / raw)
To: linux-admin
Hi,
SYS: Slackware 9.1 on Dell Dim 2400, Intel Cel
I have go myself into a bit of a fix. I changed the default runlevel from 3
to 4 so I would get a GUI at boot up. However I haven't correctly
configured my Xserver and now my system is stalling at boot-up and I
can find a way to get access to a shell to edit the inittab.
Does anyone know of a switch/arg I could use that might allow me to
boot the system into single users mode? I thought I could boot from my
floppy which prompts me for a command to use.
Any ideas,
Dp.
~~
Dermot Paikkos * dermot@sciencephoto.com
Network Administrator @ Science Photo Library
Phone: 0207 432 1100 * Fax: 0207 286 8668
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: inittab problem
2005-02-04 11:24 inittab problem Dermot Paikkos
@ 2005-02-04 11:43 ` Yannick Van Osselaer
2005-02-04 15:15 ` Jim C. Brown
2005-02-04 12:04 ` chuck gelm
2005-02-04 15:14 ` Jim C. Brown
2 siblings, 1 reply; 5+ messages in thread
From: Yannick Van Osselaer @ 2005-02-04 11:43 UTC (permalink / raw)
To: linux-admin
On Friday 04 February 2005 12:24, Dermot Paikkos wrote:
> Hi,
>
> SYS: Slackware 9.1 on Dell Dim 2400, Intel Cel
>
> I have go myself into a bit of a fix. I changed the default runlevel from 3
> to 4 so I would get a GUI at boot up. However I haven't correctly
> configured my Xserver and now my system is stalling at boot-up and I
> can find a way to get access to a shell to edit the inittab.
>
> Does anyone know of a switch/arg I could use that might allow me to
> boot the system into single users mode? I thought I could boot from my
> floppy which prompts me for a command to use.
At the lilo prompt, typ this: init=/bin/sh rw
--
Yannick Van Osselaer
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: inittab problem
2005-02-04 11:24 inittab problem Dermot Paikkos
2005-02-04 11:43 ` Yannick Van Osselaer
@ 2005-02-04 12:04 ` chuck gelm
2005-02-04 15:14 ` Jim C. Brown
2 siblings, 0 replies; 5+ messages in thread
From: chuck gelm @ 2005-02-04 12:04 UTC (permalink / raw)
To: dermot; +Cc: linux-admin
Dermot Paikkos wrote:
> Hi,
>
> SYS: Slackware 9.1 on Dell Dim 2400, Intel Cel
>
> I have go myself into a bit of a fix. I changed the default runlevel from 3
> to 4 so I would get a GUI at boot up. However I haven't correctly
> configured my Xserver and now my system is stalling at boot-up and I
> can find a way to get access to a shell to edit the inittab.
>
> Does anyone know of a switch/arg I could use that might allow me to
> boot the system into single users mode? I thought I could boot from my
> floppy which prompts me for a command to use.
>
> Any ideas,
> Dp.
>
> ~~
> Dermot Paikkos * dermot@sciencephoto.com
> Network Administrator @ Science Photo Library
> Phone: 0207 432 1100 * Fax: 0207 286 8668
At the lilo boot prompt
boot: Linux
add 'single', thusly
boot: Linux single
or
boot: Linux multi
perhaps even
boot: Linux emergency
HTH, Chuck
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: inittab problem
2005-02-04 11:24 inittab problem Dermot Paikkos
2005-02-04 11:43 ` Yannick Van Osselaer
2005-02-04 12:04 ` chuck gelm
@ 2005-02-04 15:14 ` Jim C. Brown
2 siblings, 0 replies; 5+ messages in thread
From: Jim C. Brown @ 2005-02-04 15:14 UTC (permalink / raw)
To: Dermot Paikkos; +Cc: linux-admin
On Fri, Feb 04, 2005 at 11:24:26AM -0000, Dermot Paikkos wrote:
> Hi,
>
> SYS: Slackware 9.1 on Dell Dim 2400, Intel Cel
>
> I have go myself into a bit of a fix. I changed the default runlevel from 3
> to 4 so I would get a GUI at boot up. However I haven't correctly
> configured my Xserver and now my system is stalling at boot-up and I
> can find a way to get access to a shell to edit the inittab.
>
> Does anyone know of a switch/arg I could use that might allow me to
> boot the system into single users mode? I thought I could boot from my
> floppy which prompts me for a command to use.
>
> Any ideas,
> Dp.
>
At the boot prompt, append a run level number to the kernel image name.
e.g.
boot: zImage 1
(1 is usually single user mode)
boot: zImage 3
(this gets you back into regular multi user text mode)
> ~~
> Dermot Paikkos * dermot@sciencephoto.com
> Network Administrator @ Science Photo Library
> Phone: 0207 432 1100 * Fax: 0207 286 8668
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: inittab problem
2005-02-04 11:43 ` Yannick Van Osselaer
@ 2005-02-04 15:15 ` Jim C. Brown
0 siblings, 0 replies; 5+ messages in thread
From: Jim C. Brown @ 2005-02-04 15:15 UTC (permalink / raw)
To: Yannick Van Osselaer; +Cc: linux-admin
On Fri, Feb 04, 2005 at 12:43:50PM +0100, Yannick Van Osselaer wrote:
> On Friday 04 February 2005 12:24, Dermot Paikkos wrote:
> > Hi,
> >
> > SYS: Slackware 9.1 on Dell Dim 2400, Intel Cel
> >
> > I have go myself into a bit of a fix. I changed the default runlevel from 3
> > to 4 so I would get a GUI at boot up. However I haven't correctly
> > configured my Xserver and now my system is stalling at boot-up and I
> > can find a way to get access to a shell to edit the inittab.
> >
> > Does anyone know of a switch/arg I could use that might allow me to
> > boot the system into single users mode? I thought I could boot from my
> > floppy which prompts me for a command to use.
>
> At the lilo prompt, typ this: init=/bin/sh rw
You'll have to do a disk sync and run 'umount -a' before turning your computer
off via the power switch if you boot this way.
> --
> Yannick Van Osselaer
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-02-04 15:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-04 11:24 inittab problem Dermot Paikkos
2005-02-04 11:43 ` Yannick Van Osselaer
2005-02-04 15:15 ` Jim C. Brown
2005-02-04 12:04 ` chuck gelm
2005-02-04 15:14 ` Jim C. Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).