LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Feather
User Name
Password
Feather This forum is for the discussion of Feather Linux.

Notices


Reply
  Search this Thread
Old 12-24-2004, 11:31 AM   #1
PiLgRiM
Member
 
Registered: Jul 2004
Location: New York
Distribution: SuSE
Posts: 38

Rep: Reputation: 15
booting off of Sandisk Cruzer Micro


I've been trying to get Feather Linux to boot off of a Sandisk Cruzer Micro. My laptop (IBM ThinkPad X40) BIOS sees the USB device as a USB hard drive and looks like it's trying to boot, but just hangs with a blank screen. I've tried formatting it as a FAT and FAT32 device with no luck. Anyone have any ideas?
 
Old 12-24-2004, 01:31 PM   #2
TyphoonMentat
 
Registered: Aug 2003
Posts: 73

Rep: Reputation: 15
Have you tried using a USB boot floppy? (ftp://ftp.berlios.de/pub/featherlinux/bootusb.img)
Also, how exactly did you place Feather on your USB stick?
 
Old 12-24-2004, 01:51 PM   #3
PiLgRiM
Member
 
Registered: Jul 2004
Location: New York
Distribution: SuSE
Posts: 38

Original Poster
Rep: Reputation: 15
I didn't try the USB boot floppy because I don't have a floppy disk.

First, I tried the following under windows
Format as FAT, syslinux.exe e:, unzip files to the USB stick
Format as FAT32, syslinux.exe e:, unzip files to the USB stick

Then, I tried the following under linux:
mkfs /dev/sda1, syslinux /dev/sda1, mounted the USB stick and unzipped files to it
I also tried mkfs -F 32, and still no luck.

Each time, the system would hang as if it were thinking about booting from the USB stick because it can detect it (shows up in the BIOS), but never starts the boot loader.

I also just tried updating to the latest BIOS from IBM for this laptop.
 
Old 12-24-2004, 02:04 PM   #4
TyphoonMentat
 
Registered: Aug 2003
Posts: 73

Rep: Reputation: 15
You may well need to place an MBR on the USB stick. You can use the Debian MBR package to do that (if you use Debian already), or the dd command if you hadn't (Googling should suffice for this).
 
Old 12-24-2004, 02:13 PM   #5
PiLgRiM
Member
 
Registered: Jul 2004
Location: New York
Distribution: SuSE
Posts: 38

Original Poster
Rep: Reputation: 15
I'm assuming you mean dd the floppy boot img onto the usb stick?
 
Old 12-24-2004, 03:09 PM   #6
TyphoonMentat
 
Registered: Aug 2003
Posts: 73

Rep: Reputation: 15
No, I mean try to use the MBR package - it makes your USB stick bootable properly. dd'ing the floppy image would place you in the same boat as before I'm afraid, as you need to especially run some utilities on the USB stick.
 
Old 12-26-2004, 07:09 AM   #7
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Did you try: syslinux /dev/sda1
http://featherlinux.berlios.de/usb-instructions.htm
 
Old 12-26-2004, 07:22 AM   #8
PiLgRiM
Member
 
Registered: Jul 2004
Location: New York
Distribution: SuSE
Posts: 38

Original Poster
Rep: Reputation: 15
yes, makuyl, that was in the original post.
 
Old 12-31-2004, 08:38 PM   #9
passchier
LQ Newbie
 
Registered: Dec 2004
Posts: 1

Rep: Reputation: 0
If you only format the whole /dev/sda (not ./dev/sda1), you won't need a bootloader if you do syslinux on /dev/sda; otherwise you do, like put GRUB stage1&2 on /dev/sda1 on /boot/grub and install grub on /dev/sda, or whatever bootloader you like. This is the meaning I think of comment about MBR...
--
Greetings, Peter Passchier
 
Old 01-13-2005, 08:12 AM   #10
overlord73
Member
 
Registered: Apr 2004
Location: ..where no life dwells..
Posts: 541

Rep: Reputation: 30
I´m on the search for a bootable USBStick too!
Have a DELL 64MB, tried many howto´s but no chance till now. I´ll give a try to another article I found this morning......will post it later
But to have more capacity a current Kingston Traveller or Sandisk Cruzer is perhaps a good choice. Any (successful) experiences????
 
Old 01-14-2005, 12:28 PM   #11
creeble
LQ Newbie
 
Registered: Aug 2004
Posts: 21

Rep: Reputation: 0
I finally got feather to boot on a Cruzer. It wasn't easy, and I couldn't get it to work at all using just Linux to set up the stick.

First, I got the Windoze HP stick formatting utiliity mentioned somewhere here on the forum, along with their DOS bootup files. Format the stick with FAT (definitely NOT FAT32!), and tell it to use the dos files (and it doesn't remember where you keep them; very tedious).

Once this is done, you should be able to boot to a C:> prompt off the stick. If you can't.... well, don't bother with the rest of this. I tried getting syslinux.exe (two or three different versions, including the win32) to work, and *never* succeeded.

Next, boot Feather on CD.

Unfortunately (rob, did you get my note on this?), now you have to dpgk-get and apt-get install mtools under feather because mcopy is needed to run syslinux under feather, and it ain't there (this is all 0.7.1, btw).

If you booted with the stick in, it's probably at /dev/sda1, and might be mounted, so umount it.

Next, just run syslinux /dev/sda1 as root. Whoops! There's a complaint from mtools, so create /root/.mtoolsrc with the line "mtools_skip_check=1" in it. THEN run syslinux.

Reboot, remove the CD, and you should be booting off the stick.

I also did this succesfully with a Lexar jump drive Secure with no problems. I also tried it with a cheap MP3 player/usb stick I had lying around (like an iPod shuffle -- but $35...), and everything worked until it booted -- it loaded the kernel, but I think eventually kernel panic'd when trying to mount root or some such. Tried it a few times. Would be cool to have an MP3 player keychain that booted your whole world (&/or access to it...) on any modern PC -- and fired up xmms for you....

Eric.
 
Old 01-14-2005, 12:34 PM   #12
creeble
LQ Newbie
 
Registered: Aug 2004
Posts: 21

Rep: Reputation: 0
Incidentally and further...

I couldn't get any tools to work under Linux. I tried the mbr tool, and it never booted. Didn't try lilo (which I'd prefer if I could get it to work), but syslinux under Linux works once you have a dos-bootable stick.

So why can't I create a dos-bootable stick under Linux? Tried a buncha stuff.

Shouldn't it be a dd of something? Why does mbrtools seem broken?

Eric.
 
Old 01-14-2005, 12:51 PM   #13
creeble
LQ Newbie
 
Registered: Aug 2004
Posts: 21

Rep: Reputation: 0
Oops... left out a step:

Quote:
Originally posted by creeble
I finally got feather to boot on a Cruzer. It wasn't easy, and I couldn't get it to work at all using just Linux to set up the stick.

First, I got the Windoze HP stick formatting utiliity mentioned somewhere here on the forum, along with their DOS bootup files. Format the stick with FAT (definitely NOT FAT32!), and tell it to use the dos files (and it doesn't remember where you keep them; very tedious).

Once this is done, you should be able to boot to a C:> prompt off the stick. If you can't.... well, don't bother with the rest of this. I tried getting syslinux.exe (two or three different versions, including the win32) to work, and *never* succeeded.

Next, boot Feather on CD. Then unzip the feather-usb distro to the stick, which is probably automounted at /mnt/sda1.

See italics above.

Eric.
 
Old 01-25-2005, 01:32 AM   #14
yggdrasilos
LQ Newbie
 
Registered: Jan 2004
Location: Orlando, FL
Distribution: Slack 9.1, Feather 0.7.1
Posts: 4

Rep: Reputation: 0
Quote:
Originally posted by creeble
First, I got the Windoze HP stick formatting utiliity mentioned somewhere here on the forum, along with their DOS bootup files. Format the stick with FAT (definitely NOT FAT32!), and tell it to use the dos files (and it
doesn't remember where you keep them; very tedious).
Could you provide a link to the afreomentioned utility and bootup files? I'm in the same boat as you were, except I'm trying with a GE Intelligent Stick 128. It comes with a driver disk that supposedly allows you to make it bootable, but the damn thing is worse than useless (took 3 reinstalls and 2 reboots before it even saw the stick, and refuses to format).

Or to try from a different angle, is there a way to make the stick DOS-bootable without re-formatting it? Looking at the drive properties in Explorer, it says that it's already formatted as a single 124MB FAT partition.
 
Old 01-25-2005, 10:31 AM   #15
creeble
LQ Newbie
 
Registered: Aug 2004
Posts: 21

Rep: Reputation: 0
Try this:

http://h18007.www1.hp.com/support/fi...oad/21284.html

There are also some DOS files you need for this utility to make the stick bootable. HP has some, or you can use the files from a DOS boot floppy, or possibly FreeDOS. I use the HP files, which appear to be Windows 98 "DOS" boot files. You should be able to boot the stick to DOS; as I say, if you can't, you won't get further.

The only problem I've had with the HP utility is that sometimes it gets the drive letter wrong for the stick (it chooses, you can't override). So I unplug my other plug-in storage thingy and it works.

Eric.
 
  


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
sandisk cruzer mini gallan Linux - Hardware 5 11-21-2006 08:55 AM
Trouble with SanDisk Cruzer Mini dr_zayus69 Linux - Hardware 5 12-05-2004 09:28 PM
How to mount USB FlashDisk: SanDisk Cruzer Mini? acer_peri Linux - Hardware 5 09-29-2004 03:22 AM
SanDisk Cruzer mini 256 mb greendusk Linux - Hardware 16 01-25-2004 01:56 PM
Simpletech Bonzai/SanDisk Cruzer compatibility The Rancid Linux - Hardware 0 05-30-2003 05:06 PM

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

All times are GMT -5. The time now is 09:43 AM.

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