<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
That's perfect, thank you very much.<br><div><br></div><div><br><div>Date: Fri, 16 Sep 2011 08:51:03 -0400<br>Subject: Re: Editing boot records.<br>From: james2432@gmail.com<br>To: ubuntu-ca@lists.ubuntu.com<br><br>Your grub entry for Windows is looking @ /dev/sdd1<br><br><pre>menuentry <span class="ecxs2">"Windows Vista (loader) (on /dev/sdd1)"</span> <span class="ecxo">{</span>
        insmod part_msdos
        insmod ntfs
        <span class="ecxnb">set </span><span class="ecxnv">root</span><span class="ecxo">=</span><span class="ecxs1">'(hd3,msdos1)'</span>
        search --no-floppy --fs-uuid --set 2652b0af52b084d9
        chainloader +1
<span class="ecxo">}</span></pre>Which doesn't seem to exist in your drive listing(as if you had 4 drives)<br>I would highly recommend editing /etc/grub.d/40_custom<br>and only adding somthing like this:<br><pre>menuentry <span class="ecxs2">"Windows Vista/7"</span> <span class="ecxo">{</span>
        <span class="ecxnb">set </span><span class="ecxnv">root</span><span class="ecxo">=</span><span class="ecxs1">'(hd0,1)'</span>
        chainloader +1
<span class="ecxo">}<br></span></pre>hd is your drive number ( sda =0 , sdb=1, sdc=2, sdd=3, etc..)<br>the number after the comma is the partition number on that drive:<br>sda1 = (hd0,1)  sda2=(hd0,2)<br>sdb1 = (hd1,1)  sdb1=(hd1,2)<br>
<br>after you modify the 40_custom you need to tell grub to regenerate the boot config:<br>sudo update-grub<br><br><div class="ecxgmail_quote">On Fri, Sep 16, 2011 at 7:58 AM, Mark Ueki Mina <span dir="ltr"><<a href="mailto:themarker0@hotmail.com">themarker0@hotmail.com</a>></span> wrote:<br>
<blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex">



<div><div dir="ltr">
Well I've finally gotten some hardware i can use linux on,  unfortunately, i have three harddrives in this machine, it appears Grub only wants to show Ubuntu though. I h ave a pastebin with my numbers and partitions, can anyone tell me which file to edit? I though it was boot/grub/menu.list from memory, but evidently, i am wrong.<br>
<br>Thanks in advance,<br><br>Mark.<br><br><a href="http://paste.ubuntu.com/690726/" target="_blank">http://paste.ubuntu.com/690726/</a><br><br>                                        </div></div>
<br>--<br>
ubuntu-ca mailing list<br>
<a href="mailto:ubuntu-ca@lists.ubuntu.com">ubuntu-ca@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-ca" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-ca</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div>外に遊びに行こう瘢雹!</div><br>
<br>-- 
ubuntu-ca mailing list
ubuntu-ca@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ca</div></div>                                       </div></body>
</html>