 |
|
 |
|
Next: Linux problem with switch
|
| Author |
Message |
External

Since: Oct 16, 2005 Posts: 3
|
(Msg. 1) Posted: Sun Mar 05, 2006 3:41 pm
Post subject: Can you run a GUI-based file manager from CD-booted Linux? Archived from groups: comp>os>linux>setup (more info?)
|
|
|
|
| Hello,
Please bear with me if my question sounds too novice, because I am.
Is it possible to launch a GUI-based file manager (something like
Window's Windows Explorer) from a CD-booted Linux (I have Ubuntu)?
Or is GUI-based file managers only reserved from HDD-based Linux?
|
|
|
| Back to top |
|
 |  |
External

Since: Apr 05, 2004 Posts: 1563
|
(Msg. 2) Posted: Mon Mar 06, 2006 1:47 am
Post subject: Re: Can you run a GUI-based file manager from CD-booted Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
newlywed2.RemoveThis@daum.net wrote:
> Hello,
>
> Please bear with me if my question sounds too novice, because I am.
> Is it possible to launch a GUI-based file manager (something like
> Window's Windows Explorer) from a CD-booted Linux (I have Ubuntu)?
> Or is GUI-based file managers only reserved from HDD-basc3inux?
Of course you can! Take a look at the Knoppix LiveCD's. |
|
| Back to top |
|
 |  |
External

Since: Mar 07, 2006 Posts: 2
|
(Msg. 3) Posted: Tue Mar 07, 2006 1:25 pm
Post subject: Re: Can you run a GUI-based file manager from CD-booted Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Nico Kadel-Garcia wrote:
> newlywed2 DeleteThis @daum.net wrote:
>
> Of course you can! Take a look at the Knoppix LiveCD's.
>
>
More accurately, of course you can IF the Linux you boot into is running
an X server. If it comes up in init level 3 (no X) then no GUI. |
|
| Back to top |
|
 |  |
External

Since: Jan 13, 2005 Posts: 196
|
(Msg. 4) Posted: Tue Mar 07, 2006 10:05 pm
Post subject: Re: Can you run a GUI-based file manager from CD-booted Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 2006-03-06, newlywed2.RemoveThis@daum.net <newlywed2.RemoveThis@daum.net> wrote:
> Please bear with me if my question sounds too novice, because I am.
> Is it possible to launch a GUI-based file manager (something like
> Window's Windows Explorer) from a CD-booted Linux (I have Ubuntu)?
Sure. You can run a full linux desktop from your Ubuntu CD.
--
John (john@os2.dhs.org) |
|
| Back to top |
|
 |  |
External

Since: Jul 07, 2006 Posts: 243
|
(Msg. 5) Posted: Wed Mar 08, 2006 4:13 am
Post subject: Re: Can you run a GUI-based file manager from CD-booted Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Arnie Stender wrote:
> Nico Kadel-Garcia wrote:
> > newlywed2 RemoveThis @daum.net wrote:
>
> >
> > Of course you can! Take a look at the Knoppix LiveCD's.
> >
> >
>
> More accurately, of course you can IF the Linux you boot into is running
> an X server. If it comes up in init level 3 (no X) then no GUI.
hmmm....
I was under the impression that Debian uses init 2 as default.
(note; Knoppix, Ubuntu, etc are Debian based).
I'm using Debian Sarge right now and running KDE, and using konquerer
as the browser - Is there anyway to tell for certain which runlevel I
am in ? ..here's a piece of my inittab;
$ cat /etc/inittab
# /etc/inittab: init(  configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $
# The default runlevel.
id:2:initdefault:
# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS
# What to do in single-user mode.
~~:S:wait:/sbin/sulogin
# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot. |
|
| Back to top |
|
 |  |
External

Since: Apr 05, 2004 Posts: 1563
|
(Msg. 6) Posted: Wed Mar 08, 2006 3:16 pm
Post subject: Re: Can you run a GUI-based file manager from CD-booted Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
iforone wrote:
> Arnie Stender wrote:
>> Nico Kadel-Garcia wrote:
>>> newlywed2.TakeThisOut@daum.net wrote:
>>
>>>
>>> Of course you can! Take a look at the Knoppix LiveCD's.
>>>
>>>
>>
>> More accurately, of course you can IF the Linux you boot into is
>> running an X server. If it comes up in init level 3 (no X) then no
>> GUI.
>
> hmmm....
> I was under the impression that Debian uses init 2 as default.
> (note; Knoppix, Ubuntu, etc are Debian based).
>
> I'm using Debian Sarge right now and running KDE, and using konquerer
> as the browser - Is there anyway to tell for certain which runlevel I
> am in ? ..here's a piece of my inittab;
>
> $ cat /etc/inittab
>
> # /etc/inittab: init( configuration.
> # $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $
>
> # The default runlevel.
2 is your default. That's fine: under RedHat and its ilk, the "runlevel"
command will tell you what you're currently using.
> # Boot-time system configuration/initialization script.
> # This is run first except when booting in emergency (-b) mode.
> si::sysinit:/etc/init.d/rcS
>
> # What to do in single-user mode.
> ~~:S:wait:/sbin/sulogin
>
> # /etc/init.d executes the S and K scripts upon change
> # of runlevel.
> #
> # Runlevel 0 is halt.
> # Runlevel 1 is single-user.
> # Runlevels 2-5 are multi-user.
> # Runlevel 6 is reboot.
2 is traditionally "multi-user, text-mode, but don't run services for
others". 3 is "run services for others". 4 is "X login running, no
services". 5 is "X running, run services, at least in the RedHat world. |
|
| Back to top |
|
 |  |
External

Since: Jul 07, 2006 Posts: 243
|
(Msg. 7) Posted: Wed Mar 08, 2006 6:47 pm
Post subject: Re: Can you run a GUI-based file manager from CD-booted Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Nico Kadel-Garcia wrote:
> > iforone wrote:
> >> Arnie Stender wrote:
> >> More accurately, of course you can IF the Linux you boot into is
> >> running an X server. If it comes up in init level 3 (no X) then no
> >> GUI.
> >
> > hmmm....
> > I was under the impression that Debian uses init 2 as default.
> > (note; Knoppix, Ubuntu, etc are Debian based).
> >
> > I'm using Debian Sarge right now and running KDE, and using konquerer
> > as the browser - Is there anyway to tell for certain which runlevel I
> > am in ? ..here's a piece of my inittab;
> >
> > $ cat /etc/inittab
> >
> > # /etc/inittab: init( configuration.
> > # $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $
> >
> > # The default runlevel.
> > id:2:initdefault:
> >
> 2 is your default. That's fine: under RedHat and its ilk, the "runlevel"
> command will tell you what you're currently using.
> > # Boot-time system configuration/initialization script.
> > # This is run first except when booting in emergency (-b) mode.
> > si::sysinit:/etc/init.d/rcS
> >
> > # What to do in single-user mode.
> > ~~:S:wait:/sbin/sulogin
> >
> > # /etc/init.d executes the S and K scripts upon change
> > # of runlevel.
> > #
> > # Runlevel 0 is halt.
> > # Runlevel 1 is single-user.
> > # Runlevels 2-5 are multi-user.
> > # Runlevel 6 is reboot.
> 2 is traditionally "multi-user, text-mode, but don't run services for
> others". 3 is "run services for others". 4 is "X login running, no
> services". 5 is "X running, run services, at least in the RedHat world.
Thanks for trying to clarify for me...
I distinctly remember a discussion on this list (or one of it's
siblings/variants) discussing this in depth -- the differences between
Debian and RedHat and their runlevels - unfortunately I have really no
way to reference that thread from a month or so (perhaps longer) ago.
I can recall some saying it's almost ridiculous for Debian to behave
differently in this regard - especially since 'most' other
distribution's runlevels, not based on Debian, operate in the way
you've outlined.
That said; I vaguely recall booting to Knoppix LiveCD (v3.6) and
noticing the bootup screen messages saying "Starting X 11 Windows
session" or similar, just as X would come up. A simple
ctrl-alt-f1[2,3,4,5] afterwards would show clearly those messages, and
(ctrl-alt-f7 to get back to X)-- I *think* I also recall seeing
entering "init 5" or "runlevel5" in/around there as well.
Here's my runlevel output from Konsole (K's bash derivitive);
$ sudo runlevel
N 2
I also definitely have X running at this time - using a full blown
browser and services, etc...just not sure if that output is letting me
know Konsole's runlevel or System's runlevel for that moment. |
|
| Back to top |
|
 |  |
External

Since: Jul 07, 2006 Posts: 243
|
(Msg. 8) Posted: Wed Mar 08, 2006 11:58 pm
Post subject: Re: Can you run a GUI-based file manager from CD-booted Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Nico Kadel-Garcia wrote:
> "iforone" <floydstestemail DeleteThis @yahoo.com> wrote in message
> news:1141894058.246718.33220@j52g2000cwj.googlegroups.com...
> > Here's my runlevel output from Konsole (K's bash derivitive);
> >
> > $ sudo runlevel
> > N 2
> >
> > I also definitely have X running at this time - using a full blown
> > browser and services, etc...just not sure if that output is letting me
> > know Konsole's runlevel or System's runlevel for that moment.
>
> "Konsole" doesn't have a runlevel. The system does.
Ok - great - thanks...
so I am in runlevel 2 as noted from runlevel output ? ('N'ormal or
'N'etworked '2' ?) |
|
| Back to top |
|
 |  |
External

Since: Apr 05, 2004 Posts: 1563
|
(Msg. 9) Posted: Thu Mar 09, 2006 1:56 am
Post subject: Re: Can you run a GUI-based file manager from CD-booted Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"iforone" <floydstestemail DeleteThis @yahoo.com> wrote in message
news:1141894058.246718.33220@j52g2000cwj.googlegroups.com...
> Here's my runlevel output from Konsole (K's bash derivitive);
>
> $ sudo runlevel
> N 2
>
> I also definitely have X running at this time - using a full blown
> browser and services, etc...just not sure if that output is letting me
> know Konsole's runlevel or System's runlevel for that moment.
"Konsole" doesn't have a runlevel. The system does. |
|
| Back to top |
|
 |  |
