On 07/02/2016 14:48Z, Ratul Thakur wrote:
> I downloaded Minix 3 iso burned it to a disk then installed it to a new
> disk partition on my SONY laptop. after installation i removed the CD and
> powered off the system and started it again. the problem is that my PC does
> not ask for the operating system to boot. it boots windows only. how do i
> boot to Minix .?? please help. thanks :-)
Please make clear you are using ATBIOS-style firmware (EFI firmwares,
like in any 2012-and-up computers, are unlikely to work smoothly.)
Another point is that Windows did install itself as primary (active) in
the MBR table; unless you changed that at any point, it will still be
there, so the behaviour is kind of expected.
MINIX installation does NOT fiddle which such sensitive settings, which
could easily make your computer unable to boot; and more importantly,
unlike Windows, MINIX does not silently change the booting configuration
of your computer. If at no point you were advised that the MBR table has
been altered, then it means it has not been done.
To be able to solve that, you need to instruct the program which will
take the control of the computer at boot time, to have a new option to
start the _other_ operating system (this is colloquially known as
'chain-loading'). If you just install MINIX from the CD, thus not using
a complex boot manager (like GRUB), MINIX itself comes with NetBSD boot
manager which AFAIK does not have the option to chain-load. So keep
using Windows Boot Manager: you just need to add an entry which would
launching MINIX. I detailed the way to do that earlier: please read
https://groups.google.com/d/msg/minix3/1uGVKmmp2HY/vtND-5ytUAcJ
Notes: the point about installboot -d does not apply any more; you need
to use an elevated prompt in Windows, of course; if you cannot locate
the system partition, try mount /s; I did not test that for many years.
Please report how it worked for you, since we certainly could update the
documentation in the wiki on that process.
As the thread mentioned above made then clear, another option is to
install a specialized "multi-OS" boot manager which knows how to boot
both Windows NT6 and MINIX/NetBSD; GRUB is an obvious solution if you
want full control and many options; just make sure that the program
handles correctly Vista/7 (most do, but some do not.)
Antoine