Find the answer to your Linux question:
Results 1 to 6 of 6
I installed the latest Debian Sarge as dual boot with WinME. hahaha I have both root and user with passwords. I now have it running, but only as a command ...
  1. #1
    Just Joined!
    Join Date
    Aug 2005
    Posts
    2

    Angry Now What ? Sarge Command Line

    I installed the latest Debian Sarge as dual boot with WinME. hahaha

    I have both root and user with passwords. I now have it running, but only as a command line. I burned all 7 CDs. apt-get results in 0 files available.
    What next ? How do I get this thing into some semblence of a usable desktop ? I have installed Xandros, Mandrake, SuSE, and Fedore Core 5; none have presented anything like this problem.

    What specifically should I type into the command line ?

  2. #2
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    You probably accidentally skipped the section of the installer that installs the X11 Windowing system (the GUI). It's very easy to do in Debian. You should still be able to install it using the CDs as an apt repository. Hold on and I'm sure one of our resident Debian gurus can fill you in on the details.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  3. #3
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    hi

    to add apt sources and install X run the debian basic configuratio utility
    Code:
    dpkg-reconfigure base-config
    add your cds to the apt source list and mark for install the x window system

    or

    add all of your cds to the apt sources by edit the /etc/apt/sources.list file or use apt-cdrom command. You can get details from man. , run "man apt-cdrom"

    than
    install the xserver and GUI

    apt-get install x-window-system
    for gnome
    apt-get install gnome
    for kde
    apt-get install kde

  4. #4
    Linux User
    Join Date
    Aug 2005
    Posts
    408
    You should also strongly consider going with etch instead of sarge because:

    1. etch will be released as stable soon
    2. the etch installer is better than the sarge installer
    3. the kernel etch comes with is more recent and will more easily match whatever hardware you have

  5. #5
    Just Joined!
    Join Date
    Aug 2005
    Posts
    2

    Unhappy Getting Closer...

    "apt-cdrom add" results in it asking for a cd to be inserted then press Enter. I do this, but get the message "E: Failed to mount the cdrom."

    The other things have no effect, ie: error messages result.

  6. #6
    Linux Newbie
    Join Date
    Aug 2006
    Posts
    107
    If you aren't familar with debian I would suggest using the new etch installer
    http://cdimage.debian.org/cdimage/et...1/i386/iso-cd/
    CD1 is really all you need

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •