Guten Tag/Abend,
ich wollte neben meiner bestehenden Windows 7 Installation, Arch parallel installieren.
Windows 7 befindet sich auf einer seperaten SSD. Arch habe ich auf eine 80GB HDD installiert. Die Grub habe ich auf diese 100MB-Partition installiert, diese Partition wird standardmäßig bei einer W7 Installation angelegt. Nach erfolgreicher Installation bekam ich den grub error 21. Was ist nun zu tun? Die Bootplatte im BIOS ist die SSD, worauf sich W7 befindet. Muss das geändert werden? Wohin muss die Grub damit es funktioniert und wie deichsel ich es so, dass ich wieder W7 nutzen kann? Ist ein Fixmbr per bootrec erforderlich?
Hier mal meine fdisk -l :
fdisk -l
Disk /dev/sda: 64.0 GB, 64023257088 bytes
255 heads, 63 sectors/track, 7783 cylinders, total 125045424 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd795e2c7
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 125042687 62417920 7 HPFS/NTFS/exFAT
WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdb: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders, total 78165360 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xc9000000
Disk /dev/sdb doesn't contain a valid partition table
Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd795e2b0
Device Boot Start End Blocks Id System
/dev/sdc1 2048 976762879 488380416 7 HPFS/NTFS/exFAT
Disk /dev/sdd: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x3bd0a0ff
Device Boot Start End Blocks Id System
/dev/sdd1 63 15631244 7815591 82 Linux swap / Solaris
/dev/sdd2 * 15631245 16627274 498015 83 Linux
/dev/sdd3 16627275 84983849 34178287+ 83 Linux
/dev/sdd4 84983850 156301487 35658819 83 Linux
Auf /dev/sdd soll es später installiert werden.
/dev/sdc ist eine Datenfestplatte.
/dev/sdb ist eine Cache-SSD
/dev/sda ist die Windows 7 Bootplatte.
Vielen Dank für die Hilfe!