External

Since: Oct 16, 2003 Posts: 646
|
(Msg. 10) Posted: Thu Mar 09, 2006 10:18 am
Post subject: Re: Can you run a GUI-based file manager from CD-booted Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 9 Mar 2006 05:58:21 -0800, iforone
<floydstestemail.DeleteThis@yahoo.com> wrote:
>
> Nico Kadel-Garcia wrote:
>> "iforone" <floydstestemail.DeleteThis@yahoo.com> wrote in message
>> news:1141894058.246718.33220@j52g2000cwj.googlegroups.com...
>> > Here's my runlevel output from Konsole (K's bash derivitive);
>> >
>> > $ sudo runlevel
>> > N 2
>> >
>> > I also definitely have X running at this time - using a full blown
>> > browser and services, etc...just not sure if that output is letting me
>> > know Konsole's runlevel or System's runlevel for that moment.
>>
>> "Konsole" doesn't have a runlevel. The system does.
>
> Ok - great - thanks...
> so I am in runlevel 2 as noted from runlevel output ? ('N'ormal or
> 'N'etworked '2' ?)
>
'N' is the previous runlevel, 'N'one.
--
The woman you buy -- and she is the least expensive -- takes a great
deal of money. The woman who gives herself takes all your time.
-- Balzac |
|
| Back to top |
|
 |  |
