I am trying to install Ubuntu Server 14.04 and am currently stuck on this error:
INFO: Menu item 'apt-setup-udeb' succeeded but requested to be left unconfigured.
At that point the installer stops. I am presented a menu where I can choose which step of the install to execute next. If choose to install GRUB and then reboot I can boot and log in. But I don't have all the software I wanted, and apt
won't install any additional software.
What might be the reason apt-setup-udeb
won't be configured during install?
My search for explanations lead me to some very old Debian bug reports which did not help me understand the problem and one deleted question which I cannot read.
I had the same issue and I was installing Debian from an hard drive At the beginning of the installation, for loading the data from the hard disk I had to mount it in the cdrom folder, by running the command:
mkdir cdrom && mount -t vfat /dev/sda1 /cdrom
Then the installation got stuck at
Configure the package manager
This is my
syslog
, as you can see it's the same errorSolution
So, I think that there are two things that you can do:
Since you are using Ubuntu, you can do what user832809 said, and try to run
d-i anna/choose_modules apt-cdrom-setup
If it is not working, if you are using Debian and/or if you mounted the hd with the installation image in the
cdrom
folder, unmount it with this command:umount /cdrom
I hope it works, I spent a lot of time to figure this out
This could be the same bug found in this question: Ubuntu preseed exits after package manager
This is caused by previous bug (apt-cdrom-setup not loaded during lowmem netinst install) on Debian installer, that it seems to persist, despite it said fixed.
You need to find a way to explicitly load the apt-cdrom-setup module in your installation method. If you use a preseed file try with: