This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
usersguide:installationtroubleshooting [2016/07/12 12:16] pplo |
usersguide:installationtroubleshooting [2016/07/12 12:48] (current) pplo |
||
|---|---|---|---|
| Line 9: | 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> | ||