| ... | @@ -25,3 +25,13 @@ Overview, for details see [separate page with screenshots](Installation/VMware). |
... | @@ -25,3 +25,13 @@ Overview, for details see [separate page with screenshots](Installation/VMware). |
|
|
s0 | root | 15GB|
|
|
s0 | root | 15GB|
|
|
|
s1 | swap | 3GB|
|
|
s1 | swap | 3GB|
|
|
|
s7 | stateDB | 500MB|
|
|
s7 | stateDB | 500MB|
|
|
|
|
|
|
|
|
* write the bootpath into the emulated OpenFirmware Variable list:
|
|
|
|
` genbootpath /mnt >> /mnt/boot/solaris/bootenv.rc`
|
|
|
|
* configure GRUB
|
|
|
|
```
|
|
|
|
cp /mnt/boot/grub/menu.lst.sample \
|
|
|
|
/mnt/boot/grub/menu.lst
|
|
|
|
mkdir /mnt/boot/grub/bootsign
|
|
|
|
touch /mnt/boot/grub/bootsign/schillix
|
|
|
|
``` |