| Summary: | /boot incorrect rewrite | ||
|---|---|---|---|
| Product: | [ROSA-based products] ROSA Fresh | Reporter: | Vladimir Potapov <v.potapov> |
| Component: | Packages from Main | Assignee: | Evgenii Shatokhin <eugene.shatokhin> |
| Status: | RESOLVED FIXED | QA Contact: | ROSA Linux Bugs <bugs> |
| Severity: | normal | ||
| Priority: | Normal | CC: | eugene.shatokhin, konstantin.vlasov |
| Version: | Fresh | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Platform: | --- | ROSA Vulnerability identifier: | |
| RPM Package: | ISO-related: | ||
| Bad POT generating: | Upstream: | ||
|
Description
Vladimir Potapov
2014-12-24 16:05:03 MSK
Source of the problem: identical names for 32- and 64-bit kernel and initrd, so the second installation overwrites these files in the shared /boot directory, and the first system becomes unbootable. Should be reproduced in both EFI and BIOS. We need to add architecture to the kernel/initrd file names, e.g. like that: vmlinuz-3.18.3-nrjQL-desktop-1rosa-x86_64 vmlinuz-3.18.3-nrjQL-desktop-1rosa-i586 The issue fixed in last update |