Hi Holger,
hier sind sie.

Gruß
 Sascha


start.conf
-----------

LINBO]                  # globale Konfiguration
Cache = /dev/sda6        # lokale Cache Partition
#Cache = //10.16.1.1/linbo-repo
Server = 10.16.1.1       # IP des TFTP-Servers, der Images vorhaelt
Group = hp600-2
RootTimeout = 600        # 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)
#KernelOptions = acpi=noirq irqpoll  # LINBO Kerneloptionen (z. B.
acpi=off), m. Leerz. getrennt
KernelOptions = dhcpretry=9

[Partition]              # Start einer Partitionsdefinition, Windows 7
auf NTFS
Dev = /dev/sda1          # Device-Name der Partition (sda1 = erste
Partition auf erster Platte)
Size = 61440000          # Partitionsgroesse in kB (Bsp.: ca. 60G)
Id = 7                   # Partitionstyp (83 = Linux, 82 = swap, c =
FAT32, 7 = NTFS, ...)
FSType = ntfs            # Dateisystem auf der Partition (NTFS)
Bootable = no            # Bootable-Flag

[Partition]              # Start einer Partitionsdefinition, Ubuntu
Dev = /dev/sda2          # Device-Name der Partition (sda2 = zweite
Partition auf erster Platte)
Size = 30000000          # Partitionsgroesse in kB (Bsp.: ca. 10G)
Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c =
FAT32, 7 = NTFS, ...)
FSType = ext4            # Dateisystem auf der Partition (ext4)
Bootable = no            # Bootable-Flag

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

[Partition]              # Erweiterte Partition
Dev = /dev/sda4          # Device-Name der Partition (sda4 = vierte
Partition auf erster Platte)
Size =                   # Partitionsgroesse in kB (leer bei erweiterter
Partition)
Id = 5                   # Partitionstyp (5 = erweiterte Partition)
FSType =                 # Dateisystem auf der Partition (leer bei
erweiterter Partition)
Bootable = no            # Bootable-Flag

[Partition]              # Start einer Partitionsdefinition,
Datenpartition mit NTFS
Dev = /dev/sda5          # Device-Name der Partition (sda5 = fuenfte
Partition auf erster Platte)
Size = 80000000          # Partitionsgroesse in kB (Bsp.: ca. 80G)
Id = 7                   # Partitionstyp (83 = Linux, 82 = swap, c =
FAT32, 7 = NTFS, ...)
FSType = ntfs            # Dateisystem auf der Partition
Bootable = no            # Bootable-Flag

[Partition]              # Definition der Cache-Partition
Dev = /dev/sda6          # Device-Name der Partition (sda6 = sechste
Partition auf erster IDE-Platte)
Size =                   # Partitionsgroesse in kB (Bsp.: keine Angabe =
Rest der Platte, ca. 38G)
Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c =
FAT32, ...)
FSType = ext4            # Dateisystem fuer Cache-Partition (ext4)
Bootable = no            # Bootable-Flag



[OS]
Name = Windows 7
Version =
Description = Windows 7 SP1
IconName = win7.png
Image =
BaseImage = win7-linbo.cloop
Boot = /dev/sda1
Root = /dev/sda1
#Kernel = grub.exe
Kernel = reboot
Append =
Initrd =
StartEnabled = yes
SyncEnabled = yes
NewEnabled = yes
Hidden = yes
Autostart = no
AutostartTimeout = 5
DefaultAction = start

[OS]
Name = Ubuntu 14          # Name des Betriebssystems
Version =                           # Version (optional)
Description = Ubuntu 14.04 Trusty    # Beschreibung
IconName = ubuntu.png               # Icon fuer 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 = ubu14.cloop         # Dateiname des Basisimages (Erweiterung
.cloop)
Boot = /dev/sda2                    # Partition, die Kernel & Initrd
enthaelt
Root = /dev/sda2                    # Rootpartition, in die das BS
installiert ist
Kernel = reboot                    # Relativer Pfad zum Kernel
Initrd = initrd.img                 # Relativer Pfad zur Initrd
Append = ro splash                  # Kernel-Append-Parameter, ggf. anpassen
StartEnabled = yes                  # "Start"-Button anzeigen
SyncEnabled = yes                   # "Sync+Start"-Button anzeigen
NewEnabled = yes                    # "Neu+Start"-Button anzeigen
Hidden = yes                        # verstecke OS-Reiter
Autostart = no                      # automatischer synchronisierter
Start dieses Betriebssystems: yes|no
AutostartTimeout = 5                # Timeout in Sekunden fuer
Benutzerabbruch bei Autostart
DefaultAction = start                # DefaultAction bei Autostart:
start|sync|new


PXELINUX.CFG
-----------
# template for the default pxelinux config file
#
# if you don't want this file being overwritten by workstations import
remove the following line
#
# tho...@linuxmuster.net
# 10.02.2014
#

# use "reboot" instead of "linbo" for clients which need the reboot
workaround
DEFAULT reboot
#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, pxelinux boots linbo kernel directly
LABEL linbo
KERNEL linbo
APPEND initrd=linbofs.lz vga=788 quiet splash dhcpretry=9

# 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 splash vga=788 dhcpretry=9;
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 dhcpretry=9

Am 08.12.2016 um 17:43 schrieb Holger Baumhof:
> Hallo Sascha,
> 
>> wir haben linbo 2.2.15, also eine Version in der der reboot noch als
>> workaround gilt.
>> Es geht darum, dass ich Hardware mit einem zickigen SATA Kontroller habe
>> (startet problemlos, wenn ich ubuntu 14 vom stick auf leere platte
>> installiere,  bleibt mit sata problem hängen, wenn man ubu14 per linbo
>> startet). Der Ubuntu-Kernel selbst startet, denn das ubuntu läuft an und
>> initialisiert alles mögliche, bleibt dann aber mit sata-fehlern hängen.
>> Deswegen wollte ich da mal probieren, ob reboot für linux hilft.
> 
> schick mal die start.conf der Gruppe und die
> /var/linbo/pxelinux.cfg/<gruppe>
> 
> VIele Grüße
> 
> Holger
> 
_______________________________________________
linuxmuster-user mailing list
linuxmuster-user@lists.linuxmuster.net
https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user

Antwort per Email an