Quote (Juanito @ Jan. 09 2008,11:08) |
I don't have the dsl book in front of me to check what it says, but there are a couple of things you could think about: 1. Use the usb-hdd installation script from the right-click menu (I believe the latest versions will make a FAT partition and an ext2 partition). 2. If you already used the usb stick for a native installation and deleted the files, then it must already have a FAT16/FAT32 partition - why use cfdisk to do it again? 3. Is the command "sudo cfdisk /dev/sda" maybe? 4. You could also use "sudo sfdisk /dev/sda" |
Quote (roberts @ Jan. 09 2008,15:20) |
The book is based on DSL 3.x. DSL 3.x offers two types of pendrive installations, USB-ZIP and USB-HDD. The boot floppy images described in the book are located in the DSL 3.x directory. There you will find the bootfloppy-usb.img as well as all files related to the Book and v3.x. I didn't write the chapter on pendrives, but I did write the scripts. Both scripts will automatically prepare the pendrive both partitioning and formating. I have never used any manual prep. One word of caution is to boot your system with the usb pendrive plugged in. Also boot DSL with the install option. Do not boot DSL and then remove usb devices and plug in usb devices, as the usb detection system in 2.4 kernel hotplug is not perfect and the device may be mis-detected. The sure way is have it plugged in upon boot. If you are running DSL v4.x, then things have changed. The limitation of the ZIP specificiation does not work well with the vastly larger pendrives of today. With 4.x, only a grub install is available with a small ext2 second partition for DSL and the remaining larger shareable with Windows first partition. The new script in 4.x has been tested on pendrives up to 4GB. The bootfloppy of 4.x can be used to boot USB pendrives with a fromusb boot option. Therefore no separate boot floppy is needed for usb |