LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-13-2004, 11:59 AM   #1
neocookie
Member
 
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308

Rep: Reputation: 30
Question Can i use a floppy to boot to the CDROM?


Hi

I've an old machine I'd like to install linux on. I'm not too bothered which distro as I'm looking to customise it once its on there. This is a "learning machine" which will (hopefully) instigate my migration over to linux.

This machine is a Dell OptiPlex GXi 5166L.

Thing is, it doesn't allow in the BIOS to boot from CDROM, and the NIC is built in, so I'm stuck to the "mainline" distros that allow the user to install from floppy and can see my NIC.

I was wondering whether there is a way to use a floppy disk to boot from the CDROM. I've tried the "Smart Boot Manager" (//btmgr.sourceforge.net/) with no joy. Are there any other utilities out there?

Thanks for any help you can give me - i've been banging my head against the wall for weeks now!
 
Old 04-13-2004, 12:20 PM   #2
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
The bootable cd works by having thew image of a bootable floppy on it. So you just have to copy that image file to floppy and use that to boot. You can use 'rawrite' to copy in Windows.
 
Old 04-13-2004, 12:32 PM   #3
neocookie
Member
 
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308

Original Poster
Rep: Reputation: 30
Oh, right. I've had a quick look at the CDROM I'm looking to install, and there is an autorun file which is an sh script. Will I be able to just copy that to a floppy, or will I have to look for another file?
 
Old 04-13-2004, 12:36 PM   #4
neocookie
Member
 
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308

Original Poster
Rep: Reputation: 30
My choice of distro seems to be based on Fedora, if thats any help?
 
Old 04-13-2004, 12:49 PM   #5
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
The cd contains the exact image of a bootable floppy. It is probably called 'boot.img' or similar. It has nothing to do with Autorun. It will most likely be 1.4M in size.
Once you find the file, you copy it to floppy with the special program called rawrite. you can't just copy it like it's a regular file.
 
Old 04-13-2004, 12:52 PM   #6
neocookie
Member
 
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308

Original Poster
Rep: Reputation: 30
Ah... found it. Wonderful. Install has started. Thanks for that. Just needed pointing in the right direction! Google seemed to let me down this time...

I've been playing around with gentoo and others, trying to install on my box - finally settled on Cobind (easy interface, ports system, un-cluttered). Gentoo was too much of a nightmare. They suggested using the redhat rescue netboot.img and following that through. Nightmare!

However - If i ever want to install a distro which doesn't have a boot disk, what other options are there?

Last edited by neocookie; 04-13-2004 at 12:55 PM.
 
Old 04-13-2004, 12:57 PM   #7
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
What do you mean, 'doesn't have a boot disk'?
 
Old 04-13-2004, 01:00 PM   #8
Mr.Bill.Gates
Member
 
Registered: Apr 2004
Location: Moscow, Russia
Distribution: Debian
Posts: 55

Rep: Reputation: 15
All major distros provide boot floppy images... well as far as i know
 
Old 04-13-2004, 02:08 PM   #9
neocookie
Member
 
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by aaa
What do you mean, 'doesn't have a boot disk'?
Quote:
Originally posted by Mr.Bill.Gates
All major distros provide boot floppy images... well as far as i know
Well, gentoo is a major distro, but doesn't come with a "boot disk". It will boot from the CDROM, but has no floppy to kick things off if CD booting fails/is not an option.
 
Old 04-13-2004, 06:36 PM   #10
farmall
Member
 
Registered: Apr 2004
Posts: 40

Rep: Reputation: 15
Smart Boot Manager can be used to make a universal boot floppy that will work with ATAPI CD drives and allow booting from CD. It can be installed to hard disk too.

BTW, I suggest using dd to image the floppy afterwards. You can then use Winimage to make a self-extracting executable (using it to read the SBM floppy does not work due to the area sbminst.exe writes to) for future creation of floppies when using non-DOS-based versions of Windows. If you use only Linux you can skip this bit:
If all you have is a WinXP, NT, or 2K box, burn a floppy emulation CD with a downloaded DOS boot disk image (not a self-extracting .exe, but a .ima file or similar) and put sbminst.exe in the root directory. Run sbminst.exe to install it to the floppy (drive "b" when booting from floppy emulation CD).
Reboot with a bootable Linux distro, dd the image to your folder of choice on your hard drive (or USB flash drive if you like). Reboot to Windows, make a self-extracting executable from the image, and put all the files you used to do this on CD so ya don't lose them.
Following the above instructions will let ya spew forth Smart Boot Manager floppies any time you need them.
Yes, it is worth it.
http://btmgr.sourceforge.net/

