Displaying 5 results from an estimated 5 matches for "freebsd_example".
2013 Jul 31
3
Booting FreeBSD
...run cdboot.bin and that actually runs FreeBSD if I am on a CD but it does not grok HD booting) however mboot does not like /boot/kernel/kernel. I get..
>> "Invalid Multiboot image: neither ELF header nor a.out kludge found"
>
> http://www.syslinux.org/wiki/index.php/Mboot.c32#FreeBSD_example
>
> The error is perfect: You're attempting to load a file that isn't in
> the right format.
Can you elaborate?
/boot/kernel/kernel is my kernel..
[build92 23:40] ~ #file /boot/kernel/kernel
/boot/kernel/kernel: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamicall...
2009 Sep 22
1
mboot.c32 and FreeBSD
Hi,
I'm trying to get FreeBSD 7.2 booting using mboot module from syslinux
3.82. Unfortunately it doesn't seem to work. Here is my pxelinux config:
=== 8< ===
label freebsd72-i386-mboot
kernel mboot.c32
append /kernels/freebsd/7.2/i386/boot/kernel/kernel single ---
/kernels/freebsd/7.2/i386/boot/mfsroot
=== 8< ===
Here is the error message I get on boot:
=== 8< ===
2013 Aug 01
0
Booting FreeBSD
...bin and that actually runs FreeBSD if I am on a CD but it does not grok HD booting) however mboot does not like /boot/kernel/kernel. I get..
>>> "Invalid Multiboot image: neither ELF header nor a.out kludge found"
>>
>> http://www.syslinux.org/wiki/index.php/Mboot.c32#FreeBSD_example
>>
>> The error is perfect: You're attempting to load a file that isn't in
>> the right format.
>
> Can you elaborate?
> /boot/kernel/kernel is my kernel..
> [build92 23:40] ~ #file /boot/kernel/kernel
> /boot/kernel/kernel: ELF 64-bit LSB executable, x86-64...
2013 Jul 31
0
Booting FreeBSD
...can use it to run cdboot.bin and that actually runs FreeBSD if I am on a CD but it does not grok HD booting) however mboot does not like /boot/kernel/kernel. I get..
> "Invalid Multiboot image: neither ELF header nor a.out kludge found"
http://www.syslinux.org/wiki/index.php/Mboot.c32#FreeBSD_example
The error is perfect: You're attempting to load a file that isn't in
the right format.
> I also tried running the loader (/boot/loader) but I get the same message.
>
> I am not really sure how I go about getting more debugging information so any ideas gratefully received :)
>...
2013 Jul 31
4
Booting FreeBSD
Hi,
I am trying to create a hybrid ISO image for FreeBSD 9.2 using syslinux 6.01 and isohybrid.pl I found at http://www.overclockix.com/sources/isohybrid.pl (I know there is a C version in syslinux but I haven't been able to build it yet due to the UUID library being different to the one in FreeBSD).
According to the wiki mboot.c32 can boot FreeBSD, however I haven't been able to get it