Git Product home page Git Product logo

Comments (7)

lantw44 avatar lantw44 commented on June 21, 2024

I think blivet should not crash even if it finds a possibly invalid disk configuration. Crashing the installer means I am not able to install Fedora.

from blivet.

bcl avatar bcl commented on June 21, 2024

That's odd. parted says you don't have a partition table, it thinks the device is a loopback FAT16 filesystem.

Could you open a bug against parted at https://bugzilla.redhat.com and include the details you have here as well as the first 62 sectors of your disk? eg. output from:

dd if=/dev/sdb of=first62.bin count=62

from blivet.

lantw44 avatar lantw44 commented on June 21, 2024

I filed a bug here: https://bugzilla.redhat.com/show_bug.cgi?id=1288091

from blivet.

bcl avatar bcl commented on June 21, 2024

Explanation is here - https://bugzilla.redhat.com/show_bug.cgi?id=1288091#c1

Basically, parted can't handle this disk because of old FAT16 metadata on it.

from blivet.

vojtechtrefny avatar vojtechtrefny commented on June 21, 2024

If think blivet should be still able to "work" even if it can't use/read one of the disks, we could hide it (or do the wipefs if user wants to) and allow changes on other disks.

from blivet.

vpodzime avatar vpodzime commented on June 21, 2024

Agreed.

from blivet.

dwlehman avatar dwlehman commented on June 21, 2024

This handling should be added to blivet-gui. It can catch UnusableConfigurationError and handle it however it wants. Blivet cannot make these decisions on its own and it does not have a user interface, so this is left to anaconda and blivet-gui.

If you want to ignore that disk completely, add it to ignored_disks before populating the DeviceTree.

from blivet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.