LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-23-2003, 03:21 AM   #1
DigitalIce
LQ Newbie
 
Registered: Jul 2003
Posts: 4

Rep: Reputation: 0
Help: Slackware 9 Install Boot Disks


Ive tried many times to make a boot disk using slackwares provided rawrite and fail because it always comes up "permission denied" when i try to do this:
(in dos)
y=cdrom
a=floppy drive

<y:\G:\isolinux\sbootmgr\> rawrite y:\kernels\bare.i A:

This reports a permisison denied error. Maybe im on the wrong path completly as I've never used linux at all (except for RH9 and Mandrake 9.1 that I just installed...which I figured out in 2 min how to install)

I tried just booting to the CD rom but that didnt work, which is why ive been on this quest to make a boot disk.

I read through some other help files and one of them stated that there should be a "bootsks" directory of some sort which i didnt find in my ISO that was burned to CD.

So now im lost and frustrated, and was really hoping I wouldnt be stuck with windows the rest of my life. Please help, thnx

Last edited by DigitalIce; 07-23-2003 at 03:23 AM.
 
Old 07-23-2003, 03:28 AM   #2
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Rep: Reputation: 31
The boot disk images are stored in the bootdsks.144 directory for 3.5" diskettes and the bootdsks.12 directory for 5.25" diskettes.

If you are creating the image from a Linux system, the following command should work just fine:

dd if=[image file name] of=/dev/fd0

You may need to change /dev/fd0 depending on your configuration.

Here is the syntax for RAWRITE:

C:\>RAWRITE [image file name] [destination drive letter]:

Hope that helps!
 
Old 07-23-2003, 03:35 AM   #3
DigitalIce
LQ Newbie
 
Registered: Jul 2003
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by BittaBrotha
[B]The boot disk images are stored in the bootdsks.144 directory for 3.5" diskettes and the bootdsks.12 directory for 5.25" diskettes.]
Yep, thats the directory I cant find.

I deleted the other installs of linux for now so I cant use them....and that rawrite command you stated is what I have been doing (see above) and reports the permission denied problem.


....still stuck
 
Old 07-23-2003, 03:39 AM   #4
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Rep: Reputation: 31
If you doing the Rawrite command from Win/Dos, then you shouldn't be getting a Permission Denied error, maybe some other error but not that one.

And of course if you're in Linux then you are doing it as Root user?
 
Old 07-23-2003, 03:51 AM   #5
DigitalIce
LQ Newbie
 
Registered: Jul 2003
Posts: 4

Original Poster
Rep: Reputation: 0
tried it on the comp i wanted to install it onto in DOS and in XP under command prompt and gave me the same error. Even moved the bare.i file to my local HD and it still gave me the error. bash.I comes up on my system as a folder (not sure if its suppost to or not) and has 3 files inside. I can rawrite any single one of those files on their own just fine.....maybe it has something to do with bash.i being a folder???

Is there a ISO image somewhere on the web that i can just d/l to fix this?

Last edited by DigitalIce; 07-23-2003 at 03:55 AM.
 
Old 07-23-2003, 04:09 AM   #6
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Rep: Reputation: 31
You want to install Slackware 9.0 using floppy disk?

Here's what you should do.

1.) Go in the BOOTDISKs folder and get bare.i, if that's the one you want.

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:

C:\> RAWRITE BARE.I A:

2.) Then go in the ROOTDISKS folder and get two files, Install.1 and Install.2.

For example, to make the first rootdisk image (install.1),
you'd put a formatted 1.44MB floppy in your floppy drive, and then run this command:

C:\> RAWRITE INSTALL.1 A:

and repeat for INSTALL.2 disk

Hopefully this should get you going.

If you want the boot/root disk again, try here!

Last edited by BittaBrotha; 07-23-2003 at 04:10 AM.
 
Old 07-23-2003, 02:10 PM   #7
DigitalIce
LQ Newbie
 
Registered: Jul 2003
Posts: 4

Original Poster
Rep: Reputation: 0
Thnx a lot BittaBrotha, solved my problem with that link. Seems as though my ISO never had those bootdisk or rootdisk folders. Now I can make it correctly.

Thanks
 
Old 07-23-2003, 07:53 PM   #8
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Rep: Reputation: 31
My pleasure...
 
Old 07-26-2003, 06:07 PM   #9
georg9
LQ Newbie
 
Registered: Jul 2003
Location: europe
Distribution: slackware
Posts: 13

Rep: Reputation: 0
Re: Help: Slackware 9 Install Boot Disks

> <y:\G:\isolinux\sbootmgr\> rawrite y:\kernels\bare.i A:

> This reports a permisison denied error.

Hmmm.
I have the strong suspection, that you are in a dos box of some win* o.s., rather than in real dos.

Try to find a boot floppy of msdos, or one of Caldera dos, and boot from it. Then this command will work.

Georg
 
Old 10-27-2003, 06:43 PM   #10
Seifer Almasy®
LQ Newbie
 
Registered: Oct 2003
Posts: 1

Rep: Reputation: 0
Thumbs up

I have a Slackware 9 and BARE.I is a FOLDER, dont IMAGE

Trying rawrite Y:\kernels\bare.i\bzImage a: (works for me)

cya

PS: I newbie in linux
 
  


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
burning the slackware disks help adds2one Slackware - Installation 3 08-25-2005 06:27 PM
Slackware 9.1 Disks? Gerardoj Linux - General 2 01-27-2004 12:43 AM
Slackware 9.0 Boot disk and install disks drone Slackware 8 10-23-2003 08:02 PM
Need Install.1 and .2 root disks for Slackware. kingsalmon Linux - General 1 08-01-2003 12:22 AM
Slackware 9 root/boot disks to CD... Mishley Slackware 5 05-16-2003 03:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:38 PM.

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