Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2014 15:49:09 -0700
From:      "Eric L. Camachat" <eric.camachat@gmail.com>
To:        Mehmet Erol Sanliturk <m.e.sanliturk@gmail.com>,  FreeBSD Current <current@freebsd.org>
Subject:   Re: No bootable device
Message-ID:  <53E7F6E5.3020004@gmail.com>
In-Reply-To: <CAOgwaMvwiGss10ZVdpYsjYSNDusC%2BtETnL91KNkWNcAS28bcTQ@mail.gmail.com>
References:  <CAOgwaMvwiGss10ZVdpYsjYSNDusC%2BtETnL91KNkWNcAS28bcTQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
-----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-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53E7F6E5.3020004>