Post here if you are a new Porteus member and you're looking for some help.
-
francois
- Contributor

- Posts: 6289
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Post#31
by francois » 05 Jun 2015, 10:56
francois and donald
I used the dd command as you mentioned:
.. Afterwards, initially the cloned SanDisk USB wouldn't even boot. So I went to /boot and ran "sh Porteus-installer-for-Linux*"
.. After running that installer, the Porteus login screen would appear (showing boot choices), but upon selection of an option I again get the "Porteus data not found" error.
If the porteus OS was on the key, this means that you need to add a boot loader.
However, as dd command usually copies all the info including boot loader and bootb sector, this seems to mean that the key is not functioning properly.

Prendre son temps, profiter de celui qui passe.
francois
-
Bogomips
- Full of knowledge

- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Post#32
by Bogomips » 05 Jun 2015, 11:26
francois wrote: this seems to mean that the key is not functioning properly.

Or, put another way, the key is not being driven properly, as confirmed by uyduruq

Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
Bogomips
-
Ed_P
- Contributor

- Posts: 7670
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Post#33
by Ed_P » 05 Jun 2015, 15:16
Bogomips wrote:Or, put another way, the key is not being driven properly, as confirmed by uyduruq

Agreed. If it was a key problem it wouldn't boot warm or cold. The proper driver is not being loaded during a cold boot.
Ed
Ed_P
-
Ed_P
- Contributor

- Posts: 7670
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Post#34
by Ed_P » 05 Jun 2015, 22:25
hmmmmm Does the drive's MBR have the LBA option set on it?
Ed
Ed_P
-
ping69
- Ronin

- Posts: 3
- Joined: 12 Sep 2015, 19:05
- Distribution: LRP Porteus SuSE Ubuntu
- Location: Germany - NRW
Post#35
by ping69 » 12 Sep 2015, 19:54
In case the problem is still exists:
Please look a this thread
http://forum.porteus.org/viewtopic.php?f=117&t=5001
Perhaps your sandisk USB 3.0 stick also offers USB UASP for better performance and porteus can not boot due to UASP support not compiled into the kernel.
You can check this with booting from another USB Stick, plug in the 'faulty' stick.
Is it detected and can be accessed? Then examine the output of dmesg (first line):
Code: Select all
[ 421.609360] scsi host9: uas
[ 421.613320] scsi 9:0:0:0: Direct-Access SanDisk SDSSDHP128G 0 PQ: 0 ANSI: 6
[ 421.618572] sd 9:0:0:0: [sdd] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[ 421.619815] sd 9:0:0:0: [sdd] Write Protect is off
[ 421.619819] sd 9:0:0:0: [sdd] Mode Sense: 43 00 00 00
[ 421.620572] sd 9:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
and examine the output of "lsmod":
ping69
ping69