<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.8">
</HEAD>
<BODY>
I have copied all the partitions. Linux is booting up fine but Windows doesn't. I have done<BR>
<BR>
cp -a /Windows/<BR>
<BR>
where /Windows/C is mounted to /dev/hda1 (new dive) and<BR>
/Windows/I is mounted to /dev/hdb1 (old drive)<BR>
<BR>
my /boot/grub/menu.lst has<BR>
<TT><BR>
<BR>
###Don't change this comment - YaST2 identifier: Original name: Windows###<BR>
title Windows<BR>
&nbsp;&nbsp;&nbsp; chainloader(hd0,0)+1</TT><BR>
<BR>
but when it boots up, the grub menu does not even have a choice for Windows.<BR>
<BR>
TIA for any pointers<BR>
<BR>
<BR>
On Sun, 2007-08-19 at 13:36, Drew wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>At 11:28 AM 8/19/07, R. Kannan wrote:
&gt;But I cannot use plain old 'cp' to copy partition boot record. Can 
&gt;I? So it looks like I need to use 'dd'.
&gt;
&gt;But will there be an issue with using dd on partitions that are 
&gt;different in size as long as the destination partition is bigger 
&gt;than the source partition? For example, if I use

     dd'ing from smaller to larger *should* work, but the extra space 
will be wasted/unavailable as a
result. Use cp -a, or better yet cp -av so as to monitor the progress.

----

- Drew.
</I></FONT></PRE>
</BLOCKQUOTE>
</BODY>
</HTML>