Hello,
I recently installed FreeBSD 9.2 and now I have the issue of adding it to GRUB2. The partition scheme is MBR and the hard drive tree is like this:
In Gentoo which has the latest GRUB2, os-prober reports that Unknown Linux OS has been found on /dev/sda1 but by doing
Long story short: how could I dualboot these two together?
I recently installed FreeBSD 9.2 and now I have the issue of adding it to GRUB2. The partition scheme is MBR and the hard drive tree is like this:
- /dev/sda1 (FreeBSD slice containing / UFS2 and swap) Primary MBR partition
- /dev/sda2 (Gentoo -- ext4 -- / partition) Primary MBR partition
- /dev/sda3 (Gentoo -- ext4 -- /boot partition) Primary MBR partition
- /dev/sda4 Extended partition
- /dev/sda5 Linux swap
- /dev/sda6 NTFS
- /dev/sda7 NTFS
- /dev/sda8 NTFS
Code:
fdisk -l /dev/sda
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 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
Disk identifier: 0x000ab15f
Device Boot Start End Blocks Id System
/dev/sda1 * 126 245366792 122683333+ a5 FreeBSD
Partition 1 does not start on physical sector boundary.
/dev/sda2 245762048 655362047 204800000 83 Linux
/dev/sda3 655362048 659458047 2048000 83 Linux
/dev/sda4 659458048 1953523711 647032832 5 Extended
/dev/sda5 659460096 667652095 4096000 82 Linux swap
/dev/sda6 667654144 1077254143 204800000 7 HPFS/NTFS/exFAT
/dev/sda7 1077256192 1486856191 204800000 7 HPFS/NTFS/exFAT
/dev/sda8 1486858240 1953523711 233332736 7 HPFS/NTFS/exFAT
In Gentoo which has the latest GRUB2, os-prober reports that Unknown Linux OS has been found on /dev/sda1 but by doing
rub2-mkconfig -o /boot/grub/grub.cfg
and then rebooting I go[ ] to the GRUB2 command line and not the GRUB OS list.Long story short: how could I dualboot these two together?