Activity log for bug #1155216

Date Who What changed Old value New value Message
2013-03-14 16:26:07 Arbiel Perlacremaz bug added bug
2013-04-26 17:42:50 Launchpad Janitor ubiquity (Ubuntu): status New Confirmed
2013-04-26 17:43:10 Shriramana Sharma bug added subscriber Shriramana Sharma
2015-06-03 16:24:54 Michel-Ekimia bug added subscriber Ekimia
2018-05-20 13:30:01 Francesco Turco bug added subscriber Francesco Turco
2019-01-01 20:29:38 Psi-Jack bug added subscriber Psi-Jack
2020-02-12 01:42:14 Daniel van Vugt tags bionic focal xenial
2020-02-13 14:04:31 Michel-Ekimia summary Unable to umount isodevice Unable to umount /isodevice when using grub loopback method
2020-02-13 14:36:05 Michel-Ekimia description When installing from an iso file, with grub's loopback option, Ubiquity displays a message stating the isodevice cannot be unmounted, even when the isofile is not located on the same harddrive as the installation target. sudo umount -l -r -f /isodevice solves this problem, so Ubiquity should be able to issue this command by itself, without any user action. Arbiel How to quickly reproduce : - From a Linux distro installed (Ubuntu 18.04 here) - Install grml : sudo apt install grml-rescueboot - Get Focal iso : wget -0 /boot/grml/focal.iso http://cdimage.ubuntu.com/daily-live/current/focal-desktop-amd64.iso - add toram option : echo ' CUSTOM_BOOTOPTIONS="toram" ' | sudo tee -a /etc/default/grml-rescueboot - Generate the Grub entry : sudo update-grub - Reboot and select the Grub entry for the iso - Start the Ubuntu installation : Ubiquity ask if it should try to umount /isodevice - You accept - But patitioning fails anyway . See https://help.ubuntu.com/community/Grub2/ISOBoot for more info --- Initial report ---- When installing from an iso file, with grub's loopback option, Ubiquity displays a message stating the isodevice cannot be unmounted, even when the isofile is not located on the same harddrive as the installation target. sudo umount -l -r -f /isodevice solves this problem, so Ubiquity should be able to issue this command by itself, without any user action. Arbiel
2020-02-13 16:24:33 Michel-Ekimia description How to quickly reproduce : - From a Linux distro installed (Ubuntu 18.04 here) - Install grml : sudo apt install grml-rescueboot - Get Focal iso : wget -0 /boot/grml/focal.iso http://cdimage.ubuntu.com/daily-live/current/focal-desktop-amd64.iso - add toram option : echo ' CUSTOM_BOOTOPTIONS="toram" ' | sudo tee -a /etc/default/grml-rescueboot - Generate the Grub entry : sudo update-grub - Reboot and select the Grub entry for the iso - Start the Ubuntu installation : Ubiquity ask if it should try to umount /isodevice - You accept - But patitioning fails anyway . See https://help.ubuntu.com/community/Grub2/ISOBoot for more info --- Initial report ---- When installing from an iso file, with grub's loopback option, Ubiquity displays a message stating the isodevice cannot be unmounted, even when the isofile is not located on the same harddrive as the installation target. sudo umount -l -r -f /isodevice solves this problem, so Ubiquity should be able to issue this command by itself, without any user action. Arbiel How to quickly reproduce : - From a Linux distro installed (Ubuntu 18.04 here) - Install grml : sudo apt install grml-rescueboot - Get Focal iso : wget -0 /boot/grml/focal.iso http://cdimage.ubuntu.com/daily-live/current/focal-desktop-amd64.iso - add toram option : echo ' CUSTOM_BOOTOPTIONS="toram" ' | sudo tee -a /etc/default/grml-rescueboot - Generate the Grub entry : sudo update-grub - Reboot and edit the grml menu grub entry to add toram option - then press F10 to boot it - Start the Ubuntu installation : Ubiquity ask if it should try to umount /isodevice - You accept - But patitioning fails anyway . See https://help.ubuntu.com/community/Grub2/ISOBoot for more info --- Initial report ---- When installing from an iso file, with grub's loopback option, Ubiquity displays a message stating the isodevice cannot be unmounted, even when the isofile is not located on the same harddrive as the installation target. sudo umount -l -r -f /isodevice solves this problem, so Ubiquity should be able to issue this command by itself, without any user action. Arbiel
2020-02-13 16:48:24 Michel-Ekimia description How to quickly reproduce : - From a Linux distro installed (Ubuntu 18.04 here) - Install grml : sudo apt install grml-rescueboot - Get Focal iso : wget -0 /boot/grml/focal.iso http://cdimage.ubuntu.com/daily-live/current/focal-desktop-amd64.iso - add toram option : echo ' CUSTOM_BOOTOPTIONS="toram" ' | sudo tee -a /etc/default/grml-rescueboot - Generate the Grub entry : sudo update-grub - Reboot and edit the grml menu grub entry to add toram option - then press F10 to boot it - Start the Ubuntu installation : Ubiquity ask if it should try to umount /isodevice - You accept - But patitioning fails anyway . See https://help.ubuntu.com/community/Grub2/ISOBoot for more info --- Initial report ---- When installing from an iso file, with grub's loopback option, Ubiquity displays a message stating the isodevice cannot be unmounted, even when the isofile is not located on the same harddrive as the installation target. sudo umount -l -r -f /isodevice solves this problem, so Ubiquity should be able to issue this command by itself, without any user action. Arbiel How to quickly reproduce : - From a Linux distro installed (Ubuntu 18.04 here) - Install grml : sudo apt install grml-rescueboot - Get Focal iso : wget -0 /boot/grml/focal.iso http://cdimage.ubuntu.com/daily-live/current/focal-desktop-amd64.iso - add toram option : echo ' CUSTOM_BOOTOPTIONS="toram" ' | sudo tee -a /etc/default/grml-rescueboot - Generate the Grub entry : sudo update-grub - Reboot and select the Grub entry for the iso - on the Second grub menu ( the live iso one ) edit with e key to add the toram option , boot with F10 - Start the Ubuntu installation : Ubiquity ask if it should try to umount /isodevice - You accept - But patitioning fails anyway . See https://help.ubuntu.com/community/Grub2/ISOBoot for more info -----Solution --------------- Before starting ubiquity : sudo umount -l -r -f /isodevice sudo losetup -d /dev/loop1 You can then install Ubuntu and partition your disk like if you were on USB ! --- Initial report ---- When installing from an iso file, with grub's loopback option, Ubiquity displays a message stating the isodevice cannot be unmounted, even when the isofile is not located on the same harddrive as the installation target. sudo umount -l -r -f /isodevice solves this problem, so Ubiquity should be able to issue this command by itself, without any user action. Arbiel
2020-02-13 16:49:14 Michel-Ekimia summary Unable to umount /isodevice when using grub loopback method Unable to install to disk when using grub loopback method
2020-02-13 19:46:01 Jean-Baptiste Lallement ubiquity (Ubuntu): importance Undecided Medium
2020-02-13 19:46:01 Jean-Baptiste Lallement ubiquity (Ubuntu): status Confirmed Triaged
2020-02-14 13:44:23 Michel-Ekimia marked as duplicate 684280