You are not logged in.
Pages: 1
hey guys,
for some reason my grub thinks my windows parititon is reiserfs, and wont let me boot into it, i have it
properly set-up in the grub/menu.lst, but dont know where to change this setting..
splashimage (hd0,1)/boot/grub/splashimages/83825-alisa.xpm.gz
gfxmenu (hd0,1)/home/shayan/Pictures/Vlad/vladstudio_anglerfish_2560x1600.jpg
default 0
timeout 5
color light-blue/black light-cyan/blue
title Arch Linux
root (hd0,1)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/6a72de91-4f05-4a7d-ab8d-232b36efb4fa ro
initrd /boot/kernel26.img
title Arch Linux Fallback
root (hd0,1)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/6a72de91-4f05-4a7d-ab8d-232b36efb4fa ro
initrd /boot/kernel26-fallback.img
title Windows XP Pro
root (hd0,1)
chainloader +1
makeactive
thanks in Advance!
Offline
both your Arch and Windows entries point to hd0,1
Offline
Pages: 1