Hallo Alois, wenn ich auf Legacy umschalte, hatte beim Reboot den Fehler "fbsplash: unsupported 4 bpp" und nichts ging mehr.
Bin grade etwas disillusioniert :-( Viele Grüße Jürgen Am 23. August 2016 um 11:27 schrieb Alois Raunheimer < [email protected]>: > Hallo Jürgen, > > ich habe gerade eine neue Hardwarklasse installiert. Im Bios habe ich > legacy/uefi eingestellt. Damit habe ich alles was mit Uefi zu tun hat > umgangen. > > Bei der Bootreihenfolge habe ich alles was mit Uefi möglich war > deaktiviert. > > Vielleicht ist das bei Dir auch möglich. > > Gruß > > Alois > > Am 23. August 2016 um 10:27 schrieb Jürgen Horzella < > [email protected]>: > >> Hallo, >> >> ich bekomme keine funktionierende start.conf hin. Diese hatte ich bisher, >> da fehlt aber die EFI-Partition. Man kann aber die Ubuntu-Partition syncen. >> >> >> # LINBO start.conf, Beispiel fuer Ubuntu >> # Ubuntu auf Partition 1 >> # Swap auf Partition 2 >> # Virtualbox auf Partition 3 >> # Cache auf Partition 4 >> # Festplatte 160G >> [LINBO] # Start der globalen Konfiguration >> SystemType = bios >> Cache = /dev/sda4 # lokale Cache Partition >> Server = 10.16.1.1 # IP des TFTP-Servers, der Images >> vorhaelt >> Group = trusty714 >> RootTimeout = 600 # automatischer Rootlogout nach 600 >> Sek. >> Autopartition = no # keine 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 = rsync # Image-Download per >> torrent|multicast|rsync, default ist rsync >> BackgroundFontColor = white # Bildschirmschriftfarbe (default: >> white) >> ConsoleFontColorStdout = white # Konsolenschriftfarbe (default: >> white) >> ConsoleFontColorStderr = orange # Konsolenschriftfarbe für >> Fehler-/Warnmeldungen (default: red) >> KernelOptions = splash autostart=0 >> [Partition] # Betriebssystem (Ubuntu) >> Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste >> Partition auf erster Platte) >> Size = 19998720 # Partitionsgroesse in kB (Bsp.: ca. 10G) >> Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = >> FAT32, 7 = NTFS, ...) >> FSType = ext4 # Dateisystem ext4 >> Bootable = no # Bootable-Flag >> [Partition] # Swap >> Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite >> Partition auf erster Platte) >> Size = 2529280 # Partitionsgroesse 8388608 kB (Bsp.: ca. 10G) >> Id = 82 # Partitionstyp (83 = Linux, 82 = swap, c = >> FAT32, 7 = NTFS, ...) >> FSType = swap # Dateisystem ext4 >> Bootable = no # Bootable-Flag >> [Partition] # Virtualbox >> Dev = /dev/sda3 # Device-Name der Partition (sda3 = dritte >> Partition auf erster Platte) >> Size = 12083200 # Partitionsgroesse in kB (Bsp.: ca. 2G) >> Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = >> FAT32, ...) >> FSType = ext4 # Dateisystem swap >> Bootable = no # Bootable-Flag >> [Partition] # Cachepartition >> Dev = /dev/sda4 # Device-Name der Partition (sda4 = vierte >> Partition auf erster Platte) >> Size = # Partitionsgroesse in kB (Bsp.: keine Angabe = >> Rest der Platte, ca. 138G) >> Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = >> FAT32, 7 = NTFS, ...) >> FSType = ext4 # Dateisystem ext4 >> Bootable = no # Bootable-Flag >> [OS] >> Name = Ubuntu 14.04 Linuxmuster LTS # Name des Betriebssystems >> Version = # Version (optional) >> Description = Ubuntu 14.04 Trusty # 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 = trusty714.cloop # Dateiname des Basisimages >> (Erweiterung .cloop) >> Boot = /dev/sda1 # Partition, die Kernel & Initrd >> enthaelt >> Root = /dev/sda1 # 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 = yes # "Start"-Button anzeigen >> SyncEnabled = yes # "Sync+Start"-Button anzeigen >> NewEnabled = yes # "Neu+Start"-Button anzeigen >> Hidden = yes # verstecke OS-Reiter >> Autostart = yes # automatischer synchronisierter >> Start dieses Betriebssystems: yes|no >> AutostartTimeout = 5 # Timeout in Sekunden für >> Benutzerabbruch bei Autostart >> DefaultAction = start # DefaultAction bei Autostart: >> start|sync|new >> [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 >> AutostartTimeout = 5 # Timeout in Sekunden für >> Benutzerabbruch bei Autostart >> DefaultAction = sync # DefaultAction bei Autostart: >> start|sync|new >> >> >> Diese enthält nun die EFI-Partition, ein sync der Ubuntu-Partition >> schlägt fehl. >> >> >> # LINBO start.conf Beispiel mit EFI (GPT) >> # EFI 64 Partition 1 >> # Ubuntu Partition 2 >> # Swap auf Partition 3 >> # Cache auf Partition 4 >> # Daten auf Partition 5 >> # Festplatte 160G >> [LINBO] # globale Konfiguration >> Server = 10.16.1.1 # IP des Linbo-Servers, der das Linbo-Repository >> vorhaelt >> Group = trusty714 >> # Achtung: Server und Group werden beim Workstationsimport automatisch >> gesetzt! >> Cache = /dev/sda5 # lokale Cache Partition >> 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 Befuellen des Caches beim >> LINBO-Start >> DownloadType = rsync # Image-Download per torrent|multicast|rsync, >> default ist rsync >> BackgroundFontColor = white # Bildschirmschriftfarbe (default: >> white) >> ConsoleFontColorStdout = lightgreen # Konsolenschriftfarbe (default: >> white) >> ConsoleFontColorStderr = orange # Konsolenschriftfarbe fuer >> Fehler-/Warnmeldungen (default: red) >> SystemType = efi64 # moeglich ist >> bios|bios64|efi32|efi64 (Standard: bios fuer bios 32bit) >> KernelOptions = quiet splash # Beispiele: >> #KernelOptions = acpi=noirq irqpoll # LINBO Kerneloptionen (z. B. >> acpi=off), m. Leerz. getrennt >> #KernelOptions = server=10.16.1.5 # Abweichende Linbo-Server-IP als >> Kerneloption gesetzt >> # falls gesetzt wird diese IP beim >> Workstationsimport verwendet >> [Partition] # Partition fuer EFI >> Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste >> Partition auf erster Platte) >> Label = efi # Partitionslabel (efi system partition) >> Size = 200M # Partitionsgroesse 200M, ist keine Einheit (M, >> G oder T) angegeben, wird kiB angenommen >> Id = ef # Partitionstyp (83 = Linux, 82 = swap, c = >> FAT32, 7 = NTFS, ef = efi) >> FSType = vfat # Dateisystem auf der Partition (FAT32) >> Bootable = yes # Bootable-Flag gesetzt >> [Partition] # Partition fuer Ubuntu >> Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite >> Partition auf erster Platte) >> Label = ubuntu # Partitionslabel ubuntu >> Size = 20G # Partitionsgroesse 30G >> Id = 83 # Partitionstyp 83 >> FSType = ext4 # Dateisystem ext4 >> Bootable = no # kein Bootable-Flag >> [Partition] # Swap-Partition >> Dev = /dev/sda4 # Device-Name der Partition (sda3 = dritte >> Partition auf erster Platte) >> Label = swap # Partitionslabel swap >> Size = 4G # Partitionsgroesse 4G >> Id = 82 # Partitionstyp 82 >> FSType = swap # Dateisystem swap >> Bootable = no # kein Bootable-Flag >> [Partition] # Partition fuer Virtualbox >> Dev = /dev/sda3 >> Label = virtualbox >> Size = 15G >> Id = 83 >> FSType = ext4 >> Bootable = no >> [Partition] # Cachepartition >> Dev = /dev/sda5 # Device-Name der Partition (sda4 = vierte >> Partition auf erster Platte) >> Label = cache # Partitionslabel cache >> Size = 50G # Partitionsgroesse 50G >> Id = 83 # Partitionstyp 83 >> FSType = ext4 # Dateisystem ext4 >> Bootable = no # kein Bootable-Flag >> #[Partition] # Daten-Partition >> #Dev = /dev/sda5 # Device-Name der Partition (sda5 = fuenfte >> Partition auf erster Platte) >> #Label = daten # Partitionslabel daten >> #Size = # Partitionsgroesse nicht angegeben = Rest der >> Platte >> #Id = 83 # Partitionstyp 7 >> #FSType = ext4 # Dateisystem ntfs >> #Bootable = no # kein Bootable-Flag >> [OS] >> Name = Ubuntu # Name des Betriebssystems >> Version = # Version (unbenutzt, leer lassen) >> Description = Ubuntu 14.04 Trusty # Beschreibung >> IconName = ubuntu.png # Icon fuer den Startbutton, muss unter >> /var/linbo/icons abgelegt sein >> Image = # differentielles Image (Erweiterung >> .rsync, Verwendung nicht empfohlen) >> BaseImage = ubuntu.cloop # Dateiname des Basisimages >> (Erweiterung .cloop) >> Boot = /dev/sda2 # Bootpartition (unbenutzt, immer >> gleich Rootpartition) >> Root = /dev/sda2 # 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 = yes # "Start"-Button anzeigen >> SyncEnabled = yes # "Sync+Start"-Button anzeigen >> NewEnabled = yes # "Neu+Start"-Button anzeigen >> Autostart = no # automatischer Start des >> Betriebssystems (yes|no) >> AutostartTimeout = 5 # Timeout in Sekunden fuer >> Benutzerabbruch bei Autostart >> DefaultAction = start # Standardaktion bei Autostart: >> start|sync|new >> Hidden = yes # verstecke OS-Reiter (unbenutzte >> Option, auf "yes" lassen) >> [OS] >> Name = Virtualbox >> Version = >> Description = Virtualbox >> IconName = winxp.png >> Image = >> BaseImage = vbox.cloop >> Boot = /dev/sda3 >> Root = /dev/sda3 >> Kernel = vmlinuz >> Initrd = initrd.img >> Append = ro splash >> StartEnabled = no >> SyncEnabled = yes >> NewEnabled = yes >> Autostart= no >> AutostartTimeout = 5 >> DefaultAction = sync >> Hidden = yes >> >> >> Auszug aus der linbo-log-Datei >> >> ## Log session begin: Di 23. Aug 10:02:07 CEST 2016 ## >> Kann /dev/sda2 nicht einhaengen! >> ## Log session end: Di 23. Aug 10:02:07 CEST 2016 ## >> >> Sieht jemand mit Erfahrung, was ich falsch gemacht habe? >> >> Schon mal danke für die Hilfe und viele Grüße >> Jürgen >> >> >> >> _______________________________________________ >> linuxmuster-user mailing list >> [email protected] >> https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user >> >> > > _______________________________________________ > linuxmuster-user mailing list > [email protected] > https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user > >
_______________________________________________ linuxmuster-user mailing list [email protected] https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user
