The time now is Fri 24 May 2013, 16:19
All times are UTC - 4 |
| Author |
Message |
glene77is

Joined: 17 Aug 2010 Posts: 108 Location: Memphis, TN, USA
|
Posted: Sat 28 Jan 2012, 11:30 Post subject:
Some pendrive Puppys boot faster than others |
|
Guys,
-----------------------------------------------------------------
Background:
Pendrive #A has the same files as #B pendrive.
Both setup the same. Each should run the same.
#A runs MBR, grldr, menu.lst, menu_00.lst, etc., 3 times faster.
compared with #B.
Compared to several other pendrives,
#B runs the bootup routines at 1/3 speed.
My other Puppy Lucid 525 systems run 'grldr' , 'menu.lst', etc.,
with NO 'idlinux.sys' available.
#1 Problem: All pendrives should run the bootup routines at the same speed.
#2 Problem: Cannot delete this unused file, named 'ldlinux.sys'.
(spelled in caps is 'LDLINUX.SYS', so I know I spelled it right.)
-----------------------------------------------------------------
ls ((( shows file 'ldlinux.sys' ))
ls -al *.sys
-r--r--r-- 1 root root 32768 2011-12-09 19:24 ldlinux.sys
rm ldlinux.sys
rm: cannot remove 'ldlinux.sys': Operation not permitted
chmod 666 ldlinux.sys
chmod: changing permissions of 'ldlinux.sys': Operation not permitted
chown root:spot ldlinux.sys
chown: changing ownership of 'ldlinux.sys': Operation not permitted
-----------------------------------------------------------------
???
_________________ Puppy Linux is more fun than a barrel of M$ monkeys
glene77is --- {^,^} --- electricity is shocking, Memphis, TN, USA.
|
|
Back to top
|
|
 |
amigo
Joined: 02 Apr 2007 Posts: 1759
|
Posted: Sat 28 Jan 2012, 12:42 Post subject:
|
|
That drive has had syslinux installed on it. To use it with grub and get rid of the syslinux stuff, then re-format the partition, then install grub and the distro files.
|
|
Back to top
|
|
 |
glene77is

Joined: 17 Aug 2010 Posts: 108 Location: Memphis, TN, USA
|
Posted: Sat 28 Jan 2012, 13:11 Post subject:
|
|
| amigo wrote: | | That drive has had syslinux installed on it. To use it with grub and get rid of the syslinux stuff, then re-format the partition, then install grub and the distro files. |
Amigo,
That is an option.
That is the way I started the pendrive in the first place.
From a standard Puppy 525 frugal OS:
1) run 'gparted', format pendrive, ext2, and create primary partition.
2) run 'grub4dos'
a. install 'MBR',
b. write the 'grldr',
c. scan system generate the menu.lst,
3) run 'Universal Install' to write system files.
I am willing to do all that again.
Question:
As a technique,
How do I get rid of a file that will not respond, such as the 'ldlinux.sys' ?
'rm' does not work
'chmod' and 'chown' will not work.
I boot the standard Puppy 525 system,
then insert the pendrive (as a data drive),
then try to manipulate it.
No Access to the file.
(Of course, formatting will force the issue, and I am willing to do that.)
Buena Suerta,
_________________ Puppy Linux is more fun than a barrel of M$ monkeys
glene77is --- {^,^} --- electricity is shocking, Memphis, TN, USA.
|
|
Back to top
|
|
 |
Jasper

Joined: 25 Apr 2010 Posts: 870 Location: England
|
Posted: Sat 28 Jan 2012, 14:22 Post subject:
|
|
Hi,
Different makes and models of pendrives have different read speeds and especially different write speeds.
Here is an example using USB 2 for source and target and cloning identical data from my OCZ Rally formatted as ext 4 to my faster (and more expensive) Patriot XporterXT and to my slower (and less expensive) Transcend JF V60. All three pendrives are identical sizes.
12/01/12 from OCZ Rally to Xporter 6'04" 10.5 MB/s
12/01/12 from OCZ Rally to JF V60 17'01" 3854 KB/s
You may like to see if you can google any technical read and write speed specifications (or independent test results) for your pendrives.
My regards
|
|
Back to top
|
|
 |
glene77is

