Schwabe 24.Nov.2020 20:12:04 |
Hallo, ich habe jetzt erst gesehen, dass beim Start vom VDR ein Grub Bootfenster aufgeht, wo man das zu bootende System auswählen kann. Hier sind glaub ich 10 Sekunden Wartezeit hinterlegt. Kann man das komplett Abstellen oder wird das für einen sicheren Start benötigt? Falls ja, wie stellt man das ab. Danke. Gruß Schwabe SYSTEM: Mainboard: ASRock P67 Pro3 mit Celereon 2,7Mhz, 4GB Speicher Grafikkarte: Zotac Nvidia GT630 25W Festplatten: Samsung Serie470 64GB SSD, Kingston 240GB SSD A400 DVB-Karten: 2x TT S2-3200 PCI, 1x TT S2-1600 PCI Remote: Harmony650 mit IRMP-STM32 System: EasyVDR 5.0 Alpha 64bit Heimkino: Denon AVR-X4300H, Sony VPL-HW45ES, Nubert NuWave 7.2 System, WS-S Spalluto Leinwand |
Oberlooser 24.Nov.2020 20:56:36 |
Hi schwabe meine grub sieht so aus bei EA5 Normalerweise kommt beim Start das blaue Grub Logo mit dem sich drehenden Kreis.
# If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: # info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0 GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=0 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs # This works with Linux (no patch required) and with any kernel that obtains # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...) #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console
# The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' #GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux #GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries #GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start #GRUB_INIT_TUNE="480 440 1"
---------------------------------------------------------- Evtl. #GRUB_GFXMODE=640x480 ersetzen mit GRUB_GFXPAYLOAD_LINUX=auto wenn das nicht funzt evtl. das hier GRUB_GFXPAYLOAD_LINUX="1024x768"
Nach dem editieren bei gestoppten VDR noch sudo update-grub die grub findest Du in /etc/default/grub auf die Konsole einloggen mit admin Rechten dann stopvdr mcedit /etc/default/grub
Aber Achtung grub verzeit keine Fehler , EA5 Test-VDR : Lintec1 Senior Gehäuse - MSI G41M-P25 Board - Intel P4 E8500 / 775 Dual Core CPU - 2x2GB DDR3 RAM - MSI GT 710 PCI-e HDMI Grafik - DVBSky S952Twin PCI-e - 120GB SSD + 1 TB Test-HDD - LG GH24NSD1 S-ATA DL DVD - USB-STM32 V2 Stick (36kHz) mit SMK RC6 MCE 50GB Fernbedienung - EasyVDR 5.0 Alpha ISO 010 - Softhddevice mit Pulseaudio + estuary4vdr OSD - Kodi 18.9 Final mit Confluence Skin - Arctic 12cm Low Noise Lüfter. VDR-Client,s : Media MVP Scart, VIP BOX 1903, 1910 , EasyStream 0.6-18 für WIN 10, Raspberry PI 3 mit OpenElec 7.01 und TotalControl FB Code 0104 Lirc an Tsop 31238 |
Schwabe 25.Nov.2020 17:31:00 |
Hallo Oberlooser, habe die grub geprüft und sie ist identisch wie deine. Habe dann noch sudo update-grub ausgeführt und folgendes erhalten: Sourcing file `/etc/default/grub' Sourcing file `/etc/default/grub.d/init-select.cfg' GRUB-Konfigurationsdatei wird erstellt … Linux-Abbild gefunden: /boot/vmlinuz-5.4.0-26-generic initrd-Abbild gefunden: /boot/initrd.img-5.4.0-26-generic grub-probe: Fehler: Für /dev/sdd1 konnte kein GRUB-Laufwerk gefunden werden. Überprüfen Sie Ihre device.map. erledigt
Das Device sdd1 hat mich stutzig gemacht. Kurz überlegt und siehe da - der USB-Stick mit EA5 war noch gesteckt. Den abgezogen und nun bootet er wieder normal. Somit gelöst. Danke. SYSTEM: Mainboard: ASRock P67 Pro3 mit Celereon 2,7Mhz, 4GB Speicher Grafikkarte: Zotac Nvidia GT630 25W Festplatten: Samsung Serie470 64GB SSD, Kingston 240GB SSD A400 DVB-Karten: 2x TT S2-3200 PCI, 1x TT S2-1600 PCI Remote: Harmony650 mit IRMP-STM32 System: EasyVDR 5.0 Alpha 64bit Heimkino: Denon AVR-X4300H, Sony VPL-HW45ES, Nubert NuWave 7.2 System, WS-S Spalluto Leinwand |