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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-23-2002, 02:11 AM
|
#1
|
Member
Registered: Jan 2002
Location: Moorpark
Distribution: SLACK 8!
Posts: 230
Rep:
|
Slack 8.1 install boot disk?
I need to know how I can create a Slack 8.1 install boot disk, using my currently installed Slack 8.1 on my comp, so that I can put slack 8.1 on another comp thats being a stupid fsck and wont boot ( or let me change to in BIOS ) from the CD.
|
|
|
09-23-2002, 07:33 AM
|
#2
|
LQ Guru
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163
Rep:
|
Do you have a Slackware CD? If so, you can make floppy boot disk.
From Slackware Site:
Quote:
You may need to change /dev/fd0 depending on your configuration. If you are creating the image from a DOS system, the included program RAWRITE will help you make the disk. Here is the syntax for RAWRITE:C:\>RAWRITE [image file name] [destination drive letter]:
For example, if I wanted to make a boot disk from the net.i image on a DOS system with the floppy drive as A:, I would use the following command.
D:\>RAWRITE bare.i A:
|
You can probably do this for /dev/fd0.
http://www.slackware.org/install/bootdisk.php
|
|
|
09-23-2002, 08:55 AM
|
#3
|
Member
Registered: Jan 2002
Location: Cheyenne Wyoming
Distribution: Debian/Raspbian/Mint
Posts: 717
Rep:
|
I'm assuming you cant boot from cd on this other computer?
Then you will need bare.i(boot disk) Install.1-5(Install disks) Yes five of them.
bare.i: http://telia.dl.sourceforge.net/mirr...-8.1/bootdisks
Install disks: http://telia.dl.sourceforge.net/mirr...-8.1/rootdisks
Once you have them on your working Linux box, put a floppy labeled boot in your fdd then:
dd if=bare.i of=/dev/fd0
and do the same for each of the install disks. So you should end up with 6 disks total.
|
|
|
09-23-2002, 12:27 PM
|
#4
|
Member
Registered: Jan 2002
Location: Moorpark
Distribution: SLACK 8!
Posts: 230
Original Poster
Rep:
|
when i typed "dd if=bare.i of=/dev/fd0 It came back with this:
dd: opening `bare.i': No such file or directory
what am I doing wrong?
|
|
|
09-23-2002, 01:23 PM
|
#5
|
Member
Registered: Jan 2002
Location: Cheyenne Wyoming
Distribution: Debian/Raspbian/Mint
Posts: 717
Rep:
|
I was assuming you were in the same directory that you downloaded the files to sry
dd if=/path/to/bare.i of=/dev/fd0
|
|
|
09-23-2002, 02:34 PM
|
#6
|
Member
Registered: Jan 2002
Location: Moorpark
Distribution: SLACK 8!
Posts: 230
Original Poster
Rep:
|
hmm... i need to know how to format fd0 (im asuming that fd0 represents the floppy drive)
|
|
|
09-23-2002, 03:30 PM
|
#7
|
Member
Registered: Jan 2002
Location: Cheyenne Wyoming
Distribution: Debian/Raspbian/Mint
Posts: 717
Rep:
|
You should'nt have to format the floppies, as dd will over write the whole thing with the images.
BTW: You dont need to mount the floppies, just put them in the drive, and type the commands that I posted.
Last edited by hanzerik; 09-23-2002 at 03:31 PM.
|
|
|
09-23-2002, 03:32 PM
|
#8
|
Member
Registered: Jan 2002
Location: Cheyenne Wyoming
Distribution: Debian/Raspbian/Mint
Posts: 717
Rep:
|
But the command to format a floppy is:
fdformat /dev/fd0
then depending on what type of file system you want:
mkfs.vfat /dev/fd0
mkfs.ext2 /dev/fd0
|
|
|
All times are GMT -5. The time now is 05:46 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|