Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2018 19:40:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 234031] loader can't traverse filesystem, LUA ERROR: cannot open /boot/lua/loader.lua
Message-ID:  <bug-234031-227-ItJ9VAzPe4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234031-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234031-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=3D234031

--- Comment #5 from Toomas Soome <tsoome@freebsd.org> ---
(In reply to vollbluthengst from comment #4)

could you post:

 gpart list ada0
 gpart list adad0s4

This setup sounds like you intend to have MBR partition table (4 slices), a=
nd
in one slice, BSD disk label, thats why loader lsdev -v will show letters at
the end of the disk names, like disk0p1a:

however, in your example, you have something really weird going on with dis=
k0,
as we see disk0a:, with MBR + BSD I would expect the output like disk0s4a:=
=20

in my test disk I have:
Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
    start 63, size 10474317 (5114 Meg), flag 80 (active)
        beg: cyl 0/ head 1/ sector 1;
        end: cyl 651/ head 254/ sector 63
The data for partition 2 is:
<UNUSED>
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>

root@freebsd-2:~ # gpart list da3
Geom name: da3
modified: false
state: OK
fwheads: 255
fwsectors: 63
last: 10485759
first: 63
entries: 4
scheme: MBR
Providers:
1. Name: da3s1
   Mediasize: 5362850304 (5.0G)
   Sectorsize: 512
   Stripesize: 0
   Stripeoffset: 32256
   Mode: r0w0e0
   efimedia: HD(1,MBR,0x90909090,0x3f,0x9fd34d)
   attrib: active
   rawtype: 165
   length: 5362850304
   offset: 32256
   type: freebsd
   index: 1
   end: 10474379
   start: 63
Consumers:
1. Name: da3
   Mediasize: 5368709120 (5.0G)
   Sectorsize: 512
   Mode: r0w0e0

root@freebsd-2:~ # gpart list da3s1
Geom name: da3s1
modified: false
state: OK
fwheads: 255
fwsectors: 63
last: 10474316
first: 0
entries: 8
scheme: BSD
Providers:
1. Name: da3s1a
   Mediasize: 5362850304 (5.0G)
   Sectorsize: 512
   Stripesize: 0
   Stripeoffset: 32256
   Mode: r0w0e0
   rawtype: 7
   length: 5362850304
   offset: 0
   type: freebsd-ufs
   index: 1
   end: 10474316
   start: 0
Consumers:
1. Name: da3s1
   Mediasize: 5362850304 (5.0G)
   Sectorsize: 512
   Stripesize: 0
   Stripeoffset: 32256
   Mode: r0w0e0

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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