Hallo!

>>> Bei meinen T42 klappt es leider nicht :-(
>>> Allerdings komme ich auch mit dem babo-testing repo nicht über 2.2.12
>>> hinaus, da ist nämlich kein neues LInbo-Paket mehr drin. Wo bekomme
>>> ich das denn her?

mittlerweile bin ich auch auf linbo 2.2.15, aber die T42 suchen immer
noch das Kernel-Feature "pae".

gehe ich zurück auf linbo 2.2.12, kommt die selbe Fehlermeldung,
import_workstations habe ich gemacht.

Muss ich noch irgendwo etwas verändern (start.conf oder pxelinux.cfg/...)?

die hwk heißt "precise". hier die start.conf:

-------------------------------
19:50/0 server /var/linbo/pxelinux.cfg # cat ../start.conf.precise
# LINBO start.conf Beispiel mit verschiedenen Betriebssystem-Versionen
# P1: Windows XP (FAT32) 10G
# P2: Ubuntu             10G
# P3: Swap                1G
# P4: Cache


[LINBO]                  # globale Konfiguration
KernelOptions = splash autostart=0
Cache = /dev/sda4        # lokale Cache Partition
Server = 10.16.1.1       # IP des TFTP-Servers, der Images vorhaelt
Group = precise
RootTimeout = 900        # automatischer Rootlogout nach 600 Sek.
AutoPartition = no       # automatische Partitionsreparatur beim LINBO-Start
AutoFormat = no          # kein automatisches Formatieren aller
Partitionen beim LINBO-Start
AutoInitCache = no       # kein automatisches Bef�llen des Caches beim
LINBO-Start
DownloadType = torrent   # Image-Download per torrent|multicast|rsync,
default ist rsync
BackgroundFontColor = white         # Bildschirmschriftfarbe (default: white)
ConsoleFontColorStdout = lightgreen # Konsolenschriftfarbe (default: white)
ConsoleFontColorStderr = orange     # Konsolenschriftfarbe f�r
Fehler-/Warnmeldungen (default: red)

# Part.Typ (83 = Linux, 82 = swap, c = FAT32)

[Partition] #LX
Dev = /dev/sda1
Size = 10240000
Id = 83
FSType = ext4
Bootable = no

[Partition] #Swap
Dev = /dev/sda2
Size = 1024000
Id = 82
FSType = swap
Bootable = no            # Bootable-Flag

[Partition]              # Virtualbox
Dev = /dev/sda3          # Device-Name der Partition (sda3 = dritte
Partition auf erster Platte)
Size = 5120000          # Partitionsgroesse in kB (Bsp.: ca. 2G)
Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...)
FSType = ext4            # Dateisystem ext4
Bootable = no            # Bootable-Flag

[Partition] # Cache
Dev = /dev/sda4
Size =
Id = 83
FSType = ext4
Bootable = no

[OS]
Name = Ubuntu                   # Name des Betriebssystems
Version = 12.04 precise pangolin            # Version (optional)
Description = Ubuntu 12.04 Pango # Beschreibung
IconName = default.png
Image =  #ubuntu.rsync          # Dateiname des diff Images (Erweiterung .rsync)

BaseImage = Neu.precise.cloop        # Dateiname des Basisimages
(Erweiterung .cloop)
Boot = /dev/sda1
Root = /dev/sda1
Kernel = vmlinuz                # Relativer Pfad zum Kernel
Initrd = initrd.img             # Relativer Pfad zur Initrd
Append = ro splash              # Kernel-Append-Parameter, ggf. anpassen
StartEnabled = yes               # "Start"-Button deaktiviert
SyncEnabled = yes               # "Sync+Start"-Button anzeigen
NewEnabled = yes                # "Neu+Start"-Button anzeigen
Hidden = no                     # zeige OS-Reiter an
Autostart = yes
DefaultAction = sync            # DefaultAction bei Autostart: start|sync|new
AutostartTimeout = 4            # Timeout in Sek f�r Abbruch bei Autostart

