From owner-freebsd-stable@FreeBSD.ORG Thu Aug 1 12:20:44 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B2D92C65; Thu, 1 Aug 2013 12:20:44 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pb0-x22f.google.com (mail-pb0-x22f.google.com [IPv6:2607:f8b0:400e:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 84F772E7B; Thu, 1 Aug 2013 12:20:44 +0000 (UTC) Received: by mail-pb0-f47.google.com with SMTP id rr4so785431pbb.34 for ; Thu, 01 Aug 2013 05:20:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mzpfgmQpX5iq57aDOrTZfMNNh5ervGn4PLHii96+tuQ=; b=svdmIVDGoPZiGOj68/wbb1l43YibyfnrsCIry6TYE84UILUBmGkIh7fzc8ISj/P8lc yFE0+j9Y5C5+FTZOcxh4ZERt1DFz7vlqfPe3c4nUYGIEHGcxsuvym0lSjgI3ozy28LrI XTUeP4wMGXRbELplvfj2eZqIEg8/hn6Bu5LyhB5vZzwcK7VaauASZMA8GeKgnDZoZTNu 1Q/R4iaNQ51q3C67RmXkAwBlBX9qBJmaZqqY5Aq/WCZbs4NK8Diqzts3RJOwmpUajgc/ bUG+lI6xU8ooTPgv56pAFqboISjlsWXAD0e2S1tbmFbbK+2z42owcw8aEN7foxliN0BS QAaw== MIME-Version: 1.0 X-Received: by 10.68.101.225 with SMTP id fj1mr1717335pbb.8.1375359643953; Thu, 01 Aug 2013 05:20:43 -0700 (PDT) Received: by 10.70.88.74 with HTTP; Thu, 1 Aug 2013 05:20:43 -0700 (PDT) In-Reply-To: <8A0B3556-BC6D-40AB-9315-530369852B09@gsoft.com.au> References: <13CA24D6AB415D428143D44749F57D7201FFC385@ltcfiswmsgmb21> <72D1BC68-3E5A-4DCA-8585-3CA7D3A2D51D@gsoft.com.au> <0ffc01ce8e46$9116ab80$b3440280$@freebsd.org> <64BAEFA1-2981-4F9F-8580-04FA2B852F6C@gsoft.com.au> <8A0B3556-BC6D-40AB-9315-530369852B09@gsoft.com.au> Date: Thu, 1 Aug 2013 07:20:43 -0500 Message-ID: Subject: Re: Booting FreeBSD with Syslinux From: Adam Vande More To: "Daniel O'Connor" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Warren Block , Devin Teske , freebsd-stable stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 12:20:44 -0000 On Wed, Jul 31, 2013 at 9:47 PM, Daniel O'Connor wrote: > > On 01/08/2013, at 12:15, Warren Block wrote: > >> Supposedly someone got it to work because there is an entry in the > syslinux wiki > >> http://www.syslinux.org/wiki/index.php/Mboot.c32#FreeBSD_example > > > > I'm following the threads on both lists, and that example looks more > like a generic template than an actual, working command. "kernel_option", > for example. > > Yeah, I also wonder if it's for booting a XENified FreeBSD or something > similar (no idea really). > > Maybe I'll just have to stuff the loader in an MFS and boot that :( > galacticdominator% ./mbchk /boot/kernel/kernel /boot/kernel/kernel: No Multiboot header. Maybe i386 would work, but apparently not amd64. -- Adam Vande More