0 Mitglieder und 1 Gast betrachten dieses Thema.
sudo fdisk -l
sudo os-prober
Code: [Auswählen]sudo os-prober No volume groups found/dev/sda1:Windows 8 (loader):Windows:chain
sudo os-prober No volume groups found/dev/sda1:Windows 8 (loader):Windows:chain
sudo update-grub
grep -ri "menuentry" /boot/grub/grub.cfg -A7
cat /etc/default/grub
grep -ri "menuentry" /boot/grub/grub.cfg -A7if [ x"${feature_menuentry_id}" = xy ]; then menuentry_id_option="--id"else menuentry_id_option=""fiexport menuentry_id_optionif [ "${prev_saved_entry}" ]; then set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true--menuentry 'Linux Mint 17.1 MATE 64-bit, 3.13.0-37-generic (/dev/sda6)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail gfxmode $linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos6' if [ x$feature_platform_search_hint = xy ]; then--menuentry 'Linux Mint 17.1 MATE 64-bit, 3.13.0-37-generic (/dev/sda6) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos6' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 619188ac-cf4b-43dc-8193-91d614bf70ed--menuentry 'System setup' $menuentry_id_option 'uefi-firmware' { fwsetup}### END /etc/grub.d/30_uefi-firmware ###### BEGIN /etc/grub.d/40_custom #### This file provides an easy way to add custom menu entries. Simply type the# menu entries you want to add after this comment. Be careful not to change
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"
Bitte unbedingt auch mal erklären, was Du da mithttp://www.martin-bock.de/pc/pc-0108.htmlgemacht hast. Das ist ja alles nicht aktuell, bezieht sich nicht auf Grub2, der jetzt aktuell ist!Die Ausgaben von Dir oben sind dementsprechend, daher hast Du da ganz klar etwas (Ungutes) gemacht. - Was also?
Das sind wahrscheinlich nur Reste des ursprünglichen Grub2. Du musst inzwischen irgendwie Grub legacy installiert haben (s.o. Deine Ausgaben!). Du musst auf jeden Fall Grub2 erst nochmal neu installieren!
dpkg -l | grep grub