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 last edited by

      @crunchip okay an das bios komme ich schlecht ran, kann ich auch die Anleitung unter :

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

      nutzen?

      klappt leider nicht:

      Starting system upgrade: apt-get dist-upgrade
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      Calculating upgrade... Done
      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
      
      Your System is up-to-date
      
      starting shell
      root@pve:/# sudo gedit /etc/default/grub
      bash: sudo: command not found
      root@pve:/# sudo vi /etc/default/grub
      bash: sudo: command not found
      root@pve:/# #
      
      ? 1 Reply Last reply Reply Quote 0
      • ?
        A Former User @SvenH75 last edited by

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

        Hab folgendes gefunden:
        https://forum.proxmox.com/threads/probleme-mit-unstabilen-system.116873/

        Moin,

        Ja Du und @crunchip ihr habt beide den Workaround gefunden.

        Wie im Link von @crunchip, da gibt es zwei Methoden des Workarounds,

        1. Per BIOS
        • vermute mal, dass das bei den Mini PCs eher nicht so häufig implementiert ist.
        1. per Kernel Bootparameter, das was Du bei Proxmox und auch im Thomas-Krenn Artikel steht.

        VG
        Bernd

        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:

          gedit

          Moin,

          der Editor ist bei Proxmox ≠ Ubuntu, nicht installiert, das ist ein Grafischer Editor.

          Du kannst nano oder vim nutzen.
          Aber bevor Du da mit Root an wichtigen Dateien herumpfuschst, lieber erst mal üben, wie man mit nano und vim umgeht.

          VG
          Bernd

          S ? 3 Replies Last reply Reply Quote 0
          • S
            SvenH75 @Guest last edited by

            @dp20eic ok, vielen dank schon mal..... wird ja spannend

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

              @dp20eic
              mag nicht

              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 19:41:56 CEST 2023 on pts/3
              root@pve:~# sudo nano /etc/default/grub
              -bash: sudo: command not found
              root@pve:~# sudo vim /etc/default/grub
              -bash: sudo: command not found
              root@pve:~# 
              
              

              oder geht das nicht so in der Konsole?

              Thomas Braun crunchip 2 Replies Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @SvenH75 last edited by

                @svenh75

                sudo wird verwendet um als Standard-User root-Rechte zu erlangen. Du bist aber bereits als root unterwegs.

                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:

                  root@pve:~# sudo nano /etc/default/grub

                  du bist root, weil du direkt auf deinem proxmox bist, daher ohne sudo

                  sudo ist in proxmox gar nicht installiert

                  1 Reply Last reply Reply Quote 0
                  • 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
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            731
                                            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