From owner-freebsd-current@FreeBSD.ORG Sun Aug 10 22:49:11 2014 Return-Path: Delivered-To: current@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 ESMTPS id D51FF35E for ; Sun, 10 Aug 2014 22:49:11 +0000 (UTC) Received: from mail-pa0-x22c.google.com (mail-pa0-x22c.google.com [IPv6:2607:f8b0:400e:c03::22c]) (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 AA87528D2 for ; Sun, 10 Aug 2014 22:49:11 +0000 (UTC) Received: by mail-pa0-f44.google.com with SMTP id eu11so10043511pac.17 for ; Sun, 10 Aug 2014 15:49:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=4hH12yt20xsPRa1LQ8I6Y8KkVk3WXozmpDuFmMkTfSk=; b=CIYibqZ290bDDR1uOb29kT9O+Ngqtt3FXRN+2i3l+FDqq8/zNRVcEboP9nHL2A4/Z1 X85ytbgEzbrv6oYbjOifrflI8DrMkonSr4sqna6LUlAQsqy1N3NpCPTGepHIGpkK8sIn vTNf0YAfmZJ/mTQE0G63Okvd8kKXtgXMMfGcYzK+bH693wVUetplV3NDMW+odA3yPICN bHexjRSoVJXdHUF19N4XYcJ9HapX9pzN60y2OZpG4eVqVGsFn/JL42CmdF8tuROL9mjg eITtuNamTilMrcE29husW4VOX2m/oJu/zY7Lt3puZlAob7TBc/riFbRv1dgKwvf0/9Di D2NQ== X-Received: by 10.66.129.139 with SMTP id nw11mr592293pab.16.1407710950686; Sun, 10 Aug 2014 15:49:10 -0700 (PDT) Received: from ketagalan.camachat.org ([2601:9:4700:360:a288:b4ff:fec2:e5d0]) by mx.google.com with ESMTPSA id 5sm14437860pds.12.2014.08.10.15.49.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 10 Aug 2014 15:49:10 -0700 (PDT) Message-ID: <53E7F6E5.3020004@gmail.com> Date: Sun, 10 Aug 2014 15:49:09 -0700 From: "Eric L. Camachat" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Mehmet Erol Sanliturk , FreeBSD Current Subject: Re: No bootable device References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 22:49:11 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 08/09/2014 10:32, Mehmet Erol Sanliturk wrote: > > the installed systems are not bootable , and the last sentence on the > screen is the following : > > > No bootable device -- insert boot disk and press any key > If you installed into GPT partitions like this: $ gpart show ada0 => 34 488397101 ada0 GPT (233G) 34 1038 1 freebsd-boot (519K) 1072 455081984 2 freebsd-ufs (217G) 455083056 33314079 3 freebsd-swap (16G) Try to make GPT in MBR as bootable (active) partition: $ fdisk -s /dev/ada0 /dev/ada0: 484521 cyl 16 hd 63 sec Part Start Size Type Flags 1: 1 488397167 0xee 0x80 $ fdisk -p /dev/ada0 # /dev/ada0 g c484521 h16 s63 p 1 0xee 1 488397167 a 1 This is an known issue on HP laptops. Eric -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iF4EAREIAAYFAlPn9uUACgkQSfBQu3oOwYwdtgD9ENIhnJ0Tp6KxJkzz0BbohaDB 2XCkL7za/CiQY6RruvUBAI7cnMucMKcTJCSQF+pHcyljemm+eF2ZtGd70Loh6a86 =aA2H -----END PGP SIGNATURE-----