Results 1 to 10 of 19
Ok, i know, i'm a total noobie at Linux...
I've managed to install Slackware. But when i restart my computer, it runs Windows instead.
I've tryed to start with the ...
- 06-22-2005 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 11
New Problems
Ok, i know, i'm a total noobie at Linux...
I've managed to install Slackware. But when i restart my computer, it runs Windows instead.
I've tryed to start with the boot disk, but i get this hard to understand DOS like interface where i cant see all the commands when i type help.
Can anyone help me here? Do i have to run some command?
- 06-22-2005 #2Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
It seems LILO (the bootloader) was not installed to the Master Boot Record (MBR) of your primar hard drive. Re-enter the installation and re-run the LILO configuration and installation utility, installing it to the MBR. Keep in mind that this is dangerous and may prevent you from booting Windows (at least temporarily) if you do not do it correctly. It's always nice to have something like GAG laying around if you mess up.
- 06-22-2005 #3Just Joined!
- Join Date
- Jun 2005
- Posts
- 11
Ok, thanks.
I've done that and have duel boot options. But when i run linux it starts up in a shell style. How do i get the GUI up?
- 06-22-2005 #4should get the GUI up.Code:
startx
- 06-22-2005 #5Just Joined!
- Join Date
- Jun 2005
- Posts
- 11
Thanks.
Wow. Linux is so... amazing....
But i have yet another problem. I have a Wireless Router that is connected to the internet, it is connected to my Linux PC (wired) How do i make linux pick this up and log onto the internet?
- 06-22-2005 #6Linux Newbie
- Join Date
- Jun 2005
- Posts
- 181
If you installed a DHCP client, it'll automatically get the correct settings from the router. If you didn't, install one from the CD, it's the easiest way to get it running.
200mhz Pentium 1 with MMX, 128mb RAM, 10gb Seagate HDD. Beastly.
- 06-22-2005 #7Just Joined!
- Join Date
- Jun 2005
- Posts
- 11
So:
1) Run Linux. Get into GUI mode.
2) insert slackware CD 1
What next?
Sorry, i'm a total noobie.
- 06-22-2005 #8Linux Newbie
- Join Date
- Jun 2005
- Posts
- 181
Open a konsole, and type su -, then enter the root password. Then type 'mount -t auto /dev/hdc /mnt/cdrom' (I'm assuming your drive is hdc, if it doesn't work try hdb and hdd). Now, 'cd /mnt/cdrom/slackware/n', installpkg dhcpcd and hit tab to autocomplete (you may need to finish the name with tgz), hit enter to install it.
Open /etc/rc.d/rc.inet1.conf with a text editor (vi, nano, pico.. whatever you know how to use), and set USE_DHCP[0]= to "yes", then save and exit, and run /etc/rc.d/rc.inet1, that should then use DHCP to bring up your connection. If it doesn't, you'll need to load the module for your ethernet card.200mhz Pentium 1 with MMX, 128mb RAM, 10gb Seagate HDD. Beastly.
- 06-22-2005 #9Just Joined!
- Join Date
- Jun 2005
- Posts
- 11
Ok. Thanks, i'll try in the morning.
Thanks for all the help you have all given guys. Linux is so cool...
- 06-22-2005 #10Linux Newbie
- Join Date
- Jun 2005
- Posts
- 181
Indeed it is.
Originally Posted by Tress
Hope this works (it should, but I don't use DHCP so I've not tried it).
200mhz Pentium 1 with MMX, 128mb RAM, 10gb Seagate HDD. Beastly.


Reply With Quote