Displaying 4 results from an estimated 4 matches for "overclockix".
Did you mean:
overclocked
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 working. I have the following.....
2013 Jul 31
0
Booting FreeBSD
Op 2013-07-31 om 21:06 schreef Daniel O'Connor:
> 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 working...
2013 Jul 31
0
Booting FreeBSD
On Wed, Jul 31, 2013 at 7:36 AM, Daniel O'Connor <doconnor at gsoft.com.au> wrote:
> 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).
The Perl version should also be in the source tree
(utils/isohybrid.in) and built in the archives (util/isohybrid.pl)
which...
2013 Jul 31
3
Booting FreeBSD
...2013, at 24:37, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Wed, Jul 31, 2013 at 7:36 AM, Daniel O'Connor <doconnor at gsoft.com.au> wrote:
>> 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).
>
> The Perl version should also be in the source tree
> (utils/isohybrid.in) and built in the archives (util/isohy...