The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iso efi boot with memdisk
2021-05-08, 09:24
Post: #1
iso efi boot with memdisk
Hi, im'trying to boot sysresccd iso in a uefi machine, i have already setup dhcp and ipxe.efi with menu, but uefi machine cant boot iso image.
The string i'm using in my menĂ¹ is
Code:
sysresccd-uefi
echo Boot SystemRescueCd ISO
initrd ${nfs-linux-live}/Sysresccd.iso
chain memdisk iso raw
goto start
It ended with
nfs://server/pathiso/Sysresccd.iso ok
memdisk ok
Could not boot: Exec format error http://ipxe.org/2e008081
Could not boot: Exec format error http://ipxe.org/2e008081

Im'trying other solution that implies passing arg to vmlinuz, using imgargs or write argument like this
Code:
kernel images/sysresccd/boot/x86_64/vmlinuz vmlinuz archisobasedir=images/sysresccd ip=dhcp archiso_nfs_srv=192.168.1.9:/volume1/tftproot
it seem that all the cmdline options are ignored and no boot happens.

cmdline is from sysresccd website

Any hints?

Many thanks
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
iso efi boot with memdisk - Aigor - 2021-05-08 09:24



User(s) browsing this thread: 1 Guest(s)