Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
Hey I am trying to install debian linux onto my laptop that previously had windows on it. When I try and choose a download mirror I have been getting an ...
  1. #1
    Just Joined!
    Join Date
    Oct 2006
    Posts
    24

    Installing Debian on a laptop



    Hey I am trying to install debian linux onto my laptop that previously had windows on it. When I try and choose a download mirror I have been getting an error message and none of the mirrors are able to dl to my laptop. Does anyone know if I could complete the installation and how without dling a debian archive mirror.

  2. #2
    Just Joined! Neo G's Avatar
    Join Date
    Nov 2006
    Posts
    5
    Wich linux do you want to use?

  3. #3
    Linux User
    Join Date
    Aug 2005
    Posts
    408
    Is your internet connection working? You aren't really downloading the mirror. You're just trying to access it so that apt can download and install the necessary files.

    You can complete the installation by getting everything from the disc (or discs) itself. Eventually, you will want a working internet connection to download software and security updates, so it's probably a good idea to get that working first.

  4. #4
    Just Joined!
    Join Date
    Oct 2006
    Posts
    24
    I am trying to install debian. So do you think that if I had no internet connection at all I would be able to complete the installation?

  5. #5
    Linux Newbie
    Join Date
    Aug 2006
    Posts
    107
    If you have the full CD1 then you can install a good basic system from that.

  6. #6
    Linux User
    Join Date
    Aug 2005
    Posts
    408
    Yes, you can. At some point, the installer should ask you how you want to retrieve installation files and it will give a list that includes http, ftp, and cdrom. Just select cdrom and it will ask you to put in as many discs as you have and press enter for each one. It can get all the files it needs from the install disc (unless it's just the minimum net install disc, in which case I don't know).

  7. #7
    Just Joined!
    Join Date
    Oct 2006
    Posts
    24
    ok I was able to get Debian installed by all I can see now is a command prompt, it doesn't even give me the login screen. My entire screen is black, and there is just text, even after I log in with my username and password. I get a command prompt, and I can type in commands, but there is nothing else I can see, it's just one big black window.

  8. #8
    Linux Newbie
    Join Date
    Aug 2006
    Posts
    107
    Is this the full CD 1 disc?
    When it asked about package groups to install did you choose any?

  9. #9
    Linux User
    Join Date
    Aug 2005
    Posts
    408
    Two things:

    You should first add ALL installation discs (including, probably the first) with the command:
    Code:
    apt-cdrom add
    It will ask you to insert discs and press enter. Make sure you add each one that you have.
    Next, enter
    Code:
    apt-get install x-window-system-core
    It will tell you which disc to insert into the cdrom in order to install x-windows.

    Then you can install the gui/window manager of your choice. I'm not sure you'll have enough discs for it, but you can try:
    Code:
    apt-get install kdm kde
    or
    Code:
    apt-get install gnome gdm
    or
    Code:
    apt-get install xdm fluxbox or iceWM or xfce or whatever
    You can, of course, combine all of these into one command:
    Code:
    apt-get install gdm x-window-system-core gnome

  10. #10
    Just Joined!
    Join Date
    Oct 2006
    Posts
    24
    hey I was able to execute the first command you gave me successfully, but after that I couldn't get the other ones to work.

    I got a message saying "E: Could not open lock file /var/lib/dpkg/lock/ -open (13 Permission denied)" and on the next line "E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?"

Page 1 of 2 1 2 LastLast

Posting Permissions

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