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 ...
- 11-08-2006 #1Just 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.
- 11-08-2006 #2
- 11-08-2006 #3Linux 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.
- 11-09-2006 #4Just 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?
- 11-09-2006 #5Linux Newbie
- Join Date
- Aug 2006
- Posts
- 107
If you have the full CD1 then you can install a good basic system from that.
- 11-09-2006 #6Linux 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).
- 11-09-2006 #7Just 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.
- 11-09-2006 #8Linux 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?
- 11-09-2006 #9Linux User
- Join Date
- Aug 2005
- Posts
- 408
Two things:
You should first add ALL installation discs (including, probably the first) with the command:
It will ask you to insert discs and press enter. Make sure you add each one that you have.Code:apt-cdrom add
Next, enterIt will tell you which disc to insert into the cdrom in order to install x-windows.Code:apt-get install x-window-system-core
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:
orCode:apt-get install kdm kde
orCode:apt-get install gnome gdm
You can, of course, combine all of these into one command:Code:apt-get install xdm fluxbox or iceWM or xfce or whatever
Code:apt-get install gdm x-window-system-core gnome
- 11-10-2006 #10Just 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?"


Reply With Quote
