Page 1 of 2

Porteus Memory Card?

Posted: 01 May 2016, 13:01
by fullmoonremix
Salutations... :good:

I'm interested in booting Porteus from a memory card.
http://www.ebay.com/itm/Black-New-USB-2 ... SwBahVbo7z

I would be interested in finding out which type has been demonstrated to actually work and what type is proven to actually lock.

"Best Regards"... :beer:

Re: Porteus Memory Card?

Posted: 01 May 2016, 19:48
by beny
i have lexar sdxc,sony sdhc,sandisk extreme sdhc,samsung evo sdxc,tested on porteus and other system, so work out of the box with our system,ext 4 without jounaling.
.

Re: Porteus Memory Card?

Posted: 01 May 2016, 20:34
by fullmoonremix
Salutations... :good:

Thanks beny...

Which one has a "confirmed" secure write protect switch?
(...many have the this feature but some can be spoofed)

"Best Regards"... :beer:

Re: Porteus Memory Card?

Posted: 01 May 2016, 21:07
by beny
all have the switch to lock write on,so do not worry,and most interesting is the speed rate,very responsive,you know that you can put the password at syslinux if you want, so no one have access at your boot system without know password

Re: Porteus Memory Card?

Posted: 01 May 2016, 22:02
by fullmoonremix
Salutations... :good:

Unfortunately... it has been documented the physical switch can be spoofed. :wall:
I saw a thread somewhere on the forum that had the links.

In any case... if you know of anyway to avoid this I'd be interested.

"Best Regards"... :beer:

Posted by 73.150.85.78 via http://webwarper.net
This is added while posting a message to avoid misusing the service

Re: Porteus Memory Card?

Posted: 15 May 2016, 11:28
by fred08155
Unfortunately the switch on the card is no physical write protection. It triggers a contact in the card reader only. Most of the card readers ignore the write protect switch or are missing the internal contact that should be triggered by the switch...

Re: Porteus Memory Card?

Posted: 15 May 2016, 17:24
by brokenman
Format it as ISO9660. That'll stop writing. :crazy:

Re: Porteus Memory Card?

Posted: 20 May 2016, 13:44
by fullmoonremix
Salutations... :good:
brokenman wrote:Format it as ISO9660. That'll stop writing. :crazy:
How is that done... step by step? :unknown:

"Best Regards"... :beer:

Posted by 73.150.85.78 via http://webwarper.net
This is added while posting a message to avoid misusing the service

Re: Porteus Memory Card?

Posted: 20 May 2016, 20:28
by brokenman
Just dd the ISO onto the USB drive.

Re: Porteus Memory Card?

Posted: 22 May 2016, 02:53
by fullmoonremix
Salutations... :good:

I assume there are various parameters. What is the exact command line string?

"Best Regards"... :beer:

Posted by 73.150.85.78 via http://webwarper.net
This is added while posting a message to avoid misusing the service

Re: Porteus Memory Card?

Posted: 22 May 2016, 22:36
by brokenman

Code: Select all

dd if=/path/to/porteus.iso of=/dev/sdb
Be careful. dd (disk destroyer) can nuke a drive in a heartbeat. Take note that the output file (of=) does not contain a partition number but a block device.
This will write Porteus to the USB device and use the entire device.

Re: Porteus Memory Card?

Posted: 26 May 2016, 20:32
by brokenman
Yes. You can reformat using gparted.

Re: Porteus Memory Card?

Posted: 27 May 2016, 19:22
by wread
@fullmoonremix
I wish I could understand all those advanced concepts you mention in your posts... :%) and I guess your Porteus distribution PekWM Edition make use of most of those features.

This forum has a section for Porteus derivatives; IMHO it would be nice if we could share your PeWM version, so the members of this forum could check on the new ways you propose :Yahoo!:

Regards!

Re: Porteus Memory Card?

Posted: 27 May 2016, 21:59
by fullmoonremix
Salutations... :good:

@ wread... my deepest heartfelt apologies regarding sharing my ideas. I just can't seem to catch a break.
After 2yrs of struggling to put together "HardKnox" (Hardened Porteus w/PekWm) I got hit with a microcontroller firmware bug.

It wiped out all my gear ($1500+ :cry: ) so I've been grounded until the 1st (payday) when I can make a secure ("Coreboot") box.
I have a backup of everything I did... so it should take me 4 weeks from the time I build the box to release my derivative.

Perhaps if I get lucky this weekend I might manage to boot Porteus on Chromebook ("Coreboot" secured) so I don't have to wait for the box.
However... I will still need brokeman's help to harden the kernel.

HardKnox "features" (this part already works)...
http://forum.porteus.org/viewtopic.php?f=113&t=5682

The box I'm making (I already have the case)...
http://forum.porteus.org/viewtopic.php?f=61&t=5878

"Best Regards"... :beer:

Posted by 71.250.239.251 via http://webwarper.net
This is added while posting a message to avoid misusing the service

Re: Porteus Memory Card?

Posted: 20 Jan 2017, 08:36
by taylor
brokenman wrote:Format it as ISO9660. That'll stop writing. :crazy:
brokenman wrote:Just dd the ISO onto the USB drive.
brokenman wrote:

Code: Select all

dd if=/path/to/porteus.iso of=/dev/sdb
Be careful. dd (disk destroyer) can nuke a drive in a heartbeat. Take note that the output file (of=) does not contain a partition number but a block device.
This will write Porteus to the USB device and use the entire device.
Can this be used for Sata connected devices ??

I have a small 8gb Msata card that i never use and wondered if i could use it as a fast read only boot device.