DebuggingIDEIssues

Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2007-11-14 17:38:27
Size: 814
Editor: a91-154-119-106
Comment:
Revision 6 as of 2008-08-06 16:40:35
Size: 1131
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; background-image: url('https://librarian.launchpad.net/1812570/bugsquad.png'); background-repeat: no-repeat; background-position: 98% 0.5ex; margin: 0 0 1em 1em; padding: 0.5em;">'''Contents'''[[BR]][[TableOfContents]]|| <<Include(Debugging/Header)>>
||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; background-image: url('https://librarian.launchpad.net/1812570/bugsquad.png'); background-repeat: no-repeat; background-position: 98% 0.5ex; margin: 0 0 1em 1em; padding: 0.5em;">'''Contents'''<<BR>><<TableOfContents>>||
Line 11: Line 12:
== Temporary ==
Line 13: Line 15:
{{{break=top, modprobe ata_generic all_generic_ide=1 {{{break=top, modprobe ide_generic all_generic_ide=1
Line 15: Line 17:
 * To do this press ''e'' to edit then go down to kernel and press ''e'' again. When done adding press ''ESC'' to go back and then ''b'' to boot with this option.
== Permanent ==
To make this persistent you can edit the grub config file as root such as gksudo gedit /boot/grub/menu.lst
Line 16: Line 21:
------
'''Also see:'''

 * DebuggingProcedures
= Caveats =
Line 22: Line 24:
CategoryBugSquad CategoryBugSquad CategoryDebugging

Debugging Central

This page is part of the debugging series — pages with debugging details for a variety of Ubuntu packages.

Introduction

This page describes how to debug issue with IDE harddrives, CDROM and DVD drives.

Chances are that if you have newer hardware and are running a newer distribution, you are using the ata_piix module.

Debugging procedure

Temporary

  • On power on, press 'Escape' to get the Grub boot menu
  • Add the following kernel command line parameters at the end

{{{break=top, modprobe ide_generic all_generic_ide=1 }}}

  • To do this press e to edit then go down to kernel and press e again. When done adding press ESC to go back and then b to boot with this option.

Permanent

To make this persistent you can edit the grub config file as root such as gksudo gedit /boot/grub/menu.lst

Caveats


CategoryBugSquad CategoryDebugging

DebuggingIDEIssues (last edited 2008-08-06 17:01:40 by localhost)