Windwos 10 und Debian 8 sind installiert. Grub2 startet hat jedoch nur den Eintrag von Debian.
Muss ich Windows manuell zu /etc/default/grub hinzu fügen? wenn ja wie ermittle ich die richtigen werte dazu.
Code: Alles auswählen
# fdisk -lu
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x343771f7
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 52430847 52428800 25G ef EFI (FAT-12/16/32)
/dev/sda2 52430848 442218495 389787648 185.9G 7 HPFS/NTFS/exFAT
/dev/sda3 442218496 443140095 921600 450M 27 Hidden NTFS WinRE
/dev/sda4 443142142 976771071 533628930 254.5G f W95 Ext'd (LBA)
/dev/sda5 443142144 781423393 338281250 161.3G 7 HPFS/NTFS/exFAT
/dev/sda6 781424640 820518911 39094272 18.7G 83 Linux
/dev/sda7 820520960 968955903 148434944 70.8G 83 Linux
/dev/sda8 968957952 976771071 7813120 3.7G 82 Linux swap / Solaris
Partition 4 does not start on physical sector boundary.
Code: Alles auswählen
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""