Re: Boot loader error
- Reply: Robert Fitzpatrick : "Re: Boot loader error"
- In reply to: Robert Fitzpatrick : "Boot loader error"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Mar 2024 22:53:51 UTC
On 3/8/24 15:26, Robert Fitzpatrick wrote: > I have an IBM x3650 type 7979 trying to do a fresh install of 13.2 or 14 > and receiving this error: > > LUA ERROR: cannot open /boot/lua/loader.lua: no such file or directory. > can't load 'kernel' > Type '?' for a list of commands, 'help' for more detailed help. > > > >From what I've found so far, this appears to be related either to UEFI > or MBR vs GPT. Can someone offer advice of how it can be resolved or > whether this machine can run these versions of FreeBSD? The system has > ServeRAID hardware with 6 HDD installed, two in RAID1 and other 4 as > JBOD. If I type in `lsdev` I see all appears to be detected properly. > Doing `ls /boot/lua` shows an empty directory. > > -- > Robert > Does `ls /` show anything at all. or anything familiar? Maybe we're using the wrong device for some reason. If the answer to the first is either "Not familiar" or "wrong disk", you can check `show currdev` for which we device we chose and go through the list in `lsdev` with, e.g., "ls <devname>:/boot/lua" to try and find what it should have been if you're not sure from lsdev output alone. Thanks, Kyle Evans