External

Since: Jul 07, 2006 Posts: 243
|
(Msg. 11) Posted: Thu Mar 09, 2006 2:03 pm
Post subject: Re: Can you run a GUI-based file manager from CD-booted Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Bill Marcum wrote:
> On 9 Mar 2006 05:58:21 -0800, iforone
> <floydstestemail.RemoveThis@yahoo.com> wrote:
> >
> > Nico Kadel-Garcia wrote:
> >> "iforone" <floydstestemail.RemoveThis@yahoo.com> wrote in message
> >> news:1141894058.246718.33220@j52g2000cwj.googlegroups.com...
> >> > Here's my runlevel output from Konsole (K's bash derivitive);
> >> >
> >> > $ sudo runlevel
> >> > N 2
[snip]
> >>
> >> "Konsole" doesn't have a runlevel. The system does.
> >
> > Ok - great - thanks...
> > so I am in runlevel 2 as noted from runlevel output ? ('N'ormal or
> > 'N'etworked '2' ?)
> >
> 'N' is the previous runlevel, 'N'one.
>
Got it  thanks
runlevel = None, then 2 |
|
| Back to top |
|
 |  |
External

Since: Jan 26, 2004 Posts: 546
|
(Msg. 12) Posted: Fri Mar 10, 2006 11:32 am
Post subject: Re: Can you run a GUI-based file manager from CD-booted Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
iforone <floydstestemail DeleteThis @yahoo.com> wrote:
> That said; I vaguely recall booting to Knoppix LiveCD (v3.6) and
> noticing the bootup screen messages saying "Starting X 11 Windows
> session" or similar, just as X would come up. A simple
> ctrl-alt-f1[2,3,4,5] afterwards would show clearly those messages, and
> (ctrl-alt-f7 to get back to X)-- I *think* I also recall seeing
> entering "init 5" or "runlevel5" in/around there as well.
Although Knoppix is often said (with some justification) to be
"Debian-based", some architectural features (including an /etc/sysconfig
tree) were taken from Linux-Mandrake (now Mandriva).
Along those lines, I believe Knoppix has initdefault in /etc/inittab
set to 5.
--
Cheers,
Rick Moen Support your local medical examiner: Die strangely.
rick DeleteThis @linuxmafia.com |
|
| Back to top |
|
 |  |
