--
Martyn
Edit that.
You'll have a number of boot options within the file, such as
title InsertNameOfOperatingSystemHere Version X.YZ
... various options.
These are enumerated by grub as entry 0, entry 1, entry 2, etc.
Before any of the entires, there will be something like:
default=0
timeout=10
Change the default to match the entry that coresponds to Windows XP. (I.e. if
Windows XP is the second entry, you want default=1 (the first entry is zero))
Save your edits, and reboot.
--
Martyn
"Martyn" <martyn.(dot)row...@nospamhere.net> wrote in message
news:acadnaz8hPB...@bt.com...
--
Martyn
"Jim Howes" <sewo...@moc.gisorp.backwards.invalid> wrote in message
news:e9fkav$4kr$1$830f...@news.demon.co.uk...
> I've found the document, just don't have the permissions to edit it!
> Frustration is setting in...
>
Use sudo.
sudo nano /boot/grub/menu.lst in a console will allow you to edit the file.
(I think the nano text editor comes as standard with Ubuntu - if not,
install it first!).
--
David Aldred
Aha, that'll be the ubuntu 'Thou-shalt-not-use-root' idea.
Not, I'll admit, one of my favourites.
Use sudo to get root access; as in sudo vi /boot/grub/grub.conf
(assuming you use 'vi' as your editor. Don't tell me, they don't provide that
either...)
Jim