similar to: [Fwd: asking for help on syslinux]

Displaying 20 results from an estimated 7000 matches similar to: "[Fwd: asking for help on syslinux]"

2003 Oct 16
1
relationship between syslinux and loadlin
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Could someone possibly clarify the relationship between these 2 programs? I am in a situation where I am developing for an embedded system, and I need to rewrite my CMOS before I actually boot into linux. ~ The only tools for manipulating my cmos happen to be DOS utilities, and I was hoping that I could script their use in autoexec.bat or somewhere
2005 Aug 25
1
Memdisk + Loadlin.exe
Can I boot to memdisk using loadlin.exe? I saw that there were references to loadlin in the memdisk init.S (at least in the 2.04 version) so I thought it would be possible. If there's some resource that I can refer to I'd love to know that. DR-DOS 7.02 loadlin.exe 1.6c Sorry if this is a FAQ, I looked through the digest some before I joined this list, but I didn't see anything there
2003 Jul 23
1
bzImage size limits?
Hi, What the the size limit of booting bzImage file with syslinux ? I have tested different sized bzImage files, and when the files are small <800K, they work with syslinuz, but at some size larger they fail to work. This was the same problem loadlin1.6 had, but loadlin1.6c fixes the issue, and I can boot bzImage sizes up to 1.5Meg with loadlin, but syslinux fails. Can you confirm this
2004 May 04
1
MEMDISK and LOADLIN
Hi, I'm a newbie on all of this so this might be a very stupid question! I have a DOS boot disk which loads generic USB drivers to make my USB pen drive accessible under DOS. The pen drive has a number of floppy disk images on it of various utilities and I want to mount these using MEMDISK via LOADLIN. All my attempts so far either freeze the PC or reboot it! I have tried running it from
2003 Mar 13
1
OT: MDLBL - Multi-Disk-Linux-Boot-Loader v0.1
Hi, Just FYI: I've create a template disk image + small shell script for creating a multi-disk linux boot floppies for kernels and/or initrd's with a size > 1.44 MB. It's based on FreeDOS Beta 8, the XMSdsk ramdisk and Loadlin: http://www.rocklinux.org/people/clifford/MDLBL/ I primary wrote it for ROCK Linux <www.rocklinux.org> but it might be usefull for everyone who
2003 Jul 29
2
Rebooting to hard drive from DOS floppy
Hi all, Do any of you have any ideas for getting a DOS floppy to reboot to the hard drive (which may contain Windows 98 or XP or Linux or Novell etc etc)? I want to use syslinux, but it does not support the localboot option like pxelinux and isolinux do. Basically, I want to boot DOS from a floppy, run some DOS stuff, then reboot to the hard drive while leaving the floppy disk in the drive.
2002 Jul 04
1
Question concerning booting from Floppy Drive
First I'd like to thank you, and everyone who has contributed to the isolinux development. It has been the solution to many of my development needs. Currently I am creating a Linux system that runs directly from CD. Currently the CD is working and I am using isolinux to boot the CD. The compressed kernel is approximately 2 meg and the compressed initial ramdisk is approximately 4 meg.
2004 Apr 28
1
SYSLINUX.CFG not readed
Hello list. I have configured a Linux box for booting from a Compact Flash instead of a Hard Disk, this is an IDE CF, Syslinux is on the MBR because it loads, when I put the the kernel file named as linux as it expects i load it but when I rename it expecting it to load the SYSLINUX.CFG it does not load the menu as I would like, I will put two images on that Compact flash in order to boot from
2005 Jun 06
2
Is it possible to start Installer from WindowsXP?
Hi, My computer has only primaly IDE but not secondaly. I connected a hard drive as Master and DVD-R as Slave on IDE. BIOS doesn't recognize IDE devices, but Windows XP that boots up from SATA hard drive can recognize DVD-R and can read files on the CentOS Installer Disk 1 of 4. Is it possible to start Centos4 Installer from WindowsXP? If possible, which file on Disk 1 should I click? Even
2005 Apr 05
5
memdisk - reboot loaded image
Is there a method to reboot a memdisk (floppy) image? I'm working on a DOS-based installation floppy that needs to repartition the hard disk prior to proceeding. DOS will only recognize the updated partition table after a reboot, but I'd like to be able to save information to the currently loaded memdisk floppy disk and simply reboot the image. Possible? I haven't had any luck with
2018 Aug 30
2
TUTORIAL: How to Install Apache Web Server in CentOS 7.5 (1805) Linux in Amazon AWS Cloud with URL/HTTP/HTTPS Redirection
TUTORIAL: How to Install Apache Web Server in CentOS 7.5 (1805) Linux in Amazon AWS Cloud with URL/HTTP/HTTPS Redirection AUTHOR OF THIS TUTORIAL: MR. TURRITOPSIS DOHRNII TEO EN MING (ZHANG ENMING) @ TIME TRAVELLER AGE: 40 YEARS OLD COUNTRY OF RESIDENCE: SINGAPORE DATE: 30TH AUGUST 2018 THURSDAY TIME: 10:49 AM SINGAPORE TIME Greenwich Mean Time+8 1. Sign up for Amazon AWS Cloud or Google Cloud
2020 Feb 19
2
Why are ForeignSecurityPrincipals and Managed Service Accounts empty with no entries?
[teo-en-ming at dc1 ~]$ ps ax | grep dnsmasq 2406 pts/0 R+ 0:00 grep --color=auto dnsmasq ________________________________ From: samba <samba-bounces at lists.samba.org> on behalf of Rowland penny via samba <samba at lists.samba.org> Sent: Wednesday, February 19, 2020 9:33 PM To: sambalist <samba at lists.samba.org> Subject: Re: [Samba] Why are ForeignSecurityPrincipals
2018 Jul 20
3
Is there any way I can deploy cPanel web hosting control panel with Microsoft Exchange 2016 groupware behind one static public IP?
Dear Richard Grainger, I am grateful for your reply and guidance. After reading the following article at nginx.com, I realize that I should use a reverse proxy instead of a load balancer. Article: WHAT IS A REVERSE PROXY VS. LOAD BALANCER? Link: https://www.nginx.com/resources/glossary/reverse-proxy-vs-load-balancer/ Presently, I am using pfSense community edition firewall. Can I install
2014 Jun 17
2
[RFC PATCH 2/2] block: virtio-blk: support multi virt queues per virtio-blk device
On Sat, Jun 14, 2014 at 1:29 AM, Ming Lei <ming.lei at canonical.com> wrote: > Firstly this patch supports more than one virtual queues for virtio-blk > device. > > Secondly this patch maps the virtual queue to blk-mq's hardware queue. > > With this approach, both scalability and performance problem can be improved. > > Signed-off-by: Ming Lei <ming.lei at
2014 Jun 17
2
[RFC PATCH 2/2] block: virtio-blk: support multi virt queues per virtio-blk device
On Sat, Jun 14, 2014 at 1:29 AM, Ming Lei <ming.lei at canonical.com> wrote: > Firstly this patch supports more than one virtual queues for virtio-blk > device. > > Secondly this patch maps the virtual queue to blk-mq's hardware queue. > > With this approach, both scalability and performance problem can be improved. > > Signed-off-by: Ming Lei <ming.lei at
2003 Jan 16
1
Fw: syslinux with flash discs?
Johan accidentally wrote me personally with the following email, which I thought would be better intended for the syslinux list. Replies to *Johan* please. :) -d ----- Original Message ----- From: "Johan Win?s" <johan.winas at isg.se> To: <david at weekly.org> Sent: Thursday, January 16, 2003 2:33 AM Subject: syslinux with flash discs? > Hi.. > > Just tried out
2009 Mar 04
2
Druid 2.0 released from the Druid Open Source Unified Communications Project
Dear Asterisk users, We would like to announce that Druid, Open Source Unified Communications project has just made a major release: Druid 2.0. It is out!It has a ton of new features and a highly improved interface. Asterisk stability has also been greatly improved. For more info http://forums.voiceroute.org/showthread.php?t=837 Some of the key features - Improved Web GUI, faster and smoother -
2020 Feb 18
3
Why are ForeignSecurityPrincipals and Managed Service Accounts empty with no entries?
Hi Louis, My /etc/named.conf has the following line: include "/usr/local/samba/bind-dns/named.conf"; My /usr/local/samba/bind-dns/named.conf has the following lines: # This DNS configuration is for BIND 9.8.0 or later with dlz_dlopen support. # # This file should be included in your main BIND configuration file # # For example with # include
2011 Aug 06
4
[PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK
Below, attached, and available at the 'ifmemdsk' branch at: http://git.zytor.com/?p=users/sha0/syslinux.git;a=commitdiff;h=a975c12919bbd48739fede4ebfe099d98b87192e Review welcome! - Shao Miller ----- From a975c12919bbd48739fede4ebfe099d98b87192e Mon Sep 17 00:00:00 2001 From: Shao Miller <shao.miller at yrdsb.edu.on.ca> Date: Sat, 6 Aug 2011 05:24:46 -0400 Subject: [PATCH]
2020 Feb 19
1
[PATCH 1/2] virtio-blk: fix hw_queue stopped on arbitrary error
On Tue, Feb 18, 2020 at 8:35 PM Halil Pasic <pasic at linux.ibm.com> wrote: > > On Tue, 18 Feb 2020 10:21:18 +0800 > Ming Lei <tom.leiming at gmail.com> wrote: > > > On Thu, Feb 13, 2020 at 8:38 PM Halil Pasic <pasic at linux.ibm.com> wrote: > > > > > > Since nobody else is going to restart our hw_queue for us, the > > >