Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. Neuaufsetzen Beelink Mini S 11. Generation

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Neuaufsetzen Beelink Mini S 11. Generation

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      SvenH75 @Thomas Braun last edited by

      @thomas-braun danke, ode sudo geht es......

      in meiner Datei steht aber in der Zeile:

      Suchen Sie nach der Zeile, die hat GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash"

      hinten nur "quiet", also: GRUB_CMDLINE_LINUX_DEFAULT = "quiet"

      trotzdem nach Anleitung : https://websetnet.net/de/troubleshooting-pcie-bus-error-severity-corrected-on-ubuntu-and-linux-mint/
      ?

      1 Reply Last reply Reply Quote 0
      • ?
        A Former User @Guest last edited by

        @dp20eic sagte in Neuaufsetzen Beelink Mini S 11. Generation:

        Aber bevor Du da mit Root an wichtigen Dateien herumpfuschst,

        Moin,

        ich zitiere mich da mal selbst

        Aber bevor Du da mit Root an wichtigen Dateien herumpfuschst,

        Bitte, mach das nicht, solange Du nicht weißt, was Du da machst, irgendetwas irgendwoher kopieren und nicht wissen, was der Befehl tut, ist nicht gut.
        Soweit ich das gelesen habe, sind das nur wieder kehrende Meldungen, die tun erst einmal nicht weh.

        Schreib Dir auf, dass Du da noch eine Baustelle hast und lern erst einmal Dein System kennen, dann geht man erst ans feine Tuning.

        VG
        Bernd

        S 1 Reply Last reply Reply Quote 0
        • S
          SvenH75 @Guest last edited by

          @dp20eic ja, hab noch nix gemacht.....

          Bin relativ selten per Konsole im Linux unterwegs und da kommt manches erst langsam zurück.... hab in einem Artikel noch gelesen (hatte auch das Problem das System überhaupt nicht mehr erreichbar war) auf Kernel 6.2.16-2 zurück zu gehen über:

          apt install pve-kernel-6.2.16-2-pve
          proxmox-boot-tool kernel add 6.2.16-2-pve

          Kann das Sinn machen?

          ? crunchip Wal 3 Replies Last reply Reply Quote 0
          • ?
            A Former User @SvenH75 last edited by

            @svenh75 sagte in Neuaufsetzen Beelink Mini S 11. Generation:

            Kann das Sinn machen?

            Moin,

            das kann ich Dir auf die Schnelle auch nicht beantworten, sorry.
            Ich wunder mich, dass ein neues Gerät solche Fehler verursacht, ich kann mir das nur so erklären, dass das BIOS 'ne Macke hat, schauen, ob es da bei beelink etwas Neues gibt, dass das Ding generell eine Macke hat, dann würde ich das Umtauschen.

            Aber wie gesagt, ich komme gerade erst vom See, und hab mir heute den ganzen Tag die Sonne auf'n Bauch scheinen lassen, bin etwas groggy.
            Ich muss da auch erst mal etwas tiefer einsteigen, zumal der Artikel bei proxmox aus 2022 war.

            VG
            Bernd

            S 1 Reply Last reply Reply Quote 0
            • crunchip
              crunchip Forum Testing Most Active @SvenH75 last edited by crunchip

              @svenh75 sagte in Neuaufsetzen Beelink Mini S 11. Generation:

              Kann das Sinn machen?

              möglich

              theoretisch könntest du auch schauen, ob es für dein bios ein update gibt

              ansonsten mal die alten logs vor dem Absturz betrachten
              vllt auch bei der Einrichtung was ungünstig gewählt, z.b zu wenig Ram für proxmox selbst vergeben

              1 Reply Last reply Reply Quote 0
              • Wal
                Wal Developer @SvenH75 last edited by Wal

                @svenh75 sagte in Neuaufsetzen Beelink Mini S 11. Generation:

                @dp20eic ja, hab noch nix gemacht.....

                Bin relativ selten per Konsole im Linux unterwegs und da kommt manches erst langsam zurück.... hab in einem Artikel noch gelesen (hatte auch das Problem das System überhaupt nicht mehr erreichbar war) auf Kernel 6.2.16-2 zurück zu gehen über:

                apt install pve-kernel-6.2.16-2-pve
                proxmox-boot-tool kernel add 6.2.16-2-pve

                Kann das Sinn machen?

                Das macht keinen Sinn, da es den Fehler schon seit mehreren Monaten(Jahre?) gibt.

                In der Anleitung wird ja auch ein Backup der Grub Datei gemacht und du kannst ja jederzeit zurück, obwohl die Datei für das booten gebraucht wird also mehrmals überprüfen.
                Das splash kannst du weglassen.

                1 Reply Last reply Reply Quote 0
                • S
                  SvenH75 @Guest last edited by SvenH75

                  @dp20eic sagte in Neuaufsetzen Beelink Mini S 11. Generation:

                  beelink

                  Respekt....Durchgehalten 🙂

                  ich habe das zurückpielen auf 6.2.16-2 versucht über:

                  apt install pve-kernel-6.2.16-2-pve
                  proxmox-boot-tool kernel add 6.2.16-2-pve

                  Neustart

                  danach zeigt mir das System folgendes:

                  Linux pve 6.2.16-3-pve #1 SMP PREEMPT_DYNAMIC PVE 6.2.16-3 (2023-06-17T05:58Z) x86_64
                  
                  The programs included with the Debian GNU/Linux system are free software;
                  the exact distribution terms for each program are described in the
                  individual files in /usr/share/doc/*/copyright.
                  
                  Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                  permitted by applicable law.
                  Last login: Sun Jul  9 20:39:43 CEST 2023 on pts/0
                  root@pve:~# proxmox-boot-tool kernel list
                  Manually selected kernels:
                  6.2.16-2-pve
                  
                  Automatically selected kernels:
                  6.2.16-3-pve
                  root@pve:~# 
                  

                  Was heißt den manuell und automatisch? Auf welchem Kernel bin ich jetzt?

                  komischerweiße sind die Fehlermeldungen weg .......

                  ? 1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User @SvenH75 last edited by A Former User

                    @svenh75 sagte in Neuaufsetzen Beelink Mini S 11. Generation:

                    Was heißt den manuell und automatisch? Auf welchem Kernel bin ich jetzt?

                    Moin,

                    uname -a
                    

                    VG
                    Bernd

                    P.S.: immer erst die man page lesen, den Befehl kannte ich noch nicht 🙂

                    root@pve:~# proxmox-boot-tool help
                    USAGE: /usr/sbin/proxmox-boot-tool format <partition> [--force]
                    
                        format <partition> as EFI system partition. Use --force to format even if <partition> is currently in use.
                    
                    USAGE: /usr/sbin/proxmox-boot-tool init <partition>
                    
                        initialize EFI system partition at <partition> for automatic synchronization of pve-kernels and their associated initrds.
                    
                    USAGE: /usr/sbin/proxmox-boot-tool reinit
                    
                        reinitialize all configured EFI system partitions from /etc/kernel/proxmox-boot-uuids.
                    
                    USAGE: /usr/sbin/proxmox-boot-tool clean [--dry-run]
                    
                        remove no longer existing EFI system partition UUIDs from /etc/kernel/proxmox-boot-uuids. Use --dry-run to only print outdated entries instead of removing them.
                    
                    USAGE: /usr/sbin/proxmox-boot-tool refresh [--hook <name>]
                    
                        refresh all configured EFI system partitions. Use --hook to only run the specified hook, omit to run all.
                    
                    USAGE: /usr/sbin/proxmox-boot-tool kernel <add|remove> <kernel-version>
                    
                        add/remove pve-kernel with ABI <kernel-version> to list of synced kernels, in addition to automatically selected ones.
                        NOTE: you need to manually run 'refresh' once you're finished with adding/removing kernels from the list
                    
                    USAGE: /usr/sbin/proxmox-boot-tool kernel pin <kernel-version> [--next-boot]
                    
                        pin pve-kernel with ABI <kernel-version> as the default entry to be booted.
                        with --next-boot sets <kernel-version> only for the next boot.
                        NOTE: you need to manually run 'refresh' once you're finished with pinning kernels
                    
                    USAGE: /usr/sbin/proxmox-boot-tool kernel unpin [--next-boot]
                    
                        unpin removes pinned and next-boot kernel settings.
                        with --next-boot only removes the pin for the next boot.
                    
                    USAGE: /usr/sbin/proxmox-boot-tool kernel list
                    
                        list kernel versions currently selected for inclusion on ESPs.
                    
                    USAGE: /usr/sbin/proxmox-boot-tool status [--quiet]
                    
                        Print details about the ESPs configuration. Exits with 0 if any ESP is configured, else with 2.
                    
                    S 1 Reply Last reply Reply Quote 0
                    • S
                      SvenH75 @Guest last edited by SvenH75

                      @dp20eic sagte in Neuaufsetzen Beelink Mini S 11. Generation:

                      uname -a

                      dann wäre es noch der neuste:

                      root@pve:~# uname -a
                      Linux pve 6.2.16-3-pve #1 SMP PREEMPT_DYNAMIC PVE 6.2.16-3 (2023-06-17T05:58Z) x86_64 GNU/Linux
                      root@pve:~# 
                      

                      Der Neustart nach Eingabe :
                      apt install pve-kernel-6.2.16-2-pve
                      proxmox-boot-tool kernel add 6.2.16-2-pve
                      hat aber sehr lange gedauert, irgendetwas ist wohl passiert, Fehlermeldungen sind auch wieder da...... 😞

                      ul 09 20:54:54 pve kernel: pcieport 0000:00:1c.0: AER: Multiple Corrected error received: 0000:00:1c.0
                      Jul 09 20:54:54 pve kernel: pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
                      Jul 09 20:54:54 pve kernel: pcieport 0000:00:1c.0:   device [8086:4dbe] error status/mask=00000001/00002000
                      Jul 09 20:54:54 pve kernel: pcieport 0000:00:1c.0:    [ 0] RxErr                  (First)
                      Jul 09 20:56:28 pve kernel: pcieport 0000:00:1c.0: AER: Multiple Corrected error received: 0000:00:1c.0
                      Jul 09 20:56:28 pve kernel: pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Transmitter ID)
                      Jul 09 20:56:28 pve kernel: pcieport 0000:00:1c.0:   device [8086:4dbe] error status/mask=00001001/00002000
                      Jul 09 20:56:28 pve kernel: pcieport 0000:00:1c.0:    [ 0] RxErr                  (First)
                      Jul 09 20:56:28 pve kernel: pcieport 0000:00:1c.0:    [12] Timeout               
                      Jul 09 20:56:28 pve kernel: pcieport 0000:00:1c.0: AER: Corrected error received: 0000:01:00.0
                      Jul 09 20:58:15 pve systemd[1]: session-7.scope: Deactivated successfully.
                      Jul 09 20:58:15 pve systemd-logind[544]: Session 7 logged out. Waiting for processes to exit.
                      

                      einfach lassen?

                      ? 1 Reply Last reply Reply Quote 0
                      • ?
                        A Former User @SvenH75 last edited by A Former User

                        @svenh75 sagte in Neuaufsetzen Beelink Mini S 11. Generation:

                        proxmox-boot-tool kernel add 6.2.16-2-pve

                        Moin,

                        das ist nach dem was ich da aus der man page lese nicht ausreichend.
                        Du kannst erst einmal versuchen nur für den nächsten Boot den Kernel zu benennen, der genommen werden soll

                        /usr/sbin/proxmox-boot-tool kernel pin 6.2.16-2-pve --next-boot
                        /usr/sbin/proxmox-boot-tool refresh
                        

                        VG
                        Bernd

                        Edit
                        Hat die Kiste PCI Express? Steckt da was drin, kann man das im BIOS abschalten?

                        S 1 Reply Last reply Reply Quote 0
                        • S
                          SvenH75 @Guest last edited by SvenH75

                          @dp20eic sagte in Neuaufsetzen Beelink Mini S 11. Generation:

                          proxmox-boot-tool kernel pin 6.2.16-2-pve --next-boot

                          kommt folgendes nach der ersten Zeile: (kann ich die Ordner weglassen?)

                          Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                          permitted by applicable law.
                          Last login: Sun Jul  9 20:52:18 CEST 2023 on pts/0
                          root@pve:~# proxmox-boot-tool kernel pin 6.2.16-2-pve --next-boot
                          Setting '6.2.16-2-pve' as grub default entry and running update-grub.
                          Generating grub configuration file ...
                          Found linux image: /boot/vmlinuz-6.2.16-3-pve
                          Found initrd image: /boot/initrd.img-6.2.16-3-pve
                          Found linux image: /boot/vmlinuz-6.2.16-2-pve
                          Found initrd image: /boot/initrd.img-6.2.16-2-pve
                          Found memtest86+ 64bit EFI image: /boot/memtest86+x64.efi
                          Adding boot menu entry for UEFI Firmware Settings ...
                          done
                          Pinned for next boot only.
                          root@pve:~# 
                          

                          Zweite Zeile?

                          ? 1 Reply Last reply Reply Quote 0
                          • S
                            SvenH75 last edited by

                            @dp20eic sagte in Neuaufsetzen Beelink Mini S 11. Generation:

                            PCI Express

                            muss ich morgen mal schauen.....

                            auf 6.2.16-2 bin ich jetzt, würde ja aber heiße beim nächsten Neustart ist des System dann wieder auf 6.2.16-3, richtig......

                            Fehlermeldungen sind auch erst mal wieder weg

                            ? 1 Reply Last reply Reply Quote 0
                            • ?
                              A Former User @SvenH75 last edited by

                              @svenh75 sagte in Neuaufsetzen Beelink Mini S 11. Generation:

                              @dp20eic sagte in Neuaufsetzen Beelink Mini S 11. Generation:

                              proxmox-boot-tool kernel pin 6.2.16-2-pve --next-boot

                              kommt folgendes nach der ersten Zeile: (kann ich die Ordner weglassen?)

                              Zweite Zeile?

                              Moin,

                              wow, mach mal langsam, alter Mann ist ja kein Rennpferd mehr 😉

                              Ich pflücke Dir das mal auseinander
                              Das ist die Boot-Meldung, wird beim Login/Wechsel in die Konsole aus /etc/motd gelesen

                              > Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                              > permitted by applicable law.
                              > Last login: Sun Jul  9 20:52:18 CEST 2023 on pts/0
                              

                              Das ist der Befehl, den Du ausführen möchtest

                              > root@pve:~# proxmox-boot-tool kernel pin 6.2.16-2-pve --next-boot
                              

                              Das sind die Antworten, die Dir der Befehl mitteilt

                              1. was er macht, setze den Kernel-6.2.16-2.pve als default in Grub und ich starte update-grub
                              Setting '6.2.16-2-pve' as grub default entry and running update-grub.
                              
                              1. die Ausgabe vom update-grub
                              >  Generating grub configuration file ...
                              > Found linux image: /boot/vmlinuz-6.2.16-3-pve
                              > Found initrd image: /boot/initrd.img-6.2.16-3-pve
                              > Found linux image: /boot/vmlinuz-6.2.16-2-pve
                              > Found initrd image: /boot/initrd.img-6.2.16-2-pve
                              > Found memtest86+ 64bit EFI image: /boot/memtest86+x64.efi
                              > Adding boot menu entry for UEFI Firmware Settings ...
                              > done
                              > Pinned for next boot only.
                              

                              Welchen Ordner willst Du da weglassen, die Umstellung ist durchgelaufen, das done und Pinned for next Boot only sagt doch alles.
                              Den refresh, der zweite Befehl von mir, den brauchst Du dann erst einmal nicht.

                              Booten und mit uname -a schauen ob der richtige Kernel geladen wurde.

                              VG
                              Bernd

                              S 1 Reply Last reply Reply Quote 0
                              • ?
                                A Former User @SvenH75 last edited by

                                @svenh75 sagte in Neuaufsetzen Beelink Mini S 11. Generation:

                                auf 6.2.16-2 bin ich jetzt, würde ja aber heiße beim nächsten Neustart ist des System dann wieder auf 6.2.16-3, richtig......

                                Moin,

                                ja, das sagt der kleine Zusatz --next-boot 🙂

                                Wenn das dann alles so weit klappt, dann noch mal aufrufen, aber ohne --next-boot und den Kernel festschreiben, auch über einen Boot hinweg.

                                VG
                                Bernd

                                S 1 Reply Last reply Reply Quote 0
                                • S
                                  SvenH75 @Guest last edited by

                                  @dp20eic
                                  ich meinte die Ordner vor den Befehlen

                                  **/usr/sbin/**proxmox-boot-tool kernel pin 6.2.16-2-pve --next-boot

                                  root@pve:~# uname -a
                                  Linux pve 6.2.16-2-pve #1 SMP PREEMPT_DYNAMIC PVE 6.2.16-2 (2023-06-13T13:30Z) x86_64 GNU/Linux
                                  root@pve:~# 
                                  
                                  ? 1 Reply Last reply Reply Quote 0
                                  • S
                                    SvenH75 @Guest last edited by

                                    @dp20eic danke, das hab ich vermutet.....

                                    Fehlermeldungen sind noch immer weg

                                    1 Reply Last reply Reply Quote 0
                                    • ?
                                      A Former User @SvenH75 last edited by A Former User

                                      @svenh75 sagte in Neuaufsetzen Beelink Mini S 11. Generation:

                                      @dp20eic
                                      ich meinte die Ordner vor den Befehlen

                                      **/usr/sbin/**proxmox-boot-tool kernel pin 6.2.16-2-pve --next-boot

                                      root@pve:~# uname -a
                                      Linux pve 6.2.16-2-pve #1 SMP PREEMPT_DYNAMIC PVE 6.2.16-2 (2023-06-13T13:30Z) x86_64 GNU/Linux
                                      root@pve:~# 
                                      

                                      Moin,

                                      achso 🙂
                                      Nein, wenn die Pfade stimmen, dann nicht.

                                      which proxmox-boot-tool
                                      

                                      VG
                                      Bernd

                                      S 1 Reply Last reply Reply Quote 0
                                      • S
                                        SvenH75 @Guest last edited by SvenH75

                                        @dp20eic sagte in Neuaufsetzen Beelink Mini S 11. Generation:

                                        which proxmox-boot-tool

                                        ja die passen.....

                                        Fehlermeldungen weiterhin weg..... sollte der Kernel der Grund gewesen sein? Ich kucke morgen nochmal und wenn gebe ich:

                                        proxmox-boot-tool kernel pin 6.2.16-2-pve

                                        nochmal ein und mache einen Neustart.

                                        apt install pve-kernel-6.2.16-2-pve sollte ja nicht nochmal notwendig sein, oder?

                                        was macht: proxmox-boot-tool refresh ?

                                        Und was passiert, wenn ich später mal ein Update in Proxmox mache, wird da der Kernel wieder angehoben?

                                        Viele Fragen , aber ganz lieben Dank

                                        ? 1 Reply Last reply Reply Quote 0
                                        • ?
                                          A Former User @SvenH75 last edited by A Former User

                                          Moin,

                                          @svenh75 sagte in Neuaufsetzen Beelink Mini S 11. Generation:

                                          @dp20eic sagte in Neuaufsetzen Beelink Mini S 11. Generation:
                                          proxmox-boot-tool kernel pin 6.2.16-2-pve
                                          nochmal ein und mache einen Neustart.

                                          Ja, genau so.

                                          apt install pve-kernel-6.2.16-2-pve sollte ja nicht nochmal notwendig sein, oder?

                                          Ja, würde Dir nur sagen, dass das Paket schon installiert ist.

                                          was macht: proxmox-boot-tool refresh ?

                                          Das baut Dir die EFI Partitionen neu, sollte aber nicht nötig sein, denn Du hast ja nur eine.

                                          Und was passiert, wenn ich später mal ein Update in Proxmox mache, wird da der Kernel wieder angehoben?

                                          Also normale Updates, sind kein Problem, sollte es aber einen neuen Kernel geben, dann wird der natürlich wieder als der default Kernel in Grub eingetragen. Das ist aber nicht schlimm, solange Du den 8.2.16-2-pve nicht löschst, kannst Du immer wieder zurück, mit neuen Kernel werden ja Fehler behoben, daher sollte man sie ja auch einsetzen.
                                          Wie schon geschrieben, ich glaube immer noch das Dein System 'ne Macke hat.

                                          VG
                                          Bernd

                                          P.S.: die letzte Aussage, ist absolut nur ein Bauchgefühl, ich kann das mit nichts belegen.

                                          S 1 Reply Last reply Reply Quote 0
                                          • S
                                            SvenH75 @Guest last edited by

                                            @dp20eic danke......

                                            ich kann noch tauschen, kannst du ein mini Rechner empfehlen mit relativ geringem Stromverbrauch?

                                            ? 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.0k
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            67
                                            3333
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo