On Tue, 2003-12-23 at 14:48, Peter Koch wrote: > I have configured a dual boot system with Win XP and Red Hat 7.3. I > set up the default operating system to Red Hat 7.3 and I would like to > change the default to Win XP. Can somebody tell me how (where in > Linux do I go) I can change my boot default choice without having to > reload everything? I am not very familiar with the Linux operating > system but I am slowly learning. Thanks for the help. > Peter Koch If I remember correctly, RH7.3 had a choice of LILO or GRUB as the bootloader. If you are using LILO, edit /etc/lilo.conf to change the default. Then, run /sbin/lilo to apply the changes. If you are using GRUB, edit /etc/grub.conf to change the default. The change takes effect as soon as you save the file. For syntax, try... man lilo man lilo.conf man grub info grub ...Kevin