Topic: Easy2Boot

Date 05/11/2016

By SteveSi

Subject Re: Find Only in hd0

That is tricky!
When you boot from USB, hd0 will be the USB drive.
hd1 will be the first internal hard disk.
So if you want to boot from the internal disk try
iftitle [ls (hd1,0)/ntlrd] Boot from NTLDR

or maybe

iftitle [ls (hd1,0)/ntldr || ls (hd1,1)/ntldr] Boot from NTLDR

Back