|
NOTE: If you have a fast computer or a USB 3.0 drive, you'll have to do this workaround to avoid a problem with initramfs later after partitioning. Go to the second console (Ctrl-Alt-F2), and run this command (originally suggested here):
while true; do rm /var/run/chroot-setup.lock; sleep 1; doneThen use Alt-F1 to get back to the installer console.
Answer the installation questions until you get to partitioning. Then follow these steps:
sudo apt-get install xubuntu-desktop
sudo /usr/share/debconf/fix_db.pl
sudo sudo dpkg-reconfigure dictionaries-common
sudo mv /usr/share/dict/words /usr/share/dict/words-orig
sudo mv /usr/sbin/update-icon-caches /usr/sbin/update-icon-caches.old
sudo rm /usr/share/man/man8/update-icon-caches.2.8.gtk
sudo apt-get install xubuntu-desktop
and it
should run to completion.
Copyright © 2024 Andrew Oliver