0

I am attempting to install the smallest desktop environment possible on an IBM Lenovo T43 laptop with a 40 GiB HDD. Currently running Ubuntu/Xubuntu 18.04 for 32 bit with xfce4 GUI.

My goal was to install the Ubuntu minimal iso from a USB, wipe Ubuntu from Dev/mapping/ (because it's 37 GiB), then to sudo apt-get install xubuntu-core. However, none of that is relevant, because when I boot from USB, I'm led through a series of prompts to setup a network configuration. I'm being asked to enter data which I can only guess at: wap2/wep "passphrase", host name, ip adress, gateway, and domain name.

After getting through that, I'm offered a menu of mirros to choose from; though apparently none of them work (no matter which one I select): i receive an error message indicating either it's the wrong mirror or perhaps there is a connection problem (there's not, I've checked it multiple times now).

That is where the ride ends. I can't proceed with the install because I can't get passed this mirror issue. Again, though I'm in the United States, I've tried multiple mirrors, including the United States...without regard to proximity to the United States.

I'm using my home AT&T U-verse/broadband wifi as a connection. In order for this install to work, do I need to be hardwired into the router? I'm open to any and all troubleshooting tips, hacks, or solutions (with the exception of any involving installation of unstable PPAs). Thanks in advance for helping me think through this dilemma.

Martial
  • 11
  • 1
    It is much easier to use the Ubuntu mini.iso with a wired connection, ethernet. But if you want things to be easier to manage, you can try Xubuntu Core via this unofficial link, created and uploaded by a member of the Xubuntu community. – sudodus Mar 22 '19 at 05:45
  • 1
    Thanks for responding. However, I initially downloaded Xubuntu-core and converted it to bootable, using startup disk creator. That's where I first encountered the problem. Thinking it made a difference, I instead downloaded Ubuntu-mini. In either case: I'm offered a menu of mirros to choose from; though apparently none of them work (no matter which one I select). I don't understand why I need a mirror when I clearly already have the iso? When I skip to 'activate a shell' I wind up with a useless ASH shell which can't do much, because this computer doesn't have an OS. – Martial Mar 28 '19 at 15:00
  • The mirrors are intended for future upgrades of the installed system (and in the mini.iso case also for the first download of the packages, that are not included in the mini.iso). - What happens if you 'activate a shell'? Maybe that is exactly what you need. - By the way, I have a similar IBM Thinkpad T42 laptop, I usually run Lubuntu 32-bit in it. – sudodus Mar 28 '19 at 15:51
  • @sudodus..."When I skip to 'activate a shell' I wind up with a useless ASH shell which can't do much, because this computer doesn't have an OS." – Martial Mar 29 '19 at 21:23
  • I don't understand. What do you mean by "this computer doesn't have an OS"? You are trying to install an OS, if I understand correctly. – sudodus Mar 29 '19 at 21:44
  • I am attempting to install ubuntu-mini from a bootable drive, onto an HDD which used to have xubuntu 18.04. That OS was incorrectly removed by deletion of a dev partition called sda5. With this install usb, I can't get any sort of access to a mirror that works. When I hold down the shift key on startup, I am able to arrow down to advanced recovery mode of a really old kernel called ubuntu 4.0. But after a "failed to connect lvmetad" error msg, I'm dropped into a "built-in ash shell" called busybox. Cursor is holding at (initramfs). – Martial Mar 29 '19 at 22:38
  • Can you use a wired connection to the internet, or is the only option wireless (wifi/wlan)? Ubuntu mini.iso can be expected to work with a wired connection. Otherwise the best option is probably a desktop iso file, and I can suggest Lubuntu and Xubuntu (version 18.04.1 LTS) or Xubuntu Core (18.10). These 'flavours' are much better with wireless (compared to the mini.iso). – sudodus Mar 30 '19 at 09:49
  • "Ubuntu mini.iso can be expected to work with a wired connection. Otherwise the best option is probably a desktop iso file". Is that a fact? If so, I think it needs to be conspicuously stated on the Ubuntu download page where I got the iso. Unfortunately, I don't have a wired connection. I guess the only way to test that, is to download the Xubuntu flavor and see if it makes a difference. I won't be able to do that until Monday, when the Library opens. To some degree, I've been able to use the public computers there to download the iso and burn the usb. – Martial Mar 31 '19 at 05:58

3 Answers3

0

After much pain and searching of the internet, I think I've found the answer to my own question in a post I failed to discover until now: How do I do a minimal install without an internet connection?

Apparently, I've been attempting to get the Ubuntu-mini iso to do something it is not capable of doing; install over a WI-FI connection. If anyone else finds themselves confused by a similar situation, see the "Ubuntu-minimal" tag and compare it to the "Minimal Installation" tag. That cleared it up for me...I think. I'll try creating a Live USB with Xubuntu 18 Cosmic and see if using the Minimal Installation makes any difference. I'll update this answer with the result later.

Martial
  • 11
0

The mini.iso simply only has the minimum to start the installation; it doesn't even have apt/apt-get. Once you connect to the internet and select the mirror, it will download apt and the remainder of the installer. That's why the ISO is so small.

0

The solution to your problem is ethernet adapter. Its only 12 bucks at amazon. Once you get the connection and install everything you are all set.

Muriz
  • 1