[[!meta copyright="Copyright © 2007, 2008, 2011, 2014 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] [[!tag open_issue_documentation]] Further information may still be found on and could perhaps be incorporated into that page. --[[tschwinge]] # SATA ## IRC, freenode, #hurd, 2011-07-24 youpi: concerning the ide compatibility problem, it seems some bioses provide several modes youpi: "legacy ide" and "native ide" i don't know what native ide really means, but when debugging ide probing in gnumach, it just looks like there is nothing to detect and even in this mode, linux uses the ahci driver apparently native means it still uses the IDE protocol, but possibly with other IRQs i.e. you need a PCI driver to handle that ok # IRC, freenode, #hurd, 2014-03-02 i bought a new mainboard for my hurd box a ga-e350n everything looks fine, grub loads gnumach, and, (afaict) it starts it, but i see no single line printed by gnumach the thing is, that this is the second board of this kind that i bought and on the first one, gnumach did work just fine i tried it with a live cd, the same cd worked on the first board, but does not on the second also, i'm kind of surprised to see nothing at all from gnumach i mean, it's loaded by grub teythoon: you could try to put *(char*)0xb8000 = 'X' starting from c_boot_entry just to see at least something i'll try, thanks :)