Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LVM issue] Installing Pop!Os 19.04 failed, could not install #559

Open
ValdikSS opened this issue May 16, 2019 · 3 comments
Open

[LVM issue] Installing Pop!Os 19.04 failed, could not install #559

ValdikSS opened this issue May 16, 2019 · 3 comments

Comments

@ValdikSS
Copy link

Distribution (run cat /etc/os-release):
Pop!_OS 19.04 generic ISO

Issue/Bug Description:
Pop!_OS 19.04 could not be installed in "clean install" mode if the HDD contains already installed Linux into LVM (Fedora 30 in my case).

Steps to reproduce (if you know):

  1. Write Pop!_OS 19.04 ISO and boot it on the computer with existing Linux on LVM OS
  2. Try to install Pop!_OS with full disk erasure

Expected behavior:
OS installs successfully

Actual behavior:
"Could not install"
"Installing Pop!_OS 19.04 failed"
partitioning error: vgchange failed with status: 5 (Input/output error (os error 5))

Other Notes:
Please see the attached log.
installer.log

@CharlesJenkins
Copy link

I had been trying several Linux distros, and found Pop!_OS to be the one that worked best for me right out of the box. But then it wouldn't install because a previously tested OS created LVMs.

The problem is, the installer uses part of the LVM toolset to try to remove the LVM volumes, but those tools are designed to fail out if the volumes aren't healthy--which is pretty much guaranteed to be the case when you're doing an erase-and-install.

I fought for several hours trying to get rid of those volumes, repartition the drive, and get Pop! to install. What finally solved it was to wait for more hours running dd to zero out my entire hard drive before running the Pop! installer again.

I think we need a tool that will quickly zap LVM off a hard drive when an erase-and-install is being performed.

@DrSh4dow
Copy link

Had the same issue,
what it work for me was erase the full disk with GParted and then do the install again.

Or if you want the terminal method take a look at the following guide: https://www.cyberciti.biz/faq/linux-remove-all-partitions-data-empty-disk/

Good Luck:)

@Zubbbz
Copy link

Zubbbz commented Feb 16, 2022

that worked for me aswell 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants