LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-05-2005, 05:48 PM   #46
Dj Brimstone
Member
 
Registered: Mar 2005
Posts: 40

Original Poster
Rep: Reputation: 15

Yeah, I can boot into text mode if I don't put the cd in.
 
Old 04-05-2005, 05:58 PM   #47
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
What do you mean? Are you talking about booting into DOS, or about damn small linux (dsl) ?

What I was talking about was damn small linux in text mode (ie: no desktop, just a shell -- similar to dos)

To do that, you need to boot the cd, and at the "boot:" prompt (the very beginning) type:
Code:
dsl 2
(I'm doing this along with you so I don't make any mistakes...)
 
Old 04-05-2005, 06:02 PM   #48
Dj Brimstone
Member
 
Registered: Mar 2005
Posts: 40

Original Poster
Rep: Reputation: 15
I see what you're saying, I use a boot floppy, and if I don't have a cd in, it already goes into that shell, but I'll do what you're doing right now.
 
Old 04-05-2005, 06:10 PM   #49
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
Once it has fully booted, you should see a prompt that looks like this:
Code:
root@tty1[/]#
At the prompt, type
Code:
cfdisk
That will give you a nice print-out/menu of your partition table. Copy what it says about each partition and post it. Are the partitions what you think they should be?

EDIT: When I say "print-out", I mean printed to the computer screen. Sorry, computer-speak. I forget sometimes that not everyone knows.

Last edited by dping; 04-05-2005 at 06:22 PM.
 
Old 04-05-2005, 06:21 PM   #50
Dj Brimstone
Member
 
Registered: Mar 2005
Posts: 40

Original Poster
Rep: Reputation: 15
Primary Free Space 4.13
hda1 Primary OS/2 hidden C: Drive 70.19
hda2 boot Primary FAT16 2146.96
hda5 Logical FAT16 1028.07
Pri/Log Free Space 4.13
 
Old 04-05-2005, 07:04 PM   #51
Dj Brimstone
Member
 
Registered: Mar 2005
Posts: 40

Original Poster
Rep: Reputation: 15
I think I understand where you are going with this, but I'm not sure, so you're gonna have to tell me.
 
Old 04-05-2005, 07:10 PM   #52
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
Yep, yep. Just thinking.

I wonder if the fact that it labeled your first partition (hda1) "C: Drive" is causing the problem. Strange that it would do that, since a partition with the OS/2 filesystem is obviously not going to be the C: drive.

I don't see an option for changing individual partition labels in cfdisk.

You could try booting hda2 directly with the smartboot manager, and perhaps windows will change the label if it recognizes the error. Otherwise, I'm not sure how one could change it, and it may not be important. It may matter more that the OS/2 partition is at the beginning of the drive.

Try the smartboot manager booting hda2.

If that doesn't work, then you could try two things. [list=1][*]You could try deleting everything with cfdisk and *then* running the restore disks -- if you are confident that the disks will restore everything.[*]You could try moving the boot partition to the front of the drive with parted, and then making a new OS/2 partition with cfdisk.[/list=1]

Or, if you don't care that much about windows, we could move on to the linux install.
 
Old 04-05-2005, 07:12 PM   #53
Dj Brimstone
Member
 
Registered: Mar 2005
Posts: 40

Original Poster
Rep: Reputation: 15
Let's move onto the Linux Install
 
Old 04-05-2005, 07:13 PM   #54
Dj Brimstone
Member
 
Registered: Mar 2005
Posts: 40

Original Poster
Rep: Reputation: 15
I noticed at the bottom, you can change the type of the Partition. Is this what we're going to do?
 
Old 04-05-2005, 07:15 PM   #55
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
First off, for the install do you mind deleting all the current partitions, or is there something you want to keep on the computer?
 
Old 04-05-2005, 07:17 PM   #56
Dj Brimstone
Member
 
Registered: Mar 2005
Posts: 40

Original Poster
Rep: Reputation: 15
At one point, I wanted to keep Windows 95...as a crutch for a newb...but since I restored it, there is nothing left for me on the computer, everything is deleted...so, I suppose that I don't have anything of worth on there...
 
Old 04-05-2005, 07:17 PM   #57
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
Basically, yes. We will change the type of partition. We'll have to add a partition too.
 
Old 04-05-2005, 07:27 PM   #58
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
Now this I can't do with you, so I will need good information...

First, using cfdisk, delete all the partitions on the drive.

Then, create a partition that uses all of the drive exept for 128MB. Make that partition's type "Linux" (83).

Then, fill up the end of the drive with a second partition of the type "Linux swap" (82).
 
Old 04-05-2005, 07:29 PM   #59
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
Also, make the "Linux" partition bootable (another of the options down at the bottom).

Last edited by dping; 04-05-2005 at 07:30 PM.
 
Old 04-05-2005, 07:35 PM   #60
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
Once that is done, tell cfdisk to save the changes by choosing the "Write" option at the bottom.

Then if it doesn't exit cfdisk use the "Quit" option to exit.

Finally, back at the root@tty1[/]# prompt, type the following to install dsl to the hard drive:
Code:
dsl-hdinstall
Let me know of any problems/questions.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Installing Slackware With Damn Small Linux Already Installed A2TheRizzo Slackware - Installation 4 10-29-2005 05:24 PM
Damn Small Linux webwolf70 DamnSmallLinux 2 05-05-2005 05:32 PM
Installing Damn small linux on my 500mb hd zwyrbla DamnSmallLinux 8 10-05-2004 09:34 PM
Damn Small Linux Nasty Linux - Newbie 2 10-10-2003 11:07 PM
installing Damn Small Linux but can't boot with cd. FLaSER Linux - Newbie 4 09-19-2003 06:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:13 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