[OS]
Name = Virtualbox                   # Name des Betriebssystems
Version =                           # Version (optional)
Description = Virtualbox            # Beschreibung
IconName = ubuntu.png               # Icon f�r die Startseite, muss
unter /var/linbo/icons abgelegt sein
#Image =  ubuntu.rsync              # Dateiname des differentiellen
Images (Erweiterung .rsync)
Image =                             # erst eintragen, wenn es erzeugt
werden soll
BaseImage = vbox.cloop         # Dateiname des Basisimages (Erweiterung .cloop)
Boot = /dev/sda3                    # Partition, die Kernel & Initrd enthaelt
Root = /dev/sda3                    # Rootpartition, in die das BS
installiert ist
Kernel = vmlinuz                    # Relativer Pfad zum Kernel
Initrd = initrd.img                 # Relativer Pfad zur Initrd
Append = ro splash                  # Kernel-Append-Parameter, ggf. anpassen
StartEnabled = no                  # "Start"-Button anzeigen
SyncEnabled = no                   # "Sync+Start"-Button anzeigen
NewEnabled = yes                    # "Neu+Start"-Button anzeigen
Hidden = yes                        # verstecke OS-Reiter
Autostart = no                      # automatischer synchronisierter
Start dieses Betriebssystems: yes|no
DefaultAction = start                # DefaultAction bei Autostart:
start|sync|new
AutostartTimeout = 5                # Timeout in Sekunden f�r
Benutzerabbruch bei Autostart19:51/0 server /var/linbo/pxelinux.cfg #


-------------------------------

hier die zugehörige pxelinux.cfg.
-------------------------------
19:48/0 server /var/linbo/pxelinux.cfg # cat precise
# use "reboot" instead of "linbo" for clients which need the reboot workaround
DEFAULT linbo

# you have to uncomment next line if you want to be able to type
options on the boot prompt
#PROMPT 1

# 3 secs boot prompt timeout
TIMEOUT 30

KBDMAP /german.kbd
DISPLAY /boot.msg

# the default boot method, pxe boots linbo kernel directly
LABEL linbo
KERNEL linbo
APPEND initrd=linbofs.lz vga=788 quiet

# boot method to use with reboot workaround
LABEL reboot
KERNEL grub.exe
APPEND keeppxe --config-file=pxe basedir /; default 0; timeout 0;
hiddenmenu; title REBOOT; fallback 1; find --ignore-floppies
--ignore-cd --set-root /.linbo.reboot; cmp /.linbo.reboot
/.grub.reboot || ls FALLBACK; write /.grub.reboot DONE; ls
/boot/grub/menu.lst && configfile /boot/grub/menu.lst; ls /menu.lst &&
configfile /menu.lst; chainloader +1; title LINBO PXE; kernel
(pd)/linbo quiet vga=788; initrd (pd)/linbofs.lz;

# to boot LINBO in debug mode simply type "debug" on boot prompt and press ENTER
LABEL debug
KERNEL linbo
APPEND initrd=linbofs.lz vga=788 debug
-------------------------------

Danke für Eure Hilfe

Max


-- 
Max Führinger

Eichendorff-Gymnasium Ettlingen
-------------------------------------------------------------------------
System:
- Virtualisiert mit KVM auf Ubuntu 12.04
- IPFire 2.15, Core 85 (linuxmuster-ipfire 1.1.4-2ubuntu0)
- linuxmuster.net 6.1.0-28ubuntu
  mit Linbo 2.2.15-0
Erweiterungen: Openschulportfolio, mrbs, apt-cacher (separater virt. server)
Clients: Ubuntu 12.04 32bit und 14.04 64bit.
-------------------------------------------------------------------------
_______________________________________________
linuxmuster-user mailing list
[email protected]
https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user

Antwort per Email an