Booting Linux Installer

Talk about anything and everything not related to this site or the Dreamcast, such as news stories, political discussion, or anything else. If there's not a forum for it, it belongs in here. Also, be warned that personal insults, threats, and spamming will not be tolerated.
Post Reply
No Name
DCEmu Ultra Poster
DCEmu Ultra Poster
Posts: 1837
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Sat May 04, 2002 10:40 am
Location: Avon, Conn. Posts: Yes
Has thanked: 0
Been thanked: 0
Contact:

Booting Linux Installer

Post by No Name »

I was trying to install Linux on an older computer yesterday. The problem is that it will not boot off CD or USB drive, and I can't find a way to boot it otherwise. It came with a boot disk image, but it is 6 megs, so its pretty much useless.
Image
mmm.... n00b blood
User avatar
butters
Classic Games Lover
Classic Games Lover
Posts: 5088
Joined: Fri Feb 08, 2002 6:50 pm
Location: Lubbock, Texas, United States, Sol 3, Milky Way Galaxy
Has thanked: 0
Been thanked: 0

Post by butters »

Install grub to a floppy and use the grub prompt to boot the CD.
User avatar
semicolo
Mental DCEmu
Mental DCEmu
Posts: 328
Joined: Mon Apr 25, 2005 1:02 pm
Location: Three-rivers canada
Has thanked: 0
Been thanked: 0
Contact:

Post by semicolo »

look on the cd, there must be floppy images.
Depending on the distribution you may need to make 2 or more floppies (using rawrite) then use them to boot the kernel, install needed modules, mount a ramdisk and the installation will start, choose cd as source.

Also read the docs :-)
No Name
DCEmu Ultra Poster
DCEmu Ultra Poster
Posts: 1837
Joined: Sat May 04, 2002 10:40 am
Location: Avon, Conn. Posts: Yes
Has thanked: 0
Been thanked: 0
Contact:

Post by No Name »

Like I said, there is what seems to be a floppy image, but it is 6 megs.

Butters - How do I do that? Also, I have no floppy drive on my only machine that currently runs Linux.
Image
mmm.... n00b blood
User avatar
butters
Classic Games Lover
Classic Games Lover
Posts: 5088
Joined: Fri Feb 08, 2002 6:50 pm
Location: Lubbock, Texas, United States, Sol 3, Milky Way Galaxy
Has thanked: 0
Been thanked: 0

Post by butters »

How about you take the hard drive out and put in another machine and install to there?
BlackAura
DC Developer
DC Developer
Posts: 9951
Joined: Sun Dec 30, 2001 9:02 am
Has thanked: 0
Been thanked: 1 time

Post by BlackAura »

Is there anything already on the older computer? It might be possible to use whatever's already on there to start the Linux installation, or at least create a boot disk.

It might also help to know what distro you're trying to install. Most of them have alternate installation methods.

Other possibly useful information - does it have a network card, and how big is the hard drive? It might be possible to to a network install, or partition the drive in two and install from ISO images on the hard drive.
No Name
DCEmu Ultra Poster
DCEmu Ultra Poster
Posts: 1837
Joined: Sat May 04, 2002 10:40 am
Location: Avon, Conn. Posts: Yes
Has thanked: 0
Been thanked: 0
Contact:

Post by No Name »

Right now all thats on the drive is a partition ~2.5 megs that is required by the BIOS. I believe there are two 1-2 gig drives in it and it does have a network card.
Image
mmm.... n00b blood
BlackAura
DC Developer
DC Developer
Posts: 9951
Joined: Sun Dec 30, 2001 9:02 am
Has thanked: 0
Been thanked: 1 time

Post by BlackAura »

I just thought of the most obvious solution...

Do you have a Windows machine with a floppy drive? If so, you can use that to make a boot floppy. If not, grab the floppy drive out of the old PC, temporarily install it in your Linux box, and use that to make a boot floppy.

Now, we need some way to boot the CD. The only reasonable way I found was Smart Boot Manager. It's bootloader, like LILO or GRUB, that sits in the MBR of a hard drive, or from a floppy disk. In addition to allowing you to boot different operating systems, it allows you to boot from external devices, like floppies, or CDs (using it's own El-Torito implementation, so it'll work if the system BIOS doesn't have one).

SBM comes as an install program for DOS and Linux. You can use it to build a bootable floppy disk. If you want to install SBM on your old PC's hard drive, you can do that too by sticking the DOS version on an bootable floppy and running it from there.

Slackware has a pre-built SBM floppy image:

http://slackware.at/data/slackware-curr ... ootmgr.dsk

Download that, and write it to a floppy disk. From Linux, do:

Code: Select all

dd if=sbootmgr.dsk of=/dev/fd0
From Windows, use a disk imaging program.

http://www.fdos.org/ripcord/rawrite/

Write that to a floppy, stick it in your older PC, and select "Boot from CD" from the menu.

If you want to keep SBM on your hard drive for later use, grab the Linux binaries and use them to install to the MBR after you've installed Linux.
No Name
DCEmu Ultra Poster
DCEmu Ultra Poster
Posts: 1837
Joined: Sat May 04, 2002 10:40 am
Location: Avon, Conn. Posts: Yes
Has thanked: 0
Been thanked: 0
Contact:

Post by No Name »

I do have access to a Windows machine with a floppy drive. I'll try that when I get a chance.
Image
mmm.... n00b blood
Post Reply