LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-22-2005, 11:54 PM   #16
JSLayton
Member
 
Registered: Apr 2005
Location: Warrior, AL
Distribution: Slackware 10.1, Fedora Core 4
Posts: 128

Original Poster
Rep: Reputation: 15

Anyone know how to access the BIOS on an old Dell? It's not setup to boot from the CD
 
Old 04-22-2005, 11:57 PM   #17
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
try with F2... or look for your model on this page:

http://www.michaelstevenstech.com/bios_manufacturer.htm

 
Old 04-23-2005, 12:00 AM   #18
JSLayton
Member
 
Registered: Apr 2005
Location: Warrior, AL
Distribution: Slackware 10.1, Fedora Core 4
Posts: 128

Original Poster
Rep: Reputation: 15
OK, I just found out that my comp won't let me boot from a CD. So now how do I go about creating that boot disk?
 
Old 04-23-2005, 12:38 AM   #19
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally posted by JSLayton
OK, I just found out that my comp won't let me boot from a CD. So now how do I go about creating that boot disk?
Quote:
A bootdisk is created by writing the image to a formatted floppy disk
with RAWRITE.EXE under DOS. For example, to use RAWRITE.EXE to create the
bare.i bootdisk you'd put a formatted disk in your floppy drive and issue
the following command (in this directory):
Code:
RAWRITE BARE.I A:
ftp://slackware.oregonstate.edu/pub/...sks/README.TXT

ftp://slackware.oregonstate.edu/pub/...0.1/bootdisks/


Last edited by win32sux; 04-23-2005 at 12:45 AM.
 
Old 04-23-2005, 07:06 AM   #20
JSLayton
Member
 
Registered: Apr 2005
Location: Warrior, AL
Distribution: Slackware 10.1, Fedora Core 4
Posts: 128

Original Poster
Rep: Reputation: 15
That's not working for me. It says that it created the boot disk, but I can't see any files on the disk and when I put the disk in and boot with it, I keep getting, "Boot Failed".
 
Old 04-23-2005, 10:01 AM   #21
chmasy
LQ Newbie
 
Registered: Jul 2004
Location: S windsor
Posts: 16

Rep: Reputation: 0
You should be able to download an iso image of the disks that you will need.

Using Roxio from windows you double click on the iso file which should lunch Roxio and burn a boot cd disk of the distro you want. You will need to do this for each iso image that you need for a choosing flavor of linux.

I find it hard to believe that your Dell won’t let you set the bios to boot from the CD Rom, unless your computer is very old (Pre Pentium.) , In that case, your computer might run linux very slow or not at all (if you are not running a Pentium/Celeron or equ AMD class processor, I won’t even try running linux),

To change the bios settings, at the Dell screen when you first turn on the computer, it may ask “to enter setup press F2” or something like that. If it never ask then try F2, or Del, or F10 at the Dell screen. You can always do a google search.
 
Old 04-23-2005, 04:23 PM   #22
JSLayton
Member
 
Registered: Apr 2005
Location: Warrior, AL
Distribution: Slackware 10.1, Fedora Core 4
Posts: 128

Original Poster
Rep: Reputation: 15
I can get into the BIOS, but the only two options it has is Diskette First and Harddrive Only. It is a very old Dell. I might need to run it on a different computer. I have a different Dell. It's just as old and it doesn't have a NIC.
 
Old 04-23-2005, 04:54 PM   #23
JSLayton
Member
 
Registered: Apr 2005
Location: Warrior, AL
Distribution: Slackware 10.1, Fedora Core 4
Posts: 128

Original Poster
Rep: Reputation: 15
OK, I already have Windows XP running on my computer now. Can I start a dual boot with Linux now without having to reinstall Windows XP??
 
Old 04-23-2005, 10:28 PM   #24
JSLayton
Member
 
Registered: Apr 2005
Location: Warrior, AL
Distribution: Slackware 10.1, Fedora Core 4
Posts: 128

Original Poster
Rep: Reputation: 15
Once you get into linux, how do you start KDE?
 
Old 04-24-2005, 04:07 AM   #25
Ridium
LQ Newbie
 
Registered: Apr 2005
Posts: 1

Rep: Reputation: 0
You can start xserver by writing startx.
But what window manager it opens depends on what you have set as default.
 
Old 04-24-2005, 04:27 AM   #26
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
yeah, if you set kde as the default window manager during the slackware installation it will be the one to get started when you startx...

you can always choose what window manager you wish to be used by doing a:
Code:
xwmconfig
and selecting the one you want to use before you do the startx...

BTW, if you want slackware to always boot into GUI mode instead of text mode just edit your /etc/inittab, by changing this line:
Code:
id:3:initdefault:
to this
Code:
id:4:initdefault:
that tells slackware to boot into runlevel 4 instead of the (default) runlevel 3... the runlevel overview is in that same file also (/etc/inittab):
Quote:
# These are the default runlevels in Slackware:
# 0 = halt
# 1 = single user mode
# 2 = unused (but configured the same as runlevel 3)
# 3 = multiuser mode (default Slackware runlevel)
# 4 = X11 with KDM/GDM/XDM (session managers)
# 5 = unused (but configured the same as runlevel 3)
# 6 = reboot
the file that gets run when you go into runlevel 4 is /etc/rc.d/rc.4 and if you take a look at that file you'll see that it tries to start several session managers... GDM, KDM, and XDM, in that order... so if you did a "full install" (recommended) then you'll have all three of those so it'll load gdm... to make it load kdm instead, you can comment the lines in /etc/rc.d/rc.4 that look for gdm so as that it will go for kdm right away, or you can uninstall gdm or you can make the gdm binary non-executable (chmod a-x /usr/bin/gdm), or you can edit the rc.4 script by moving the gdm part and placing it after the kdm one... personally, i'd probbaly just uninstall gdm (if i wasn't gonna use it anyways)...
Code:
removepkg gdm

Last edited by win32sux; 04-24-2005 at 05:39 AM.
 
Old 04-24-2005, 07:54 AM   #27
JSLayton
Member
 
Registered: Apr 2005
Location: Warrior, AL
Distribution: Slackware 10.1, Fedora Core 4
Posts: 128

Original Poster
Rep: Reputation: 15
Excellent, now I'm getting the hang of this.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hello...Newcomer with Linux ScubaGear2001 LinuxQuestions.org Member Intro 2 08-18-2005 05:56 PM
Newcomer-- Redhat linux 9 kimnajoo Programming 2 04-18-2005 12:07 AM
newcomer in Linux. Samba problem jalla Linux - Software 17 06-02-2004 04:52 AM
Newcomer to Linux: installing tar.gz programs bumbleb Linux - Software 7 10-04-2003 09:32 AM
Newcomer MAGOVIA Linux - Newbie 1 06-27-2003 11:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration