This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
usersguide:installationtroubleshooting [2016/07/12 12:14] pplo [Using two disks] |
usersguide:installationtroubleshooting [2016/07/12 12:48] (current) pplo |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Installation Troubleshooting ====== | ||
| - | |||
| - | <div round info> | ||
| - | **Warning**: | ||
| - | This document has gone stale. | ||
| - | |||
| - | In particular, the workaround below uses obsolete command. | ||
| - | </div> | ||
| - | |||
| ===== Using two disks ===== | ===== Using two disks ===== | ||
| Line 18: | Line 9: | ||
| <code> | <code> | ||
| - | installboot_nbsd -master /dev/c0d0 /usr/mdec/mbr | + | installboot_nbsd -master /dev/c0d1 /usr/mdec/mbr |
| </code> | </code> | ||
| - | This command will install a proper MBR on drive 0 and you | + | This command will install a proper MBR on drive 1 and you |
| should not have any more problems. | should not have any more problems. | ||
| + | **If you are using only one disk but it don't boot for some reasson** you can issue the above command too, changing | ||
| + | |||
| + | <code> | ||
| + | /dev/c0d1 | ||
| + | </code> | ||
| + | |||
| + | to | ||
| + | |||
| + | <code> | ||
| + | /dev/c0d0 | ||
| + | </code> | ||