| Summary: | GTK+ Installer fails to read partition table from /dev/sdb | ||
|---|---|---|---|
| Product: | Gentoo Release Media | Reporter: | Robert Havens <RNHavens> |
| Component: | LiveCD/DVD/USB | Assignee: | Gentoo Release Team <releng> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Robert Havens
2008-04-19 02:17:27 UTC
Just because you clear the partitions doesn't mean there isn't still a messed up partition table on there. The installer is doing what it's supposed to do. Try the following: dd if=/dev/zero of=/dev/sdb bs=512 count=1 That will zero the first sector of /dev/sdb (where the partition table is), and allow the installer to use it. |