External

Since: Jan 26, 2004 Posts: 546
|
(Msg. 13) Posted: Fri Mar 10, 2006 11:35 am
Post subject: Re: Can you run a GUI-based file manager from CD-booted Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
newlywed2.TakeThisOut@daum.net wrote:
> Please bear with me if my question sounds too novice, because I am.
> Is it possible to launch a GUI-based file manager (something like
> Window's Windows Explorer) from a CD-booted Linux (I have Ubuntu)?
Sure. Others in this thread have cited Knoppix, but Ubuntu (also the
Kubuntu, Edubuntu, Xubuntu variants) makes available a live-CD disc,
with a number of things meeting your app description, most obviously
Konqueror & Nautilus.
--
Cheers,
Rick Moen Support your local medical examiner: Die strangely.
rick.TakeThisOut@linuxmafia.com |
|
| Back to top |
|
 |  |
External

Since: Jul 07, 2006 Posts: 243
|
(Msg. 14) Posted: Sat Mar 11, 2006 6:09 am
Post subject: Re: Can you run a GUI-based file manager from CD-booted Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Rick Moen wrote:
> iforone <floydstestemail.DeleteThis@yahoo.com> wrote:
>
> > That said; I vaguely recall booting to Knoppix LiveCD (v3.6) and
> > noticing the bootup screen messages saying "Starting X 11 Windows
> > session" or similar, just as X would come up. A simple
> > ctrl-alt-f1[2,3,4,5] afterwards would show clearly those messages, and
> > (ctrl-alt-f7 to get back to X)-- I *think* I also recall seeing
> > entering "init 5" or "runlevel5" in/around there as well.
>
> Although Knoppix is often said (with some justification) to be
> "Debian-based", some architectural features (including an /etc/sysconfig
> tree) were taken from Linux-Mandrake (now Mandriva).
>
> Along those lines, I believe Knoppix has initdefault in /etc/inittab
> set to 5.
>
hi Rick;
IIRC - I believe you are correct that the default in Knoppix is
runlevel5
The only reason that I can think of for this thread's creation and the
OP's motives/recommendations is because perhaps he/she is having
triouble getting an X Window running - i.e.; only able to get to text
mode (similar to what a ' Knoppix 1 ', or ' Knoppix 2 ' at the Boot:
prompt would yield). Perhaps they have a Laptop which usually requires
some cheatcodes to get fully booted into the GUI.
But I guess we'll have to wait to hear back from the OP, before I
speculate further  |
|
| Back to top |
|
 |  |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|