Using a custom manifest, I installed opensolaris using AI into a slice on the disk...
The custom manifest is included below.
This is using the latest bits on our install server(s).
It rather looks like grub has either not been installed or is not working.
How do I resurrect this situation?

Darren

<TRANSFER_MOD Jul 13 23:02:39> Download: storage/library/network-array ... Done
<TRANSFER_MOD Jul 13 23:12:23> Install Phase ...  Done
<TRANSFER_MOD Jul 13 23:13:35> Reading Existing Index ...  Done
<TRANSFER_MOD Jul 13 23:13:35> Indexing Packages ...  Done
<TRANSFER_MOD Jul 13 23:17:31> Done
^C

r...@opensolaris:~# reboot
Jul 13 23:18:23 opensolaris reboot: initiated by root on /dev/console
Jul 13 23:18:30 opensolaris rpcbind: rpcbind terminating on signal.
Jul 13 23:18:30 opensolaris syslogd: going down on signal 15
updating /a//platform/sun4v/boot_archive
syncing file systems... done
rebooting...
...
Rebooting with command: boot
Boot device: disk0:d  File and args:
ufs-file-system
ERROR: /packages/ufs-file-system: Last Trap: Division by Zero

contents of my manifest file:
<ai_manifest name="install1">
<ai_pkg_repo_default_authority>
<main url="http://netinstall-osol.sfbay/"; authname="opensolaris.org"/>
</ai_pkg_repo_default_authority>

<ai_pkg_repo_addl_authority>
<main url="http://netinstall-osol:9000"; authname="local"/>
</ai_pkg_repo_addl_authority>



<ai_target_device>
<target_device_name>c2t0d0</target_device_name>
<target_device_use_solaris_partition>true</target_device_use_solaris_partiti
on>
<target_device_install_slice_number>3</target_device_install_slice_number>
</ai_target_device>
<ai_device_vtoc_slices>
<slice_number>0</slice_number>
<slice_action>preserve</slice_action>
</ai_device_vtoc_slices>
<ai_device_vtoc_slices>
<slice_number>1</slice_number>
<slice_action>preserve</slice_action>
</ai_device_vtoc_slices>
<ai_device_vtoc_slices>
<slice_number>2</slice_number>
<slice_action>preserve</slice_action>
</ai_device_vtoc_slices>
<ai_device_vtoc_slices>
<slice_number>3</slice_number>
<slice_action>preserve</slice_action>
</ai_device_vtoc_slices>
<ai_device_vtoc_slices>
<slice_number>4</slice_number>
<slice_action>preserve</slice_action>
</ai_device_vtoc_slices>
<ai_device_vtoc_slices>
<slice_number>5</slice_number>
<slice_action>preserve</slice_action>
</ai_device_vtoc_slices>

<!--
      By default the latest build available, in the specified IPS
      repository, is installed.
      If another build is required, the build number has
      to be appended to the 'entire' package in following
      form:

<pkg name="[email protected]#"/>
      -->
<ai_install_packages>
<!--
        Due to dependency issues, entire must be listed first
        in the package list, followed by SUNWcsd, and then SUNWcs.
        Any additional packages must be listed after SUNWcs.
      -->
<pkg name="[email protected]"/>
<pkg name="SUNWcsd"/>
<pkg name="SUNWcs"/>

<pkg name="shell/tcsh"/>
<pkg name="diagnostic/tcpdump"/>
<pkg name="developer/debug/gdb"/>
<pkg name="developer/gcc-3"/>

<pkg name="babel_install"/>
<pkg name="Finish"/>

</ai_install_packages>
<ai_uninstall_packages>
<pkg name="babel_install"/>
<pkg name="slim_install"/>
</ai_uninstall_packages>
<ai_auto_reboot>
    true
</ai_auto_reboot>
</ai_manifest>

_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to