View Single Post
  #3   (View Single Post)  
Old 30th September 2016
Valus Valus is offline
Port Guard
 
Join Date: Feb 2015
Location: EU
Posts: 22
Default

Hi jggimi,
thank for the answer. I have read installboot(8) man page, but before I do something I need to check it more time. The server where I overwrote the /boot file is still running, is located far away in another country and currently I do not have there iso image install media available.
This is status on running server:
Code:
bash-4.3$ df -h
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/sd0a      201M   76.7M    114M    40%    /
/dev/sd0g      9.8G    816M    8.5G     9%    /home
/dev/sd0d      238M   14.0K    226M     0%    /tmp
/dev/sd0e      4.9G    908M    3.8G    19%    /usr
/dev/sd0f      9.8G    1.0G    8.3G    11%    /var
/dev/sd1c      3.0G    2.5G    419M    86%    /mnt/sd1
bash-4.3$ mount
/dev/sd0a on / type ffs (local)
/dev/sd0g on /home type ffs (local, nodev, nosuid)
/dev/sd0d on /tmp type ffs (local, nodev, nosuid)
/dev/sd0e on /usr type ffs (local, nodev)
/dev/sd0f on /var type ffs (local, nodev, nosuid)
/dev/sd1c on /mnt/sd1 type ffs (local)
I assume to do this:
Code:
# cd /usr/mdec
# installboot -v -r / sd0 biosboot boot
Do you think it is OK?
Thanks.
Reply With Quote