LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > DamnSmallLinux
User Name
Password
DamnSmallLinux This forum is for the discussion of DamnSmallLinux.

Notices


Reply
  Search this Thread
Old 02-28-2006, 11:05 AM   #1
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Rep: Reputation: 56
DSL on USB Pendrive


Hi folks,

dsl-2.2b

My PC can support both USB-ZIP and USB-HDD booting. I did the installation from LiveCD which is running without problem.

First I tried installing USB-ZIP without success. Nothing has been installed.

Then I tried installing USB-HDD.

Booting method - vga=normal (also tried "toram")
other language only hit [ENTER]

Installation completed without complaint. On checking after mounting the Flash Drive (pendrive);

# ls -l /mnt/sda1
Code:
total 1856
-rwxr-xr-x  1 root root   2048 Mar  1  2006 boot.cat
-rwxr-xr-x  1 root root    119 Mar  1  2006 boot.msg
-rwxr-xr-x  1 root root   1592 Mar  1  2006 f2
-rwxr-xr-x  1 root root   1595 Mar  1  2006 f3
-rwxr-xr-x  1 root root    256 Mar  1  2006 german.kbd
dr-xr-xr-x  2 root root   8192 Mar  1  2006 knoppix
-rwxr-xr-x  1 root root 994807 Mar  1  2006 linux24
-rwxr-xr-x  1 root root  33780 Mar  1  2006 logo.16
-rwxr-xr-x  1 root root 802165 Mar  1  2006 minirt24.gz
-rwxr-xr-x  1 root root   2709 Mar  1  2006 syslinux.cfg
But the pendrive failed to boot.

Where can I find the installation maunual? Only a short description was found on FAQ.

TIA

Also I doubt whether the Avixe Platinum Drive which I'm running can boot. How can I check it?

B.R.
satimis
 
Old 02-28-2006, 12:05 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
What errors are you getting on boot?
 
Old 02-28-2006, 07:43 PM   #3
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi pljvaldez,

No error indicated, just can't boot DSL on the USB pendrive.

I selected following booting sequency on my PC;

1st boot - USB-HDD
2nd boot - CDROM (I have no CD on it)
3rd boot - HD-0

It booted HD-0. I have FC3 running on HD-0. For such reason I doubt whether Avixe, the USB Flash Drive, supports booting.

Tks

B.R.
satimis
 
Old 02-28-2006, 08:32 PM   #4
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi pljvaldez,

I got it done, by reinstalling it as USB-ZIP. This time I succeeded.

DSL is now running on USB pendrive but the speed is a little bid slower.

Avixe Platinum Drive supports;
19MB/sec (read) - max
14MB/sec (write - max

Would installation on USB-HDD have better performance?

I suspect Avixe Platinum Drive can't boot on USB-HDD. Is there any way to check it?

TIA

B.R.
satimis

Last edited by satimis; 02-28-2006 at 08:38 PM.
 
Old 03-01-2006, 07:30 AM   #5
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
Quote:

DSL is now running on USB pendrive but the speed is a little bid slower.
what are you comparing it to? usb is not that fast to be honest. and 1.1 is really slow.... are you sure it's not 1.1? and it's not in mega bits rather than bytes. even if you have a usb 2 device is will run at 1.1 if the pc only has 1.1 ports...

Unfortunately, the problem with booting DSL from a pen drive is more often related to poor/buggy bios support for usb devices.

conicidentally i was just reading this:

http://www.theinquirer.net/?article=29963
 
Old 03-01-2006, 10:43 AM   #6
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi satinet,

Tks for your advice and link.

Quote:
what are you comparing it to?
LiveCD

Quote:
are you sure it's not 1.1?
The Avixe Platinum is USB 2.0

Quote:
..... if the pc only has 1.1 ports...
How to check it?

B.R.
satimis
 
Old 03-03-2006, 08:28 AM   #7
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
i think you're missing my point.

the "Avixe Platinum is USB 2.0" might be 2.0, but if the ports on the computer are 1.1 then the Pendrive will run at 1.1 speed.

the live cdrom probably has a faster read spead but a slower access time than the pen drive...

guess you need to check your motherboards manual or website to see if it's 1.1 or 2.0.

you can do "lsmod|grep -i usb" and see what that bring....
 
Old 03-03-2006, 08:47 AM   #8
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi satinet,

Quote:
you need to check your motherboards manual or website to see if it's 1.1 or 2.0.
I'll check whether the manual is still available later. The motherboard is at least 3~4 years old.

Quote:
you can do "lsmod|grep -i usb" and see what that bring....
# lsmod|grep -i usb
Code:
usb_storage            72329  0
scsi_mod              146313  2 sd_mod,usb_storage
Others noted with tks.

satimis
 
Old 03-03-2006, 08:55 AM   #9
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
do "lsmod |grep -i hci"


if echi doesn't come up you are on usb 1.1 (or more acturatly, linux has detected 1.1)...
 
Old 03-03-2006, 09:00 AM   #10
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by satinet
do "lsmod |grep -i hci"


if echi doesn't come up you are on usb 1.1 (or more acturatly, linux has detected 1.1)...
# lsmod |grep -i hci
Code:
uhci_hcd               35025  0
What is "uhci_hcd" ? Tks

satimis
 
Old 03-03-2006, 09:04 AM   #11
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
that means DSL thinks you have usb 1.1.

therefore it will be rather slow...

you need to check that this is what your motherboard really has...
 
Old 03-06-2006, 07:44 PM   #12
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi satinet,

I found out with "lsmod|grep -i usb" on running FC3. It is USB 1.1.

Either I have to get an USB 2.0 PCI controller or to upgrade the boardboard "2thmax 8KHA" which has been used for sometimes.

Would the performance be better if selecting "toram" on installing DSL 2.2b on USB pendrive?

B.R.
satimis
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Transcend 256mb pendrive wont boot DSL gnukish DamnSmallLinux 10 11-16-2005 11:30 PM
USB Pendrive DarkAsHell Linux - Hardware 3 04-07-2005 03:26 PM
cant unmoun usb pendrive? dwarf007 Linux - Newbie 2 09-20-2004 09:38 AM
USB pendrive help jojotx0 Fedora 12 09-14-2004 02:49 AM
USB Pendrive d4d4n9 Mandriva 7 02-03-2004 08:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > DamnSmallLinux

All times are GMT -5. The time now is 01:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration