You are not logged in.
Pages: 1
hello....i am a complete newbie to arch...and i installed using the latest arch live disc......i need to know how to make windows my default boot ...as the wife insists on using windows...previously i have used debian based versions of linux..and there was a program called startupmanager that made it easy to change grub...all i am looking for here is what line to edit in grub to make windows my default
thanks for the help......
btw i did search, but couldnt find what i was looking for
Last edited by rvpartsguy (2009-08-25 01:28:09)
Offline
There's a line in /boot/grub/menu.lst in the form of
default 0The number tells grub which entry to boot (0 is the first entry). If Windows is the third entry in your grub list, you want to change that to a 2.
Offline
thanks for the help - i knew it was something simple
Offline
Pages: 1