LinuxQuestions.org
Visit Jeremy's Blog.
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 04-30-2007, 06:32 AM   #1
Goofy180173
Member
 
Registered: Nov 2005
Location: Austria
Distribution: Open Suse 10.3
Posts: 32

Rep: Reputation: 15
Unable to start from USB Stick


I downloaded the latest version of dsl-embeded and extracted it to my usb-stick then i started syslinux F:. In windwos i can start dsl with pendrive.bat. But if i try to reboot and start with usb then the startup screen appears. Iīm able to change with F2 the keyboardsettings but then I get the message, that there is no Knoppix filesystem available, and Iīm puted to a small console.
Iīm using a dell optiplex gx520 this machine has no ps2 connectors for keyboard and mouse. Maybe thatīs the problem? And how can I access the harddrive for reading data? They get not mounted?
 
Old 04-30-2007, 08:35 PM   #2
blackhole54
Senior Member
 
Registered: Mar 2006
Posts: 1,896

Rep: Reputation: 61
Do I understand correctly that after rebooting, the DSL boot screen does come up? If so, try using the boot parameter fromhd. I don't know if that will work, but it is worth a try. You also might take a look at the contents of pendrive.bat and see if there is any clue about what makes that means of booting successful.
 
Old 04-30-2007, 10:27 PM   #3
kachmi
LQ Newbie
 
Registered: Feb 2006
Posts: 6

Rep: Reputation: 0
Talking

it requires two things. first download the syslinux. install into ur hard disk. then format ur usb stick. then type command in the command line i.e. c:\syslinux\win32\>syslinux -f f: i assume that f: is your pendrive. and u have loaded syslinux in c:\syslinux. then extract the dsllinux to your pendrive. then restart the system by making it as legacy usb bootable. enjoy bye bye

Quote:
Originally Posted by Goofy180173
I downloaded the latest version of dsl-embeded and extracted it to my usb-stick then i started syslinux F:. In windwos i can start dsl with pendrive.bat. But if i try to reboot and start with usb then the startup screen appears. Iīm able to change with F2 the keyboardsettings but then I get the message, that there is no Knoppix filesystem available, and Iīm puted to a small console.
Iīm using a dell optiplex gx520 this machine has no ps2 connectors for keyboard and mouse. Maybe thatīs the problem? And how can I access the harddrive for reading data? They get not mounted?
 
Old 04-30-2007, 10:31 PM   #4
kachmi
LQ Newbie
 
Registered: Feb 2006
Posts: 6

Rep: Reputation: 0
Smile

do download the hpusb formater first. then install. then double click that icon which is created on the desktop. install the syslinux. install to the usb stick. then extract the dsllinux and enjoy. it is happening. ok


Quote:
Originally Posted by blackhole54
Do I understand correctly that after rebooting, the DSL boot screen does come up? If so, try using the boot parameter fromhd. I don't know if that will work, but it is worth a try. You also might take a look at the contents of pendrive.bat and see if there is any clue about what makes that means of booting successful.
 
Old 05-03-2007, 08:24 AM   #5
Goofy180173
Member
 
Registered: Nov 2005
Location: Austria
Distribution: Open Suse 10.3
Posts: 32

Original Poster
Rep: Reputation: 15
Thatīs what i tried, but it doesnīt work. It only comes till startup screen. Iīm realy sick of DSL. I changed to Puppy Linux. Itīs a little bit bigger than DSL but it works.
 
Old 01-11-2010, 12:23 PM   #6
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Rep: Reputation: 57
Quote:
Originally Posted by Goofy180173 View Post
Thatīs what i tried, but it doesnīt work. It only comes till startup screen. Iīm realy sick of DSL. I changed to Puppy Linux. Itīs a little bit bigger than DSL but it works.
you could try this solution:
Hello

You would like to boot any iso with your pendrive ? Wanna boot DSL, or live ubuntu, or ubuntu installer iso?

OK, here I made a linux version for bootmyiso:

1) format the pendrive with gparted, preferably fat16 if you have compatibilities issues (eventually). Otherwise fat32 is standard.
For console fans:
Code:
cfdisk /dev/sdX
mkfs.vfat /dev/sdX1
2) download : http://yellowprotoss.ye.funpic.org/w...o-linux.tar.gz

3) then
Unpack the files of bootmyiso-linux.tar.gz on the pendrive

Code:
/mnt/pendrive
mount -t vfat  /dev/sdX1  /mnt/pendrive
tar -xjvpf bootmyiso-linux.tar.gz -C /mnt/pendrive
umount /mnt/pendrive
syslinux -s  /dev/sdX1
syslinux  /dev/sdX1
4) Boot and select the ISO you would like to boot from your just made bootable pendrive:
or modify the menu on the pendrive




Example of menu.lst:
Code:
find --set-root /memtest86+-4.00.iso
map --mem /memtest86+-4.00.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)

# title Parted Magic 4.5 ISO Boot
# find --set-root /pmagic-4.5.iso
# map /pmagic-4.5.iso (hd32)
# map --hook
# root (hd32)
# chainloader (hd32)

# title Test ISO
# find --set-root /testname.iso
# map /testname.iso (hd32)
# map --hook
# root (hd32)

-
you can get inspired with this page


EDIT:

- DOES Not work with clonezilla and gparted (help needed if you know how)

- work with DSL iso and debian -installers iso
 
  


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
Unable to boot Usb stick freykatt Puppy 4 02-03-2007 08:34 AM
Unable to mount the USB Stick reply2vinay Linux - Hardware 2 08-24-2005 11:21 AM
USB stick - unable to umount Artik Debian 1 05-18-2005 12:29 PM
Unable to use new USB memory stick erraticassassin Slackware 4 02-13-2005 12:46 PM
Unable to mount USB-stick iskrem Linux - General 11 12-17-2004 09:22 AM

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

All times are GMT -5. The time now is 09:07 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