From 30d8c955778d8e0f0491da3ceb54612e85919bed Mon Sep 17 00:00:00 2001 From: sergio Date: Mon, 22 Jun 2026 22:31:41 -0400 Subject: [PATCH] =?UTF-8?q?Etapa=20metal:=20=E2=9C=93=20VALIDADO=20boot=20?= =?UTF-8?q?UEFI=20por=20EFI-stub=20(ISO=20como=20disco=20USB)=20+=20nota?= =?UTF-8?q?=20Secure=20Boot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit work/hammer-metal.iso (257M) bootea en OVMF por las dos vías como DISCO: - virtio-disk y USB-storage(xhci): EFI-stub carga kernel+initrd de la ESP (GPT isohybrid), cmdline horneado aplica, usbhid/cfg80211 init, arje-zero PID1, SIN panic. - El '-cdrom' falla (El Torito EFI se trunca >32MB) pero es IRRELEVANTE: un USB es disco ⇒ la firmware lee la ESP por GPT. Confirmado el escenario real del pendrive. Falta solo el hardware: quemar y bootear (Secure Boot OFF). Co-Authored-By: Claude Opus 4.8 --- scripts/metal-iso.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/metal-iso.sh b/scripts/metal-iso.sh index 7d245947..258774e1 100755 --- a/scripts/metal-iso.sh +++ b/scripts/metal-iso.sh @@ -92,3 +92,8 @@ echo echo "✓ ISO metal: $ISO ($(du -h "$ISO" | cut -f1))" echo " Quemar a USB: sudo dd if=$ISO of=/dev/sdX bs=4M oflag=sync status=progress" echo " (reemplazá /dev/sdX por tu pendrive — ¡cuidado, borra el disco!)" +echo +echo " UEFI: arranca por EFI-stub directo desde la ESP de la GPT isohybrid (el bug de" +echo " GRUB 2.14 NO afecta). En la BIOS del portátil: DESACTIVÁ Secure Boot (el" +echo " kernel no está firmado por Microsoft). BIOS/CSM también arranca (GRUB El Torito)." +echo " WiFi: una vez en consola → wifi-connect \"TU_SSID\" \"TU_CLAVE\""