* USB installer and uefi
@ 2023-10-04 7:52 Gabriele Bulfon
2023-10-04 18:16 ` [developer] " Toomas Soome
0 siblings, 1 reply; 3+ messages in thread
From: Gabriele Bulfon @ 2023-10-04 7:52 UTC (permalink / raw)
To: illumos-developer
[-- Attachment #1.1: Type: text/plain, Size: 602 bytes --]
Hi,
I used to create my usb key installer using dd of the usb file generated by distro_const on an xstream machine.
Recently I received a more recent NAS appliance with a uefi only bios and I can't find a way to show the usb key and boot from it.
Technicians of the appliance told me that this new motherboards do not support legacy boot and need the usb key to be uefi.
Any idea where the problem is here?
Thanks,
Gabriele
Sonicle S.r.l. : http://www.sonicle.com
Music: http://www.gabrielebulfon.com
eXoplanets : https://gabrielebulfon.bandcamp.com/album/exoplanets
[-- Attachment #1.2: Type: text/html, Size: 2004 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [developer] USB installer and uefi
2023-10-04 7:52 USB installer and uefi Gabriele Bulfon
@ 2023-10-04 18:16 ` Toomas Soome
2023-10-05 7:37 ` [solved] " Gabriele Bulfon
0 siblings, 1 reply; 3+ messages in thread
From: Toomas Soome @ 2023-10-04 18:16 UTC (permalink / raw)
To: illumos-developer
[-- Attachment #1: Type: text/plain, Size: 863 bytes --]
> On 4. Oct 2023, at 10:52, Gabriele Bulfon via illumos-developer <developer@lists.illumos.org> wrote:
>
> Hi,
>
> I used to create my usb key installer using dd of the usb file generated by distro_const on an xstream machine.
> Recently I received a more recent NAS appliance with a uefi only bios and I can't find a way to show the usb key and boot from it.
> Technicians of the appliance told me that this new motherboards do not support legacy boot and need the usb key to be uefi.
> Any idea where the problem is here?
>
For uefi boot, you need partitioned “disk” with EFI System Partition (ESP) on it, created FAT file system on it and loader64.efi copied to efi/boot/bootx64.efi on it. Depending on firmware, it may require FAT32, for safe side, you may want to use ~34MB ESP so you will always have FAT32 on it.
rgds,
toomas
[-- Attachment #2: Type: text/html, Size: 2099 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [solved] Re: [developer] USB installer and uefi
2023-10-04 18:16 ` [developer] " Toomas Soome
@ 2023-10-05 7:37 ` Gabriele Bulfon
0 siblings, 0 replies; 3+ messages in thread
From: Gabriele Bulfon @ 2023-10-05 7:37 UTC (permalink / raw)
To: illumos-developer
[-- Attachment #1.1: Type: text/plain, Size: 1663 bytes --]
Hi, hi found the solution.
I used this tool that works great:
https://github.com/AustinWise/SimpleDiskImager/releases
On the system bios I had to disable secure boot, remove any hardware raid, set the controller into xhci mode.
This way I can boot the key and install correctly with a mirrored zpool.
Thanks!
Gabriele
Sonicle S.r.l. : http://www.sonicle.com
Music: http://www.gabrielebulfon.com
eXoplanets : https://gabrielebulfon.bandcamp.com/album/exoplanets
Da: Toomas Soome via illumos-developer <developer@lists.illumos.org>
A: illumos-developer <developer@lists.illumos.org>
Data: 4 ottobre 2023 20.16.27 CEST
Oggetto: Re: [developer] USB installer and uefi
On 4. Oct 2023, at 10:52, Gabriele Bulfon via illumos-developer <developer@lists.illumos.org> wrote:
Hi,
I used to create my usb key installer using dd of the usb file generated by distro_const on an xstream machine.
Recently I received a more recent NAS appliance with a uefi only bios and I can't find a way to show the usb key and boot from it.
Technicians of the appliance told me that this new motherboards do not support legacy boot and need the usb key to be uefi.
Any idea where the problem is here?
For uefi boot, you need partitioned “disk” with EFI System Partition (ESP) on it, created FAT file system on it and loader64.efi copied to efi/boot/bootx64.efi on it. Depending on firmware, it may require FAT32, for safe side, you may want to use ~34MB ESP so you will always have FAT32 on it.
rgds,
toomas
illumos / illumos-developer / see discussions + participants + delivery options Permalink
[-- Attachment #1.2: Type: text/html, Size: 5466 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-05 7:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-04 7:52 USB installer and uefi Gabriele Bulfon
2023-10-04 18:16 ` [developer] " Toomas Soome
2023-10-05 7:37 ` [solved] " Gabriele Bulfon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).