<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hello Matthew,</p>
<p>thank you very much for your reply. The machine is 64 bit.</p>
<p><br>
</p>
<p>From your reply I understand that to boot the GPT-partitioned disk on this non-uefi laptop, I have to create a legacy boot sector. Can I create the legacy boot sector with dragonfly's gpt command? Do I still need the EFI partition I created? Currently the
 EFI partition is the first one on the hard drive. I have separated it from the /boot partition because I want to share it with another operating system (OpenBSD). I want to avoid sharing the whole /boot partition.</p>
<p><br>
</p>
<p>I understand my problem has little to do with Dragonfly BSD, therefore I would be very thankful if you suggest another forum or a mailing list to me, where I can get further help.</p>
<p><br>
</p>
<p>Thank you very much for your attention.</p>
<p><br>
</p>
<p>Best regards,</p>
<p>Martin</p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p style="margin:0cm 0cm 0.0001pt; font-size:11pt; font-family:"Calibri","sans-serif"">
  </p>
<br>
<p></p>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Von:</b> Matthew Dillon <dillon@backplane.com><br>
<b>Gesendet:</b> Montag, 29. Oktober 2018 03:35:58<br>
<b>An:</b> Dr. Martin Ivanov<br>
<b>Cc:</b> DragonFlyBSD Users<br>
<b>Betreff:</b> Re: DragonFly BSD manual install: cannot boot</font>
<div> </div>
</div>
<div>
<div dir="ltr">If its an older machine first be sure that it is a 64-bit capable CPU.  If it isn't, DragonFlyBSD won't run on it anyway as DFly is now 64-bit only.
<div><br>
</div>
<div>For classic booting... someone else might have a better solution for you because I now our live images can dual-boot (non-EFI and EFI) but I don't remember offhand how to set that up.  For a non-EFI boot I use the legacy fdisk program instead of GPT to
 partition the drive (warning, this will wipe everything!!!).   The EFI setup you did is definitely missing the legacy boot sector.  Normally fdisk -B installs this, but it might mess up the rest of the GPT setup so I don't know if that will work.  A Legacy
 low-level format goes something like this:</div>
<div><br>
</div>
<div>fdisk -IB /dev/da0</div>
<div>disklabel -r -w -B /dev/da0s1 auto</div>
<div><br>
</div>
<div>and then go from there.  Note that the UFS 'a' partition should be the first partition on the drive, that is the partition with the lowest LBA, and I would limit it to 1GB in size.  Older systems have trouble addressing high LBAs.</div>
<div><br>
</div>
<div>-Matt</div>
</div>
</div>
</body>
</html>