Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: poor man's install on flash drive (DSL)

  1. #1
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    poor man's install on flash drive (DSL)

    I don't have a flash drive big enough for Knoppix, but do have a 64 meg one. That should be large enough for Damn Small Linux, but only as a poor man's install, not a full install. Can anyone give me the steps I might need to get DSL on a flash drive as a bootable device? My notebook can boot from USB devices, but what do I need to do to get the flash device able to boot damn small linux and so on?

  2. #2
    Member registered user
    Join Date
    Jan 2004
    Posts
    65
    I remember reading a couple of posts about this on the dsl forum.
    It sounded like it might be a pita.
    I choose to use feather linux.Worked great.
    http://featherlinux.berlios.de/usb-instructions.htm
    http://featherlinux.berlios.de/about.htm
    DSL seems to have a whole board dedicated to usb booting.
    http://damnsmalllinux.org/cgi-bin/fo...gi?act=SF;f=17

  3. #3
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    I have Feather Linux downloading now. Will give it a shot. It looks like it might be very tight fr a 64 meg device.

    I'm downloading and planning on using the iso. Not clear on what the "boot img" file is or how I would use that with a pen drive. Any insight? There seems to be no link to a FAQ on the site. Should I use the boot img rather than the iso?


    Would still like to have DSL on a USB too (at least until I decide feather works and will do the things I know I can do with DSL. So any more insight on getting DSL ona 64 meg flash gizmo would be welcome. I followed that link but the seemed to be mostly concerned with "normal" installs (if there is any such thing with a live CD) rather than poor man installs.

  4. #4
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Have Feather and tried to get it booting. It does seem to fit on my "64" meg device (which seems to suffer from the same marketing hype HD makers use and Windows reports as 62.0 megs of space).

    It does not boot though. They seem to know this happens, as the feather website also says "If this doesn't work, try downloading the Debian “mbr” package and using that to install an MBR on the USB drive". Unfortunately, I don't have a Linux running that I can install packages into. Am I out of luck? Is there another way to make this thing bootable?

  5. #5
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    872
    Quote Originally Posted by Harry Kuhman
    Have Feather and tried to get it booting. It does seem to fit on my "64" meg device (which seems to suffer from the same marketing hype HD makers use and Windows reports as 62.0 megs of space).

    It does not boot though. They seem to know this happens, as the feather website also says "If this doesn't work, try downloading the Debian “mbr” package and using that to install an MBR on the USB drive". Unfortunately, I don't have a Linux running that I can install packages into. Am I out of luck? Is there another way to make this thing bootable?
    Try syslinux. It should not have problem booting USB devices. You can install it under either linux or DOS(not sure about Windows, may be too). Once it is on the device, it becomes the boot loader but syslinux only support FAT so you need to use the loopback fs trick for your linux, I believe that is what poorman's install is about.

    Alternatively, you can try grub too.

  6. #6
    Member registered user
    Join Date
    Jan 2004
    Posts
    65
    I used
    ftp://ftp.berlios.de/pub/featherlinu...-0.6.1-usb.zip
    I ran syslinux on the usb drive after unzipping the file directly
    onto it.It worked.
    My thumbdrive is a Lexar 128MB.The file,when unzipped,is exactly 62MB.
    I've also used the boot floppy to boot the drive on boxes that won't
    boot usb drives.
    ftp://ftp.berlios.de/pub/featherlinux/bootusb.img
    To write this to a floppy,use rawrite under windows or dd with knoppix.
    dd if=bootusb.img of=/dev/fd0

  7. #7
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by garyng
    Try syslinux. It should not have problem booting USB ......
    I did. The link that ghaze gave ( hrtp://featherlinux.berlios.de/usb-instructions.htm ) said to use that. Copied the iso to the USB drive. Ran syslinux, giving it the drive letter of the UBS device (which, of course, is the drive letter of the partition itself, not the drive, but about as close as you get with Windows). It put another file in the fat partition (LDLYNUX.SYS) and I hope spmething in the MBR space, but my lapyop just skips over it when booting (yes, boot order is set to check the USB device first)

  8. #8
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by ghaze
    My thumbdrive is a Lexar 128MB.The file,when unzipped,is exactly 62MB.
    Strange, I downloaded an iso file that claims to be the 0.6.1 iso, but my size is 61.6 meg / 63,090 k / 64,604,160 bytes. I'll download from the link you gave and see if the file is any different after unzipping.

    I now understand what the img file is about, but using a floppy to boot isn't a good oprion for me (and the floppy is USB too). Still, I think the notebook should boot from the USB memory and it's just a matter of getting that MBR set up right.

    Anyone know of a live distro that already includes the deb package mbr (since I can't yet download and install a deb package myself)?

  9. #9
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by ghaze
    Well, using the zip makes more sense for a USB devuce than the first link that they gave me on the website. But, although the layout of the USB looks much more reasonable, it still does not boot.

    Syslinix runs, makes some changes to the flash gizmo, gives no errors, but it doesn't help me boot the USB device. I would still like to try the mbr deb package they suggest, would be very nice if I could find it on a live distro. Heck, one would think they should put it in the feather distro (would likely have to make space by droppomg something else), since they know some people need to install it to get a bootable USB device made. If it was in Feather I would burn a CD and use that to make the USB device work. But the list of applications shows that it is missing.

    So still looking for some way to get feather to boot from the device without a floppy or to get DSL working as a poor man install from the device.

  10. #10
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    872
    Quote Originally Posted by Harry Kuhman
    Quote Originally Posted by garyng
    Try syslinux. It should not have problem booting USB ......
    I did. The link that ghaze gave ( hrtp://featherlinux.berlios.de/usb-instructions.htm ) said to use that. Copied the iso to the USB drive. Ran syslinux, giving it the drive letter of the UBS device (which, of course, is the drive letter of the partition itself, not the drive, but about as close as you get with Windows). It put another file in the fat partition (LDLYNUX.SYS) and I hope spmething in the MBR space, but my lapyop just skips over it when booting (yes, boot order is set to check the USB device first)
    Strange. The last time I did it, it worked fine for spblinux(spelling?). May be you can give it a try. Not debian based but very nice USB thumb based distro. It used squashfs for its modules.

Page 1 of 2 12 LastLast

Similar Threads

  1. Poor Man's DVD Install
    By xfiles in forum Knoppix DVD
    Replies: 1
    Last Post: 09-02-2005, 06:20 AM
  2. Floppy for Poor Man's Install?
    By bigkahuna in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 01-13-2005, 08:22 PM
  3. my poor man's install setup
    By probono in forum The Lounge
    Replies: 11
    Last Post: 09-27-2004, 03:34 PM
  4. How To boot without CD after Poor Man's Install
    By prehis in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 09-15-2004, 04:44 AM
  5. Poor man's install???
    By Obsidian in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 08-28-2003, 06:34 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Cisco  (SG100D-05-UK) 5-Ports External Ethernet Switch picture

Cisco (SG100D-05-UK) 5-Ports External Ethernet Switch

$40.00



Cisco SG110 24 Port Gigabit Ethernet Switch w/ 2 x SFP SG110-24 picture

Cisco SG110 24 Port Gigabit Ethernet Switch w/ 2 x SFP SG110-24

$117.00



HP Procurve 2824 24 Gigabit Ports 10/100/1000 External Managed Switch J4903A picture

HP Procurve 2824 24 Gigabit Ports 10/100/1000 External Managed Switch J4903A

$74.99



8 Ports Unmanaged Industrial Ethernet Switch Network Gigabit Ethernet Switch picture

8 Ports Unmanaged Industrial Ethernet Switch Network Gigabit Ethernet Switch

$85.00



Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord picture

Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord

$43.95



New Linksys SE3005 5-port Gigabit Ethernet Switch picture

New Linksys SE3005 5-port Gigabit Ethernet Switch

$18.99



TP-LINK 8 Port Fast Ethernet 10/100Mbps Network Switch Desktop RJ45 - TL-SF1008D picture

TP-LINK 8 Port Fast Ethernet 10/100Mbps Network Switch Desktop RJ45 - TL-SF1008D

$12.50



New 10/100 Mbps 8 Ports Fast Ethernet LAN Desktop RJ45 Network Switch Hub picture

New 10/100 Mbps 8 Ports Fast Ethernet LAN Desktop RJ45 Network Switch Hub

$11.49



Fortinet FortiSwitch FS-124D-POE 24 Port Gigabit Ethernet Switch UNREGISTERED picture

Fortinet FortiSwitch FS-124D-POE 24 Port Gigabit Ethernet Switch UNREGISTERED

$99.97



ARUBA J9772A 2530-48G PoE+ 48 PORT ETHERNET SWITCH W/ RACK EARS J9772-60301 picture

ARUBA J9772A 2530-48G PoE+ 48 PORT ETHERNET SWITCH W/ RACK EARS J9772-60301

$132.30