Solved Boot error after installation

Hello, I just installed freebsd in the following partitioned way:

Code:
HARD DISK 40 GB IDE
slice1 17GB
slice2 13GB
            slice      size
/           1          1 GB
swap     1          1 GB
/tmp     1          1 GB
/var      1          2 GB
/usr      1          4 GB
/home   1          8 GB
/web     2          1 GB
/cache   2         5 GB
/jail       2          4 GB
/scratch 2          3 GB
When you start FreeBSD, the following error occurs:
Code:
No /boot/loader
FreeBSD/x86 boot
Default: 0:ad(0,a)/boot/kernel/kernel
boot:
no /boot/kernel/kernel

Thank you
 
Is this system using UEFI boot or the traditional BIOS boot? What kind of hardware does the machine have?
 
And disk controller? And can you post the output of gpart show?
 
The bootloader seems to want to boot from ad0 instead of ada0. Did you partition the disks yourself?
 
Thank you very much. I have already solved. With gparted I have changed the active boot partition, selecting the first slice.
 
Back
Top