LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Bootable pendrive (https://www.linuxquestions.org/questions/linux-general-1/bootable-pendrive-293362/)

alnreddy 02-22-2005 07:51 AM

Bootable pendrive
 
hi all
i am having Jetflash 256mb pendrive. I want my system to detect this pendrive. I am using fedora core -3 as my os. I want the whole proceudre of formatting,detecting pendirve After this i want to use this pendrive to make boot disk.

Waiting for a positive response
regards
narasimha

oneandoneis2 02-22-2005 07:57 AM

Plug in pendrive

Use dmesg to find out if it was detected & what device name it was assigned.

If it was detected, it's likely to have been named /dev/sda1
If not, substitute the correct name for the following instructions.

cfdisk /dev/sda

Crate one partition with FAT32 - possibly option 0b from memory

mkefs.dos or mkfs.vfat or mkdosfs or some such command to format the partition.

You now have an empty 256MB flash disk that can be recognised by any OS.

Install whatever software on it you want (Can't be more precise, don't use Fedora - but DamnSmallLinux is a good distro for pendrives as it's only 50MB)

Reboot your PC. On startup, check your BIOS supports booting from a USB flash disk, and make sure it will boot off the flash before it will boot off your own hard drive.

Save the BIOS settings and allow your PC to boot. That should be that.


All times are GMT -5. The time now is 03:36 AM.