bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #17653] Sometimes (on some motherboards?) Flash Drives detected as


From: Jozef Hitzinger
Subject: [bug #17653] Sometimes (on some motherboards?) Flash Drives detected as floppy disk (fd1). How I can get access to partitions?
Date: Sat, 30 Dec 2006 09:36:38 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511

Follow-up Comment #4, bug #17653 (project grub):

On GRUB side it's interesting too. It's quite unfortunate situation: during
GRUB setup the device is seen as "HDD" while on boot BIOS presents it twisted
to a "floppy".

Syslinux uses same code for both so it doesn't matter there, however GRUB has
the special workaround at the very start: it remembers it was installed to
HDD, checks the device number, if it is not 80h or above, forces 80h. 

So after printing "GRUB" it is trying to read not from boot device (flash,
presented by BIOS as (fd1)) but from (hd0) present on the system. Verified:
after unplugging internal HDD, the message when booting from flash drive
becomes "GRUB Hard Disk Error".

Ok, replaced the two NOPs (90 90) at offset 75 with original JMP (EB 07).
Another place where GRUB has wrong data is the start sector of stage2,
because this was counted from MBR, while now 0 begins at boot sector, 32
sectors closer .. corrected this, at offset 44.

Result: "GRUB Geom Error". Hmmm, not there yet.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?17653>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]