"Device is active" on installation (Legion Go)

I'm trying to install Bazzite 40 on a Legion Go, but I keep getting the error: An error occured while activating your storage configuration: device is active I have disabled secure boot, but I'm reading something about also having to disable fast book in Windows. The thing is... Windows is already wiped off the system.... Does this mean I have to re-install Windows, turn off fast boot, and then try to install Bazzite again? If so, are there any other things I need to do in Windows before wiping my entire hard drive?
Solution:
Type cgdisk /dev/nvme0n1 to see your drive (Or whatever lsblk showed)
Jump to solution
65 Replies
antheas
antheasā€¢3mo ago
and thats how it starts youre in the new bios?
Kasher_CS
Kasher_CSā€¢3mo ago
You can use the command line to wipe off your storage In bazzite Is there something specific to the LeGo here? People with this error on Ally reported this as working
Aru
Aruā€¢3mo ago
@Ramses do you have an ARM mac? or intel? for more context, OP only has a mac. was talking to him about it in a different discord
Ramses
Ramsesā€¢3mo ago
Not 100% sure. But I did enable fast startup I'm in Windows recovery now, the USB I created did boot up
Aru
Aruā€¢3mo ago
oh nice, cool restore windows, disable fast boot + do a full shutdown (no hibernate) then you should be good to go
Ramses
Ramsesā€¢3mo ago
Spoke too soon :/
Aru
Aruā€¢3mo ago
if you want to play it extra safe, make a ventoy usb while you still have windows
Ramses
Ramsesā€¢3mo ago
Ventoy only works on Linux and Windows. No Mac build
Aru
Aruā€¢3mo ago
yep, saw that šŸ¤” maybe you could live boot a linux image
Kasher_CS
Kasher_CSā€¢3mo ago
You can also just wipe from bazzite if you don't want to install Windows
Aru
Aruā€¢3mo ago
his problem is that he was trying to install bazzite
Kasher_CS
Kasher_CSā€¢3mo ago
You can wipe from The bazzite installer From the command line
Aru
Aruā€¢3mo ago
the problem is fast boot
Ramses
Ramsesā€¢3mo ago
Yeah, but I have Fast Startup enabled (in Windows)
Kasher_CS
Kasher_CSā€¢3mo ago
Yes, it works with thwt
Aru
Aruā€¢3mo ago
it causes the "device is active" error, and bazzite fails to proceed installing
Kasher_CS
Kasher_CSā€¢3mo ago
AFAIK
Aru
Aruā€¢3mo ago
šŸ¤”
Ramses
Ramsesā€¢3mo ago
How do I wipe from Bazzite?
Kasher_CS
Kasher_CSā€¢3mo ago
Open Bazzite Press Ctrl Alt F2 to go to the terminal Type lsblk to know the location of your drive
Aru
Aruā€¢3mo ago
but bazzite isn't installed. i'm assuming you mean the installer itself?
Kasher_CS
Kasher_CSā€¢3mo ago
Yes
Aru
Aruā€¢3mo ago
didn't realize the installer also had tty, cool. sorry for interrupting
Solution
Kasher_CS
Kasher_CSā€¢3mo ago
Type cgdisk /dev/nvme0n1 to see your drive (Or whatever lsblk showed)
Kasher_CS
Kasher_CSā€¢3mo ago
Delete all partitions, write, quit, reboot
Ramses
Ramsesā€¢3mo ago
I have both ARM and Intel macs Flashing the USB now Okay, I'm in the terminal and ran lsblk I see nvme0n1 with a bunch of partitions
Kasher_CS
Kasher_CSā€¢3mo ago
Okay good than type what I wrote
Ramses
Ramsesā€¢3mo ago
Done, rebooting now Okay, I see no more Windows Boot in startup options, looking good
Kasher_CS
Kasher_CSā€¢3mo ago
If you did it correctly than Bazzite Installer will pick it up as a completely empty drive (And thus work uninterrupted)
Ramses
Ramsesā€¢3mo ago
YES!!! šŸ™Œ You are the GOAT @Kasher_CS šŸ™ Thank you so much
Kasher_CS
Kasher_CSā€¢3mo ago
Np
Ramses
Ramsesā€¢3mo ago
šŸ„³ Thank you, too @Aru šŸ™
Aru
Aruā€¢3mo ago
nah, this was all @Kasher_CS
Aru
Aruā€¢3mo ago
i had no idea that you could use a tty with the bazzite installer
Kasher_CS
Kasher_CSā€¢3mo ago
It's Linux after all
Ramses
Ramsesā€¢3mo ago
Then we both learned something today šŸ™‚
Aru
Aruā€¢3mo ago
makes sense now that you say it lol
Nevirion
Nevirionā€¢3mo ago
@Kasher_CS I just did this today and you are my savior. If I could upvote, send you donation, buy you lunch, I would. Thank you brother!
sosongi
sosongiā€¢2d ago
Hi sorry im tagging an old post, apparently im trying to do this command and i've already check the drive with lsblk and make sure its correct but still the command showed up as no such file or directory Any help?
Kasher_CS
Kasher_CSā€¢2d ago
Make sure you don't mistype it, send a screenshot If you're sure its fine, do ls /dev
sosongi
sosongiā€¢2d ago
No description
Kasher_CS
Kasher_CSā€¢2d ago
You forgot a space cgdisk /dev/nvme0n1 You wrote cgdisk/dev/nvme0n1
sosongi
sosongiā€¢2d ago
Command not found
sosongi
sosongiā€¢2d ago
No description
Kasher_CS
Kasher_CSā€¢2d ago
How about cfdisk?
sosongi
sosongiā€¢2d ago
Command not found either
Kasher_CS
Kasher_CSā€¢2d ago
Lemme download it and I'll see what's on the updated iso
sosongi
sosongiā€¢2d ago
Tried the ls /dev and shown this
No description
Kasher_CS
Kasher_CSā€¢2d ago
Yeah, that's normal, your disk is indeed in there I have a really weird method in case there's nothing on the new iso (Or if you don't want to wait 30 minutes for me to download the updated iso lol)
sosongi
sosongiā€¢2d ago
How is it?
Kasher_CS
Kasher_CSā€¢2d ago
dd if=/dev/zero of=/dev/nvme0n1/ Than don't wait for it to finish, just ctrl-c after a couple of seconds Might require a reboot
sosongi
sosongiā€¢2d ago
So type that, enter, then wait a couple of seconds then ctrl-c?
Kasher_CS
Kasher_CSā€¢2d ago
Yes
sosongi
sosongiā€¢2d ago
Then reboot?
sosongi
sosongiā€¢2d ago
Done like this?
No description
Kasher_CS
Kasher_CSā€¢2d ago
Yes, looks good If you want to make sure it worked before installing
Kasher_CS
Kasher_CSā€¢2d ago
These shouldn't exist, neither in ls /dev nor in lsblk
No description
sosongi
sosongiā€¢2d ago
Only the nvme0n1 then right? Okay i'll check
sosongi
sosongiā€¢2d ago
Ohhh nice
No description
sosongi
sosongiā€¢2d ago
This should be fine to install then right?
Kasher_CS
Kasher_CSā€¢2d ago
All good than, yes, as far as the installer is consurned your device is fully wiped
sosongi
sosongiā€¢2d ago
Okay i'll try install again
sosongi
sosongiā€¢2d ago
Okay now this thing shows up
No description
sosongi
sosongiā€¢2d ago
What now :pepecry: I download the iso and mount it to my usb via rufus
Kasher_CS
Kasher_CSā€¢2d ago
Try ventoy
Want results from more Discord servers?
Add your server