Bug#840400: Issue seems in nls_ascii module not available

2019-01-26 Thread Aaron Bugher
I was hitting this exact error message during installation. I switched to another VT and did: mkfs.fat /dev/sda1 Then I switched back to the installer VT, and had it try again from "finalize the partition layout". Now it's proceeding with no error. I took the idea from this Ubuntu discussion

Re: Bug#840400: Issue seems in nls_ascii module not available

2016-10-17 Thread Holger Levsen
On Mon, Oct 17, 2016 at 02:33:34PM +0200, Cyril Brulebois wrote: > Thomas Wuensche (2016-10-15): > > I also had that problem and could work around by loading nls_ascii.ko > > module manually. It turned out that the vfat mount to access the EFI > > partition failed due to lack of ASCII IO charset.

Bug#840400: Issue seems in nls_ascii module not available

2016-10-17 Thread Cyril Brulebois
Hi Thomas, Thomas Wuensche (2016-10-15): > I also had that problem and could work around by loading nls_ascii.ko > module manually. It turned out that the vfat mount to access the EFI > partition failed due to lack of ASCII IO charset. > > So I guess the reason for the bug is the lack of a loade

Bug#840400: Issue seems in nls_ascii module not available

2016-10-15 Thread Thomas Wuensche
I also had that problem and could work around by loading nls_ascii.ko module manually. It turned out that the vfat mount to access the EFI partition failed due to lack of ASCII IO charset. So I guess the reason for the bug is the lack of a loaded nls_ascii module at the time when the partition sho