Installer crash using USB on netbook

Bug #660569 reported by Mark Canfield
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: ubiquity

I'm installing the netbook remix version of 10.10 on a Dell Inspiron Mini 10v (1011) using a USB thumb drive. I have 4 partitions on my disk. A fat16 (~24MB), a fat32 (~2GB), an empty partition (~150GB), and a swap partition (~6GB). All partitions are primary ones. When installing, I'm specifying the empty partition as "/" and to be reformatted. I would like to preserve my 2 fat partitions.

The copying of files seems to work fine, but then I get a message saying "An attempt to configure apt to install additional packages from the CD failed" and then the installer crashes.

Looking at the partman file, there are messages about too many primary partitions already exist. Do I need to make one of my partitions an extended one? My swap is larger than I need, but I thought I would leave it as is, since it's not worth the hour of time it takes to resize the partitions. I've attached my syslog and partman files.

Revision history for this message
Mark Canfield (markcanfield) wrote :
Revision history for this message
Sam Liddicott (sam-liddicott) wrote :

I think the problem occurs when apt fails to configure additional packages to be installed from the cdrom - in my case I'm using the usb installer.

my /var/log/syslog says:

grep:
/target/etc/sources.list
: No such file or directory

Exception during installation

Traceback(most recent call last):
...
InstallStepError: AptSetup failed with code 127

Revision history for this message
Sam Liddicott (sam-liddicott) wrote :

My recovery is to get a root shell:

mount /dev/sdaX /target
mount /proc /target/proc -o bind
mount /sys /target/sys -o bind
mount /dev /target/dev -o rbind
chroot /target
mount /dev/sdaX /boot

update-initramfs -u -k all
grub-install /dev/sda
update-grub

passwd root
(set root password)
exit
shutdown -r now

# reboot, login as root, create an account, and then set locale etc etc
adduser --uid 1000 --encrypt-home NEWUSER

#then user preferences for locale and set system wide

Revision history for this message
Alessio Treglia (quadrispro) wrote :

Confirmed with Maverick final.

Revision history for this message
Richard Dickinson (richard-dickinson350) wrote :

Hi
Can someone please help me as I think I have this bug stopping me install Ubuntu10.10.
Here is a link to my forum thread on this: http://ubuntuforums.org/showthread.php?p=10411612#post10411612

I do not really understand Sam's fix & would appreciate help to fix my problem-many thanks!

Revision history for this message
Daniel Hahler (blueyed) wrote :

Richard, see the WORKAROUND section with bug 658865.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.