All of lore.kernel.org
 help / color / mirror / Atom feed
From: Viswesh S <viswesh_vichu@yahoo.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Windows
Date: Wed, 30 Jul 2008 11:34:09 -0700 (PDT)	[thread overview]
Message-ID: <408647.62023.qm@web31606.mail.mud.yahoo.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2913 bytes --]

I had tried the grub configuration which you have suggested before, from the wiki.
But still there wasnt any use :(
Viswesh



----- Original Message ----
From: Javier Martín <lordhabbit@gmail.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Sent: Wednesday, 30 July, 2008 11:59:34 PM
Subject: Re: Windows

2008/7/30 Viswesh S <viswesh_vichu@yahoo.com>:
> The problem is that, I am not able to boot windows by this configuration.
>
>
>
> I am getting the error
>
>
>
> "A disk read Error Occurred"
>
>
>
> If I make the windows disk as the first boot device,then windows is coming
> up properly.
Drivemap module to the rescue!! ^^
Hoping to resurrect the discussion about it, I developed the module
for just that purpose: I have a similar configuration, in which
Windows refuses to boot if its drive is not "the first BIOS drive".

In some cases and versions of Windows you can make it work without the
drivemap module with:
menuentry "Windows" {
    set root=(hd1,1)
    chainloader +1
}
But not all versions of NTLDR obey the "boot drive" parameter passed
in DL: in GRUB legacy, this was solved by the "map" command which made
Windows believed it was booting from the first BIOS drive by
intercepting all BIOS I/O calls and mapping the drive numbers - the
proposed "drivemap" module does the same in GRUB2, but it's not been
accepted yet (ahem xD).

>
>
>
> Hence I feel this is something to do with the grub2 configuration which is
> missing.
>
>
>
> If any needs any information(about my machine) to configure grub2 for
> windows,please let me know.
>
>
>
> Regards,
>
>
>
> Viswesh
>
> ----- Original Message ----
> From: Pavel Roskin <proski@gnu.org>
> To: The development of GRUB 2 <grub-devel@gnu.org>
> Sent: Wednesday, 30 July, 2008 11:39:56 PM
> Subject: Re: Windows
>
> On Wed, 2008-07-30 at 11:00 -0700, Viswesh S wrote:
>> menuentry "Windows" {
>>    chainloader (hd1,1)+1
>> }
>>
>> Is all this is sufficient or is there anything else I should add.
>
> I think you are better off describing the problem, not asking others to
> guess what could be wrong without knowing what the problem is.
>
> --
> Regards,
> Pavel Roskin
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
> ________________________________
> Add more friends to your messenger and enjoy! Invite them now.
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
>


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel



      Did you know? You can CHAT without downloading messenger. Go to http://in.webmessenger.yahoo.com/

[-- Attachment #2: Type: text/html, Size: 4566 bytes --]

             reply	other threads:[~2008-07-30 18:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-30 18:34 Viswesh S [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-07-30 18:21 Windows Viswesh S
2008-07-30 18:29 ` Windows Javier Martín
2008-07-30 18:00 Windows Viswesh S
2008-07-30 18:09 ` Windows Pavel Roskin
2005-01-17 22:50 Windows M Afifi
2005-01-18  2:05 ` Windows Mark A. Williamson
2005-01-18  3:20   ` Windows Derrik Pates
2005-01-18  7:41     ` Windows Steven Hand
2005-01-19 19:42       ` Windows Jared Rhine
2004-07-14 19:16 windows Jody Belka
2004-07-14 20:44 ` windows Ian Pratt
2004-07-14 20:52   ` windows Tim Freeman
2004-07-14 22:30   ` windows Jody Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=408647.62023.qm@web31606.mail.mud.yahoo.com \
    --to=viswesh_vichu@yahoo.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.