Failure during apt-get update / dist-upgrade 11.04 USB

Asked by Jason Koenig

Installed Ubuntu 11.04 to USB using pendrivelinux.com tool with 4G persistent area. Boot with PC, immediately open terminal and use the following command:

sudo apt-get update && sudo apt-get dist-upgrade

Process ends with "Errors were encountered while processing" the majority of the output is:

Setting up language-pack-gnome-en-base (1:11.04+20110607) ...

Processing triggers for libc-bin ...

ldconfig deferred processing now taking place

Processing triggers for initramfs-tools ...

update-initramfs: Generating /boot/initrd.img-2.6.38-11-generic

cryptsetup: WARNING: failed to detect canonical device of aufs

cryptsetup: WARNING: could not determine root device from /etc/fstab

Processing triggers for python-support ...

Processing triggers for python-gmenu ...

Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...

Processing triggers for bamfdaemon ...

Rebuilding /usr/share/applications/bamf.index...

Processing triggers for python-support ...

Errors were encountered while processing:

 linux-image-2.6.38-11-generic

 linux-image-generic

 linux-generic

E: Sub-process /usr/bin/dpkg returned an error code (1)

I ran the steps from the Package Manager Troubleshooting Procedure. The full output is:

ubuntu@ubuntu:~$ sudo fuser -vvv /var/lib/dpkg/lock

Cannot stat file /proc/2806/fd/4: Stale NFS file handle

Cannot stat file /proc/4174/fd/34: Stale NFS file handle

Cannot stat file /proc/4174/fd/36: Stale NFS file handle

Cannot stat file /proc/4333/fd/10: Stale NFS file handle

Cannot stat file /proc/4547/fd/11: Stale NFS file handle

Cannot stat file /proc/4547/fd/12: Stale NFS file handle

Cannot stat file /proc/4547/fd/13: Stale NFS file handle

Cannot stat file /proc/4547/fd/14: Stale NFS file handle

Cannot stat file /proc/5135/fd/32: Stale NFS file handle

Cannot stat file /proc/5195/fd/26: Stale NFS file handle

ubuntu@ubuntu:~$

ubuntu@ubuntu:~$ cat /etc/lsb-release

DISTRIB_ID=Ubuntu

DISTRIB_RELEASE=11.04

DISTRIB_CODENAME=natty

DISTRIB_DESCRIPTION="Ubuntu 11.04"

ubuntu@ubuntu:~$

ubuntu@ubuntu:~$ uname -a

Linux ubuntu 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 athlon i386 GNU/Linux

ubuntu@ubuntu:~$

ubuntu@ubuntu:~$ sudo rm /var/lib/apt/lists/lock

ubuntu@ubuntu:~$

ubuntu@ubuntu:~$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup

ubuntu@ubuntu:~$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status

ubuntu@ubuntu:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available

