Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44087 - kernel panic while trying to run "dd if=/dev/zero of=/dev/hda"
Summary: kernel panic while trying to run "dd if=/dev/zero of=/dev/hda"
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: AMD64 Linux
: High critical (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-08 17:32 UTC by William Tetrault
Modified: 2004-03-21 12:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Tetrault 2004-03-08 17:32:38 UTC
panic occurs regardless of setting limit e.g. bs=1K or bs=1M or leave it blank; motherboard is MSI K8T Neo; SMART is disabled in BIOS (but happens whether enabled or not); boot was normal - used "gentoo-nofb"; last line of panic msg references the interrupt handler.

Reproducible: Always
Steps to Reproduce:
1.type "dd if=/dev/zero of=/dev/hda";
2.hit "enter";
3.wait 2-3 seconds.

Actual Results:  
the kernel panicked.

Expected Results:  
written zeroes to the hard drive, in the case /dev/hda
Comment 1 Brad House 2004-03-09 20:31:39 UTC
most likely this has to do with cpu errata #93
try passing 
gentoo-nofb idle=poll
at the isolinux prompt and see if that helps.
There's a workaround in the current kernel for errata #93,
but it doesn't always work.  The real solution is to bug your
bios manufacturer to fix errata #93.
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2004-03-21 12:24:01 UTC
since it is upstream, closing