search for: akeo

Displaying 20 results from an estimated 53 matches for "akeo".

2016 Feb 29
2
mixed email threads
On Mon, Feb 29, 2016 at 08:28:47PM +0000, Patrick Masotta wrote: > On Mon, Feb 29, 2016 at 10:15:10PM +0200, Ady wrote: > > > > Your first email about your efi/udp.c patch seems to be part of another > > email thread, and not a separate email thread as it was supposed to be. > > > > See > > http://www.syslinux.org/archives/2016-February/thread.html#24866
2015 Aug 22
1
Make USB bootable drive: Rufus
Had seen various folks ask about how to do this (I did mine long ago and far away to make my Windows machine dual-bootable to Win or CentOS) and while looking for some HD repair diagnostics, ran across this and thought it may be useful to some folks. http://rufus.akeo.ie/ I've not yet used it, but it looks easy. YMMV, of course, as may mine! :-) Bill
2018 May 17
1
Creating a bootable USB to install CentOS 7
Use Rufus if you are creating from windows workstation. https://rufus.akeo.ie/ Sent from my iPhone On May 16, 2018, at 10:23 PM, Yves Bellefeuille <yan at storm.ca<mailto:yan at storm.ca>> wrote: <info4km at yahoo.com<mailto:info4km at yahoo.com>> wrote: I need to copy CentOS 7 to a USB to boot from and install on servers. I have searched and t...
2013 Aug 09
1
com32 module compatibility between 5.x versions
On Fri, Aug 9, 2013 at 1:54 PM, Pete Batard <pete at akeo.ie> wrote: > Also, if the best answer I get is that I'll just have to be creative with > trying to compensate for the version lockdown, could I at least get an > answer to my question of how one can determine the exact version of a .c32 > file? In general, no. There's a mag...
2016 Mar 07
0
Module Versioning
...closer to pre1 (since pre2 was released after 20131220). After having found that the 6.03-pre19 'ldlinux.sys' fallback binary from our server was incompatible with tails 1.1, all that was needed to make it work was create a 20131220 symbolic link that pointed to pre1 (see http://rufus.akeo.ie/files/syslinux-6.03/). I know this is a pretty long overview, but I hope this gives a comprehensive idea of the conversion process being used by Rufus, and how this relates to Syslinux versioning. I am also attaching a typical rufus.log, where you can see some of the elements I described a...
2016 Mar 06
5
Module Versioning
On 3/3/2016 07:43, Pete Batard via Syslinux wrote: > [...] as far as I am concerned, 'A "version" such as "6.03" [is not] > enough'. [...] I'd like to help to improve Syslinux with regards to version-related concerns. Having typed that, perhaps we could discuss your (or Rufus') specific needs, in parallel? Do I understand correctly that the primary
2014 Sep 29
0
Determine from which device syslinux booted from
...n Rufus - Create bootable USB drives the easy way Rufus - Create bootable USB drives the easy way Rufus Create bootable USB drives the easy way Rufus is a utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, ... View on rufus.akeo.ie Preview by Yahoo I made a script for linux cli, that does pretty much the same thing. Since it's CLI though, you could easily edit it to sed the GUID into the syslinux configs deposited onto the partition. Doncuppjr/mkgptdrv Doncuppjr/mkgptdrv mkgptdrv - Script to wi...
2014 Sep 29
3
Determine from which device syslinux booted from
Unfortunately I can't use GPT partitions because the usb stick are created by non-technical users and lots of them are still using xp 32 bits. Thanks 2014-09-26 15:42 GMT-03:00 Alexey Orishko <alexey.orishko at gmail.com>: > On Fri, Sep 26, 2014 at 6:16 PM, Renato <renatoriolino at gmail.com> wrote: > > > > The problem is that sometimes I have another USB stick on
2014 Jun 23
1
isohybrid has 2 variants
...ick. > (Especially on MS-Windows ...) Maybe something like that can suffice: On linux: type "lsblk -f" to make sure you wont wipe out the wrong device, then "dd if=<name of hybrid ISO image> of=<name of device> bs=1M" On Windows: use Rufus, cf. http://rufus.akeo.ie/
2013 Aug 09
5
com32 module compatibility between 5.x versions
H. Peter Anvin schreef op 9-8-2013 7:37: > Sorry. If you are substituting any files you should substitute them all. I assume it's not possible to store a copy of the LDLINUX.SYS binary at the end or inside of either ISOLINUX.BIN or LDLINUX.C32 then? Then at least it could be extracted, for those distributions not having LDLINUX.SYS / SYSLINUX(64).EXE present on their CD. Having
2014 Jan 15
4
USB boot problems on Gigabyte GA-M55Plus-S3G
[disclaimer: I am the author of Rufus] Hi, On 2014.01.15 10:10, Thomas Schmitt wrote: > As producer of MBRs i wonder where that LBA-flag is located. > In bit 0 to bit 6 of byte 446 (where bit 7 means active/bootable) ? I haven't looked at what GParted does, so I may be off mark, but I have a strong suspicion that this LBA "flag" is a fake flag that simply indicates if a
2016 Feb 24
2
[PATCH 3/5] installers: MSVC compatibility fixes
More MSVC compatibility fixes, for packed structures. NB: In case you are aware of the issues that may come with MS vs GCC packing, so far, I have not seen evidence of detrimental impact from using ms_struct packing in MSVC (vs gcc_struct, which is explicitly specified for MinGW), with regards to the sections of code I am using in Rufus. -------------- next part --------------
2016 Mar 06
0
[PATCH 3/5] installers: MSVC compatibility fixes
...f detrimental impact from using > ms_struct packing in MSVC (vs gcc_struct, which is explicitly specified for > MinGW), with regards to the sections of code I am using in Rufus. > > From 13b39c1f113a8bc5621249db21a382a689aa174e Mon Sep 17 00:00:00 2001 > From: Pete Batard <pete at akeo.ie> > Date: Tue, 23 Feb 2016 19:57:28 +0000 > Subject: [PATCH 3/5] installers: MSVC compatibility fixes > > --- > libinstaller/syslxint.h | 13 ++++++++++++- > libinstaller/syslxmod.c | 3 ++- > 2 files changed, 14 insertions(+), 2 deletions(-) > > diff --git a/libi...
2016 Mar 06
0
[PATCH 5/5] installers: fix a MinGW redefinition warning
...d you provide details on this re-definition? I see lots of use of it in libinstaller/ > [1] > https://github.com/geneC/syslinux/commit/e4fc443f9b70f188963ff33e0a16ccb72a553540 > > From 6dc3ad338cf740bf81e2148a35222485904ac615 Mon Sep 17 00:00:00 2001 > From: Pete Batard <pete at akeo.ie> > Date: Tue, 23 Feb 2016 20:03:36 +0000 > Subject: [PATCH 5/5] installers: fix a MinGW redef warning > > --- > libinstaller/setadv.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/libinstaller/setadv.c b/libinstaller/setadv.c > index 21...
2018 May 16
2
Creating a bootable USB to install CentOS 7
I need to copy CentOS 7 to a USB to boot from and install on servers.? I have searched and there are a lot of different pages.? I wanted someone to give me some tips or current places to look for easy ways to do this. I want to create the bootable USB from my Windows 10 PC in case that matters.? Any tips/ideas would be great.Thank you in advance. KM
2013 Nov 02
2
request
Hello All My OS is WinXp can any body provide me the correct syantex incluing the switches "attrib"? Thanks in advance. Prof S. W. Damle
2016 Mar 07
1
[PATCH 4/5] installers: fix a possible buffer overflow when looking for LDLINUX_MAGIC
On 2016.03.07 03:27, Shao Miller via Syslinux wrote: > - Casting to a uintptr_t is ugly (and not C89, not that Syslinux cares > about that) Yeah, I'd have liked to avoid that too, but some compilers will complain about pointer arithmetic logic, unless you specifically use uintptr_t. But, considering your other very valid point, let me see if I can work something better here, that
2016 Feb 24
0
[PATCH 0/5] fix installer issues and enable some MSVC compatibility
...compatibility reasons, I would advocate using -D_GNU_SOURCE as a compiler option if one really needs it, rather than have it in a source. Regards, /Pete [1] https://github.com/pbatard/rufus/tree/master/src/syslinux [2] http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm [3] http://rufus.akeo.ie/files/syslinux-6.03/ [4] https://github.com/geneC/syslinux/commit/e4fc443f9b70f188963ff33e0a16ccb72a553540
2013 Aug 08
2
com32 module compatibility between 5.x versions
...very much hope that Syslinux can help avoid the multiplication of embedded files. Regards, /Pete PS: It looks like Syslinux v4.07 has officially been released, but there doesn't appear to be any mention of it at http://www.syslinux.org/wiki/index.php/The_Syslinux_Project [1] http://rufus.akeo.ie [2] https://github.com/pbatard/rufus/issues/165 [3] http://sourceforge.net/p/clonezilla/discussion/Clonezilla_live/thread/e00567cd/
2016 Feb 24
2
[PATCH 5/5] installers: fix a MinGW redefinition warning
I get a redefinition warning on _GNU_SOURCE when compiling with MinGW, and while I could see that this #define was introduced in e4fc44 [1], but the reason to introduce it is not mentioned, and I can't really see a good reason to have it, especially as MSVC will happily compile that source. So far I have found no evidence that _GNU_SOURCE applies to memset/memmove/memcpy, which are the