I'm very new to FreeBSD and trying to instal FreeBSD 13.1 as the only OS on my new Acer Aspire 5 (A515-45G-R57J) with memstick.
I used that instruction to create a bootable memstick: https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-usb on macos and downloaded the following image: FreeBSD-13.1-RELEASE-amd64-memstick.img.
When I tried to boot from the memstick, I got the following message:
shows the following variables:
I read on the forum that to set currdev to the bootable device (memstick), so I did the following steps:
1.
2.
3.
But that haven't helped me. What I did wrong?
I used that instruction to create a bootable memstick: https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-usb on macos and downloaded the following image: FreeBSD-13.1-RELEASE-amd64-memstick.img.
When I tried to boot from the memstick, I got the following message:
Code:
Consoles: EFI console
Reading loader env vars from /efi/freebsd/loader.env
FreeBSD/amd64 EFI loader, Revision 1.1
Command line arguments: loader.efi
EFI version: 2.70
EFI Firmware: INSYDE Corp. (rev 24631.16648)
Console: efi (0)
Load Path: \EFI\BOOT\BOOTX64.EFI
Load Device: PciRoot(0x0)/Pci(0x0,0x1)/Pci(0x0,0x3)/USB(0x5,0x0)/HD(1,MBR,0x00000000,0x7397800)/HD(1,MBR,0x00000000,0x801,0x10418)
BootCurrent: 0001
BootOrder: 2001 0000 2002 2003
BootInfo Path:UsbWwid(0x951,0x1666,0x8,"408D5CB45FDAE611B9453134")/HD(1,MBR,0x00000000,0x7397800)/HD(1,MBR,0x00000000,0x801,0x10418)
Ignoring Boot0001: Only one DP found
Failed to find bootable partition
ERROR: cannot open /boot/lua/loader.lua: invalid argument.
Code:
OK show
Code:
COLUMNS=240
LINES=67
autoboot_delay=NO
comconsole_pcidev=
comconsole_port=1016
comconsole_speed=9600
console=efi
currdev=
efi-version=2.70
hint.smbios.0.mem=0xca50b000
interpret=OK
prompt=${interpret}
screen.depth=32
screen.font=0x16
screen.height=1000
screen.width=1920
script.lang=lua
smbios.bios.reldate=09/06/2021
smbios.bios.vendor=INSYDE corp.
smbios.bios.version=V1.08
smbios.chassis.maker=Chassis Manufacturer
smbios.chassis.serial=Chassis Serial Number
smbios.chassis.tag=
smbios.chassis.type=Notebook
smbios.chassis.version=Chassis Version
smbios.memory.enabled=16777216
smbios.planar.location=Base Board Chassis Location
smbios.planar.maker=LN
smbios.planar.product=Calla_LC
smbios.planar.serial=<hidden>
smbios.planar.tag=Base Board Asset Tag
smbios.planar.version=V1.08
smbios.socket.enabled=1
smbios.socket.populated=1
smbios.system.family=Aspire 5
smbios.system.maker=Acer
smbios.system.product=Aspire A515-45G
smbios.system.serial=<hidden>
smbios.sku=0000000000000000
smbios.system.uuid=<hidden>
smbios.system.version=V1.08
smbios.version=3.3
teken.bg_color=0
teken.fg_color=7
twiddle_divisor=16
I read on the forum that to set currdev to the bootable device (memstick), so I did the following steps:
1.
Code:
OK lsdev
disk devices:
disk0: 1000215216 X 512 blocks
disk0p1: EFI
disk0p2: DOS/Windows
disk1: 121208832 X 512 blocks (removable)
disk1s1: DOS/Windows
http: (unknown)
net devices:
net0:
2.
Code:
OK set currdev=disk1s1:
3.
Code:
OK reboot
But that haven't helped me. What I did wrong?