Joined: 17 Aug 2010 Posts: 108 Location: Memphis, TN, USA
|
Posted: Sat 28 Jan 2012, 19:46 Post subject:
|
|
Jasper,
Thanks.
These are two Cruzer 16G pendrives.
Bought at same time.
Just figured they would be the same speed.
Did not expect a 3-to-1 speed difference
on the exact same boot-up code.
( I run my main system from #A pendrive.
and #B pendrive was to be an exact duplicate "spare".)
I have been experimenting with artful bootup code.
At bootup,
1) only 'grub4dos' 'grldr' (v. Dec. 2011) is running 'menu.lst'
and loading a splash screen,
2) then calling a second 'menu_00.lst' with no new splash.
#A loads second 'menu_00.lst' in 3 seconds.
Same code is copied to #B.
#B loads second 'menu_00.lst' in 10 seconds.
I have other makes, and as you said, they can run at different speeds.
After I have played with this some more,
I will simply reformat the pendrive, and start over.
Don't expect that to make any difference, but I'll find out.
_________________ Puppy Linux is more fun than a barrel of M$ monkeys
glene77is --- {^,^} --- electricity is shocking, Memphis, TN, USA.
|
|
Back to top
|
|
 |
glene77is

Joined: 17 Aug 2010 Posts: 108 Location: Memphis, TN, USA
|
Posted: Sat 28 Jan 2012, 21:27 Post subject:
|
|
Guys,
Solved.
Fast boot was with a partition that started at 2048.
Slow boot was with a partition that started at 63.
I guess I "moved" the partion, don't know how yet,
as gParted is very specific about what is allowed or not.
This time, I ran gParted to format ext2,
and was given the start address as 2048.
gParted 'assigned' that start address.
Then I ran 'grub4dos' to install the MBR, nothing else.
Then I simply 'copy' the entire /mnt/home subdirectory
from #A pendrive onto #B pendrive.
Rebooted, switched pendrives in the USB ports
so that #B was in the priority boot slot,
and it ran at full speed.
#A pendrive runs the same speed as #B pendrive.
Thanks for the input.
Still don't know the exact 'why',
but I know how to avoid the problem in the future.
_________________ Puppy Linux is more fun than a barrel of M$ monkeys
glene77is --- {^,^} --- electricity is shocking, Memphis, TN, USA.
|
|
Back to top
|
|
 |
nooby
Joined: 29 Jun 2008 Posts: 9389 Location: SwedenEurope
|
Posted: Sun 29 Jan 2012, 04:18 Post subject:
|
|
So that is when you gpart it to be ext2
what if one keep them as Fat16 or fat32
as they are when one buy them?
is that slower than ext2?
_________________
I'm a noob so I use Google Search of Puppy Forum
|
|
Back to top
|
|
 |
glene77is

Joined: 17 Aug 2010 Posts: 108 Location: Memphis, TN, USA
|
Posted: Sun 29 Jan 2012, 05:42 Post subject:
|
|
| nooby wrote: | So that is when you gpart it to be ext2
what if one keep them as Fat16 or fat32
as they are when one buy them?
is that slower than ext2? |
Nooby,
Should not be any speed difference.
Next time, I'll check it 'directly'.
Puppy Linux and grub4dos and pendrives are great fun.
Erased all my Ubuntu.
What boot-loader do you use?
I remember now, you use them all, from time to time !
About time for some sleep, before church.
_________________ Puppy Linux is more fun than a barrel of M$ monkeys
glene77is --- {^,^} --- electricity is shocking, Memphis, TN, USA.
|
|
Back to top
|
|
 |
nooby
Joined: 29 Jun 2008 Posts: 9389 Location: SwedenEurope
|
Posted: Sun 29 Jan 2012, 09:50 Post subject:
|
|
I am not adventures at all. I usually only use grub4dos
but Pussylinux had an instruction how one can
dd an image to the USB and that way easier get it going.
So I tested that one and I think it was isolinux boot
then I have a grub2 that rcrsn51 made for me.
Lance over at Pendrivelinux made some kind of limited
grub2 thing and rcrsn51 made a pussy variation of it.
I don't dare ask him but something about it can be either
Lance or rcrs51 or nooby doing something outside the
protocol because it fail to show a lot of entries.
So maybe it is me fooling too much with code.
I trust the other two knows enough to not set it up that way.
Sad but whom can I ask why it fails? I have asked in
Beginners but few cared about it.
So there is a lot of booters I have not tested like Plop nad
ext and many others.
_________________
I'm a noob so I use Google Search of Puppy Forum
|
|
Back to top
|
|
 |
glene77is

Joined: 17 Aug 2010 Posts: 108 Location: Memphis, TN, USA
|
Posted: Sun 29 Jan 2012, 16:06 Post subject:
|
|
| nooby wrote: |
I am not adventures at all. I usually only use grub4dos
|
Nobby from Sweden,
Not to fear.
'grub4dos' is all you will ever need.
I'll arrange a little text instruction for you.
You can easily install 'grub4dos' and 'Puppy Linux 5.25' to a pendrive.
You only need a running 'Puppy Linux' system or Live-CD.
Be back soon.
_________________ Puppy Linux is more fun than a barrel of M$ monkeys
glene77is --- {^,^} --- electricity is shocking, Memphis, TN, USA.
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|