Hi!
I have said my problem twice in other people's topics. No solution. I made a USB install media and then installed FreeBSD on 15GB SD memory card. But booting stalls at
and I have to turn my laptop off. This is the solution from the Handbook:
For me the path is: /dev/da1p2. May someone kindly explain what to do? I mean commands in order. I used the guided partitioning with 64KB/14GB/673MB for boot/root/swap respectively.
Thanks in advance.
I have said my problem twice in other people's topics. No solution. I made a USB install media and then installed FreeBSD on 15GB SD memory card. But booting stalls at
Code:
mountroot>
Other problems that cause error 19 require more effort to fix. Enter ufs:/dev/ada0s1a at the boot loader prompt. Although the system should boot from ada0 , another prompt to select a shell appears because /etc/fstab is incorrect. Press the Enter key at the prompt. Undo the modifications so far by reverting /etc/fstab, mounting filesystems from the original disk (ada0) instead of the mirror. Reboot the system and try the procedure again.
Code:Enter full pathname of shell or RETURN for /bin/sh: # cp /etc/fstab.orig /etc/fstab # reboot
For me the path is: /dev/da1p2. May someone kindly explain what to do? I mean commands in order. I used the guided partitioning with 64KB/14GB/673MB for boot/root/swap respectively.
Thanks in advance.