Subject: Re: Bootable CD
To: Sean Murphy <sean@cbrmain.cbr.nrc.ca>
From: None <mcmahill@mtl.mit.edu>
List: port-sparc
Date: 03/13/2000 15:06:57
On Mon, 13 Mar 2000, Sean Murphy wrote:

> Hrm.. I've gotten the newest mkisofs with the -B flag, and I run:
> 
> mkisofs -B boot-141.fs -o NetBSD.iso /home/sean/NetBSD-1.4.1/
> 
> and it makes an iso, I burn it, and i get a CD, i insert the cd, attempt
> to boot off it, and the Sparcstation tells me: "The file just loaded does
> not appear to be executable"...
> 
> any ideas on that one?

do you need something like:

mkisofs -B boot-141.fs  boot-141.fs boot-141.fs boot-141.fs boot-141.fs \
   -o NetBSD.iso /home/sean/NetBSD-1.4.1/

? (doesn't mkisofs need images for several different sun machine types
(not sure, just asking)?

Do you have the sparc kernel in "/home/sean/NetBSD-1.4.1/" or how did you
tell the sparc what to boot?

-Dan