Set the default to boot to the Unraid entry
At the top of the \menu.lst (just under comments) use
find --devices=h /unraid.tag || map (hd0) (hd1) && map (hd1) (hd0) && map --hook && rootnoverify (hd0,0) && chainloader (hd0)0+2 && boot
This says - look for \unraid.tag on all hard drives (includes the USB) - if NOT found boot to internal HDD.
Create the \unraid.tag file using a batch file in Windows and create a script to delete the file in UnRaid to make it boot to Windows.
Topic: Easy2Boot
Date 05/06/2017
By SteveSi
Subject Re: Re: Boot options toggle
———
Back