Re-formattingUSB Stick prob.after Kiosk 3.2.0 install(SOLVED

Post bug reports related to either the kiosk ISO or the kiosk wizard here.
Forum rules
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
Johannes
White ninja
White ninja
Posts: 26
Joined: 19 Jan 2013, 21:16
Distribution: Porteus - Kiosk 4.5.0 - i486
Location: Deutschland

Re-formattingUSB Stick prob.after Kiosk 3.2.0 install(SOLVED

Post#1 by Johannes » 17 Jan 2015, 07:38

After installing Kiosk 3.2.0, I tried to remove Kiosk again by formatting the USB-Stick. It didn't work at all when I used Windows 7 to format to FAT 32 (always got an error message). I only succeeded to format the USB-Stick to NFTS using Gparted. FAT 32, ext2 and ext4 didn't work either on Gparted (always got an error message there too). It finally worked after a last ditch attempt to format the USB-Stick to NFTS with Gparted. I then erased the Stick using an erasing program on Windows 7, and formatted it back to FAT 32 again. It basically nearly made my USB-Stick unusable. Do you encounter the same problem?

Thank you,

Johannes
Last edited by Johannes on 18 Jan 2015, 00:51, edited 2 times in total.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Re-formatting USB Stick prob. after Kiosk 3.2.0 installa

Post#2 by fanthom » 17 Jan 2015, 08:32

you have to erase MBR of the drive and thats it. run under Linux:

Code: Select all

dd if=/dev/zero of=/dev/sdX bs=1M count=10
where 'X' is your pendrive letter (be careful with this command!).
now you can format the stick under Windows as normal. i'm sure there is a way of doing the same under Windows - probably have to remove partitions from the stick first using administration tools.

i'll add this Q/A to the kiosk's FAQ.

thanks
Please add [Solved] to your thread title if the solution was found.

Johannes
White ninja
White ninja
Posts: 26
Joined: 19 Jan 2013, 21:16
Distribution: Porteus - Kiosk 4.5.0 - i486
Location: Deutschland

Re: Re-formattingUSB Stick prob.after Kiosk 3.2.0 install(SO

Post#3 by Johannes » 18 Jan 2015, 00:52

Thank you very much. :Bravo: :good:

Locked