Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hey guys, here is the scoop, I have just been given a few mini-box's to stage a working OS on. They will boot off a compact flash and have an internal IDE drive. I need to setup that compact flash to boot into a live image perhaps and opt to install to the local internal.
I tried using the http://fedoraproject.org/wiki/FedoraLiveCD/USBHowTo as if it was a USB keychain but got a Invalid System Disk, so at a stuck point. Someone mentioned mounting the flash (which works fine) to my machine and doing a dd (never used) but any advice would be helpful.
If the flash drive is big enough to hold the iso image, yeah, simply do a dd to the flash drive from the iso file and boot to install. Done it myself for Red Hat/CentOS installs and kickstarts.
Cool, thanks. The Fedora live CD is around 700mb and the flash is 1gb so space is not an issue. Only help I would need is the dd as I am not familiar with that command ( I will google as it downloads the CD). Do I dd the .iso, or extract and dd, etc. I know it must be bootable so not sure how to make that work (unless the dd handles that also) .
Thanks, but no good. Actually odd. I used the above method after downloading the Fedora-8-Live-i686.iso and issuing the dd command, after a few minutes I get the confirmation
dd if=Fedora-8-Live-i686.iso of=/dev/sdg
1427904+0 records in
1427904+0 records out
731086848 bytes (731 MB) copied, 350.978 s, 2.1 MB/s
After removing and booting off that I get;
Boot Failure
Rebooot and Select propoer Boot Device or Insert Boot Media in selected Boot device.
Then if I use another flash device and issue
dd if=diskboot.img of=/dev/sdg
24576+0 records in
24576+0 records out
12582912 bytes (13 MB) copied, 6.50159 s, 1.9 MB/s
Reboot on that, I get the welcome to Fedora start page with the install option, but since there is no other data on there, I can't do anything more than select english. So the problem lies in the Live iso, it confirmed it copied the 731mb but some reason it doesn't boot off it!
Hmm, I've seen some hardware do this before where it just complains. If you have another machine with space and network connectivity, you can actually mount the iso as a loopback on it, configure apache on it and just kickstart with the bootdisk.img you created as you can pass the "linux ks=http://server/kickstart/ks.cfg"
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.