4

The new 17.10 only has 64 bit ISOs. However 32 bit is still supported, there just are no live ISOs for it.

I have a 32 bit machine with WIFI, and I need to install from a USB disk. I tried the "mini.iso" but it doesn't have WIFI support.

What options do I have?

(PS I don't want another distro, and I can't use ethernet for installation, must be WIFI).

grokky
  • 143

1 Answers1

3

Install Xubuntu 32-bit. After it's installed, install the Ubuntu desktop system package:

sudo apt install -y ubuntu-desktop ubuntu-wallpapers ubuntu-wallpapers-artful   
sudo dpkg-reconfigure gdm3   

sudo dpkg-reconfigure gdm3 will open up a new window allowing you to select gdm as the default login display manager. Select gdm3 and reboot.

sudo apt remove lightdm-gtk-greeter   
sudo reboot
karel
  • 114,770
  • Interesting idea! But won't it retain the xubuntu base config etc? – grokky Jan 17 '18 at 07:40
  • Also, is it not better toupgrade from a previous version of ubuntu proper, eg. 16.04lts? – grokky Jan 17 '18 at 07:40
  • 3
    In order to upgrade from 16.04 to 17.10 you would need to skip over 16.10 and 17.04 while upgrading to 17.10, which is not as good as doing a clean install of 17.10. After you have confirmed that the Ubuntu desktop system is working properly you can optionally uninstall the Xubuntu packages with the command: sudo apt remove xfce4-appfinder xfce4-notifyd xfce4-panel xfce4-session xfce4-settings xfdesktop4 xfwm4 thunar thunar-volman lightdm xubuntu-artwork xubuntu-core xubuntu-default-settings – karel Jan 17 '18 at 08:04
  • So if I'm understanding you correctly, you believe that xubuntu-->17.10 is better/easier/safer/whatever than ubuntu16.04-->17.10 ? That is surprising, and I don't get it... BUT I'm a bit of a newbie! – grokky Jan 17 '18 at 08:08
  • Ubuntu only supports upgrading from one version to the next version, or from one LTS version to the next LTS version. Upgrading directly from the penultimate, or earlier, version to the current version is possible, but is liable to result in a misconfigured system. Source: https://askubuntu.com/questions/34430/can-i-skip-over-releases-when-upgrading/20668#20668 – karel Jan 17 '18 at 08:13
  • That makes good sense now! What I'm gonna try first though is this approach as I already downloaded it, then I'll try your approach if that doesn't work... Thanks karel! (PS the way she explains is to upgrade incrementally, which matches what you've explained here) – grokky Jan 17 '18 at 08:19
  • 1
    It may take 6+ hours in front of the computer to follow the upgrade path in the tutorial you linked to versus 30-45 minutes for a clean install of 17.10 once the 17.10 32-bit iso file has been downloaded. – karel Jan 17 '18 at 08:23
  • LOL thanks for saving me all that time!! (However, when you say "clean install" I assume you mean the upgrade from xubuntu you explained above) I'm gonna do it your way after all... – grokky Jan 17 '18 at 08:28