** Description changed:

  Binary package hint: ubiquity
  
- Install Crashed
+ Description of problem:
+ When trying to install Ubuntu 10.10 from USB, ubiquity crashes with this 
message: "An attempt to configure apt to install additional packages from the 
CD failed."
  
- Install Ubuntu 10.10 desktop new version
- Expected to install from USB
- Instead received error: an attempt to configure apt to install additional 
packages from the CD failed upon install from USB
+ Root of problem:
+ The problem is that the file structure on the usb differs to what is on a 
livecd and apt-setup is unaware of this. 
+ 
+ Workaround:
+ To resolve this, simply copy the contents of filesystem.squashfs on the iso 
into the usb stick. Luckily the parts it is reading from this appear to be just 
apt config files so the fact that you loose symbolic links and permissions etc 
on a FAT32 usb stick shouldn't matter.
+ 
+ On your current Linux installation: (If you don't have one you could use a 
live cd off a different usb stick)
+ 1. Create USB stick.
+ 2. Type in a terminal:
+ sudo mkdir iso
+ sudo mkdir source
+ sudo mount -o loop pathtoiso/ubuntu-10.10-desktop-amd64.iso iso
+ sudo mount -t squashfs -o loop iso/casper/filesystem.squashfs source
+ sudo cp -pLr source/* pathtomountedusbstick
+ 
+ (Thanks Klaas Hartmann for the workaround :))
  
  Architecture: i386
  DistroRelease: Ubuntu 10.10
  LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  Package: ubiquity 2.4.8
  PackageArchitecture: i386
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
  Tags: maverick
  Uname: Linux 2.6.35-22-generic i686
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Description changed:

  Binary package hint: ubiquity
  
  Description of problem:
  When trying to install Ubuntu 10.10 from USB, ubiquity crashes with this 
message: "An attempt to configure apt to install additional packages from the 
CD failed."
  
  Root of problem:
- The problem is that the file structure on the usb differs to what is on a 
livecd and apt-setup is unaware of this. 
+ The problem is that the file structure on the usb differs to what is on a 
livecd and apt-setup is unaware of this.
  
  Workaround:
- To resolve this, simply copy the contents of filesystem.squashfs on the iso 
into the usb stick. Luckily the parts it is reading from this appear to be just 
apt config files so the fact that you loose symbolic links and permissions etc 
on a FAT32 usb stick shouldn't matter.
+ To resolve this, simply copy the contents of filesystem.squashfs on the iso 
into the usb stick. Luckily the parts it is reading from this appear to be just 
apt config files so the fact that you lose symbolic links or permissions on a 
FAT32 usb stick shouldn't matter.
  
  On your current Linux installation: (If you don't have one you could use a 
live cd off a different usb stick)
  1. Create USB stick.
  2. Type in a terminal:
  sudo mkdir iso
  sudo mkdir source
  sudo mount -o loop pathtoiso/ubuntu-10.10-desktop-amd64.iso iso
  sudo mount -t squashfs -o loop iso/casper/filesystem.squashfs source
  sudo cp -pLr source/* pathtomountedusbstick
  
  (Thanks Klaas Hartmann for the workaround :))
  
  Architecture: i386
  DistroRelease: Ubuntu 10.10
  LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  Package: ubiquity 2.4.8
  PackageArchitecture: i386
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
  Tags: maverick
  Uname: Linux 2.6.35-22-generic i686
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Changed in: ubiquity (Ubuntu)
       Status: Incomplete => Confirmed

-- 
An attempt to configure apt to install additional packages from the CD failed 
upon install from USB
https://bugs.launchpad.net/bugs/658865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to