All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pedro A ARANDA <paaguti@hotmail.com>
To: <grub-devel@gnu.org>
Subject: hdparm and prefix invalidation
Date: Mon, 9 Nov 2009 06:33:09 +0000	[thread overview]
Message-ID: <COL111-W7CC5180D56A9E9C93E6DCB0AC0@phx.gbl> (raw)

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


> After 'insmod ata', loading of further modules typically fails because 
> the drive in the 'prefix' variable is no longer valid.
> The following works for me:
>
> # Load needed modules first
> insmod hdparm
>
> # Switch to ATA driver and load ATA pass-through support
> # (this invalidates prefix)
> insmod ata_pthru
>  
> # Turn APM off
> hdparm -B 255 (ata0)
>
> -- 
> Regards,
> Christian Franke

Thanks Christian :-) that works now. I now understand that the last module
I have to load is ata_pthru That's great. So currently I can turn off APM
and got rid of the clunking. Next step is to make OSX load.

I'm now using 

insmod hfsplus
set root=(hd0,1)
multiboot /boot

I moved 'insmod hfsplus' *before* 'insmod ata_pthru' and
changed set 'root=(hd0,1)' to 'set root=(ata0,1)'

Problem seems to be that after loading ata_pthru it
has some problems with the prefix and still wants to
/boot in (hd0,1)

I have also tried 

search --file --set=root /boot
multiboot /boot

Thanks for any help
 		 	   		  
_________________________________________________________________
Windows Live: Keep your friends up to date with what you do online.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_1:092010

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

             reply	other threads:[~2009-11-09  6:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-09  6:33 Pedro A ARANDA [this message]
2009-11-09  8:19 ` hdparm and prefix invalidation Vladimir 'phcoder' Serbinenko

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=COL111-W7CC5180D56A9E9C93E6DCB0AC0@phx.gbl \
    --to=paaguti@hotmail.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.