From owner-freebsd-questions@FreeBSD.ORG Tue Mar 22 14:06:20 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21C93106566C for ; Tue, 22 Mar 2011 14:06:20 +0000 (UTC) (envelope-from kazakevichilya@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id A99068FC21 for ; Tue, 22 Mar 2011 14:06:19 +0000 (UTC) Received: by wwk4 with SMTP id 4so4758467wwk.1 for ; Tue, 22 Mar 2011 07:06:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ULiTG7ipsrZPng8LgUhNBzM+RcZBCoO6+igI1Zaavuw=; b=Q8/1EE9cjiMQ8HO7YoLwWmGe7yTjlpgz7ABdGYWzakrVmbnosJyOv4BJexeZOGmHlV qyC/2We+6PBEuoM3hw0ihBkyEE56c2ekP4ddR1hX98DLny4U/Sen+ecrKP1BdcgFGrlO CPmZLcEoCW/aUamckPgLlwWqHvioT/8nHZ3eo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=mRNOb0GeQSnbdLTrjyHP8RpK6Qf37h9hnh7uE9zZs0JgbAYCAsBcXggGNS+khTqDKn GuqsPJjYzbxp4G0YQTl3QSd0CNUOkuscG/WLiTPEDa4w89snFnj6wESGW/CGcOSZ68Tv GzsxB/2ihE7PiCC47VCbGNfKXKuDVz136pkGg= MIME-Version: 1.0 Received: by 10.227.138.220 with SMTP id b28mr5398240wbu.87.1300802778044; Tue, 22 Mar 2011 07:06:18 -0700 (PDT) Received: by 10.227.157.148 with HTTP; Tue, 22 Mar 2011 07:06:17 -0700 (PDT) In-Reply-To: References: Date: Tue, 22 Mar 2011 17:06:17 +0300 Message-ID: From: Ilya Kazakevich To: xinyou yan Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions Subject: Re: boot linux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2011 14:06:20 -0000 You need to install boot0cfg in your MBR man boot0cfg http://www.freebsd.org/doc/en/books/handbook/boot-blocks.html Honestly you can use any MBR loader you like (grub, lilo, boot0cfg, windows). Windows can't access boot sector on non-ntfs partitions, so you need to fetch first block from your unix slice (boot1 or take it from /boot/boot1) and store it as file (like freebsd.blk) on windows drive. Grub and lilo probably can access slice their selfs. boot0cfg definitely can. Ilya. On Tue, Mar 22, 2011 at 10:32 AM, xinyou yan wrote: > i install freebsd last > > reboot ,I can find > > F1 windows > F2? > F3 freebsd > > where can i fix to load my linux ? > I install grub on /devsd7 > > Now i use windows to load grub then linux > However I want to loader linux directly . > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >