From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 31 11:54:52 2014 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4285FC2 for ; Mon, 31 Mar 2014 11:54:52 +0000 (UTC) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF8B9176 for ; Mon, 31 Mar 2014 11:54:52 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id hz1so8084858pad.21 for ; Mon, 31 Mar 2014 04:54:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Za//3SIS+k/VDluNqgK2fhvbXIKEGC1WwYVpC29zFpA=; b=f+kiTHyHKurQnMB+wt2Jp2Pd6OuSIXsodWPlIZ/N3mSxkfj+alkur6ed/aDUYFFsdt 5OTbme1xv2xq86JciNiUaEVoDZWz0PmSZblfzrQr3CsBy7IZYNH/4DPIFHPCkK0D6Mwi mwJYDQ9OMDStW9kgo/diClO9KONuKSAFoBbq401vTH+ltk8gN/tFr84AQFnAwWt/aXoY jqEENyvcO9pt2noZtBuyfwDdA+S6FSbXp2hIcnU3NKthNVTcF7nJLn9cAqjyqMRuXGOx hFIn4k1XP8+DyPrlITxGSs7w/KYrIgyuEn+jE7/xfc/O+kkGjS3ZlIz4s4WapxNH5hop ZqSg== MIME-Version: 1.0 X-Received: by 10.69.2.2 with SMTP id bk2mr24596070pbd.75.1396266892328; Mon, 31 Mar 2014 04:54:52 -0700 (PDT) Received: by 10.70.89.33 with HTTP; Mon, 31 Mar 2014 04:54:52 -0700 (PDT) Date: Mon, 31 Mar 2014 13:54:52 +0200 Message-ID: Subject: FreeBSD boot stops From: amine tay To: hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 11:54:52 -0000 Hi every one, When i'm trying to pxe boot FreeBSD 9.1, the pxeboot display the lines bellow : : Building the boot loader arguments Looking up /BOOT/LOADER... Found Relocating the loader and the BTX Starting the BTX loader BTX loader 1.00 BTX version is 1.02 Consoles: internal video/keyboard BIOS CD is cd0 BIOS drive C: is disk0 BIOS drive D: is disk1 BIOS 636kB/261056kB available memory FreeBSD/i386 bootstrap loader, Revision 1.1 But it stops here and I'm not getting the : pxe open : server addr or Loading /boot/defaults/loader.conf /boot/kernel/kernel text=0x64daa0 data=0xa4e80+0xa9e40 syms=[0x4+0x6cac0+0x4+0x88e9d] \ Any help ? Thank you.