Displaying 20 results from an estimated 70 matches for "konzepte".
2014 Mar 24
2
installing extlinux on a fresh system. Why does it fail ?
...; I experienced some bad behaviour up to unclean filesystems using the ext2
> and ext3 drivers in kernels from 3.2 upwards. You might want to mount
> explicitly using the ext4 driver.
>
> Regards,
> Mattias
>
> --
> Mattias Schlenker - Redaktion + EDV-Beratung + Linux-CD/DVD-Konzepte
> August-Bebel-Str. 74 - 04275 LEIPZIG - GERMANY
>
> Bitte fuer geschaeftliche Telefonate vorzugsweise die VoIP-Telefonnummer
> +49 341 39290767 verwenden, da ich diese aufs Mobiltelefon routen kann!
>
> _______________________________________________
> Syslinux mailing list
&g...
2014 Sep 29
2
Determine from which device syslinux booted from
...on old BIOSes. Just create a nice GPT
formatted image with a cool protective MBR. This can even expose the
first partition via traditional MBR to XP while all other partitions are
hidden as unknown data partition...
Yours,
Mattias
--
Mattias Schlenker - Redaktion + EDV-Beratung + Linux-CD/DVD-Konzepte
August-Bebel-Str. 74 - 04275 LEIPZIG - GERMANY
Telefon (VoIP "ueberall"), geschaeftlich: +49 341 39290767
Telefon (Festnetz), privat und Fax: +49 341 30393578
Mobil: +49 163 6953657
Mobil (SIM in Testgeraeten): +49 1578 3499550
Bitt...
2014 Feb 28
3
i2c bus access
...against
uClibc), the kernel with needed disk and network drivers baked in, a
statically linked kexec and a single shell script. If Jo?o Henrique
wants to take this path, I am willing to help with further details.
Regards,
Mattias
--
Mattias Schlenker - Redaktion + EDV-Beratung + Linux-CD/DVD-Konzepte
August-Bebel-Str. 74 - 04275 LEIPZIG - GERMANY
Bitte fuer geschaeftliche Telefonate vorzugsweise die VoIP-Telefonnummer
+49 341 39290767 verwenden, da ich diese aufs Mobiltelefon routen kann!
2007 Apr 18
4
[Bridge] Is bridgeing possible with kernel 2.6.10
Hi
I didn't get bridgeing to work with Linux kernel 2.6.10 (coldfire 5485)
yet. When i try to configure bridgeing
with "brctl", everything seems to be ok, but i if i try to ping through
my bridge, i see ARP-Request arriving on the other side, but the
ARP-Responses do not go back through the bridge.
Now i could read in
2003 Oct 08
1
AW: Skipping Directory
...mand with the "Skipping directory" failure:
rsync -az -e ssh /cygdrive/F/web/workstation/mediadb/europe shoptv@192.168.8.111:
The OS on both machines is Windows2000. rsync is running under cygwin.
thanks
Michael
__________________________________________
moltomedia GmbH - Multimediale Konzepte
Michael Clivot - Business Development Manager
Heinrich-Barth-Strasse 29 - 66115 Saarbr?cken
+49 681 948810 - +49 681 9488110
clivot@moltomedia.de - www.moltomedia.de
-----Urspr?ngliche Nachricht-----
Von: Hardy Merrill [mailto:hmerrill@redhat.com]
Gesendet: Dienstag, 7. Oktober 2003 16:17
An: Mi...
2014 Sep 29
0
Determine from which device syslinux booted from
...on old BIOSes. Just create a nice GPT
formatted image with a cool protective MBR. This can even expose the
first partition via traditional MBR to XP while all other partitions are
hidden as unknown data partition...
Yours,
Mattias
--
Mattias Schlenker - Redaktion + EDV-Beratung + Linux-CD/DVD-Konzepte
August-Bebel-Str. 74 - 04275 LEIPZIG - GERMANY
Telefon (VoIP "ueberall"), geschaeftlich: +49 341 39290767
Telefon (Festnetz), privat und Fax: +49 341 30393578
Mobil: +49 163 6953657
Mobil (SIM in Testgeraeten): +49 1578 3499550
Bitt...
2014 Sep 29
1
Determine from which device syslinux booted from
...on old BIOSes. Just create a nice GPT
formatted image with a cool protective MBR. This can even expose the
first partition via traditional MBR to XP while all other partitions are
hidden as unknown data partition...
Yours,
Mattias
--
Mattias Schlenker - Redaktion + EDV-Beratung + Linux-CD/DVD-Konzepte
August-Bebel-Str. 74 - 04275 LEIPZIG - GERMANY
Telefon (VoIP "ueberall"), geschaeftlich: +49 341 39290767
Telefon (Festnetz), privat und Fax: +49 341 30393578
Mobil: +49 163 6953657
Mobil (SIM in Testgeraeten): +49 1578 3499550
Bitt...
2014 Jan 22
2
Some (U)EFI questions
...ay trail processors usually come with 32 bit UEFI. Has anyone of you
already had access to such a device? Is it possible to load 64 bit
kernels on those devices using the 32 bit syslinux as with the BIOS
syslinux?
Regards,
Mattias
--
Mattias Schlenker - Redaktion + EDV-Beratung + Linux-CD/DVD-Konzepte
August-Bebel-Str. 74 - 04275 LEIPZIG - GERMANY
Telefon (VoIP "ueberall"), geschaeftlich: +49 341 39290767
Telefon (Festnetz), privat und Fax: +49 341 30393578
Mobil: +49 163 6953657
Mobil (SIM in Testgeraeten): +49 1578 3499550
Bitt...
1998 Nov 23
0
Freebsd + NT/Nt-Client am Linux-Server
Pam_SMB allows Linux clients to validate
their passwords against an NT PDC, so the
only thing you have to do is set up the
accounts on the Linux side with an '*'
in the /etc/passwd entry. This can be
done using a list of users:
#!/bin/bash
for i in `cat myuserlist`; do
/usr/sbin/adduser -p '*' $i
with various other command line options,
such as "-s
2014 Mar 24
4
installing extlinux on a fresh system. Why does it fail ?
Hi All,
I am trying to install extlinux on a fresh system.
Here are my steps :
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
A) Create an ext2 partition. I did the following steps :
1) boot from CD
2) Activate GParted
3) Create Partition table on the "fresh disk" (/dev/sda).
4) Create 1 ext2 partition (and mark its flag as "boot").
B)mkdir /mnt/Ext2_partition
C) mount /dev/sda1
1998 Nov 19
1
NT3.51 slow file access
Hi:
We have a network of Unix (Solaris 2.6) and windows 95 machines. We
currently run samba v1.9.18p10 on one of the unix machines to share
user's home directories, and a common directory for projects
(/doc). Our Win95 machines work fine when it comes to accessing the
unix machine's data.
We recently added an NT 3.51 machine (running Citrix WinFrame, fyi) to
the network. Using the
2013 Mar 12
4
isohybrid --uefi - resulting EF00 partition too small
...who did a great job on making isohybrid work for
so many use cases, neither would I blame my large initramfs - I think in
some cases it is just fate that jigsaw puzzle of four boot standards
does not fit together.
Regards,
Mattias
--
Mattias Schlenker - Redaktion + EDV-Beratung + Linux-CD/DVD-Konzepte
Dietrich-Bonhoeffer-Str. 3 - 40667 MEERBUSCH - GERMANY
Telefon (VoIP "ueberall"), geschaeftlich: +49 341 39290767
Telefon (Festnetz), privat und Fax: +49 2132 9952906
Mobil: +49 163 6953657
Mobil (SIM in Testgeraeten): +49 1578 34995...
2014 Jan 19
3
USB boot problems on Gigabyte GA-M55Plus-S3G
...writes.
5. Move away from MBR/DOS, goto GPT, you'll be rewarded with reliable
boot both on UEFI and on BIOS. You'll just break compatibility with
Windows XP, but this is dead after April 8th anyway.
Regards,
Mattias
-- -
Mattias Schlenker - Redaktion + EDV-Beratung + Linux-CD/DVD-Konzepte
August-Bebel-Str. 74 - 04275 LEIPZIG - GERMANY
Telefon (VoIP "ueberall"), geschaeftlich: +49 341 39290767
Telefon (Festnetz), privat und Fax: +49 341 30393578
Mobil: +49 163 6953657
Mobil (SIM in Testgeraeten): +49 1578 3499550
Bitt...
2013 Apr 24
1
casper-rw and PXE
Hallo, syslinux,
I'm working with an USB stick and an *.iso image.
On an USB stick I can use "casper-rw" and "home-rw" for persistent
directories/files. Under PXE I haven't yet found a similar option.
Is that a syslinux-/pxelinux problem, or is that a "casper" problem?
Example:
USB stick, part of "isolinux.cfg":
label desinfect
menu label
2013 Jun 30
0
Editing the boot prompt
...ou change some of the
geometry options? I ran into the same trouble when modifying the MENU
XYZ options (MENU ROWS, MENU CMDLINEROW...) in a way that resulted in
the CMDLINE being to long for the remaining space.
Regards,
Mattias
--
Mattias Schlenker - Redaktion + EDV-Beratung + Linux-CD/DVD-Konzepte
August-Bebel-Str. 74 - 04275 LEIPZIG - GERMANY
Telefon (VoIP "ueberall"), geschaeftlich: +49 341 39290767
Telefon (Festnetz), privat und Fax: +49 341 30393578
Mobil: +49 163 6953657
Mobil (SIM in Testgeraeten): +49 1578 3499550
Bitt...
2013 Aug 01
2
Kernel selection by hardware?
Hello,
is it possible to select the default boot image by hardware properties?
I corrently boot a couple of laptops fom a single USB stick and I would like
to select the default kernel image automatically.
Sven
--
Trotz der zunehmenden Verbreitung von Linux erfreut sich der B?r,
und - dank Knut - insbesondere der Eisb?r, deutlich gr??erer
Beliebtheit als der Pinguin. (Gefunden bei
2013 Aug 01
0
Kernel selection by hardware?
...Is ifcpu.c32 or ifcpu64.c32 sufficient for your task? In LessLinux I use
those to either boot a 64 bit kernel, a 32 bit kernel with PAE enables
or a 32 bit kernel without PAE according to the features of the CPU.
Regards,
Mattias
--
Mattias Schlenker - Redaktion + EDV-Beratung + Linux-CD/DVD-Konzepte
August-Bebel-Str. 74 - 04275 LEIPZIG - GERMANY
Telefon (VoIP "ueberall"), geschaeftlich: +49 341 39290767
Telefon (Festnetz), privat und Fax: +49 341 30393578
Mobil: +49 163 6953657
Mobil (SIM in Testgeraeten): +49 1578 3499550
Bitt...
2013 Aug 01
2
Kernel selection by hardware?
H. Peter Anvin <hpa at zytor.com> wrote:
> Are you network booting, or booting from media?
It would be easy to do with pxeboot, but it's an USB flash drive I'm
talking about.
Sven
--
"Software is like sex; it's better when it's free"
(Linus Torvalds)
/me is giggls at ircnet, http://sven.gegg.us/ on the Web
2013 Aug 01
0
Kernel selection by hardware?
...kernels for every macine, it
should be OK to modify some 20 lines of shell code for the initramfs.
But now it's getting off the topic of this list, contact me on other
channels if you need more information.
Regards,
Mattias
--
Mattias Schlenker - Redaktion + EDV-Beratung + Linux-CD/DVD-Konzepte
August-Bebel-Str. 74 - 04275 LEIPZIG - GERMANY
Telefon (VoIP "ueberall"), geschaeftlich: +49 341 39290767
Telefon (Festnetz), privat und Fax: +49 341 30393578
Mobil: +49 163 6953657
Mobil (SIM in Testgeraeten): +49 1578 3499550
Bitt...
2013 Sep 04
0
5.10 regression (from 5.01) MENU INCLUDE broken.
...MENU TITLE System Rescue CD 3.7.1
> INCLUDE sysrcd-3.7.1.conf
> MENU END
Does
MENU BEGIN
MENU TITLE System Rescue CD 3.7.1
MENU INCLUDE sysrcd-3.7.1.conf
MENU END
give the expected results?
Regards,
Mattias
--
Mattias Schlenker - Redaktion + EDV-Beratung + Linux-CD/DVD-Konzepte
August-Bebel-Str. 74 - 04275 LEIPZIG - GERMANY
Telefon (VoIP "ueberall"), geschaeftlich: +49 341 39290767
Telefon (Festnetz), privat und Fax: +49 341 30393578
Mobil: +49 163 6953657
Mobil (SIM in Testgeraeten): +49 1578 3499550
Bitt...