linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Richard B. Johnson" <root@chaos.analogic.com>
To: John Bradford <john@grabjohn.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Bootable CD idea
Date: Wed, 30 Apr 2003 08:21:28 -0400 (EDT)	[thread overview]
Message-ID: <Pine.LNX.4.53.0304300811300.12971@chaos> (raw)
In-Reply-To: <200304301154.h3UBs0ob000471@81-2-122-30.bradfords.org.uk>

On Wed, 30 Apr 2003, John Bradford wrote:

> Just a random idea that occurred to me...
>
> Since the El-Torito bootable CD standard supports multiple floppy
> images on a single CD, it would be possible to write a script that
> takes a .config file, and the source to, say all the -pre and -rc
> versions of a particular kernel, compiles multiple kernels with the
> same .config, and writes a CD with them all on, set to boot from an
> arbitrary disk partition.
>
> It would make:
>
> > > > Foo doesn't work in -rc2
> > > Did it work in -rc1
> > Not sure
>
> E-Mail exchanges a thing of the past.
>
> Note, that as each floppy image is separate, it's not the same as
> trying to cram multiple kernels on a 2.88 MB floppy image, and is
> therefore actually do-able :-).
>
> John.

Well, it's a boot-loader problem that has to be solved in one
of the boot-loader programs like grub or lilo. When booting a
CD, the BIOS is made to 'think' that a CD is a floppy. It
loads the boot-record and jumps to its code. From that point
on, whatever happens is based upon how, what, and where the
boot record and subsequent code executes. With the large
data space available, you could certainly have multiple
operating systems. It's simply a coding problem. If you
want to modify one of the existing boot-loader programs
let me know. I may be able to help, and certainly can test.

FYI I have a bootable CR/ROM (who doesn't), that contains
a limited root file-system with ramdisks that mount on
/tmp and /var. I use this to boot any linux machine and
repair it. It would be nice to be able to select different
operating system versions as well.


Cheers,
Dick Johnson
Penguin : Linux version 2.4.20 on an i686 machine (797.90 BogoMips).
Why is the government concerned about the lunatic fringe? Think about it.


  reply	other threads:[~2003-04-30 12:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-30 11:54 Bootable CD idea John Bradford
2003-04-30 12:21 ` Richard B. Johnson [this message]
2003-04-30 12:41   ` John Bradford
2003-04-30 13:14     ` Tomas Szepe
2003-04-30 13:46       ` John Bradford
2003-04-30 13:47     ` Tigran Aivazian
2003-04-30 13:25       ` John Bradford
2003-04-30 18:57         ` H. Peter Anvin
2003-04-30 19:21           ` John Bradford
2003-04-30 21:18             ` H. Peter Anvin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.53.0304300811300.12971@chaos \
    --to=root@chaos.analogic.com \
    --cc=john@grabjohn.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).