hakuna-m / wubiuefi

fork of Wubi (https://launchpad.net/wubi) for UEFI support and for support of recent Ubuntu releases
GNU General Public License v2.0
1.06k stars 151 forks source link

Could not find the iso /ubuntu/installer/installation.iso #80

Open alexisfcote opened 6 years ago

alexisfcote commented 6 years ago

I have this error at the reboot after installation of wubi1710r326.exe with the ubuntu-17.10-desktop-amd64.iso In the busybox command line there is no /ubuntu mount

oliverhuhan commented 4 years ago

I get the same error message:

Could not find the ISO /ubuntu/install/installation.iso This could also happen if the file system is not clean because of an operating system crash, an interrupted boot process, an improper shutdown, or unplugging of a removable device without first unmounting or ejecting it. To fix this, simply reboot into Windows, let it fully start, log in, run 'chkdsk /r', then gracefully shut down and reboot back into Windows. After this you should be able to reboot again and resume the installation.

ls /isodevice

shows that /isodevice exists, but is empty. So I did:

mount -t ntfs /dev/sda1 /isodevice

To check if the iso can be found I did:

ls /isodevice/ubuntu/install/installation.iso

But it wasn't there.

ls /isodevice

shows

_SMSTVolumeID....... <--- a long id
System Volume Information
bootmgr
boot

so I just did, crossing my fingers and then type:

exit

to try again. But that resulted in the same error message:

Could not find the installation files /ubuntu/install/custom-installation

I've got a Lenovo ThinkPad T450.

Do you've got a possible solution?

Hi Bro, how you solved the issue about "Could not find the iso /ubuntu/installer/installation.iso"?

ZediX28 commented 3 years ago

to mount your Windows partition/drive with Ubuntu.

Will this delete Windows?

hakuna-m commented 3 years ago

Will this delete Windows?

"Mount" does not delete.

albanusalain commented 2 years ago

I got this error. What does it mean?

ntfs_mst_post_read_fixup_warn: magic: 0x00000000  size: 1024    usa_ofs: 0  usa_count: 0: Invalid argument
ntfs_mst_post_read_fixup_warn: magic: 0x00000000  size: 1024    usa_ofs: 0  usa_count: 0: Invalid argument
ntfs_mst_post_read_fixup_warn: magic: 0x00000000  size: 1024    usa_ofs: 0  usa_count: 0: Invalid argument
ntfs_mst_post_read_fixup_warn: magic: 0x00000000  size: 1024    usa_ofs: 0  usa_count: 0: Invalid argument
ntfs_mst_post_read_fixup_warn: magic: 0x00000000  size: 1024    usa_ofs: 0  usa_count: 0: Invalid argument
ntfs_mst_post_read_fixup_warn: magic: 0x00000000  size: 1024    usa_ofs: 0  usa_count: 0: Invalid argument
ntfs_mst_post_read_fixup_warn: magic: 0x00000000  size: 1024    usa_ofs: 0  usa_count: 0: Invalid argument
ntfs_mst_post_read_fixup_warn: magic: 0x00000000  size: 1024    usa_ofs: 0  usa_count: 0: Invalid argument

Could not find the ISO /ubuntu/install/installation.iso

blkid shows

/dev/sda1: BLOCK SIZE="512" UUID=92A816A5A81687BD" TYPE="ntfs" PARTUUID="cb9a9af6-2710-0000-3116-90ccdfda4bb5"

I got nvme as main boot disk with Windows 11. What should I do to remedy this situation?