similar to: PATCH: Build floppy image which contains HDT

Displaying 20 results from an estimated 1000 matches similar to: "PATCH: Build floppy image which contains HDT"

2009 Oct 04
1
Build a bootable floppy image which contains HDT
It is now possible to build a bootable floppy image which contains HDT, with my patch applied to Erwans HDT branch: http://git.zytor.com/?p=users/erwan/hdt.git;a=commit;h=16b37fe2266c920087f88cdec94243b71218d871 Unpack the Syslinux archive and build whole Syslinux first, then cd to ./com32/hdt/ and make hdt.img $ make $ cd ./com32/hdt/ $ make hdt.img Now you have a 2.88 MB floppy image which
2005 Jun 01
0
no menu.c32, no problem...
Fellow syslinux fans, I'm using syslinux on a boot floppy (I'll call this syslinux A) to invoke an etherboot image (zlilo style) which invokes a tagged NBI image from my DHCP/TFTP server. The tagged NBI image is created using mknbi-dos and also uses syslinux (I'll call this syslinux B), a linux kernel and an initrd file. It works perfectly if syslinux A has a basic .CFG, e.g.:
2002 Jun 23
1
Using MTOOLS in place of loopback mounting
I am trying to build a distribution without having to be root. The SYSLINUX installer typically needs root to do loopback mounting, but if you have MTOOLS, you can use that instead. This seems to work so far: #!/bin/sh # A minimal replacement for /usr/bin/syslinux; assumes that ldlinux.sys # and ldlinux.bss are available in the current directory. You must # specify locations of mkdosfs and
2010 Mar 15
1
host cross-compile patch
I tend to use the same tool-chain across various hosts so I made this very simple patch that allows you to pass the cross-compiler name to make ( e.g. make CROSS_COMPILE=i686-nptl-linux-gnu-). I'm not sure if patches should be attached or just pasted inline so I did both this time. BTW, it's relative to syslinux 4 but the same changes work with syslinux 3 although the patch won't
2004 Feb 16
3
PXE booting 2.88MB floppy
Hi, I'm sorry to bring this up again but I can't quit get this too work. I'm trying to build a 2.88 floppy image so that I can use PXE to load Ghost. I'm useing the following to get a copy of the bootsector: dd if=/dev/fd0 of=bootblock bs=512 count=1 Then I build the image file with: mformat -C -t 160 -s 18 -h 2 -B bootblock x: Then use mcopy to put the required
2009 Apr 23
0
HDT 0.3.1
Hello ! The first public release of the newest 0.3.x branch is out ! HDT 0.3.1 is now available for download : http://syslinux.zytor.com/wiki/index.php/Hdt_(Hardware_Detection_Tool)#Download Since the last official release (0.2.7 in syslinux 3.75) here come the main changes : 1?) A huge work from pam to rework the CLI. The code is far more scalable and easy to use for developers to extend it.
2009 Nov 20
0
HDT 0.3.6-pre1 is out !
The 0.3.6 release will be mostly bug fix oriented. Before releasing, I'd love having more feedback on it. So here come the -pre1 release. I would like to thank the following people for making this new release possible : Pierre for his patches, Gert for his tests, Alexander Andino for his great artwork, Ralf Carl for his very reactive debugging on older hardware, Changelog for -pre1 *
2009 Nov 20
0
HDT 0.3.6-pre1 is out !
The 0.3.6 release will be mostly bug fix oriented. Before releasing, I'd love having more feedback on it. So here come the -pre1 release. I would like to thank the following people for making this new release possible : Pierre for his patches, Gert for his tests, Alexander Andino for his great artwork, Ralf Carl for his very reactive debugging on older hardware, Changelog for -pre1 *
2009 Dec 04
0
HDT 0.3.6 is out
HDT 0.3.6 just got released and will be part of the Syslinux 3.84 release. I'd like to thank Gert for his intensive testing which revealed many bugs. HDT's major features are : - Adding a vesa mode for the CLI - Many memory corruption fixes - Fixing Grub2 detection - Improving CPU detection on older hardware - Fixing memory detection using DMI type 6 on older hardware - Support on the
2009 Dec 04
0
HDT 0.3.6 is out
HDT 0.3.6 just got released and will be part of the Syslinux 3.84 release. I'd like to thank Gert for his intensive testing which revealed many bugs. HDT's major features are : - Adding a vesa mode for the CLI - Many memory corruption fixes - Fixing Grub2 detection - Improving CPU detection on older hardware - Fixing memory detection using DMI type 6 on older hardware - Support on the
2013 May 25
2
Missing 'modules.pcimap' file for HDT
Hi, So the 'modules.pcimap' file, needed by Hardware Detection Tool to display kernel modules, is now missing. pciutils/kmod deprecated usage of this file adn depmod lost its -m option. So here are may questions: 1- How to generate a "modules.pcimap" or an equivalent file nowadays? 2- Is it still needed by HDT ? 3- What if it is missing, is HDT semi-broken? Thanks.
2009 Apr 27
0
HDT 0.3.2-pre1
HDT 0.3.2 is close to be release and will mainly add a better disk management To validate this great work from pierre, we did a -pre1 version to have some users inputs about it. My previous work on disks was a little bit limited and incomplete. Since pierre did a massive rework that allow hdt to feature disks & partitions detection. On the menu side, the "Disk" menu is now
2009 May 02
4
HDT 0.3.2 is out
HDT 0.3.2 is out and mainly add a better disk management My previous work on disks was a little bit limited and incomplete. Since pierre did a massive rework that allow hdt to feature disks & partitions detection. On the menu side, the "Disk" menu is now extended to show disks' partitions. On the cli side, we now have more commands : hdt> show disk This command will show a
2009 May 02
4
HDT 0.3.2 is out
HDT 0.3.2 is out and mainly add a better disk management My previous work on disks was a little bit limited and incomplete. Since pierre did a massive rework that allow hdt to feature disks & partitions detection. On the menu side, the "Disk" menu is now extended to show disks' partitions. On the cli side, we now have more commands : hdt> show disk This command will show a
2009 Nov 24
1
grub 0.97 integration?
Could you please include a way to use HDT with grub 0.97 on this page: http://www.hdt-project.org/wiki/howtostarthdt This is the best way I have been able to come up: title Hardware Detection Tool 0.3.5 (mojito) root (cd) kernel /vimages/memdisk modules=/vimages/c32/modules.pcimap pciids=/vimages/c32/pci.ids initrd /vimages/bootdisk/hdt-0.3.5.img it is working as it should I guess, even if
2018 Dec 14
0
efi config hang
On Thu, Dec 13, 2018 at 10:57 AM Ady Ady via Syslinux <syslinux at zytor.com> wrote: > > @Carl, > > I'll repeat what I said in my prior email: you don't have to keep > looking, we already achieved what you want (considering that you are > willing to "disregard" the screen problems and similar issues, at least > for now, according to your own emails).
2010 Jun 19
0
[PATCH] mtools/syslinux.c: Silence warnings
From: Gene Cumm <gene.cumm at gmail.com> mtools/syslinux.c: Silence warnings from GCC with asprintf's attribute warn_unused_result in certain glibc versions/patches. Assign it to a variable and ignore it as the string is already tested for null before using it. Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- diff --git a/mtools/syslinux.c b/mtools/syslinux.c index
2009 Nov 09
1
HDT 0.3.5 (mojito) is out
HDT 0.3.5 is out ! As you noticed, we've been adding codenames ;) You can grab this release on our webiste http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt_0_3_5.c32 http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.img http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.iso http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.img.gz A dedicated page
2009 Nov 09
1
HDT 0.3.5 (mojito) is out
HDT 0.3.5 is out ! As you noticed, we've been adding codenames ;) You can grab this release on our webiste http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt_0_3_5.c32 http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.img http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.iso http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.img.gz A dedicated page
2009 Apr 12
0
[PATCH] hdt: only display MAC address for network cards
Display MAC address only for network cards not all pci devices. - Sebastian Index: syslinux-3.74-20-g3b80c26/com32/hdt/hdt-cli-pci.c =================================================================== --- syslinux-3.74-20-g3b80c26.orig/com32/hdt/hdt-cli-pci.c +++ syslinux-3.74-20-g3b80c26/com32/hdt/hdt-cli-pci.c @@ -119,11 +119,11 @@ void show_pci_device(struct s_hardware *