I was experimenting with partitions and now have a system that will not boot. I can boot on a USB but when I go to load a live version of Lubuntu, I get an error saying it can not write to the partition. I have looked on line about setting up partitions but am not making progress, probably not understanding. I do not care about what is on the hard drive. I would just like to erase and load Lubuntu. Is there some simple software that I can use to create acceptable partitions that will allow me to erase and load Lubuntu?
Asked
Active
Viewed 102 times
2 Answers
0
You can repartition the hard drive using the KDE Partition Manager application which is built-in on the live USB as any format including the default ext4 format. That's all you need to do, and the Lubuntu live USB installer will do the rest after you start the Lubuntu installation process.

karel
- 114,770
-
Are you saying to just create one big partition with ext4 format. does the name matter? – Dan Jan 15 '23 at 19:44
-
If your Lubuntu installation needs a 500MB FAT32 EFI System Partition for the GRUB bootloader, the Lubuntu installation will automatically create one. The rest of the Lubuntu installation is all installed on a single ext4 partition by default including the swap file, so there is no need to create a separate swap partition. – karel Jan 15 '23 at 23:24
0
I ended up using the KDE partition manager to create efi, root and home partitions. The manager was not very intuitive for me but it worked out. I was then able to install Lubuntu. The preinstall partition looked like this. https://ibb.co/60vBHnF

Dan
- 179
-
1I'm glad you fixed your issue, but 10 G is way too small for a root partition. And 3 G is really, really too small for /home. Unless this is some kind of pen-drive install. – Organic Marble Jan 16 '23 at 20:09
-
I don't know the specs of your machine, but ensure you have an appropriate size of swap (esp. if RAM on device is limited; <8GB, or you're using high resources apps like web browsers or worse). I feel don't separate /home & / by choice but swapfile will go on /, and if you add apps to your system you'll need space on / for them. Your own needs will dictate what's best for you too (inc. what you have available). Lubuntu's swap FAQ can be found here – guiverc Jan 16 '23 at 21:29
-
Perhaps rather than write your own answer you could accept the answer that karel has given you? https://askubuntu.com/a/1450299/57576 – andrew.46 Jan 17 '23 at 02:12
-
This is a small chromebook with 16GB. I am totally inexperienced with partitioning tables and was just looking for some type that would allow Lubuntu to install. I was missing a target so made a guess . The one created did allow Lubuntu to load. The installation changed the partitioning and oddly there is no swap. I thought that was part of the install. Post install table is here. https://ibb.co/LRR8vN2 Perhaps my message was a comment and not an answer. – Dan Jan 17 '23 at 22:03
gparted
(which needs to be installed) is easier. If you're not using 22.10, the manual link is incorrect, but you didn't provide release details. – guiverc Jan 15 '23 at 04:43calamares
releases are better than earlier, and it's release details that tell us what you're using), and the exact error message you get. My prior comment is generic as I don't have specifics that allow me to be more specific. (in 99% of cases; KDE Partition Manager is equal togparted
, but there is still that 1%) – guiverc Jan 15 '23 at 04:49calamares
the installer, or KDE Partition Manager before starting the installation) I'd recommend rebooting the system and trying again. Lubuntu have documented this issue in most recent release notes where you'll be directed to this page (https://discourse.lubuntu.me/t/calamares-rare-failure-to-create-partition-mkfs-errors/2774). This issue can occur with Kubuntu (usingubiquity
& KDE-Qt5 skin) but is more likely with Lubuntu (calamares
) or Ubuntu Studio (calamares
). Failure to reboot can result in more partitioning problems. – guiverc Jan 15 '23 at 05:44calamares
than 22.04 & earlier releases had. Please add additional details to your question, comments aren't easy to read. (comments are intended from readers to original poster) – guiverc Jan 15 '23 at 21:32