View Single Post
  #3   (View Single Post)  
Old 23rd November 2008
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

From the bootloader, you can't issue shell commands, but ... you can find out what's on the three hard drives it sees.

boot> ls hd0a:/
boot> ls hd1a:/
boot> ls hd2a:/

Then, once you've figured out which disk to boot from, issue:

boot> boot hd_a:/bsd

The bootloader will only try to boot from drive #0 unless told otherwise.
Reply With Quote