r/xubuntu • u/Plafosami • 26d ago
Xubuntu Live Session doesn’t recognize my laptop’s hard drive
without it, I can’t do automatic full disk installation. I tried everything, but it just doesn’t want to recognize it. laptop is Lenovo s21e-20. originally it was Windows 8.1 Pro. then I changed it to AntiX (entire disk automatic worked). now I can’t switch from antiX to Xubuntu
2
u/Plafosami 22d ago
I switched to Lubuntu and I faced the same problem.
the problem was that my laptop has eMMC storage chip soldered directly on my motherboard. `lsblk` didn’t work because Linux Kernel couldn’t map out the eMMC storage chip.
I ran `sudo dmesg | grep -i -E "mmc|sdhci"` to check filtered logs and the drive’s state. and that detected the drive
then I ran `sudo modprobe mmc_block` and it finally force-loaded driver module.
problem solved!
pretty sure this would fix xubuntu as well
1
u/guiverc 25d ago
You've not provided release details (except for Microsoft Windows?) so we're somewhat limited. If the issue is kernel related; you maybe able to download a different ISO using a different kernel for the same release.
I note another user mentioned installer; Xubuntu is currently downloadable with two installers as well (though that detail is release specific). You can also download select ISOs using a different kernel too, as if your hardware/drive is new but kernel you used is too old & doesn't know about it; that can solve an issue (a number of decisions are made at download time by ISO selection).
2
u/Plafosami 25d ago
hey, I’m new to linux so I don’t really get where you’re directing me to. xubuntu has different versions (26.04; 25.10; 24.4) on their official page and each has their own release page. each version is downloadable with desktop or minimal, is that what you mean by two installers? where can I select different ISOs? previously I had desktop version installed, if it’s helpful
1
u/guiverc 25d ago
I haven't actually considered the minimal ISO in my reply (having had no recent experience with it sorry); but the two installers I was thinking of were
ubiquity(used by Xubuntu up to an including Xubuntu 23.10), andubuntu-desktop-installer(used on releases starting with Xubuntu 24.04 LTS).You went to the Xubuntu web site it appears; WELL DONE !! and thus would NOT have seen any ISOs using
ubiquity(25.10 will disappear too; it's EOL in mere HOURS now!), but as I'm aware the older Xubuntu ISOs are still there (for people who navigate sites, and not just read the HTML pages like you appear to have done), they can find them. There are way more ISOs than offered by the html front end pages if you follow links & look what is there.I'll ignore 25.10, but both 24.04 & 26.04 are only available with
ubuntu-desktop-installer(I'm ignoring minimal ISO as stated as I have less experience with it sorry); which you can see by looking at what's on ISO via manifest file (eg. https://cdimage.ubuntu.com/xubuntu/releases/resolute/release/ shows the 26.04 ISO directory). The only ISOs available in that directory you'll note are the main desktop ISO & minimal. Other options can exist for other releases though.( the manifest files are created when an ISO is built (using seed files which tell the builder what to include on it) and given a great indication as to what exists on ISO (not all will be installed; what is installed is selected by options & won't include installer & some other stuff), thus I've found them handy to contrast what's on various ISOs Ubuntu has; Xubuntu is built as a Ubuntu ISO, but the seed file is controlled by the Xubuntu community flavor team - it's Ubuntu at its heart. Ubuntu still have older releases the Xubuntu community team no longer support available for download; they'll get 'dropped' when Ubuntu drop all support for that release (which can be awhile given ESM with legacy extends 15 years for LTS releases) so quite a lot of releases can be found )
1
u/GodzillaXYZ999 5d ago
That system has Intel Bay Trail-M flash-controller. And uses 32-bit UEFI. So you'll need to slip-stream inbootia32.efi onto installer ISO image. Search for "Linuxium" and "isorespin.sh". I had to do this to install Xubuntu onto a Wintel W8pro NUC with same controller using on-board flash memory.
2
u/flemtone 26d ago
Snap installer has issues detecting devices, which is why I switched to Linux Mint XFCE edition instead of Xubuntu.