Activity log for bug #684280

Date Who What changed Old value New value Message
2010-12-02 16:37:15 komputes bug added bug
2010-12-02 16:37:57 komputes attachment added Screenshot.png https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/684280/+attachment/1753223/+files/Screenshot.png
2010-12-02 16:38:22 komputes attachment added Screenshot-1.png https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/684280/+attachment/1753224/+files/Screenshot-1.png
2010-12-02 16:38:46 komputes attachment added Screenshot-2.png https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/684280/+attachment/1753225/+files/Screenshot-2.png
2010-12-02 16:39:07 komputes attachment added Screenshot-3.png https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/684280/+attachment/1753226/+files/Screenshot-3.png
2010-12-02 16:39:16 komputes attachment added Screenshot-4.png https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/684280/+attachment/1753227/+files/Screenshot-4.png
2010-12-02 16:39:25 komputes attachment added Screenshot-5.png https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/684280/+attachment/1753228/+files/Screenshot-5.png
2010-12-02 16:44:48 komputes description Binary package hint: ubiquity Ubiquity cannot install if you are booting LiveCD directly from ISO ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: ubiquity 2.4.8 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Thu Dec 2 16:34:42 2010 LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007) ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: ubiquity Binary package hint: ubiquity Ubiquity cannot install if you are booting LiveCD directly from ISO. This method can be used to create a recovery partition or a multi-usb bootable drive. For more explanation on how to do this: * Run the following commands which will create the directory /boot/iso and download the iso file to that directory. $ sudo -s # mkdir /boot/iso # cd /boot/iso # wget http://releases.ubuntu.com/maverick/ubuntu-10.10-desktop-i386.iso * Add a custom menu entry in GRUB2 configuration file. Edit /etc/grub.d/40_custom as root to look like this: #!/bin/sh echo "Adding 40_custom." >&2 exec tail -n +3 $0 menuentry "Maverick CD Image ISO" { set isofile=/boot/iso/ubuntu-10.10-desktop-i386.iso loopback loop (hd0,1)$isofile linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject initrd (loop)/casper/initrd.lz } * Afterwards, run update-grub for the changes to be propagated to /boot/grub/grub.cfg # update-grub Generating grub.cfg ... Found linux image: /boot/vmlinuz-... Found initrd image: /boot/initrd.img-... The result of booting from the ISO directly from GRUB, is that the CD is that the partition where the ISO is located is mounted to /isodevice. Ubiquity seems to want to have control of all disks and unmount all disks before it starts installing. In the images here you see the example is sda2 for / and sda for the MBR. I have also tried this with a secondary disk where sdb1 was to be used for / and sdb for the MBR and ubiquity still complained that it had to to unmount /isodevice, even though it is on sda1. Doesn't make much sense to unmount a disk if you will not be editing any part of it. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: ubiquity 2.4.8 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Thu Dec 2 16:34:42 2010 LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007) ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubiquity
2010-12-02 16:47:18 komputes description Binary package hint: ubiquity Ubiquity cannot install if you are booting LiveCD directly from ISO. This method can be used to create a recovery partition or a multi-usb bootable drive. For more explanation on how to do this: * Run the following commands which will create the directory /boot/iso and download the iso file to that directory. $ sudo -s # mkdir /boot/iso # cd /boot/iso # wget http://releases.ubuntu.com/maverick/ubuntu-10.10-desktop-i386.iso * Add a custom menu entry in GRUB2 configuration file. Edit /etc/grub.d/40_custom as root to look like this: #!/bin/sh echo "Adding 40_custom." >&2 exec tail -n +3 $0 menuentry "Maverick CD Image ISO" { set isofile=/boot/iso/ubuntu-10.10-desktop-i386.iso loopback loop (hd0,1)$isofile linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject initrd (loop)/casper/initrd.lz } * Afterwards, run update-grub for the changes to be propagated to /boot/grub/grub.cfg # update-grub Generating grub.cfg ... Found linux image: /boot/vmlinuz-... Found initrd image: /boot/initrd.img-... The result of booting from the ISO directly from GRUB, is that the CD is that the partition where the ISO is located is mounted to /isodevice. Ubiquity seems to want to have control of all disks and unmount all disks before it starts installing. In the images here you see the example is sda2 for / and sda for the MBR. I have also tried this with a secondary disk where sdb1 was to be used for / and sdb for the MBR and ubiquity still complained that it had to to unmount /isodevice, even though it is on sda1. Doesn't make much sense to unmount a disk if you will not be editing any part of it. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: ubiquity 2.4.8 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Thu Dec 2 16:34:42 2010 LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007) ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubiquity Binary package hint: ubiquity Ubiquity cannot install if you are booting LiveCD directly from ISO. Booting directly from GRUB to the ISO, mounts the ISO to /isodevice. Ubiquity will not install (even if on separate disk) if this is not unmounted. The result being that one cannot install Ubuntu in this method. This method can be used to create a recovery partition or a multi-usb bootable drive. For more explanation on how to do this: ========== START ==========     * Run the following commands which will create the directory /boot/iso and download the iso file to that directory. $ sudo -s # mkdir /boot/iso # cd /boot/iso # wget http://releases.ubuntu.com/maverick/ubuntu-10.10-desktop-i386.iso     * Add a custom menu entry in GRUB2 configuration file. Edit /etc/grub.d/40_custom as root to look like this: #!/bin/sh echo "Adding 40_custom." >&2 exec tail -n +3 $0 menuentry "Maverick CD Image ISO" { set isofile=/boot/iso/ubuntu-10.10-desktop-i386.iso loopback loop (hd0,1)$isofile linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject initrd (loop)/casper/initrd.lz }     * Afterwards, run update-grub for the changes to be propagated to /boot/grub/grub.cfg # update-grub Generating grub.cfg ... Found linux image: /boot/vmlinuz-... Found initrd image: /boot/initrd.img-... ========== STOP ========== The result of booting from the ISO directly from GRUB, is that the CD is that the partition where the ISO is located is mounted to /isodevice. Ubiquity seems to want to have control of all disks and unmount all disks before it starts installing. In the images here you see the example is sda2 for / and sda for the MBR. I have also tried this with a secondary disk where sdb1 was to be used for / and sdb for the MBR and ubiquity still complained that it had to to unmount /isodevice, even though it is on sda1. Doesn't make much sense to unmount a disk if you will not be editing any part of it. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: ubiquity 2.4.8 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Thu Dec 2 16:34:42 2010 LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007) ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubiquity
2010-12-02 17:20:56 Evan ubiquity (Ubuntu): status New Invalid
2010-12-02 18:32:48 komputes ubiquity (Ubuntu): status Invalid New
2010-12-18 12:58:30 Mantas Kriaučiūnas bug added subscriber Mantas Kriaučiūnas
2010-12-18 12:58:51 Mantas Kriaučiūnas bug task added baltix
2010-12-20 12:26:48 Gary M bug added subscriber Gary M
2011-07-29 20:56:20 Brian Murray tags apport-bug i386 maverick apport-bug i386 maverick ubiquity-2.4.8
2011-09-05 03:12:31 komputes baltix: status New Invalid
2011-09-05 03:12:38 komputes ubiquity (Ubuntu): status New Invalid
2014-10-21 18:02:01 experimancer bug task added ubiquity
2014-10-21 18:16:54 experimancer tags apport-bug i386 maverick ubiquity-2.4.8 apport-bug i386 installer maverick ubiquity-2.4.8 ubuntu-14.04
2014-10-21 18:34:00 experimancer bug added subscriber OpenITeX
2014-10-21 18:36:31 experimancer ubiquity (Ubuntu): status Invalid New
2014-10-21 18:38:06 experimancer bug task deleted ubiquity
2015-03-12 22:36:25 Launchpad Janitor ubiquity (Ubuntu): status New Confirmed
2015-11-26 22:08:18 Michel-Ekimia bug added subscriber Ekimia
2018-05-09 16:40:19 Phillip Susi affects ubiquity (Ubuntu) casper (Ubuntu)
2018-05-09 16:40:19 Phillip Susi casper (Ubuntu): importance Undecided Medium
2018-05-09 16:40:19 Phillip Susi casper (Ubuntu): status Confirmed Triaged
2018-05-09 16:40:52 Phillip Susi summary Ubiquity cannot install if you are booting LiveCD directly from ISO casper toram forgets to disconnect loop device
2018-07-01 04:37:39 Daniel Richard G. bug added subscriber Daniel Richard G.
2020-02-14 14:02:11 Michel-Ekimia tags apport-bug i386 installer maverick ubiquity-2.4.8 ubuntu-14.04 apport-bug bionic focal i386 installer ubiquity-2.4.8 ubuntu-14.04
2020-02-14 14:07:06 Michel-Ekimia description Binary package hint: ubiquity Ubiquity cannot install if you are booting LiveCD directly from ISO. Booting directly from GRUB to the ISO, mounts the ISO to /isodevice. Ubiquity will not install (even if on separate disk) if this is not unmounted. The result being that one cannot install Ubuntu in this method. This method can be used to create a recovery partition or a multi-usb bootable drive. For more explanation on how to do this: ========== START ==========     * Run the following commands which will create the directory /boot/iso and download the iso file to that directory. $ sudo -s # mkdir /boot/iso # cd /boot/iso # wget http://releases.ubuntu.com/maverick/ubuntu-10.10-desktop-i386.iso     * Add a custom menu entry in GRUB2 configuration file. Edit /etc/grub.d/40_custom as root to look like this: #!/bin/sh echo "Adding 40_custom." >&2 exec tail -n +3 $0 menuentry "Maverick CD Image ISO" { set isofile=/boot/iso/ubuntu-10.10-desktop-i386.iso loopback loop (hd0,1)$isofile linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject initrd (loop)/casper/initrd.lz }     * Afterwards, run update-grub for the changes to be propagated to /boot/grub/grub.cfg # update-grub Generating grub.cfg ... Found linux image: /boot/vmlinuz-... Found initrd image: /boot/initrd.img-... ========== STOP ========== The result of booting from the ISO directly from GRUB, is that the CD is that the partition where the ISO is located is mounted to /isodevice. Ubiquity seems to want to have control of all disks and unmount all disks before it starts installing. In the images here you see the example is sda2 for / and sda for the MBR. I have also tried this with a secondary disk where sdb1 was to be used for / and sdb for the MBR and ubiquity still complained that it had to to unmount /isodevice, even though it is on sda1. Doesn't make much sense to unmount a disk if you will not be editing any part of it. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: ubiquity 2.4.8 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Thu Dec 2 16:34:42 2010 LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007) ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubiquity Binary package hint: ubiquity Ubiquity cannot install if you are booting LiveCD directly from ISO. Booting directly from GRUB to the ISO, mounts the ISO to /isodevice. Ubiquity will not install (even if on separate disk) if this is not unmounted. The result being that one cannot install Ubuntu in this method. This method can be used to create a recovery partition or a multi-usb bootable drive. For more explanation on how to do this: ========== START ==========     * Run the following commands which will create the directory /boot/iso and download the iso file to that directory. $ sudo -s # mkdir /boot/iso # cd /boot/iso # wget http://releases.ubuntu.com/maverick/ubuntu-10.10-desktop-i386.iso     * Add a custom menu entry in GRUB2 configuration file. Edit /etc/grub.d/40_custom as root to look like this: #!/bin/sh echo "Adding 40_custom." >&2 exec tail -n +3 $0 menuentry "Maverick CD Image ISO" { set isofile=/boot/iso/ubuntu-10.10-desktop-i386.iso loopback loop (hd0,1)$isofile linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject initrd (loop)/casper/initrd.lz }     * Afterwards, run update-grub for the changes to be propagated to /boot/grub/grub.cfg # update-grub Generating grub.cfg ... Found linux image: /boot/vmlinuz-... Found initrd image: /boot/initrd.img-... ========== STOP ========== ==================Solution ================= After casper copy to ram , it need to disconnect the loop device and unmount losetup -d /dev/loop0 ( ID to be verified with losetup -a before ) umount /isodevice =========================================== The result of booting from the ISO directly from GRUB, is that the CD is that the partition where the ISO is located is mounted to /isodevice. Ubiquity seems to want to have control of all disks and unmount all disks before it starts installing. In the images here you see the example is sda2 for / and sda for the MBR. I have also tried this with a secondary disk where sdb1 was to be used for / and sdb for the MBR and ubiquity still complained that it had to to unmount /isodevice, even though it is on sda1. Doesn't make much sense to unmount a disk if you will not be editing any part of it. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: ubiquity 2.4.8 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Thu Dec 2 16:34:42 2010 LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007) ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubiquity
2020-02-14 14:41:03 Michel-Ekimia description Binary package hint: ubiquity Ubiquity cannot install if you are booting LiveCD directly from ISO. Booting directly from GRUB to the ISO, mounts the ISO to /isodevice. Ubiquity will not install (even if on separate disk) if this is not unmounted. The result being that one cannot install Ubuntu in this method. This method can be used to create a recovery partition or a multi-usb bootable drive. For more explanation on how to do this: ========== START ==========     * Run the following commands which will create the directory /boot/iso and download the iso file to that directory. $ sudo -s # mkdir /boot/iso # cd /boot/iso # wget http://releases.ubuntu.com/maverick/ubuntu-10.10-desktop-i386.iso     * Add a custom menu entry in GRUB2 configuration file. Edit /etc/grub.d/40_custom as root to look like this: #!/bin/sh echo "Adding 40_custom." >&2 exec tail -n +3 $0 menuentry "Maverick CD Image ISO" { set isofile=/boot/iso/ubuntu-10.10-desktop-i386.iso loopback loop (hd0,1)$isofile linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject initrd (loop)/casper/initrd.lz }     * Afterwards, run update-grub for the changes to be propagated to /boot/grub/grub.cfg # update-grub Generating grub.cfg ... Found linux image: /boot/vmlinuz-... Found initrd image: /boot/initrd.img-... ========== STOP ========== ==================Solution ================= After casper copy to ram , it need to disconnect the loop device and unmount losetup -d /dev/loop0 ( ID to be verified with losetup -a before ) umount /isodevice =========================================== The result of booting from the ISO directly from GRUB, is that the CD is that the partition where the ISO is located is mounted to /isodevice. Ubiquity seems to want to have control of all disks and unmount all disks before it starts installing. In the images here you see the example is sda2 for / and sda for the MBR. I have also tried this with a secondary disk where sdb1 was to be used for / and sdb for the MBR and ubiquity still complained that it had to to unmount /isodevice, even though it is on sda1. Doesn't make much sense to unmount a disk if you will not be editing any part of it. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: ubiquity 2.4.8 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Thu Dec 2 16:34:42 2010 LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007) ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubiquity Binary package hint: ubiquity Ubiquity cannot install if you are booting LiveCD directly from ISO. Booting directly from GRUB to the ISO, mounts the ISO to /isodevice. Ubiquity will not install (even if on separate disk) if this is not unmounted. The result being that one cannot install Ubuntu in this method. This method can be used to create a recovery partition or a multi-usb bootable drive. For more explanation on how to do this: ========== START ==========     * Run the following commands which will create the directory /boot/iso and download the iso file to that directory. $ sudo -s # mkdir /boot/iso # cd /boot/iso # wget http://releases.ubuntu.com/maverick/ubuntu-10.10-desktop-i386.iso     * Add a custom menu entry in GRUB2 configuration file. Edit /etc/grub.d/40_custom as root to look like this: #!/bin/sh echo "Adding 40_custom." >&2 exec tail -n +3 $0 menuentry "Maverick CD Image ISO" { set isofile=/boot/iso/ubuntu-10.10-desktop-i386.iso loopback loop (hd0,1)$isofile linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject initrd (loop)/casper/initrd.lz }     * Afterwards, run update-grub for the changes to be propagated to /boot/grub/grub.cfg # update-grub Generating grub.cfg ... Found linux image: /boot/vmlinuz-... Found initrd image: /boot/initrd.img-... ========== STOP ========== ==================Solution ================= After casper copy to ram , it need to disconnect the loop device and unmount umount -lfd /isodevice =========================================== The result of booting from the ISO directly from GRUB, is that the CD is that the partition where the ISO is located is mounted to /isodevice. Ubiquity seems to want to have control of all disks and unmount all disks before it starts installing. In the images here you see the example is sda2 for / and sda for the MBR. I have also tried this with a secondary disk where sdb1 was to be used for / and sdb for the MBR and ubiquity still complained that it had to to unmount /isodevice, even though it is on sda1. Doesn't make much sense to unmount a disk if you will not be editing any part of it. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: ubiquity 2.4.8 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Thu Dec 2 16:34:42 2010 LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007) ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubiquity
2020-09-30 09:05:14 Michel-Ekimia description Binary package hint: ubiquity Ubiquity cannot install if you are booting LiveCD directly from ISO. Booting directly from GRUB to the ISO, mounts the ISO to /isodevice. Ubiquity will not install (even if on separate disk) if this is not unmounted. The result being that one cannot install Ubuntu in this method. This method can be used to create a recovery partition or a multi-usb bootable drive. For more explanation on how to do this: ========== START ==========     * Run the following commands which will create the directory /boot/iso and download the iso file to that directory. $ sudo -s # mkdir /boot/iso # cd /boot/iso # wget http://releases.ubuntu.com/maverick/ubuntu-10.10-desktop-i386.iso     * Add a custom menu entry in GRUB2 configuration file. Edit /etc/grub.d/40_custom as root to look like this: #!/bin/sh echo "Adding 40_custom." >&2 exec tail -n +3 $0 menuentry "Maverick CD Image ISO" { set isofile=/boot/iso/ubuntu-10.10-desktop-i386.iso loopback loop (hd0,1)$isofile linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject initrd (loop)/casper/initrd.lz }     * Afterwards, run update-grub for the changes to be propagated to /boot/grub/grub.cfg # update-grub Generating grub.cfg ... Found linux image: /boot/vmlinuz-... Found initrd image: /boot/initrd.img-... ========== STOP ========== ==================Solution ================= After casper copy to ram , it need to disconnect the loop device and unmount umount -lfd /isodevice =========================================== The result of booting from the ISO directly from GRUB, is that the CD is that the partition where the ISO is located is mounted to /isodevice. Ubiquity seems to want to have control of all disks and unmount all disks before it starts installing. In the images here you see the example is sda2 for / and sda for the MBR. I have also tried this with a secondary disk where sdb1 was to be used for / and sdb for the MBR and ubiquity still complained that it had to to unmount /isodevice, even though it is on sda1. Doesn't make much sense to unmount a disk if you will not be editing any part of it. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: ubiquity 2.4.8 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Thu Dec 2 16:34:42 2010 LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007) ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubiquity Binary package hint: ubiquity Ubiquity cannot install if you are booting LiveCD directly from ISO. Booting directly from GRUB to the ISO, mounts the ISO to /isodevice. Ubiquity will not install (even if on separate disk) if this is not unmounted. The result being that one cannot install Ubuntu in this method. This method can be used to create a recovery partition or a multi-usb bootable drive. For more explanation on how to do this: ========== START ==========     * Run the following commands which will create the directory /boot/iso and download the iso file to that directory. $ sudo -s # mkdir /boot/iso # cd /boot/iso # wget http://releases.ubuntu.com/maverick/ubuntu-10.10-desktop-i386.iso     * Add a custom menu entry in GRUB2 configuration file. Edit /etc/grub.d/40_custom as root to look like this: #!/bin/sh echo "Adding 40_custom." >&2 exec tail -n +3 $0 menuentry "Maverick CD Image ISO" { set isofile=/boot/iso/ubuntu-10.10-desktop-i386.iso loopback loop (hd0,1)$isofile linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject initrd (loop)/casper/initrd.lz }     * Afterwards, run update-grub for the changes to be propagated to /boot/grub/grub.cfg # update-grub Generating grub.cfg ... Found linux image: /boot/vmlinuz-... Found initrd image: /boot/initrd.img-... ========== STOP ========== ================== Workaround ================= After casper copy to ram , it need to disconnect the loop device and unmount losetup -d /dev/loop0 umount -lfd /isodevice =========================================== The result of booting from the ISO directly from GRUB, is that the CD is that the partition where the ISO is located is mounted to /isodevice. Ubiquity seems to want to have control of all disks and unmount all disks before it starts installing. In the images here you see the example is sda2 for / and sda for the MBR. I have also tried this with a secondary disk where sdb1 was to be used for / and sdb for the MBR and ubiquity still complained that it had to to unmount /isodevice, even though it is on sda1. Doesn't make much sense to unmount a disk if you will not be editing any part of it. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: ubiquity 2.4.8 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Thu Dec 2 16:34:42 2010 LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007) ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubiquity
2020-09-30 11:28:40 Michel-Ekimia description Binary package hint: ubiquity Ubiquity cannot install if you are booting LiveCD directly from ISO. Booting directly from GRUB to the ISO, mounts the ISO to /isodevice. Ubiquity will not install (even if on separate disk) if this is not unmounted. The result being that one cannot install Ubuntu in this method. This method can be used to create a recovery partition or a multi-usb bootable drive. For more explanation on how to do this: ========== START ==========     * Run the following commands which will create the directory /boot/iso and download the iso file to that directory. $ sudo -s # mkdir /boot/iso # cd /boot/iso # wget http://releases.ubuntu.com/maverick/ubuntu-10.10-desktop-i386.iso     * Add a custom menu entry in GRUB2 configuration file. Edit /etc/grub.d/40_custom as root to look like this: #!/bin/sh echo "Adding 40_custom." >&2 exec tail -n +3 $0 menuentry "Maverick CD Image ISO" { set isofile=/boot/iso/ubuntu-10.10-desktop-i386.iso loopback loop (hd0,1)$isofile linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject initrd (loop)/casper/initrd.lz }     * Afterwards, run update-grub for the changes to be propagated to /boot/grub/grub.cfg # update-grub Generating grub.cfg ... Found linux image: /boot/vmlinuz-... Found initrd image: /boot/initrd.img-... ========== STOP ========== ================== Workaround ================= After casper copy to ram , it need to disconnect the loop device and unmount losetup -d /dev/loop0 umount -lfd /isodevice =========================================== The result of booting from the ISO directly from GRUB, is that the CD is that the partition where the ISO is located is mounted to /isodevice. Ubiquity seems to want to have control of all disks and unmount all disks before it starts installing. In the images here you see the example is sda2 for / and sda for the MBR. I have also tried this with a secondary disk where sdb1 was to be used for / and sdb for the MBR and ubiquity still complained that it had to to unmount /isodevice, even though it is on sda1. Doesn't make much sense to unmount a disk if you will not be editing any part of it. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: ubiquity 2.4.8 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Thu Dec 2 16:34:42 2010 LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007) ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubiquity Binary package hint: ubiquity Ubiquity cannot install if you are booting LiveCD directly from ISO. Booting directly from GRUB to the ISO, mounts the ISO to /isodevice. Ubiquity will not install (even if on separate disk) if this is not unmounted. The result being that one cannot install Ubuntu in this method. This method can be used to create a recovery partition or a multi-usb bootable drive. For more explanation on how to do this: ========== START ==========     * Run the following commands which will create the directory /boot/iso and download the iso file to that directory. $ sudo -s # mkdir /boot/iso # cd /boot/iso # wget http://releases.ubuntu.com/maverick/ubuntu-10.10-desktop-i386.iso     * Add a custom menu entry in GRUB2 configuration file. Edit /etc/grub.d/40_custom as root to look like this: #!/bin/sh echo "Adding 40_custom." >&2 exec tail -n +3 $0 menuentry "Maverick CD Image ISO" { set isofile=/boot/iso/ubuntu-10.10-desktop-i386.iso loopback loop (hd0,1)$isofile linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject initrd (loop)/casper/initrd.lz }     * Afterwards, run update-grub for the changes to be propagated to /boot/grub/grub.cfg # update-grub Generating grub.cfg ... Found linux image: /boot/vmlinuz-... Found initrd image: /boot/initrd.img-... ========== STOP ========== ================== Workaround ================= After casper copy to ram , it need to disconnect the loop device and unmount losetup -d /dev/loop0 umount /isodevice =========================================== The result of booting from the ISO directly from GRUB, is that the CD is that the partition where the ISO is located is mounted to /isodevice. Ubiquity seems to want to have control of all disks and unmount all disks before it starts installing. In the images here you see the example is sda2 for / and sda for the MBR. I have also tried this with a secondary disk where sdb1 was to be used for / and sdb for the MBR and ubiquity still complained that it had to to unmount /isodevice, even though it is on sda1. Doesn't make much sense to unmount a disk if you will not be editing any part of it. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: ubiquity 2.4.8 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Thu Dec 2 16:34:42 2010 LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007) ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubiquity
2022-06-17 13:06:28 Martin Errenst bug added subscriber Martin Errenst
2023-10-06 21:59:02 Launchpad Janitor merge proposal linked https://code.launchpad.net/~crass/casper/+git/casper/+merge/453078
2023-10-08 00:53:05 Launchpad Janitor merge proposal linked https://code.launchpad.net/~crass/casper/+git/casper/+merge/453084