hi wilsonb,
I am a newbie at linux and also had problems with puppy 2.10 and USB. It took me quite a few hours and lots of reading of the forums to get it working.
side note: just today someone warned me about the reliability of USB in general so I'm not sure I will continue using it as my boot option of choice.
In any case, I got the USB boot working by following the directions jesse gave to losl on the following link:
http://www.murga.org/%7Epuppy/viewto...asc&highlight=
Quote:
Hi losl,
Well I think I did it, it would be cool if you could try it out and see if it works for you.
Download "for_initrd.tar.gz" from this thread
http://www.murga.org/~puppy/viewtopic.php?p=62097#62096
into your /root directory then run these commands in a terminal window:
Code:
cd ~
tar zxvf for_initrd.tar.gz
cd /mnt/sdc1
gunzip initrd.gz
mkdir temp
mount initrd temp -o loop
cp /root/init temp/sbin/init
cp /root/elspci temp/bin/elspci
umount temp
rmdir temp
gzip initrd
If you modified your syslinux.cfg file, you can put it back to the standard:
default vmlinuz root=/dev/ram0 initrd=initrd.gz PMEDIA=usbflash
or get some extra info and see your sata drives being ignored
default vmlinuz root=/dev/ram0 initrd=initrd.gz PMEDIA=usbflash pfix=sd
and hopefuly enjoy booting Puppy 2.02 from usbflash
Jesse
|
If your problem was the same as mine the reason it would not boot is because the init script got confused while trying to detect the USB (sda) and the SATA drivers (also labled sda)
The way to fix it for me was to boot off of the live CD and make the changes specified above.
Hope this helps,
wonk