|  08-19-2022, 07:30 AM | #16 | 
| Member Retired            Posts: 805 Karma: 2091358 Join Date: May 2019 Device: Kindle Oasis 1st Gen, PB Era | 
			
			For me, my azw3 books, converted from epub and sideloaded to my oasis, usually open at chapter 1. Not 100% of the time, but I'd say about 90% of the time. I've just gotten to the point where I accept it and push the back button until the cover shows up    | 
|   |   | 
|  08-19-2022, 07:47 AM | #17 | 
| Connoisseur            Posts: 99 Karma: 909418 Join Date: Aug 2021 Location: Germany Device: PW4+Fire 7", Onyx Boox Nova Air | |
|   |   | 
| Advert | |
|  | 
|  08-19-2022, 08:36 AM | #18 | |
| Grand Sorcerer            Posts: 13,982 Karma: 243829945 Join Date: Jan 2014 Location: Estonia Device: Kobo Sage & Libra 2 | Quote: 
 I tried on my Oasis yesterday. Almost all the books I tried opened on the first page after the cover. Only one opened at the first chapter. My Oasis has been offline for years. I wonder if that makes a difference? Otherwise it will probably remain a mystery. | |
|   |   | 
|  08-19-2022, 08:45 AM | #19 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			So who is the idiot at Amazon that decided that eBooks on a Kindle aren't allowed to open at the first page?
		 | 
|   |   | 
|  08-20-2022, 05:51 AM | #20 | 
| Still reading            Posts: 14,975 Karma: 111111111 Join Date: Jun 2017 Location: Ireland Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper | 
			
			Statistically the bigger an organisation, the more likely it will have an idiot in charge of something and can survive it.
		 | 
|   |   | 
| Advert | |
|  | 
|  08-20-2022, 06:16 AM | #21 | |
| Member Retired            Posts: 805 Karma: 2091358 Join Date: May 2019 Device: Kindle Oasis 1st Gen, PB Era | Quote: 
 | |
|   |   | 
|  08-22-2022, 10:02 AM | #22 | 
| mostly an observer            Posts: 1,519 Karma: 996810 Join Date: Dec 2012 Device: Kindle | 
			
			You can always page back, of course. I once borrowed Erik Larson's book about the Galveston Hurricane from the state e-brary, fulfilled at Amazon, and was puzzled by references to people who hadn't previously been introduced. I finally discovered that Mr Larson had written an essential prologue, which the KDP version skipped over because it wasn't Chapter One. | 
|   |   | 
|  08-22-2022, 10:07 AM | #23 | |
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   |   | 
|  08-22-2022, 11:56 AM | #24 | 
| Still reading            Posts: 14,975 Karma: 111111111 Join Date: Jun 2017 Location: Ireland Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper | 
			
			Also some people confuse Prologue (not skipable) with Preface (sometimes best skipped esp. if book of dead person). So we recommend that "Prologue" be called "Chapter 1" or whatever. But Amazon are crazy not opening the book at the start, or at least just after the cover. It's so arrogant! | 
|   |   | 
|  08-22-2022, 12:13 PM | #25 | |
| Grand Sorcerer            Posts: 5,837 Karma: 105490889 Join Date: Apr 2011 Device: pb360 | Quote: 
 | |
|   |   | 
|  08-22-2022, 12:32 PM | #26 | |
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   |   | 
|  08-22-2022, 02:59 PM | #27 | 
| Grand Sorcerer            Posts: 5,837 Karma: 105490889 Join Date: Apr 2011 Device: pb360 | |
|   |   | 
|  08-22-2022, 03:00 PM | #28 | 
| Wizard            Posts: 2,286 Karma: 7409537 Join Date: Mar 2009 Location: Circling Earth @ Mach .83 Device: Elipsa 2E, Sage, Libra Colour, Libra 2, Clara 2E, Oasis3, Voyage | |
|   |   | 
|  08-22-2022, 04:59 PM | #29 | 
| Wizard            Posts: 1,291 Karma: 1428263 Join Date: Dec 2016 Location: Goiânia - Brazil Device: iPad, Kindle Paperwhite, Kindle Oasis | 
			
			I have a Kindle Paperwhite 7th Gen. This works 100% of time here: If the source of your sideloaded book is an EPUB or AZW3, you can check the opf file for the <guide> section and set the bold entry: Code: <guide>
    <reference href="text/part0002.html#unrHhdowLssGAxfyCOhMBbB" title="start" type="text"/>
    <reference href="titlepage.xhtml" title="Cover" type="cover"/>
    <reference href="text/part0034.html#uAaqBmMhAvqGpEMFJtLckR9" title="Table of Content" type="toc"/>
</guide>If you have an EPUB3 file, it usually has the same <guide> section in the opf, but in case it doesn't, you must look for the TOC file (usually toc.xhtml; to be sure: it is marked on the opf with properties="nav"). There, look for this: Code: <nav hidden="" id="landmarks" epub:type="landmarks">
    <h1 class="calibre4" id="calibre_pb_1">Guia</h1>
    <ol class="calibre5">
      <li class="calibre6">
        <a class="calibre7" href="cover_page.xhtml" epub:type="cover">Capa</a>
      </li>
      <li class="calibre6">
        <a class="calibre7" href="part0000.xhtml#aid-1" epub:type="titlepage">Folha de rosto</a>
      </li>
      <li class="calibre6">
        <a class="calibre7" href="part0088.xhtml#uDGp5c4xU8pnuYlEtOpUzGE" epub:type="copyright-page">Página de créditos</a>
      </li>
      <li class="calibre6">
        <a class="calibre7" href="part0001.xhtml#toc" epub:type="toc">Sumário</a>
      </li>
      <li class="calibre6">
        <a class="calibre7" href="part0003.xhtml#udUOo9WWW6Y5YZFfflORBe3" epub:type="bodymatter">Início</a>
      </li>
    </ol>
  </nav> | 
|   |   | 
|  08-22-2022, 07:15 PM | #30 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | |
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Troubleshooting Kindle Oasis keeps starting books from first page? | tupolev86 | Amazon Kindle | 4 | 11-02-2017 08:29 PM | 
| Troubleshooting Paperwhite - All books starting at last page | Kraftwerk | Amazon Kindle | 7 | 01-04-2016 04:20 PM | 
| K2 v K1: Chapter-to-chapter missing from some books? | Starhawk | Amazon Kindle | 4 | 03-10-2009 06:27 PM | 
| Chapter books - what are they? | f00l | Lounge | 1 | 05-26-2008 11:04 PM |