I have windows 8 on my 256 gb ssd and openSUSE installed on my 480 gb ssd so they are on separate drives. I can access each by changing the boot order through the motherboard but I would very much like the grub menu for choosing between the two.
What I have looked at so far is https://en.opensuse.org/SDB:Dual_boot_on_2_drives . The article seems outdated because it does not mention grub2 and I also do not have a grub.lst file.
Another cause for concern is that each time I boot openSUSE an additional openSUSE boot option appears on my motherboard’s boot option drop down. I have 10 boot options half of which are openSUSE (there are 2 boot options added each time, openSUSE and UEFI OS which I think is an image backup for openSUSE??)
My previous experience with dual booting is that the OSs (My previous OS was Win8 and Fedora) are automatically detected and boot menu automatically available not having to go through the mobo settings.
output of parted -l
Model: ATA Samsung SSD 850 (scsi)
Disk /dev/sda: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 368MB 367MB primary ntfs boot, type=07
2 368MB 256GB 256GB primary ntfs type=07
Model: ATA WDC WD10EZEX-21M (scsi)
Disk /dev/sdb: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 1000GB 1000GB primary ntfs type=07
Model: ATA SanDisk SDSSDXPS (scsi)
Disk /dev/sdc: 480GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 165MB 164MB fat16 primary boot
2 165MB 2319MB 2155MB linux-swap(v1) primary
3 2319MB 45.3GB 43.0GB btrfs primary
4 45.3GB 480GB 435GB xfs primary
output for
fdisk -l
Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 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
Disklabel type: dos
Disk identifier: 0x33b519d9
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 718847 716800 350M 7 HPFS/NTFS/exFAT
/dev/sda2 718848 500115455 499396608 238.1G 7 HPFS/NTFS/exFAT
Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 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: 0xc87b1e3c
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 1953521663 1953519616 931.5G 7 HPFS/NTFS/exFAT
Disk /dev/sdc: 447.1 GiB, 480103981056 bytes, 937703088 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
Disklabel type: gpt
Disk identifier: F773549B-C368-4DAE-AE97-0A15735F62E8
Device Start End Sectors Size Type
/dev/sdc1 2048 321535 319488 156M EFI System
/dev/sdc2 321536 4530175 4208640 2G Microsoft basic data
/dev/sdc3 4530176 88422399 83892224 40G Microsoft basic data
/dev/sdc4 88422400 937701375 849278976 405G Microsoft basic data