OpenSolaris
From coreboot
OpenSolaris is an operating system.
We're currently evaluating how to boot OpenSolaris via coreboot using the GRUB2 payload.
Build instructions
OpenSolaris has moved to multiboot, so GRUB2 contains all necessary parts, except maybe the filesystem support (ufs compatibility must be checked, zfs doesn't exist yet for grub2).
The instructions on Shudong Zhou's blog don't work anymore, because Sun changed the boot mechanism (again).
what should work (but doesn't for me, yet):
multiboot /platform/i86pc/kernel/unix module /boot/x86.microroot (that filename might be different)
Part of the problem is that the multiboot kernel's header claims that the file is "a.out kludge", but really is ELF (someone probably copy&pasted example code too eagerly). PatrickGeorgi reported it with them, see http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6691145
That still doesn't work, probably because GRUB2 doesn't provide all multiboot tables yet (memory table stuff, etc)
More information
- http://blogs.sun.com/szhou/entry/booting_solaris_from_linuxbios
- http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6475349
| | I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.
In case this is not legally possible: |
