search for: bootmanager

Displaying 20 results from an estimated 23 matches for "bootmanager".

2003 Jan 06
8
PXE booting
Hi! I have been using pxelinux with memdisk to boot our workstations with our custom floppy, which is a MSDOS boot disk (actually it is win98) On one of the PC's I'm testing, a Fujitsu-Siemens which has an AMDtek based on-board network card and when PXE is activated, it gets an IP from the DHCP, then it finds the TFTP server, downloads pxelinux.0, executes it which causes the floppy to
2008 Oct 22
3
Question about .bs and .bss style bootsectors.
Hello Recently I've been happily experimenting with syslinux, replacing grub and my old bootmanager. All works beautifully, but I have one question - in case of .bss bootsectors - what exactly and under what circumstances is patched in ? With syslinux used as main bootmanager - bootsectors from xp64, xp32 and [pre-syslinux] msdos 7.1 (98se) work perfectly fine when chainloaded natively as .bs...
2004 Oct 10
4
grub in the mbr
hi, i ve grub in the mbr of my usb stick and now i am not longer able to use the syslinux bootmanager. i tried to delete grub from mbr with: dd if=/dev/null of=/dev/sda bs=512 count=1 but nothing changed grub is still in the mbr hope somebody can help me thx so long
2014 Jan 21
1
Cluster Size discrepancy between FAT32 and NTFS
...izes provide noticably faster boot times. Faster for what OS? > *Windows does have a bug about the cluster size itself. > The windows setup routine does not support over 4096, > Windows filesets are deployed to larger-than-4096 volumes by extracting from WIM images. > Also the windows bootmanager is limited, where if the windows system files (WINDOWS folder, etc.) are on a NTFS volume having clusters larger than 4096, then the windows BOOT folder must be on a different volume having 4096 (or less?) if NTFS, > or up to 64K if FAT. I interpret this statement as "The Windows bootloade...
2008 Jun 13
1
BCM575X 8.1 doesn't do 'PXE-M0F'
Hi there, I'm using pxelinux.0 to boot another pxe boot image that checks if a host needs to be installed by doing a network query. If this is not the case, this image would return and boot from the next device. But on this Broadcom card, the Message 'PXE-M0F' does not appear, so the pxe image does not return. With the latest stable the PC would recognize the keystroke
2007 Nov 08
1
Booting of bcdw from isolinux does not work anymore with 3.52 but works with 3.51
Hi I am having problems loading bcdw (http://bootcd.narod.ru) from the isolinux bootloader. I use this to load the acronis programs. It worked fine up till version 3.51 but does not work anymore with 3.52. Here is the code to load the second bootmanager label l kernel /bcdw/bcdwboot.bin Any insights to what might be wrong here? With 3.52 I get Error! Cannot load file (code: 0110h): \bcdw\bcdw.bin Thanks Christian -------------------------------------------------------------------------------- BOWE SYSTEC Mailroom Commun...
2012 Feb 14
1
two automatic options for extlinux
Dear syslinux maintainer, on a tablet pc with only a touchpad is during boot time no keyboard exist and therefore no user intervention possible to control the behavior of a bootmanager extlinux in my case. The machine is able to boot from a second drive a another as the default OS and so I think it must be potential at first time extlinux via menu to instruct, to boot from such a drive. If this boot fails eg. the media is not bootable or is not inserted, (card reader and/or U...
2003 Mar 24
0
FW: PXE booting
Sorry, I originally send this message to H. Peter only... -----Original Message----- Hi! Strangely enough, I have again the same Fujitsu-Siemens machine which (still) has the same darn PXE bug. This time I have tested it with Pxelinux 2.02 . Just to suite it to my specific needs, I have recompiled it, changed only this line: (2036) ;cfgprefix db 'pxelinux.cfg/' ; No final null!
2003 Mar 25
0
PXE booting - Solution FOUND!!!
Yes, it is in the docs... All i need to do is load the memdisk image with the 'keeppxe' option. so, the default file should look like this: -------------------------------------------------------------------- default linux label linux kernel memdisk append initrd=client.ima keeppxe -------------------------------------------------------------------- That is all! Again, thanks for
2009 Sep 30
2
Bootable CD for booting of USB HDD
Hi, I bought a USB hard drive, got Mandriva installed on it, and made it bootable with extlinux. Works great on machines that can boot from USB. I also created a boot cd using the instructions in the wiki. This is working too. The only problem with the boot cd is that I had to copy the kernel, initrd, etc. to the cd. This means that whenever I install a new kernel I'll have to create and
2015 Oct 01
2
[OT} Problem with 90MB Initrd
> On 10/1/2015 6:18 AM, Patrick Masotta via Syslinux wrote: > > > -Gene<<< > > Considering any editing/buffering benefits are only marginal (AFAIK) there are not benefits with the current approach.On the other hand the list of potential problems includes: > > 1) We cannot use the ubiquitous EFI PXEbc protocol forcing us to rely on the (not always present) EFI
2017 Feb 08
6
kexec to syslinux
Is it possible to kexec to the syslinux interface, thus bypassing the hw initialization? What would be the kexec command? kexec -l ??? --append=??? --initrd=??? TIA Jorge Almeida
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
...nux configuration file. + * + * By using ifplop.c32 you can specify which action you want to do the second + * time your USB stick/drive is booted. So you can load another config file or + * boot a large hard disk image or whathever you want. + * + * PLoP Boot Manager website: http://www.plop.at/en/bootmanager.html + */ + +#include <com32.h> +#include <stdlib.h> +#include <stdio.h> +#include <string.h> +#include <alloca.h> +#include <console.h> +#include <syslinux/boot.h> + +static bool plop_INT13h_check(void) +{ + com32sys_t inregs, outregs; + + /* Prepare...
2015 Oct 01
0
[OT} Problem with 90MB Initrd
...HP's firmware and the bootloader, simply because HP does not test any other bootloader. Back to the main topic now. Regards, Ady. <<< I agree with you.Because of the reasons you just mentioned I have said not long ago that we should stick as much as we can to bootmgfw.efi (MS EFI Bootmanager) in the way of doing things under EFI. This simple strategywill save us countless hours of painful debugging many times just to discover that X or Y FW is not really compliant to the EFI standard or it is just buggy in some area that bootmgfw.efi does not use. Best,Patrick
2017 Feb 09
0
kexec to syslinux
...TIA > > Jorge Almeida FWIW... Other bootloaders include (or can generate) a binary file that behaves as a (linux) kernel. Such binary file(s) can potentially be used for chainloading and/or with kexec. This is _not_ the case with Syslinux. I would suggest to take a look at PlopKexec bootmanager: https://www.plop.at/en/plopkexec/full.html Regards, Ady. PS: I hope the OP is subscribed to the Syslinux Mailing List. > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://w...
2002 Jan 30
2
cd_boot with 3-4 floppys
Hi all: I'm new here. Sorry if my question is so stupid. I want to make a cd bootable whit 3-4 floppys (to install msdos for ex.) My fisrt disk boots fine but when it wants the next disk check to a: not to cdrom /isolinux dir and not to cdrom root... :-( How do I do wrong? Thanks Regards Chema
2005 Jan 07
3
Isolinux
Hi, I am trying to boot a liveCD thats on my hard disc ...is there a way of doing this using lilo ? reason well rather than keep burning to CD then testing I want to be able to make changes then test by booting to liveCD.... Thanks in advance Dave T..
2005 Jan 24
1
mbr?
a bit unrelated, still I wonder: does syslinux contain an mbr? or does anyone know any app that contains an mbr and can install it, without overwriting the partition table? my experience is, that is wise to have an mbr and use the active flag to select the active partition (which might have a bootmanager installed). however every linux distribution I know installed the bootloader such as syslinux, lilo or grub directly into the mbr with all those stupid traps you fall in, if you (re-)install windows. so I wonder: is there an mbr with syslinux? or can anyone recommend any software that will do the...
2009 Aug 18
2
MEMDISK-ISO: found another non-working ISO
Hi Shao Miller, I found another ISO that doesn't work with MEMDISK-ISO. It is the ISO of the PloP bootmanager. It is a ISO which uses floppy emulation. When I boot it with MEMDISK-ISO (run from Syslinux), my PC instantly reboots. When I extract the floppy image from the ISO and boot this file with MEMDISK, it works fine. Grub4dos iso emulation works fine for this iso. When using Grub4dos and MEMDISK-ISO,...
2010 Jun 13
0
[PATCH]: ifplop.c32: COM32 module for detection of PLoP USB boot-loader
I wrote a COM32 module which detects if the PLoP bootmanager was used to boot a CDROM drive or USB drive, by checking for the presence of the PLoP INT13h hook. The PLoP INT13h hook check works like this (NASM syntax): mov eax,'PoLP' ; Reverse of 'PLoP' mov ebp,'DKHC' ; Reverse of 'CHKD' int 13h cmp eax,' se...