From owner-freebsd-sysinstall@FreeBSD.ORG Fri Jul 9 16:42:02 2010 Return-Path: Delivered-To: freebsd-sysinstall@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 329AC106566B for ; Fri, 9 Jul 2010 16:42:02 +0000 (UTC) (envelope-from sektie@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id D64C58FC08 for ; Fri, 9 Jul 2010 16:42:01 +0000 (UTC) Received: by vws6 with SMTP id 6so3393032vws.13 for ; Fri, 09 Jul 2010 09:41:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=YmPqANXBguAQf0+B2YWD5VQLAqhHlAq3Gkw2GNAciJM=; b=j5RuAeQoDMbD+cHwrwTRhtsCci7nfQkrf/zJV925sekdh0Y7Wlm/rVYsZ6jDsURn7t IjF31LCoLY0LO+GtoZPqpisqHbwQZdGwKISWfsWoZft9Qn261+lph+fF6+S2eW6EGCEV 6EFfvjYfdk1rc/7MsdakK5NiLcINkaLrd5Z8c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=ulxGIiTk/ccGZWmTKYeslgJXUpH8JvW3qov0oO/jjrDmJkcwqCb3WakNZyWu1zrtFo 8oL/LmdATtqls4zdMDHwv4SQ9oEUlPln31kCP5jBNJLirjV78wPweovG6lrXRn9n9e6w sUvIQGepP9HOv5y+dAOvAnycqA7cJWL/3hYP4= MIME-Version: 1.0 Received: by 10.220.58.5 with SMTP id e5mr5405889vch.90.1278693717685; Fri, 09 Jul 2010 09:41:57 -0700 (PDT) Sender: sektie@gmail.com Received: by 10.220.174.42 with HTTP; Fri, 9 Jul 2010 09:41:57 -0700 (PDT) In-Reply-To: References: <1278649973.3102.14.camel@localhost.localdomain> <756E9A5F-D580-42DE-A088-9F6FBACB5249@gmx.net> Date: Fri, 9 Jul 2010 09:41:57 -0700 X-Google-Sender-Auth: II_aufAzJ7Ww6o6byLjBy9R6B2E Message-ID: From: Randi Harper To: Karsten Behrmann Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-sysinstall@freebsd.org Subject: Re: silly, silly sysinstall X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 16:42:02 -0000 On Fri, Jul 9, 2010 at 2:56 AM, Karsten Behrmann wrote: >> Asin, the thing boots correctly, seems to use the proper-OS image >> as root (otherwise it'd have a hard time finding sysinstall at all), > > Silly me. It's too early to be writing mails. > Sysinstall lives in mfs at first, and then tries to figure out what > to mount for the other stuff. > I suppose that's the stage that goes wonky - maybe we need more code > in the heuristic that determines what "actual root" is... > > Still, detailed error message/behavior reports would go a long way ;) > Or, if you *really* want to be awesome with helping us debug this: * pull down the latest code for sysinstall * compile it (i recommend making sure it's got -static) * pop it into the mfsroot of your install media (using a USB memstick is easier - fixit there is actually functional) along with an install.cfg that specifies a syslogdServer and network setup * send us the logs. :P