Memtest86+ 4.20 isn't booting, it gives the following message:
syslinux_boot_linux() failed: Error 0
linux.c32: Boot aborted!
The problem appears to be the linux.c32 module because booting with the internal linux module of syslinux works fine. To do this change the following in the /ubcd/menus/syslinux/memory.cfg:
From:
To:
Best regards,
Nelson
syslinux_boot_linux() failed: Error 0
linux.c32: Boot aborted!
The problem appears to be the linux.c32 module because booting with the internal linux module of syslinux works fine. To do this change the following in the /ubcd/menus/syslinux/memory.cfg:
From:
Code:
COM32 linux.c32 /ubcd/boot/memtest86p/memtest86p.bin
To:
Code:
LINUX /ubcd/boot/memtest86p/memtest86p.bin
Best regards,
Nelson