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,grub and grub2
Date: Mon, 1 Sep 2008 08:27:13 -0700 (PDT)	[thread overview]
Message-ID: <91692.220.qm@web31601.mail.mud.yahoo.com> (raw)

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





----- Original Message ----
From: Bean <bean123ch@gmail.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Sent: Monday, 1 September, 2008 8:05:29 PM
Subject: Re: Windows,grub and grub2


Hi,

Perhaps you can dump the biosdisk information as well

#include <grub/machine/biosdisk.h>

...

struct grub_biosdisk_data *data = (struct grub_biosdisk_data *) dev->disk->data

then print its members (drive, cylinders, heads, sectors, flags).
Also, please try copy the boot sector to a file and chainload it.


-- 
Bean

Hi,

I have dumped the biosdisk information also

data->drive=0x80
data->cylinders=0x3ff
data->heads=0xff
data->sectors=0x3f
data->flag=0x1

Chainloading from a file doesnt help either

dd if=/dev/hda1 of=chainload.txt bs=512 count=1

In the grub2 command:

set root=(hd0,1)
chainloader (hd0,4)/boot/chainload.txt

No effect :( same error

Viswesh



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



      Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/

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

             reply	other threads:[~2008-09-01 15:27 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-01 15:27 Viswesh S [this message]
2008-09-01 15:35 ` Windows,grub and grub2 Bean
  -- strict thread matches above, loose matches on Subject: below --
2008-11-08 17:26 Viswesh S
2008-11-10 13:08 ` James Shewey
2008-10-14 11:34 Viswesh S
2008-09-29  5:18 Viswesh S
2008-09-29 10:50 ` Bean
2008-09-23  8:23 Viswesh S
2008-09-23 13:50 ` Bean
2008-09-09  6:00 Viswesh S
2008-09-22  3:40 ` Bean
2008-09-01 17:01 Viswesh S
2008-09-04 17:37 ` Bean
2008-09-01 13:53 Viswesh S
2008-09-01 14:35 ` Bean
2008-09-01 13:37 Viswesh S
2008-09-01 13:51 ` Bean
2008-09-01 10:48 Viswesh S
2008-09-01 13:02 ` Bean
2008-09-01  9:08 Viswesh S
2008-09-01 10:16 ` Bean
2008-08-29 20:29 Viswesh S
2008-08-30  4:30 ` Bean
2008-08-30  5:31   ` Bean
2008-08-30 15:03   ` Vesa Jääskeläinen
2008-08-30 15:21     ` Bean

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=91692.220.qm@web31601.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.