Re: How to build a bootable ISO for sparc64?
John McGuigan <[email protected]>
| Newsgroups | gmane.os.openbsd.sparc |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 8 Jul 2009, Richard Mueller wrote: > Hy folks... > > I want to build a bootable CD for booting my custom kernel > in a Sun Fire 210 (Ultrasparc III), but I do not exactly know > how. > > Using google and reading manpages did not really help. Maybe > some of you can help me with that issue. > > I have got a running OpenBSD 4.5 Installation on the Sun Fire 210, > but the kernel is loaded from disk, which is not suitiable for my > purposes. > > Thanks for some tims. > Richard > -- Richard, If you grab all of the files from your current 4.5 install cd and throw them in a directory, add in your custom kernel, stir in 2 cups of milk and let simmer with mkisofs you should be left with a delicious ISO. As Paul said you can use the PROM to boot this sweet pea and select your kernel instead of /bsd. Hope that helps, John