Displaying 10 results from an estimated 10 matches for "memtestp".
Did you mean:
memtest
2004 Nov 30
2
feature request/reminder - alias / bootsector
HPA, a longterm reminder. See below.
Can you also make a LABEL ignore other labels if no KERNEL statement is found in between? That way you could define multiple aliasses for an entry.
label foo
label bar
label memtest
kernel memtestp
foo ignores 'label bar' , 'label memtest' and executes 'kernel memtest'
bar ignores 'label memtest' and executes 'kernel memtest'
memtestp finds a "kernel" keyword and thus can't ignore a label.
regards, Bernd Blaauw
-----Original Message----...
2005 Nov 03
2
simple menu limitations
...memdisk
APPEND keeppxe initrd=fimages/locksmithbroadcom.ima
# LABEL locksmithmarvell
# MENU LABEL Locksmith Marvell Yukon
# KERNEL memdisk
# APPEND keeppxe initrd=fimages/locksmithmarvell.ima
LABEL memtest
MENU LABEL Memtest v3.2
KERNEL memdisk
APPEND keeppxe initrd=fimages/memtest.ima
LABEL memtestp
MENU LABEL Memtest+ v1.6
KERNEL /memtestp/memtestp
LABEL netbootx
MENU LABEL Netbootx
KERNEL memdisk
APPEND keeppxe initrd=fimages/netbootx.img
LABEL powermax
MENU LABEL PowerMaxHD Utility
KERNEL memdisk
APPEND keeppxe initrd=fimages/powermax409.ima
LABEL undokentmba
MENU LABEL Undo 3Co...
2004 Dec 10
3
pxelinux+memdisk
Hi,
I'm trying to use pxelinux+memdisk to boot to dos. And using dos tcp/ip
connect to windows network.
I've used winimage to create (dos.ima) image of dos bootable floppy. But
when I type dos at boot: prompt, it doesn't boot to dos instead show a
multi-coloured screen. At this moment ctrl+alt+delete also doesn't work.
Pls help
Jitender
2017 Feb 06
1
memdisk load failure on HP DL360g9
...oppy image.
Have you attempted to use/set "complete" CHS values for this HDD image?
>
No
Which CHS values are detected by memdisk when the same HDD image is
> booted in the "g8" system?
>
6/256/63; these same values were detected by memdisk when attempting to
load memtestp.bin from the memtest floppy.
Is the problem happening with every-and-all (HDD) images? Have you
> tried with a simple 1440K floppy image too? (It doesn't matter what
> happens next within the floppy, but rather whether you get the same
> type of error message from memdisk.)
>
Boo...
2017 Feb 02
3
memdisk load failure on HP DL360g9
Hi all,
I have observed a problem where, under legacy BIOS booting mode on the
DL360g9, memdisk fails to execute. The same mechanism works fine on the
DL360g8. The system displays the below on the console and ceases to
respond and must be power cycled. Updating the firmware didn't help.
There didn't appear to be any similar issues on the mailing list unless I
missed them.
Wondering if
2004 Jun 04
2
chainload cdrom
perhaps the boot-from-cdrom code in Smart Boot Manager?
Bernd
>>>
No, since booting from CD-ROM requires that the El Torito part of the
BIOS is activated, which it won't be if it didn't boot from CD-ROM in
the first place.
----------------------------------------------------------------
Op deze e-mail zijn de volgende voorwaarden van toepassing:
2006 Jun 25
0
unable to boot XP (Image checksum error)
...u.txt
prompt 1
label 1
kernel /vmlinuz1
append initrd=initrd1 root=/dev/ram0 init=/linuxrc vga=791
label 2
kernel /xpboot.bin
append -
label 4
kernel /memdisk
append initrd=/freedos.img floppy
label 5
kernel /memdisk
append initrd=/memtestp.img floppy
label 6
kernel /memdisk
append initrd=/ntpass.img floppy
label 7
localboot 0x80
label 8
localboot 0x00
label 9
localboot -1
-----------------------------------------------------------------
I've tried multiple versions of the "xpboot...
2005 Nov 04
3
pxelinux menu questions
Hello all,
I have a few questions about the menuing system that I haven't been able
to find in the archives (it would be nice if they were available in a
searchable form other than having to click on a month-by month basis and
read through them - if they are searchable I would love to find a way to
do this but it hasn't jumped out at me).
My first question is : What is menu.c32? I
2013 Sep 04
5
5.10 regression (from 5.01) MENU INCLUDE broken.
Hello,
Long story short, example config:
### cut
UI vesamenu.c32
MENU TITLE Multiboot USB
MENU BACKGROUND #00000000
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
MENU BEGIN
MENU TITLE System Rescue CD 2.4.1
INCLUDE sysrcd-2.4.1.conf
MENU END
MENU BEGIN
MENU TITLE
2013 Sep 05
3
5.10 regression (from 5.01) MENU INCLUDE broken.
...NU LABEL Return to main menu
MENU EXIT
MENU END
# ------------------------------------------------------------------------------
MENU BEGIN
MENU TITLE F) Run system tools from floppy disk image...
LABEL memtest
MENU LABEL MEMTEST: Memory test using Memtest86+
kernel /sysrcd-2.4.1/bootdisk/memtestp
append -
TEXT HELP
Use this tool if you suspect your RAM from being damaged. Damaged memory can
explain crashes or unexpected bahaviors on stable operating systems.
ENDTEXT
LABEL ntpass
MENU LABEL NTPASSWD: Reset or edit Windows passwords
kernel /sysrcd-2.4.1/ntpasswd/vmlinuz
appen...