I've been attempting to boot, via PXE, FreeBSD bootonly ISO's, and am somewhat encouraged by my observations. I'm hopeful that I can get it to work eventually. I do realise that mfsBSD exists and can be useful, but I've had problems...
In my pxelinux.cfg I have:-
Both versions come up with the FreeBSD boot menu and display
FreeBSD 10 then displays a message about
and promptly reboots.
FreeBSD 11 displays
I'm hoping that if I can find the right magic words at the OK prompt I might be able to get the beast to boot...
Any advice greatly appreciated.
In my pxelinux.cfg I have:-
Code:
label freebsd 10 boot
kernel memdisk
append iso initrd=iso/FreeBSD-10.3-PRERELEASE-i386-20160127-r294913-bootonly.iso
label freebsd 11 boot
kernel memdisk
append iso initrd=iso/FreeBSD-11.0-CURRENT-i386-20160206-r295345-bootonly.iso
Both versions come up with the FreeBSD boot menu and display
Code:
/boot/kernel/kernel text=******* data=******* syms=*******
FreeBSD 10 then displays a message about
Code:
corrupt symbol table
FreeBSD 11 displays
Code:
can't load file '/boot/kernel/kernel': input/output error
can't load file '/boot/kernel/kernel': input/output error
Error while including /boot/menu.rc, in the line:
menu-display
/
Hit [Enter} to boot immediately, or any other key for command prompt.
I'm hoping that if I can find the right magic words at the OK prompt I might be able to get the beast to boot...
Any advice greatly appreciated.