What a rush! I just successfully installed PCLOS to my hardrive. I started with a drive with a standard Windows XP installed and SUSE 11.2 installed. I deleted the partitions containing SUSE and created new partitions for the PCLOS install including swap, /, and /home as ext4 type. I then completed the rest of the install of 12-15-2010 KDE standard 692 MB version. All went well. I answered a few more questions and the install was finished. Everything is running great, in face much faster than SUSE.
Now for my question:My GRUB entries for windows show only the following entry:
title windows
root (hd0,0)
chainloader +1
This entry works fine but it boots into the Windows fail safe mode. Which is the first partition on the drive. So, what would be the correct GRUB entry to include which would allow me (actually, my wife) to boot into the standard run version of Windows XP?
She only needs to do this for some work related programs, otherwise she also has found Linux more useful. So any help would be most useful.
Gary
Here is the complete GRUB MBR:
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,5)/boot/gfxmenu
default 0
title linux
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=2aa8106c-ed54-4e4e-81b7-2fdbfbe856d1 resume=UUID=60bc4b95-73fb-495f-9fda-c78b88c38788 vga=788
initrd (hd0,5)/boot/initrd.img
title linux-nonfb
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=2aa8106c-ed54-4e4e-81b7-2fdbfbe856d1 resume=UUID=60bc4b95-73fb-495f-9fda-c78b88c38788
initrd (hd0,5)/boot/initrd.img
title failsafe
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=2aa8106c-ed54-4e4e-81b7-2fdbfbe856d1 failsafe
initrd (hd0,5)/boot/initrd.img
title windows
root (hd0,0)
chainloader +1
