How to know what is the boot device?

Hello,
I am wondering which commend /file to check to find out what is the boot device?

regards
Ahmed
Egypt

On SPARC:

prtconf -pv | grep bootpath

On X86

grep bootpath /boot/solaris/bootenv.rc | awk '{ print $3 }'
1 Like