0 Mitglieder und 1 Gast betrachten dieses Thema.
──────────────────────────────────────────────────────────────────────────────────────────────────────┤ Konfiguriere grub-pc ├─────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ │ │ Sie haben sich entschieden, GRUB auf kein Gerät zu installieren. Wenn Sie fortfahren, könnte der Boot-Loader nicht richtig konfiguriert sein. Beim nächsten Hochfahren dieses Computers wird der Boot-Loader benutzen, was immer sich │ │ vorher im Boot-Sektor befand. Wenn sich schon eine ältere Version von GRUB 2 im Boot-Sektor befindet, kann sie möglicherweise keine Module laden oder nicht mehr mit der aktuellen Konfigurationsdatei umgehen. │ │ │ │ Falls Sie bereits einen anderen Boot-Loader einsetzen und diesen beibehalten wollen oder Ihre spezielle Umgebung keinen Boot-Loader erfordert, dann sollten Sie trotzdem fortfahren. Anderenfalls sollten Sie GRUB irgendwo │ │ installieren. │ │ │ │ Fortsetzen, ohne Grub zu installieren? │ │ │ │ <Ja> <Nein>
sudo grub-install /dev/sda
sudo update-grub
marc@ANONYMOUS ~ $ sudo grub-install /dev/sdaInstalling for i386-pc platform.installation beendet. Keine Fehler aufgetreten.marc@ANONYMOUS ~ $ sudo update-grubGrub-Konfigurationsdatei wird generiert …Warnung: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.Linux-Abbild gefunden: /boot/vmlinuz-3.13.0-37-genericinitrd-Abbild gefunden: /boot/initrd.img-3.13.0-37-genericFound memtest86+ image: /boot/memtest86+.elfFound memtest86+ image: /boot/memtest86+.bin No volume groups foundWindows 8 (loader) auf /dev/sda1 gefundenerledigtmarc@ANONYMOUS ~ $
cat /etc/default/grub
Windows 8 (loader) auf /dev/sda1 gefunden
cat /etc/default/grub# 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=0GRUB_HIDDEN_TIMEOUT=0GRUB_HIDDEN_TIMEOUT_QUIET=trueGRUB_TIMEOUT=10GRUB_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"
GRUB_HIDDEN_TIMEOUT=0
#GRUB_HIDDEN_TIMEOUT=0
grep "GRUB_TITLE" /etc/linuxmint/info | cut -d= -f2
Linux Mint 17.1 MATE 64-bit
gksudo pluma /etc/default/grub
sudo update-grub[sudo] password for marc: Das hat nicht funktioniert, bitte nochmal probieren.[sudo] password for marc: Das hat nicht funktioniert, bitte nochmal probieren.[sudo] password for marc: Grub-Konfigurationsdatei wird generiert …Linux-Abbild gefunden: /boot/vmlinuz-3.13.0-37-genericinitrd-Abbild gefunden: /boot/initrd.img-3.13.0-37-genericFound memtest86+ image: /boot/memtest86+.elfFound memtest86+ image: /boot/memtest86+.bin No volume groups foundWindows 8 (loader) auf /dev/sda1 gefundenerledigt