I downloaded Minix 3 from here and wrote it on a USB flash drive using Rufus (in Windows os). When it boots it says :
->NETBSD MBR boot
->Errror No active partition
I searched for "active partition" in google and found 2 ways to solve this problem using a live Linux. One of which is this:
->sudo fdisk /dev/sdxy
->use the "a" option
->and then "w" it
The other way is using Gparted in Ubuntu (in "Ubuntu live") and then:
->Right-click the Primary partition you wish to make Active and select Manage Flags.
->In Manage Flags on ..., tick (to enable) the boot check box to make the
partition Active.
but none of this ways worked and I still have the problem. My laptop is LGX13.
(However, this does not make any difference because I booted Minix on my other laptops and still problem was there).
Have anyone else had this problem?
How did you solve it?
Is there any other way to activate a partition?