ubuntu@ubuntu:~$ sudo rm -rf /var/lib/dpkg/updates/*

ubuntu@ubuntu:~$ sudo rm -rf /var/lib/apt/lists

ubuntu@ubuntu:~$ sudo rm /var/cache/apt/*.bin

ubuntu@ubuntu:~$ LANG=C;sudo apt-get clean

ubuntu@ubuntu:~$ LANG=C;sudo apt-get autoclean

Reading package lists... Done

Building dependency tree

Reading state information... Done

ubuntu@ubuntu:~$ LANG=C;sudo apt-get --purge autoremove

Reading package lists... Done

Building dependency tree

Reading state information... Done

The following packages will be REMOVED:

  linux-headers-2.6.38-8* linux-headers-2.6.38-8-generic*

0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.

4 not fully installed or removed.

After this operation, 96.0 MB disk space will be freed.

Do you want to continue [Y/n]? y

(Reading database ... 164092 files and directories currently installed.)

Removing linux-headers-2.6.38-8-generic ...

Removing linux-headers-2.6.38-8 ...

Setting up linux-image-2.6.38-11-generic (2.6.38-11.50) ...

Running depmod.

update-initramfs: Generating /boot/initrd.img-2.6.38-11-generic

cryptsetup: WARNING: failed to detect canonical device of aufs

cryptsetup: WARNING: could not determine root device from /etc/fstab

Examining /etc/kernel/postinst.d.

run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

run-parts: executing /etc/kernel/postinst.d/update-notifier 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

run-parts: executing /etc/kernel/postinst.d/zz-update-grub 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

/usr/sbin/grub-probe: error: cannot stat `aufs'.

run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1

Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.38-11-generic.postinst line 1010.

dpkg: error processing linux-image-2.6.38-11-generic (--configure):

 subprocess installed post-installation script returned error exit status 2

Setting up bamfdaemon (0.2.90-0ubuntu3) ...

Rebuilding /usr/share/applications/bamf.index...

dpkg: dependency problems prevent configuration of linux-image-generic:

 linux-image-generic depends on linux-image-2.6.38-11-generic; however:

  Package linux-image-2.6.38-11-generic is not configured yet.

dpkg: error processing linux-image-generic (--configure):

 dependency problems - leaving unconfigured

No apport report written because the error message indicates its a followup error from a previous failure.

                          dpkg: dependency problems prevent configuration of linux-generic:

 linux-generic depends on linux-image-generic (= 2.6.38.11.26); however:

  Package linux-image-generic is not configured yet.

dpkg: error processing linux-generic (--configure):

 dependency problems - leaving unconfigured

No apport report written because the error message indicates its a followup error from a previous failure.

                          Errors were encountered while processing:

 linux-image-2.6.38-11-generic

 linux-image-generic

 linux-generic

E: Sub-process /usr/bin/dpkg returned an error code (1)

ubuntu@ubuntu:~$ LANG=C;sudo apt-get update -o APT::Cache-Limit=25165824

Ign cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty InRelease

Ign cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty Release.gpg

Ign cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty Release

Ign cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty/main TranslationIndex

Ign cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty/restricted TranslationIndex

Err cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty/main i386 Packages

  Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

Err cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty/restricted i386 Packages

  Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

Ign cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty/main Translation-en

Ign cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty/restricted Translation-en

Ign http://security.ubuntu.com natty-security InRelease

Ign http://archive.ubuntu.com natty InRelease

Ign http://archive.ubuntu.com natty-updates InRelease

Get:1 http://security.ubuntu.com natty-security Release.gpg [198 B]

Get:2 http://archive.ubuntu.com natty Release.gpg [198 B]

Get:3 http://security.ubuntu.com natty-security Release [31.4 kB]

Get:4 http://archive.ubuntu.com natty-updates Release.gpg [198 B]

Get:5 http://archive.ubuntu.com natty Release [39.8 kB]

Get:6 http://archive.ubuntu.com natty-updates Release [31.4 kB]

Get:7 http://security.ubuntu.com natty-security/main Sources [69.6 kB]

Get:8 http://archive.ubuntu.com natty/main Sources [862 kB]

Get:9 http://security.ubuntu.com natty-security/restricted Sources [14 B]

Get:10 http://security.ubuntu.com natty-security/main i386 Packages [188 kB]

Get:11 http://security.ubuntu.com natty-security/restricted i386 Packages [14 B]

Ign http://security.ubuntu.com natty-security/main TranslationIndex

Ign http://security.ubuntu.com natty-security/restricted TranslationIndex

Get:12 http://archive.ubuntu.com natty/restricted Sources [4104 B]

Get:13 http://archive.ubuntu.com natty/main i386 Packages [1550 kB]

Ign http://security.ubuntu.com natty-security/main Translation-en

Ign http://security.ubuntu.com natty-security/restricted Translation-en

Get:14 http://archive.ubuntu.com natty/restricted i386 Packages [8986 B]

Ign http://archive.ubuntu.com natty/main TranslationIndex

Ign http://archive.ubuntu.com natty/restricted TranslationIndex

Get:15 http://archive.ubuntu.com natty-updates/main Sources [107 kB]

Get:16 http://archive.ubuntu.com natty-updates/restricted Sources [753 B]

Get:17 http://archive.ubuntu.com natty-updates/main i386 Packages [323 kB]

Get:18 http://archive.ubuntu.com natty-updates/restricted i386 Packages [839 B]

Ign http://archive.ubuntu.com natty-updates/main TranslationIndex

Ign http://archive.ubuntu.com natty-updates/restricted TranslationIndex

Ign http://archive.ubuntu.com natty/main Translation-en

Ign http://archive.ubuntu.com natty/restricted Translation-en

Ign http://archive.ubuntu.com natty-updates/main Translation-en

Ign http://archive.ubuntu.com natty-updates/restricted Translation-en

Fetched 3218 kB in 5s (562 kB/s)

W: Failed to fetch cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1)/dists/natty/main/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

W: Failed to fetch cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1)/dists/natty/restricted/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

E: Some index files failed to download. They have been ignored, or old ones used instead.

ubuntu@ubuntu:~$ sudo dpkg --clear-avail

ubuntu@ubuntu:~$ sudo dpkg --configure -a

Processing triggers for python-support ...

Setting up linux-image-2.6.38-11-generic (2.6.38-11.50) ...

Running depmod.

update-initramfs: Generating /boot/initrd.img-2.6.38-11-generic

cryptsetup: WARNING: failed to detect canonical device of aufs

cryptsetup: WARNING: could not determine root device from /etc/fstab

Examining /etc/kernel/postinst.d.

run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

run-parts: executing /etc/kernel/postinst.d/update-notifier 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

run-parts: executing /etc/kernel/postinst.d/zz-update-grub 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

/usr/sbin/grub-probe: error: cannot stat `aufs'.

run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1

Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.38-11-generic.postinst line 1010.

dpkg: error processing linux-image-2.6.38-11-generic (--configure):

 subprocess installed post-installation script returned error exit status 2

dpkg: dependency problems prevent configuration of linux-image-generic:

 linux-image-generic depends on linux-image-2.6.38-11-generic; however:

  Package linux-image-2.6.38-11-generic is not configured yet.

dpkg: error processing linux-image-generic (--configure):

 dependency problems - leaving unconfigured

dpkg: dependency problems prevent configuration of linux-generic:

 linux-generic depends on linux-image-generic (= 2.6.38.11.26); however:

  Package linux-image-generic is not configured yet.

dpkg: error processing linux-generic (--configure):

 dependency problems - leaving unconfigured

Errors were encountered while processing:

 linux-image-2.6.38-11-generic

 linux-image-generic

 linux-generic

ubuntu@ubuntu:~$ LANG=C;sudo apt-get -f install

Reading package lists... Done

Building dependency tree

Reading state information... Done

0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

3 not fully installed or removed.

After this operation, 0 B of additional disk space will be used.

Setting up linux-image-2.6.38-11-generic (2.6.38-11.50) ...

Running depmod.

update-initramfs: Generating /boot/initrd.img-2.6.38-11-generic

cryptsetup: WARNING: failed to detect canonical device of aufs

cryptsetup: WARNING: could not determine root device from /etc/fstab

Examining /etc/kernel/postinst.d.

run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

run-parts: executing /etc/kernel/postinst.d/update-notifier 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

run-parts: executing /etc/kernel/postinst.d/zz-update-grub 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

/usr/sbin/grub-probe: error: cannot stat `aufs'.

run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1

Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.38-11-generic.postinst line 1010.

dpkg: error processing linux-image-2.6.38-11-generic (--configure):

 subprocess installed post-installation script returned error exit status 2

E: Sub-process /usr/bin/dpkg returned an error code (1)

ubuntu@ubuntu:~$ LANG=C;sudo apt-get -f install

Reading package lists... Done

Building dependency tree

Reading state information... Done

0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

3 not fully installed or removed.

After this operation, 0 B of additional disk space will be used.

Setting up linux-image-2.6.38-11-generic (2.6.38-11.50) ...

Running depmod.

update-initramfs: Generating /boot/initrd.img-2.6.38-11-generic

cryptsetup: WARNING: failed to detect canonical device of aufs

cryptsetup: WARNING: could not determine root device from /etc/fstab

Examining /etc/kernel/postinst.d.

run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

run-parts: executing /etc/kernel/postinst.d/update-notifier 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

run-parts: executing /etc/kernel/postinst.d/zz-update-grub 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

/usr/sbin/grub-probe: error: cannot stat `aufs'.

run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1

Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.38-11-generic.postinst line 1010.

dpkg: error processing linux-image-2.6.38-11-generic (--configure):

 subprocess installed post-installation script returned error exit status 2

E: Sub-process /usr/bin/dpkg returned an error code (1)

ubuntu@ubuntu:~$ ^C

ubuntu@ubuntu:~$ LANG=C;sudo apt-get --fix-missing install

Reading package lists... Done

Building dependency tree

Reading state information... Done

0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

3 not fully installed or removed.

After this operation, 0 B of additional disk space will be used.

Setting up linux-image-2.6.38-11-generic (2.6.38-11.50) ...

Running depmod.

update-initramfs: Generating /boot/initrd.img-2.6.38-11-generic

cryptsetup: WARNING: failed to detect canonical device of aufs

cryptsetup: WARNING: could not determine root device from /etc/fstab

Examining /etc/kernel/postinst.d.

run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

run-parts: executing /etc/kernel/postinst.d/update-notifier 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

run-parts: executing /etc/kernel/postinst.d/zz-update-grub 2.6.38-11-generic /boot/vmlinuz-2.6.38-11-generic

/usr/sbin/grub-probe: error: cannot stat `aufs'.

run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1

Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.38-11-generic.postinst line 1010.

dpkg: error processing linux-image-2.6.38-11-generic (--configure):

 subprocess installed post-installation script returned error exit status 2

dpkg: dependency problems prevent configuration of linux-image-generic:

 linux-image-generic depends on linux-image-2.6.38-11-generic; however:

  Package linux-image-2.6.38-11-generic is not configured yet.

dpkg: error processing linux-image-generic (--configure):

 dependency problems - leaving unconfigured

dpkg: dependency problems prevent configuration of linux-generic:

 linux-generic depends on linux-image-generic (= 2.6.38.11.26); however:

  Package linux-image-generic is not configured yet.

dpkg: error processing linux-generic (--configure):

 dependency problems - leaving unconfigured

No apport report written because the error message indicates its a followup error from a previous failure.

                          No apport report written because the error message indicates its a followup error from a previous failure.

                                                    Errors were encountered while processing:

 linux-image-2.6.38-11-generic

 linux-image-generic

 linux-generic

E: Sub-process /usr/bin/dpkg returned an error code (1)

ubuntu@ubuntu:~$ LANG=C;sudo apt-get update -o APT::Cache-Limit=25165824 && sudo apt-get dist-upgrade

Ign cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty InRelease

Ign cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty Release.gpg

Ign cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty Release

Ign cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty/main TranslationIndex

Ign cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty/restricted TranslationIndex

Err cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty/main i386 Packages

  Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

Err cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty/restricted i386 Packages

  Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

Ign cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty/main Translation-en

Ign cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1) natty/restricted Translation-en

Ign http://archive.ubuntu.com natty InRelease

Ign http://archive.ubuntu.com natty-updates InRelease

Ign http://security.ubuntu.com natty-security InRelease

Hit http://archive.ubuntu.com natty Release.gpg

Hit http://security.ubuntu.com natty-security Release.gpg

Hit http://archive.ubuntu.com natty-updates Release.gpg

Hit http://security.ubuntu.com natty-security Release

Hit http://archive.ubuntu.com natty Release

Hit http://archive.ubuntu.com natty-updates Release

Hit http://security.ubuntu.com natty-security/main Sources

Hit http://archive.ubuntu.com natty/main Sources

Hit http://archive.ubuntu.com natty/restricted Sources

Hit http://archive.ubuntu.com natty/main i386 Packages

Hit http://archive.ubuntu.com natty/restricted i386 Packages

Ign http://archive.ubuntu.com natty/main TranslationIndex

Hit http://security.ubuntu.com natty-security/restricted Sources

Hit http://security.ubuntu.com natty-security/main i386 Packages

Hit http://security.ubuntu.com natty-security/restricted i386 Packages

Ign http://security.ubuntu.com natty-security/main TranslationIndex

Ign http://security.ubuntu.com natty-security/restricted TranslationIndex

Ign http://archive.ubuntu.com natty/restricted TranslationIndex

Hit http://archive.ubuntu.com natty-updates/main Sources

Hit http://archive.ubuntu.com natty-updates/restricted Sources

Hit http://archive.ubuntu.com natty-updates/main i386 Packages

Hit http://archive.ubuntu.com natty-updates/restricted i386 Packages

Ign http://archive.ubuntu.com natty-updates/main TranslationIndex

Ign http://archive.ubuntu.com natty-updates/restricted TranslationIndex

Ign http://security.ubuntu.com natty-security/main Translation-en

Ign http://security.ubuntu.com natty-security/restricted Translation-en

Ign http://archive.ubuntu.com natty/main Translation-en

Ign http://archive.ubuntu.com natty/restricted Translation-en

Ign http://archive.ubuntu.com natty-updates/main Translation-en

Ign http://archive.ubuntu.com natty-updates/restricted Translation-en

W: Failed to fetch cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1)/dists/natty/main/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

W: Failed to fetch cdrom://Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1)/dists/natty/restricted/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

E: Some index files failed to download. They have been ignored, or old ones used instead.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Richard Garvin (garvinrick4) said :
#1

You can not dist-grade a USB drive made with persistence. The kernel that is on the original .iso that is used
to make the USB drive is the one that is to be used and not upgraded. When you install the persistence part
is seperate from the .iso file. Do one update and upgrade and install your packages then lock down the update manager
to not do anymore upgrades. Is now a Live USB with upgraded packages and full install with a persistent /home up
to the 700 meg .iso and 3.1 gig of persistence. Is not meant to be a full installed system. If you want that install as
a system on a flash drive of 8 to 16 gig or so. Now that you can dist-upgrade all you want.

Revision history for this message
Jason Koenig (jason-koenig) said :
#2

Richard,

Thank you. I wondered about the USB aspect. I'm actually trying to use a 16Gb USB flash drive. You mention that it could be a fully functioning system, i.e persistence and upgrades. How would I go about creating a system like this with the 16Gb USB flash drive?

Thanks,
Jason

Revision history for this message
Richard Garvin (garvinrick4) said :
#3

Same as you would a regular install, just choose your flash drive to install on.
Link has "show me hows" that with graphics
http://www.ubuntu.com/getubuntu/download

Can you help with this problem?

Provide an answer of your own, or ask Jason Koenig for more information if necessary.

To post a message you must log in.