|
Bugzilla – Full Text Bug Listing |
| Summary: | YaST does not find linux root partitions | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Christian Zoz <zoz> |
| Component: | Installation | Assignee: | Lukas Ocilka <locilka> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Alpha 5 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | y2log of that system | ||
|
Description
Christian Zoz
2007-06-28 14:54:19 UTC
Created attachment 148771 [details]
y2log of that system
Yes, there are two Linux systems, but neither of them was considered to be valid:
$[
"/dev/sda2":$[
`arch:"unknown", `fs:`ntfs, `fstype:"HPFS/NTFS", `label:"",
`name:"unknown", `valid:false
],
"/dev/sda3":$[
`arch:"x86_64", `fs:`reiser, `fstype:"Linux native", `label:"",
`name:"SUSE Linux Enterprise Desktop 10", `valid:false
],
"/dev/sda5":$[
`arch:"x86_64", `fs:`ext3, `fstype:"Linux native", `label:"",
`name:"openSUSE 10.3", `valid:false
]
]
DeviceMatchFstab device:/dev/sda5 fstab:/dev/disk/by-id/scsi-SATA_HTS541080G9SA00_MPBDL0XKG141JM-part2 ret:false
(doesn't match)
DeviceMatchFstab device:/dev/sda3 fstab:/dev/disk/by-id/scsi-SATA_HTS541080G9SA00_MPBDL0XKG141JM-part3 ret:true
(matches but...)
Architecture for partition /dev/sda3 is x86_64, upgrading i386
(please, try x86_64 media)
OK, let's see... - Do not let wrong architecture to make partition invalid in case of boot-from-partition but make it invalid in case of upgrade (#288201). - yast2-update-2.15.14 |