- Windows_XP is installed on /dev/sda1
- Slitaz is installed on /dev/sda4
/dev/sda1: ntfs-50GB
/dev/sda2: fat32-15GB
/dev/sda3: ext4-200MB
/dev/sda4: ext3-30GB
$ cat /boot/grub/menu.lst
# /boot/grub/menu.lst: GRUB boot loader configuration.
#
# By default, boot the first entry.
default 0
# Boot automatically after 8 secs.
timeout 8
# Change the colors.
color yellow/brown light-green/black
# For booting SliTaz from : /dev/sda4
#
title SliTaz GNU/Linux (cooking) (Kernel vmlinuz-2.6.30.6-slitaz)
root (hd0,3)
kernel /boot/vmlinuz-2.6.30.6-slitaz root=/dev/sda4
# For booting windoz XP from : /dev/sda1
title Win_XP
rootnoverify (hd0,0)
chainloader +1
$
It looks like you're new here. If you want to get involved, click one of these buttons!