9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] building an el torito so I can boot one kernel .... just one
@ 2006-06-20 23:20 Ronald G Minnich
  2006-06-21  3:23 ` Eoghan Sherry
  0 siblings, 1 reply; 2+ messages in thread
From: Ronald G Minnich @ 2006-06-20 23:20 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

What I really need to do is boot a kernel. I'd like to do it without a 
floppy, since finding a floppy drive is hard.

Anyone done this?

ron


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] building an el torito so I can boot one kernel .... just one
  2006-06-20 23:20 [9fans] building an el torito so I can boot one kernel .... just one Ronald G Minnich
@ 2006-06-21  3:23 ` Eoghan Sherry
  0 siblings, 0 replies; 2+ messages in thread
From: Eoghan Sherry @ 2006-06-21  3:23 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 20/06/06, Ronald G Minnich <rminnich@lanl.gov> wrote:
> What I really need to do is boot a kernel. I'd like to do it without a
> floppy, since finding a floppy drive is hard.
>
> Anyone done this?
>

I recently built a plan 9 pc with no floppy drive and used a CD to
boot the system. As with a floppy, use disk/format to
make a bootable image. Then use disk/mk9660 can create a CD image.

Here's the commands I used:

disk/format -t 3½QD -f -b /386/pbs -d cddisk \
	/386/9load /386/9pcf.gz plan9.ini
disk/mk9660 -9cj -v 'Boot' -s . -p cd.proto -b cddisk boot.iso

and the proto file is:

cpu% cat cd.proto
cddisk

Then I wrote boot.iso to a CD using cdfs.

Hope this helps,
eoghan

> ron
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-21  3:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-20 23:20 [9fans] building an el torito so I can boot one kernel .... just one Ronald G Minnich
2006-06-21  3:23 ` Eoghan Sherry

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).