search for: orishko

Displaying 20 results from an estimated 28 matches for "orishko".

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 the same > computer > > wich has too a valid root device, but I don't want to boot...
2014 May 18
2
Booting new kernels
On Sun, May 18, 2014 at 7:08 PM, Gene Cumm <gene.cumm at gmail.com> wrote: >> > On 05/16/2014 01:35 PM, Tal Lubko wrote: >> > > For some reason when I use kernel 3.7.1 and above the system crashes > during boot and I have no reason why. >> Consider a lack of init or otherwise improper initrd (cpio format, > compression, etc). Consider trying your old kernel
2014 Sep 29
0
Determine from which device syslinux booted from
...you, Don Cupp On Monday, September 29, 2014 12:17 PM, Renato <renatoriolino at gmail.com> wrote: 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 the same > computer > > wich has too a valid root device, but I don't want to boot...
2014 May 13
2
Building extlinux (Syslinux 6.03-pre11)
Hi all, I'm building extlinux on a rather limited linux system (LFS), bios version (no efi). Unfortunately, extlinux.txt does not contain any information related to build procedures and dependencies. python /sources/syslinux-6.03pre11/com32/cmenu/menugen.py --input=/sources/syslinux-6.03pre11/com32/cmenu/test2.menu --output=test2.c
2014 May 13
0
Building extlinux (Syslinux 6.03-pre11)
On May 13, 2014 5:09 AM, "Alexey Orishko" <alexey.orishko at gmail.com> wrote: > > Hi all, > > I'm building extlinux on a rather limited linux system (LFS), bios > version (no efi). > Unfortunately, extlinux.txt does not contain any information related > to build procedures and dependencies. Did you ch...
2014 May 18
0
Booting new kernels
On May 18, 2014 3:12 PM, "Alexey Orishko" <alexey.orishko at gmail.com> wrote: > > On Sun, May 18, 2014 at 7:08 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > >> > On 05/16/2014 01:35 PM, Tal Lubko wrote: > >> > > For some reason when I use kernel 3.7.1 and above the system crashes > &...
2014 Sep 26
0
Determine from which device syslinux booted from
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 the same computer > wich has too a valid root device, but I don't want to boot from it, I want > to boot from the root device of the USB stick used to boot. Use GPT partition on USB stick and your problem is solved without need to know the
2014 May 14
1
Building extlinux (Syslinux 6.03-pre11)
On Tue, May 13, 2014 at 11:52 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > make bios clean > make bios installer > > This should satisfy your goal. bash$ git clone git://git.zytor.com/syslinux/syslinux.git syslinux-6.03-pre11 bash$ cd syslinux-6.03-pre11 bash$ make bios clean ... bash$ make bios installer make -r -C /sources/syslinux-6.03-pre11 -f
2014 Sep 26
4
Determine from which device syslinux booted from
Hi, Is it possible to know (and pass it as a kernel argument) from which device syslinux booted from? My case is: I have a USB stick with a custom linux installation. Syslinux boots from it, load kernel and initrd. My initrd scans all blocks devices looking for a valid root device and use it when it is found. The problem is that sometimes I have another USB stick on the same computer wich has
2015 Feb 09
5
extlinux installer build failed
Hi guys, I'm have a pure 64-bit system (Intel based). Due to that I can't use 32-bit ELF extlinux binary provided in the syslinux-6.03 package. Unfortunately building extlinux installer failed... See error below after these command: make bios clean make bios (failed) ... ar cq liblpxelinux.a rawcon.o pxeboot.o pxelinux-c.o fs/pxe/dhcp_option.o fs/pxe/pxe.o fs/pxe/tftp.o
2015 Feb 09
0
extlinux installer build failed
On Sun, Feb 8, 2015 at 7:49 PM, Alexey Orishko via Syslinux <syslinux at zytor.com> wrote: > Hi guys, > > I'm have a pure 64-bit system (Intel based). Due to that I can't use 32-bit ELF > extlinux binary provided in the syslinux-6.03 package. > > Unfortunately building extlinux installer failed... > > See e...
2015 Feb 09
1
extlinux installer build failed
On Sun, 8 Feb 2015 20:21:58 -0500 Gene Cumm via Syslinux <syslinux at zytor.com> wrote: > On Sun, Feb 8, 2015 at 7:49 PM, Alexey Orishko via Syslinux > <syslinux at zytor.com> wrote: > > Hi guys, > > > > I'm have a pure 64-bit system (Intel based). Due to that I can't > > use 32-bit ELF extlinux binary provided in the syslinux-6.03 > > package. > > > > Unfortunately building...
2014 Jun 09
2
NOTABMSG issue with 6.03
Hi all, I can't suppress TAB menu prompt and I wonder if this feature is working or not. I'm using extlinux and here is a cut from extlinux.conf: UI menu.c32 prompt 0 MENU TITLE MYPC MENU AUTOBOOT Automatic boot in # second{,s}... MENU NOTABMSG timeout 100 TOTALTIMEOUT 1800 label main MENU DEFAULT MENU LABEL Linux Kernel 3.x ... I'm using latest code from the git tagged as
2014 Jun 09
0
NOTABMSG issue with 6.03
On 06/09/2014 10:04 AM, Alexey Orishko wrote: > Hi all, > > I can't suppress TAB menu prompt and I wonder if this feature is working or not. > I'm using extlinux and here is a cut from extlinux.conf: > > UI menu.c32 > prompt 0 > MENU TITLE MYPC > MENU AUTOBOOT Automatic boot in # second{,s}... > M...
2015 Feb 10
0
extlinux installer build failed
Alexey Orishko via Syslinux <syslinux at zytor.com> writes: > On Mon, Feb 9, 2015 at 11:58 AM, Ady via Syslinux <syslinux at zytor.com> wrote: > >> _ I doubt Syslinux can be successfully built in a "pure 64-bit" OS, but >> I could be wrong. I have always seen some form of...
2015 Feb 09
2
extlinux installer build failed
On Mon, Feb 9, 2015 at 11:58 AM, Ady via Syslinux <syslinux at zytor.com> wrote: > _ I doubt Syslinux can be successfully built in a "pure 64-bit" OS, but > I could be wrong. I have always seen some form of "multilib" or > "lib32-glibc" or similar as a dependency. If you succeed in building > Syslinux in a "pure 64-bit" OS, please let us
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...ail.com> Alexey I. Froloff <raorn@raorn.name> Alexey Kaminsky <me@akaminsky.net> Alexey Kardashevskiy <aik@ozlabs.ru> Alexey Khoroshilov <khoroshilov@ispras.ru> Alexey Klimov <klimov.linux@gmail.com> Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Alexey Orishko <alexey.orishko@stericsson.com> Alexey Pelykh <alexey.pelykh@gmail.com> Alexis R. Cortes <alexis.cortes@ti.com> Alf Høgemark <alf@i100.no> Alfonso Fiore <alfonso.fiore@gmail.com> Alfredo J. Delaiti <alfredodelaiti@netscape.net> Alim Akhtar <alim.ak...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...ail.com> Alexey I. Froloff <raorn@raorn.name> Alexey Kaminsky <me@akaminsky.net> Alexey Kardashevskiy <aik@ozlabs.ru> Alexey Khoroshilov <khoroshilov@ispras.ru> Alexey Klimov <klimov.linux@gmail.com> Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Alexey Orishko <alexey.orishko@stericsson.com> Alexey Pelykh <alexey.pelykh@gmail.com> Alexis R. Cortes <alexis.cortes@ti.com> Alf Høgemark <alf@i100.no> Alfonso Fiore <alfonso.fiore@gmail.com> Alfredo J. Delaiti <alfredodelaiti@netscape.net> Alim Akhtar <alim.ak...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...ail.com> Alexey I. Froloff <raorn@raorn.name> Alexey Kaminsky <me@akaminsky.net> Alexey Kardashevskiy <aik@ozlabs.ru> Alexey Khoroshilov <khoroshilov@ispras.ru> Alexey Klimov <klimov.linux@gmail.com> Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Alexey Orishko <alexey.orishko@stericsson.com> Alexey Pelykh <alexey.pelykh@gmail.com> Alexis R. Cortes <alexis.cortes@ti.com> Alf Høgemark <alf@i100.no> Alfonso Fiore <alfonso.fiore@gmail.com> Alfredo J. Delaiti <alfredodelaiti@netscape.net> Alice Ferrazzi <alic...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...ail.com> Alexey I. Froloff <raorn@raorn.name> Alexey Kaminsky <me@akaminsky.net> Alexey Kardashevskiy <aik@ozlabs.ru> Alexey Khoroshilov <khoroshilov@ispras.ru> Alexey Klimov <klimov.linux@gmail.com> Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Alexey Orishko <alexey.orishko@stericsson.com> Alexey Pelykh <alexey.pelykh@gmail.com> Alexis R. Cortes <alexis.cortes@ti.com> Alf Høgemark <alf@i100.no> Alfonso Fiore <alfonso.fiore@gmail.com> Alfredo J. Delaiti <alfredodelaiti@netscape.net> Alice Ferrazzi <alic...