A Question about GRUB Chainloading

2006-04-10 Thread sina khaknezhad
Hello,I have a question about GRUB that has confused me for quite a while.I have installed Windows XP on my first (C:) Partition. After that, I installedSuSE Linux 9.3, and chose GRUB to be installed on MBR. There is no problem with booting. Windoz is booted by chainloading (hd0,0), and Linux

RE: A Question about GRUB Chainloading

2006-04-10 Thread Joshua Foster
Sina, looks to me like you're making an image of the boot sector of the first partition, not the MBR. You probably want ( dd if=/dev/hda of=/tmp/MBR ). Notice just "hda" and not "hda1". "hda" will get you the MBR, "hda1" gets you the boot sector of the first partition, in your case the