[Bug 1155216] Re: Unable to umount /isodevice when using grub loopback method

2020-02-13 Thread Michel-Ekimia
With the help of aecooper 's comment , I succeed to install from Grubed iso ! 
Many thanks 

I will update the bug right now

** Description changed:

  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 
+ - 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

** Summary changed:

- Unable to umount /isodevice when using grub loopback method
+ Unable to install to disk when using grub loopback method

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to install to disk when using grub loopback method

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1155216] Re: Unable to umount /isodevice when using grub loopback method

2020-02-13 Thread Michel-Ekimia
** Description changed:

  How to quickly reproduce :
  
- - From a Linux distro installed (Ubuntu 18.04 here) 
+ - 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 
+ - 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
  
- See https://help.ubuntu.com/community/Grub2/ISOBoot for more info 
- 
- 
- --- Initial report  
+ --- 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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount /isodevice when using grub loopback method

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1155216] Re: Unable to umount /isodevice when using grub loopback method

2020-02-13 Thread Michel-Ekimia
** Description changed:

+ 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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount /isodevice when using grub loopback method

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1155216] Re: Unable to umount /isodevice when using grub loopback method

2020-02-13 Thread Michel-Ekimia
** Summary changed:

- Unable to umount isodevice
+ Unable to umount /isodevice when using grub loopback method

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount /isodevice when using grub loopback method

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1155216] Re: Unable to umount isodevice

2020-02-11 Thread Daniel van Vugt
** Tags added: bionic focal xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount isodevice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1155216] Re: Unable to umount isodevice

2020-01-13 Thread Michel-Ekimia
Thanks all for your comment.

We really need this to be working if we want to do a "click and install"
ubuntu on partionned Windows HD

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount isodevice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1155216] Re: Unable to umount isodevice

2020-01-12 Thread oldfred
Same error with 20.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount isodevice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1155216] Re: Unable to umount isodevice

2019-03-30 Thread Tony Cooper
Sorry forgot to add I then did umount /isodevice after losetup -d.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount isodevice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1155216] Re: Unable to umount isodevice

2019-03-30 Thread Tony Cooper
I am booting my own casper based Ubuntu 18.04 LTS ISO image from a disk
partition and also ran into  this problem with toram apparently not
working (well not completely at least).

The issue is the loopback devices are keeping the source disk active.
Doing a forced umount doesn't help as the system still things the disk
is mounted and won't let you fsck it.

So I did losetup -a, located the offending device, in my case loop0 had
/recovery mapped, and then I did losetup -d /dev/loop0 and it unmounted
and I was able to fsck the underlying partition.

HTH.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount isodevice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1155216] Re: Unable to umount isodevice

2019-02-01 Thread Jack Hwang
I can confirm that this bug is still in the newest 18.04 LTS.

Even worse, I am trying to do unattended installation from iso image on
HD.  Now I need to figure out a way to handle this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount isodevice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1155216] Re: Unable to umount isodevice

2019-01-01 Thread Psi-Jack via ubuntu-bugs
Is this bug ever going to be resolved? It's been active and unassigned
since 2013, and no resolution but this manual step, and it doesn't just
effect Ubuntu, but all Ubuntu-family distributions, Linux Mint,
elementary OS included.

I'm trying to make multi-boot USBs that I can pass out to new/existing
Linux users in various locations, including LUGs and such, but I cannot
simply tell people, "For these distributions, you need to do these extra
steps in order to actually install it".

Every other distro I have included, works perfectly. Even Debian.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount isodevice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1155216] Re: Unable to umount isodevice

2017-09-27 Thread BobDodds
Seeing this now with artful desktop iso, September 27, 2017! Iso is
loaded from usb drive, iso mounts the hd to usb's /isodevice, fails to
umount, hangs install. Going into xterm, sudo umount -f, did not work,
but hopefully adding sudo umount -l -r -f /isodevice is going to work
now. Thanks.

I installed to usb drive, copied the system dirs to the hard drive,
haha. That got me past the bad state with x11 crash loop, but now the
wifi doesn't work and synaptic won't load, so I'll have to go into
install again, xterm, sudo the umount with all three switches.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount isodevice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1155216] Re: Unable to umount isodevice

2017-04-15 Thread Martin Weis
I had the .iso on sda1 and copied the directory to sda2 and sda7, to be able to 
install to sda1.
But, sda1 was still mounted as /isodevice, though the grub entry clearly 
pointed to .iso on sda2 (or sda7). I had to rename the directory with the .iso 
on sda1.
I seems, that the installer tries all partitions in order to find the .iso 
location and uses the first one found.

Booting iso from sda7 was not possible, since sda2 was mounted as
/isodevice.

My menuentry for grub had to be (hd0,msdos2) or (hd0,msdos7), not
(hd0,2) as in the documentation on
ttps://help.ubuntu.com/community/Grub2/ISOBoot/Examples#Ubuntu_ISOs. You
can find out in grub on the commandline with ls.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount isodevice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1155216] Re: Unable to umount isodevice

2016-04-28 Thread Fred Palmer
This similar bug says to use toram boot paramater, but if installer
offers to unmount partition, it still should do that.

https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/684280
Post #14 by experimancer


Fix is actully here: https://help.ubuntu.com/community/Grub2/ISOBoot (i.e add 
"toram" to relevant Grub2 menuentry or manually umount the /isodevice with 
"sudo umount -lrf /isodevice" and re-start the installation.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount isodevice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1155216] Re: Unable to umount isodevice

2016-04-18 Thread Fred Palmer
Same issue with 16.04 Xenial.
Installer does ask if you want to unmount, but it does not unmount and hangs or 
gives errors.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount isodevice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1155216] Re: Unable to umount isodevice

2015-09-27 Thread Fred Palmer
Now getting same issue with UEFI boot and Wily. ISO on sdb, boot is from
sda as that is all the grub allows with UEFI.

And it automounts a partition in sda (random partition?) as /isodevice.
So then it will  not let install to another partition on sda.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount isodevice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1155216] Re: Unable to umount isodevice

2013-12-26 Thread Fred Palmer
Same error with trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount isodevice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1155216] Re: Unable to umount isodevice

2013-04-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubiquity (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount isodevice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1155216] Re: Unable to umount isodevice

2013-04-26 Thread Shriramana Sharma
I tried installing Kubuntu Raring Beta 2 and Raring final using ISO
loopback, but it gave this error saying /isodevice could not
unmounted, and while it lets me select the timezone, keyboard layout
etc, the installation doesn't really seem to progress because the
progress bar reads Detecting filesystems for a long time. I suppose if
installation is progressing it should say unpacking this/that etc.

I am now going to try installing using my USB drive -- too bad I
couldn't use the HD-install method which I have been using for three
years now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155216

Title:
  Unable to umount isodevice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1155216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs