Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2022 06:27:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 233098] can not find lua loader
Message-ID:  <bug-233098-227-6t8NO8SIzN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233098-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233098-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233098

--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D7e04dc0797f3265a10975cac2670f0407=
487a925

commit 7e04dc0797f3265a10975cac2670f0407487a925
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2022-09-08 00:35:06 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2022-09-18 06:26:40 +0000

    stand: i386: take into account disk sector size for blk calculation

    disk_blocks assumes BIOSDISK_SECSIZE, but the media may not be using
    it.  In particular, bioscd on Parallels presents a 2K sector size, so
    we end up with a short disk_blocks and subsequent validation fails when
    trying to read /boot/lua.

    PR:             233098
    Reviewed by:    imp, tsoome

    (cherry picked from commit 72291cee075d9ef1a608b2a67762b44e024cc0d4)

 stand/i386/libi386/biosdisk.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233098-227-6t8NO8SIzN>