<div dir="ltr"><br><br><div class="gmail_quote">2008/8/27 Allen Edwards <span dir="ltr">&lt;<a href="mailto:allen.edwards@oldpaloalto.com">allen.edwards@oldpaloalto.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
OT?<br>[snip]<br>
<br>
The problem I am having is that windows will not hibernate when called<br>
from grub although it hibernates just fine if I change the boot order<br>
in the bios and boot directly to the windows disk.</blockquote><div><br>If these are on seperate disks you could add linux to the windows boot menu to solve this?<br><br>Under linux:<br><br># dd if=/dev/hda of=linux.bin bs=512 count=1<br>
<br>(replace /dev/hda with your apropriate HD, prob /dev/sda if I&#39;ve read the above correctly.)<br><br>copy linux.bin to the root of your windows drive, then add the following to c:\boot.ini, which you can edit by right clicking on &#39;My Computer&#39;, selecting &#39;Properties&#39;, then the &#39;Advanced&#39; tab, then &#39;Settings&#39; in the &#39;Startup and Recovery&#39; section at the bottom of that pane, then &#39;Edit&#39;.<br>
<br>Add the following to the bottom of the file:<br><br>c:\linux.bin=&quot;Linux&quot;<br><br>and change/add the &#39;timeout=&#39; line to something apropriate (or save the file, then use the spinner control in the properties page to do the same.)<br>
<br>That /should/ allow you to boot your second HD from the windows menu (but then again it might not.)<br><br>I&#39;ve only ever done this with a different partition on the same drive but it should work, and you shouldn&#39;t damage anything by trying.<br>
<br>Cheers,<br><br>Ian<br><br></div></div><br></div>