Hello everybody,
Please help me. I installed mfsBSD from http://mfsbsd.vx.sk from this image:
http://mfsbsd.vx.sk/iso/mfsbsd-se-8.1-zfsv15-amd64.iso
I named my pool as freebsd.
I added the following lines to my /boot/loader.conf:
Everything went fine. I rebooted FreeBSD and it was working fine. I than did the following:
1. Downloaded src tree.
2. Extracted it.
3. Updated src to the STABLE branch (RELENG_8)
4. Applied the following patch with patch -p0:
http://people.freebsd.org/~mm/patches/zfs/v15/stable-8-v15.patch
to update src ZFS to v15. Everything went fine, no errors.
5. Build my custom kernel and world.
6. Installed kernel and world.
7. Rebooted.
Now my system shows the following error during boot:
Then reboot.
What did I do wrong? How can I fix this installation?
Thank you very much in advance!
Regards,
Maxim.
Please help me. I installed mfsBSD from http://mfsbsd.vx.sk from this image:
http://mfsbsd.vx.sk/iso/mfsbsd-se-8.1-zfsv15-amd64.iso
I named my pool as freebsd.
I added the following lines to my /boot/loader.conf:
Code:
zfs_load="YES"
vfs.root.mountfrom="zfs:freebsd"
Everything went fine. I rebooted FreeBSD and it was working fine. I than did the following:
1. Downloaded src tree.
2. Extracted it.
3. Updated src to the STABLE branch (RELENG_8)
4. Applied the following patch with patch -p0:
http://people.freebsd.org/~mm/patches/zfs/v15/stable-8-v15.patch
to update src ZFS to v15. Everything went fine, no errors.
5. Build my custom kernel and world.
6. Installed kernel and world.
7. Rebooted.
Now my system shows the following error during boot:
Code:
Trying to mount root from zfs:freebsd
Lookup /dev for devfs: error 2
init: not found in path /sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall
panic: no init
...
Cannot dump. Device not defined or unavailable.
What did I do wrong? How can I fix this installation?
Thank you very much in advance!
Regards,
Maxim.