LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 07-22-2004, 08:03 AM   #1
Thanatos
Member
 
Registered: Jul 2004
Location: North Central Arkansas
Distribution: DSL 0.7.2 & Amigo ???
Posts: 48

Rep: Reputation: 15
Unhappy Root Floppy??


Ok, I fixed the hda thing & booting was working. Then it ask me for "root floppy". How do I make a root floppy?? I can't figure it out on slackware's help or installation page. Sorry for all the stupid questions. I may just need to purchase a cd set that installs it all for me. I want to put linux on my second partition. The first is reserved for Win98SE that I won't give up. Thanks for the help.
 
Old 07-22-2004, 09:23 AM   #2
auditek747
Member
 
Registered: Feb 2004
Location: Ohio, USA
Distribution: Arch Linux
Posts: 464

Rep: Reputation: 30
If you have the Slackware disks, fire up win98, put in the first disk,
and browse to the rootdisks folder.
Double click "rawwrite.exe"
You will get a "dos prompt" that will ask you for an image.
Type in "install.1"
It will then ask for a destination. Type "a:" (all this without the quotes of course)
When it finishes, do it again for "install.2"

There you have it.
 
Old 07-22-2004, 12:27 PM   #3
Thanatos
Member
 
Registered: Jul 2004
Location: North Central Arkansas
Distribution: DSL 0.7.2 & Amigo ???
Posts: 48

Original Poster
Rep: Reputation: 15
I am installing Slackware with the files I downloaded. I unzipped zipslack to my second partition & made a boot floppy. Then I changed it to hda2. When booting off the floppy it tells me it needs floppy boot. I can't find image.1 or the rest in the folders. If I had DSL & a CD-RW, I would download the big install & burn a CD. Trying to do this with a simple 48000bps dial-up. Sorry for all the trouble.
 
Old 07-22-2004, 03:05 PM   #4
auditek747
Member
 
Registered: Feb 2004
Location: Ohio, USA
Distribution: Arch Linux
Posts: 464

Rep: Reputation: 30
I see.
If you unzipped ZipSlack to your second partition (d) you should
be able to boot into Dos, cd to d:, then type "dir" (no quotes of course).
There should be a directory called "\LINUX". Cd to that dir. and type "LINUX"

Last edited by auditek747; 07-22-2004 at 03:06 PM.
 
Old 07-22-2004, 05:36 PM   #5
Thanatos
Member
 
Registered: Jul 2004
Location: North Central Arkansas
Distribution: DSL 0.7.2 & Amigo ???
Posts: 48

Original Poster
Rep: Reputation: 15
Tried that. Ended up right back in the linux folder. The lines showed something reading hdb2, 3 ect.. I can't figure out which file has that. Where could I find the other files to edit?? Thanks.
 
Old 07-22-2004, 05:39 PM   #6
Thanatos
Member
 
Registered: Jul 2004
Location: North Central Arkansas
Distribution: DSL 0.7.2 & Amigo ???
Posts: 48

Original Poster
Rep: Reputation: 15
PS the folder is on drive e:. d: is my old drive that I use for storage. That drive isn't touched, when I get a nasty.
 
Old 07-22-2004, 09:17 PM   #7
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
Here are the Zipslack booting instructions:
http://www.slackware.com/zipslack/booting.php

...edit the LINUX.BAT file, and make sure the root=/dev/XXXX statement on the loadlin line (the one that's not commented out with 'rem') is set up to use the partition where you unzipped ZIPSLACK.ZIP...
is the important part.
You will need to use the correct Linux designation for your "drive E:".
Boot into real DOS (not a DOS box in Wndows) and you should be good.

Using the Zipslack boot floppy (I am looking at my 9.0 Zipslack boot floppy) you would type:
mount root=/dev/xxxx rw
at the prompt. The "xxxx" being the correct drive designation.
 
Old 07-22-2004, 09:22 PM   #8
auditek747
Member
 
Registered: Feb 2004
Location: Ohio, USA
Distribution: Arch Linux
Posts: 464

Rep: Reputation: 30
Your losing me here.
Where exactly did you extract zipslack to?

Primary Master is hda.
If there's 2 partitions on it, they are:

hda1 and hda2

Primary Slave is hdb.
And so on...

You need to edit the LINUX.BAT on the line for loadlin.
It needs to be:

root=/dev/hda1 (or hda2, or hdb1, or where ever you extracted zipslack)
 
Old 07-23-2004, 06:37 AM   #9
Thanatos
Member
 
Registered: Jul 2004
Location: North Central Arkansas
Distribution: DSL 0.7.2 & Amigo ???
Posts: 48

Original Poster
Rep: Reputation: 15
I have my primary drive set up with 4 partitions, so that would be hda1, hda2, hda3 & hda4. I also have my old, small drive attached, so it is drive d:. That make my other 3 on my main drive, e, f & g. I have zipslack unzipped on drive e: which should be hda2. I have edited linux.bat to hda2 & that seemed to be working, but some file in the \linux folder still has the others (hda5, 6 ect.) in it. It ends up back to the e:\linux dos prompt. Sorry for the trouble.
 
Old 07-23-2004, 10:01 AM   #10
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
Quote:
I have my primary drive set up with 4 partitions, so that would be hda1, hda2, hda3 & hda4.
That depends on if you have an extended partition containing logical partitions or all primary partitions.
If the partitions are all primary then the designations are as you list them. If there is an extended partition then the extended partition also counts as a drive moving the drive designations in it up one.
Since you do not already have Linux running on your computer, the easiest way to confirm your drive designations would be with Tom's boot disk. It can be created in Windows. After booting it you can run the Linux fdisk ( `fdisk -l` ) to list your partitions.
Just to check on things you are probably already doing. You should use /dev/hda2 not just hda2. Zipslack was unzipped into the root of the partition and not in a subfolder. It created it's own \linux folder when unzipped.
 
Old 07-25-2004, 05:50 PM   #11
Thanatos
Member
 
Registered: Jul 2004
Location: North Central Arkansas
Distribution: DSL 0.7.2 & Amigo ???
Posts: 48

Original Poster
Rep: Reputation: 15
Sorry to be so long. Since I know MikeySoft Win so well, I'm the local guru (fix-it man). I did fdisk & it showed the drive I needed was hda5. C: is 1 & 2, my old drive in D: is 3 & 4, therefore the other 3 drives are 5, 6 & 7. I changed everything on my zipslack bootdisk & in E:\Linux\ . On start from linux folder, I get the kernel panic message. When I booted from the floppy I logged in as 'root'. It brought me to: 'root@zipslack:~#' . What do I do there? I typed help, but shit flashed by to fast, even for a speed reader. Hopefully this is an easy problem. Thanks for the help.
 
  


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
root floppy problem Mistreated Linux - Laptop and Netbook 1 09-24-2004 07:18 PM
Mounting floppy disk without becoming root ctux Linux - Hardware 2 08-01-2004 10:49 AM
Cannot write to Floppy, even as root Bob Moore Linux - Hardware 7 07-22-2004 10:22 AM
Non-root user cannot format floppy. rsamurti Slackware 4 12-22-2003 04:20 AM
no way for non root users to mount floppy aromes Linux - General 6 09-14-2003 08:56 AM

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

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