[Bug 598743] Re: install "blocked" by unnecessary unmount-partition attempt
turbooster
598743 at bugs.launchpad.net
Thu Jul 14 11:47:41 UTC 2011
*** This bug is a duplicate of bug 684280 ***
https://bugs.launchpad.net/bugs/684280
** This bug has been marked a duplicate of bug 684280
Ubiquity cannot install if you are booting LiveCD directly from ISO
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/598743
Title:
install "blocked" by unnecessary unmount-partition attempt
Status in “ubiquity” package in Ubuntu:
Confirmed
Bug description:
Binary package hint: ubiquity
This is specifically with xubuntu-10.04-desktop-i386.iso, booted from
grub2 with:
menuentry "Xubuntu Live 10.04 32bit" {
loopback loop (hd0,2)/xubuntu-10.04-desktop-i386.iso
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/xubuntu-10.04-desktop-i386.iso file=(loop)/preseed/xubuntu.seed --
initrd (loop)/casper/initrd.lz
}
So the xubuntu iso is on the target partition, the partition table is
NOT to be changed, and the partition has already been formatted.
Where /var/log/syslog says:
Step_before = stepReady
progress_loop()
umount: /isodevice: device is busy
then ubiquity is trying to unmount the partition, even though there is
no need for this. Even worse, when umount fails, the installation is
effectively "blocked" from continuing. That's a "showstopper" bug
during an install.
Adding 'exit 0' to the top of /lib/partman/commit.d/01unmount_busy
allows the install to proceed.
I assume that some test should be added to 01unmount_busy, so that
this test is not made when the partition table is unchanged.
James
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/598743/+subscriptions
More information about the foundations-bugs
mailing list