Hypothesis: Let $B$ be a well-ordered boolean algebra and let $F \subseteq B$ be a filter on $B$.
Goal: Show that $F$ can be extended to an ultrafilter without the axiom of choice (or any equivalent notion thereof).
I only know how to do this in the case that $B$ is countable:
Let $b_0, b_1, \ldots$ denote the countable elements of $B$.
Let $0$ denote the minimal element of $B$.
Then $0 \notin F$ and if $U$ is an ultrafilter on $B$ then $0 \notin U$.
Now begin extending $F$ to $F_1, F_2, \ldots , F_k, \ldots$ by inducting on the members of $B = \{b_0, b_1, \ldots\}$ as follows:
Inductive Step: Suppose $b_k \notin F_{k-1}$. If $b_k \cdot a = 0$ for any $a \in F_{k-1}$, then let $F_k = F_{k-1} \cup \{\bar{b_k}\}$. Otherwise, let $F_{k} = F_{k-1} \cup \{b_k\}$.
Letting $U = \bigcup_{k = 1}^\infty F_k$ gives us an ultrafilter extension of $F$ s.t. $U \subseteq B$ as desired. Furthermore, we did not use the axiom of choice.
But what happens if $B$ is uncountable (but still well-ordered)? Evidently it's still possible to show.