Last edited by farmall; 04-13-2004 at 06:57 PM.
 
Old 04-14-2004, 10:53 AM   #11
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
For the cd to be bootable, it needs to have the image of a bootable floppy on it. So if you look on the Gentoo cd, it should be there somewhere, and you can copy it to floppy.
 
Old 04-14-2004, 12:56 PM   #12
neocookie
Member
 
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by farmall
Smart Boot Manager can be used to make a universal boot floppy that will work with ATAPI CD drives and allow booting from CD. It can be installed to hard disk too.

BTW, I suggest using dd to image the floppy afterwards. You can then use Winimage to make a self-extracting executable (using it to read the SBM floppy does not work due to the area sbminst.exe writes to) for future creation of floppies when using non-DOS-based versions of Windows. If you use only Linux you can skip this bit:
If all you have is a WinXP, NT, or 2K box, burn a floppy emulation CD with a downloaded DOS boot disk image (not a self-extracting .exe, but a .ima file or similar) and put sbminst.exe in the root directory. Run sbminst.exe to install it to the floppy (drive "b" when booting from floppy emulation CD).
Reboot with a bootable Linux distro, dd the image to your folder of choice on your hard drive (or USB flash drive if you like). Reboot to Windows, make a self-extracting executable from the image, and put all the files you used to do this on CD so ya don't lose them.
Following the above instructions will let ya spew forth Smart Boot Manager floppies any time you need them.
Yes, it is worth it.
http://btmgr.sourceforge.net/
Thanks for all that lovely information... but as previously stated, I've tried it and it didn't work.

Thanks for all your help... i'll try a different approach.
 
Old 04-21-2004, 09:30 AM   #13
frenchi
Member
 
Registered: Dec 2003
Location: Rennes - FRANCE
Distribution: Slackware 9.1
Posts: 36

Rep: Reputation: 15
OK, that's good for 1.44Mo images, but here is MY problem

I've got an "old" machine (an embedded x86 compatible), and the CD I need to boot from has a boot.img of 2.88Mo !

I've no Linux with me to try dd or anything else, so does someone know how to create a boot floppy (or several floppies) to boot my cd ?

For information, the distribution isn't a major one, that's eshida...

THX in advance !
 
Old 04-21-2004, 12:31 PM   #14
neocookie
Member
 
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308

Original Poster
Rep: Reputation: 30
Try winimage - it'll format your floppy to 2.88Mb easily. Then rawrite the .img file to the floppy.

Simple.
 
Old 04-22-2004, 01:45 AM   #15
frenchi
Member
 
Registered: Dec 2003
Location: Rennes - FRANCE
Distribution: Slackware 9.1
Posts: 36

Rep: Reputation: 15
Sure ?

Because I don't want to destroy my floppies

I tried, and winimage doesn't want...
And I think that it cannot work because the motherboard can read 1.44Mo floppies (hard floppies or cd), and cannot use the 2.88Mo ones.

Additionnaly, a floppy of 1.44Mo cannot be formatted in 2.88Mo because of its structure...

Another suggestion ?

Last edited by frenchi; 04-22-2004 at 02:00 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Boot cdrom from floppy Half_Elf Linux - General 5 10-02-2004 10:29 AM
installing without boot cdrom, no floppy drive, and no network - stuck need some help TimeFade Linux - Laptop and Netbook 4 05-14-2004 02:39 PM
How can i boot from floppy with adaptec and continue with cdrom Redhat 7.3 Kunthar Red Hat 0 03-23-2004 08:58 PM
Cant boot from CDROM, upgrade w/ floppy? Gates1026 Linux - General 4 01-29-2004 05:06 PM
boot command from floppy to start cdrom jeffy240 Linux - Newbie 4 11-20-2002 12:56 AM

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

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