similar to: syslinux unable to load

Displaying 20 results from an estimated 3000 matches similar to: "syslinux unable to load"

2014 Jan 04
3
Dell machine boots a Windows formatted FAT16 USB drive not a Ubuntu formatted FAT16 drive.
Hi All, First post and hopefully someone can steer me in the right direction for this problem. I did a bit of googling and found some hints but nothing concrete. We are using Syslinux and a FAT32 USB thumb drive (single partition) to boot a customized Debian OS which works very well with newer motherboards. However we have a few older Dell machines that simply hangs when trying to boot
2014 Jul 09
2
Possible memdisk issue
On 07/09/2014 04:00 PM, H. Peter Anvin wrote: > > So this would seem consistent that this is the FAT12/FAT16 boundary that > breaks stuff. Perhaps FreeDOS has a problem with FAT16 on floppies? If I understand things correctly, a bootable floppy has two key pieces of executable code: the 512-byte boot sector, and the kernel loaded by that boot sector. The kernel can be large, and thus
2004 Jul 20
4
stupid question
forgive me.. i have no idea what im asking or if its possible... i have 2 partitions as follows and am using the std windows xp bootloader to boot xp - ntfs (windows xp) - fat16 stupid question is... can i use syslinux, isolinux, memdisk or some combo there of to place a bootable cdrom iso image on the fat16 partition and then have a boot menu with something to the effect of : 1) winxp as
2003 Feb 03
1
Problem using syslinux with hard drive partition
I have been succesful in using syslinux to boot from a hard drive, by dd'ing a Linux (LRP) image onto the drive and then running syslinux (i.e. dd if=the_image of=/dev/hda followed by a syslinux /dev/hda), however I'm having problems getting it to work from a partition on the hardrive. I'm trying to use syslinux on a small 100MB FAT16 partition (same commands as before, just
2018 Jan 06
2
Structure of VBR in FAT32?
> > > Is the build process documented? Or am I just going to have to plod > through > > the makefiles? > > I don't think so. > Oh well... > > 1. Run installer > > 2. Installer loads ldlinux.sys onto the filesystem (and copies > ldlinux.c32, > > but irrelevant for now). > > 3. Installer calculates which blocks in the filesystem contain
2006 Mar 11
1
Chainboot to XP Embedded
Hi Folks, I've been playing around with SYSLINUX for a little bit; here's what I'm trying to do... My disk will have three partitions: [BOOT: (FAT16 w/ SYSLINUX)] [OS1] [OS2] OS1 and OS2 will both contain an XP Embedded system which is read-only and which will always boot from a hibernate file. What I'd like to be able to do if flip-flop between them at runtime (that is, run
2009 Nov 08
2
syslinux installation issues
I've recently returned to working on FreeDOS again after quite some time, and read about an unmerged MEMDISK branch that allows to boot DOS-based ISOs. This seemed quite usefull to me as it allows for faster modifications to my code/scripts/disklayout. The general idea was to install Syslinux 3.83 to harddisk, then add the modified Memdisk from that boot-land forum, as well as my ISO. In
2002 Jan 29
2
syslinux and PQMAGIC incompatibility
Hi, "Mircea Popescu" <nufarul.alb at go.ro> schrieb am 29.01.02: > I have this problem: > I've partitioned my hard drive with PQMagic 7 in the following way: > hda1 - fat32 > hda2 - ext2 > hda3 - fat16 > hda4 - extended > hda5 - Linux Swap > hda6 - fat32 > hda7 - ext2 > hda8 - fat32 > > I've put syslinux on
2012 Jul 01
2
booting FreeDOS ISO image using syslinux hangs
I would like to boot FreeDOS ISO image from USB memory stick using syslinux. I have done following: 1) I created a partition to my 2GB memory stick: root at debian64:~# fdisk -lu /dev/sdb Disk /dev/sdb: 2013 MB, 2013265920 bytes 62 heads, 62 sectors/track, 1022 cylinders, total 3932160 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size
2005 Mar 18
2
Loading Xen with PXELinux
Hi All: I found this old message on the web archives. I've gotten Xen working with PXELinux, albeit with something of a hack. The basic chain is: 1. pxelinux 2. memdisk 3. FAT16 floppy image 4. grub installed on floppy image 5. xen.gz and vmlinuz on floppy image While this seems pretty simple, the key bits were to use: 1. FAT16 (not ext2, etc) for the floppy image 2. use the 'raw'
2011 Jan 23
1
Gstat error message.
Hi, I am a student at the University of Twente ( ITC). I am using the R packages for my data analysis, but for the last few weeks now , I have been getting the error message when trying to work on variograms or krigging. Error : .onLoad failed in loadNamespace() for 'gstat', details: call: fun(...) error: .Random.seed is not an integer vector but of type 'list' Error:
2005 Jul 07
1
MS-DOS Magic ?
Hi all, I've tried and retried to make some USB sticks bootable. I started by making one partition, labeling it FAT16, copying a kernel, an initrd and a very simple syslinux.cfg file. I ran syslinux /dev/sda1 on it. Didn't boot. I tried placing on it the mbr.bin file ('cat mbr.bin > /dev/sda') but still no boot. Then I tried various combinations of these two. Labeling
2007 Aug 16
3
Does syslinux support FAT32? If so, which version? eg., 3.11 and above
I know syslinux supports FAT16 and works very well, but how about FAT32? Does syslinux support FAT32? If so, which version? eg., 3.11 and above Thanks!
2002 Aug 16
2
Setting up the trig tables.
As some of you know, I'm creating a hardware MDCT core. At the moment I'm working out the best way to create a lookup table for the trig values, as set up in mdct_init: /* trig lookups... */ for(i=0;i<n/4;i++){ T[i*2]=FLOAT_CONV(cos((M_PI/n)*(4*i))); T[i*2+1]=FLOAT_CONV(-sin((M_PI/n)*(4*i))); T[n2+i*2]=FLOAT_CONV(cos((M_PI/(2*n))*(2*i+1)));
2004 Jan 09
1
Problem with DNS (UDP) queries
Hi all I am trying to get rid of strings: kernel: Connection attempt to UDP FREEBSD_IP:port from DNSSERVER_IP:53 on my console and in log file I understand that those are replies on DNS queries that for some reason took too long time to be answered. I do not want to turn off the "log in vain" feature. As these strings fill up my log I am afraid to miss some sensitive messages (e.g.
2012 Nov 30
6
Illegal Opcode,the 2.
Hi to all, from syslinux 4.06 and 5.00 pre 12 came the same dump. Background: While trying to install syslinux on small (700 MB) FAT16 Partition on HP Server got Red Screen of Death with a register dump. Illegal OpCode EAX=00001F01 EBX=000001A4 ECX=00000000 EDX=00000019F EBP=0000FBFA ESI=000007BE EDI=00000800 DS=0000 ES=0000 FS=0000 GS=0000 CS:EIP=0000:000083A6 SS:ESP=1000:0000AFF6
2019 Apr 11
2
Question of syslinux chainloading
> On 2019-4-11 13:29, Lu Wei wrote: > > On 2019-4-10 1:20, Ady Ady via Syslinux wrote: > >>>>> #This item fails > >>>>> label dos > >>>>> menu label MS-^DOS 7.1 > >>>>> com32 chain.c32 msdos7=io.sys > >>> > >>> IO.SYS and COMMAND.COM are copied from a Windows98 system on another >
2003 Mar 16
3
win3.1 in wine & suse8.1
I'm new to wine and suse 8.1. I d/l the most current wine version for suse8.1 = 200303.. and rpmed it. I was surprised that wine was not updated with Yast but only directly with rpm.-F ... Does anybody you know why? I had tried it first and it seemed to work but rpm -q showed the same date! I now have doubts on all the other rpm patches/updates ... The win3.1 program is special purpose
2006 Apr 13
3
editor for Ubuntu
Hello, I am new on Ubuntu. I would like to use R, but I tried Kate and Scite. The first one keeps trying to use KDE applications,while the other does not understand the language. I have searched for another editor for hours, in vain. Which editor should work with Ubuntu? I am looking forward to your answer, thanks, Camille
2012 Nov 08
3
Illegal OpCode
Hi to all, While trying to install syslinux on small (700 MB) FAT16 Partition on HP Server got Red Screen of Death with a register dump. Illegal OpCode EAX=00001F01 EBX=000001A4 ECX=00000000 EDX=00000019F EBP=0000FBFA ESI=000007BE EDI=00000800 DS=0000 ES=0000 FS=0000 GS=0000 CS:EIP=0000:000083A6 SS:ESP=1000:0000AFF6 EFLAGS=00000206 Tested many versions of syslinux: from 3.63 to 4.06: