Quote:You guys have been awesome so far, my first foray into the world of Linux has been confusing but pretty fun actually. I really do appreciate your time, thanks and I look forward to hearing from you.
That is really great to hear and thanks for the feedback. Many people's first experiences with Linux and confusing and, perhaps, a little overwhelming, but over time they grow to love the challenge. We really appreciate you taking the time to let us know that you've found the site helpful and are enjoying Linux! [img]<___base_url___>//public/style_emoticons/default/biggrin.png[/img]
Quote:I need to install it to the hard drive of the PC that will be used as a kiosk. I cam across this page http://webconverger.org/usb/ but I am a bit confused by the directions. I would be very appreciative if anyone could walk me through the steps.
I've run through the process myself in a virtual machine, and I think I've got it working. Here is what you need to do.
Please bear in mind that this process will delete anything on the first hard drive of the computer you run it on and replace it with WebConverger. Be sure you're doing it on the target computer and that anything you want saved from that machine is backed up! Again, everything will be deleted.
Put in your WebConverger CD and start the target machine from it. When you see the first boot screen, press the
Tab key to edit the boot settings. We'll only need to do this one time, to copy the CD to the hard drive. You'll see a long line of text, which is unfortunately a little difficult to read, due to white on white!
Erase everything to the right of the word 'noroot' with backspace. So, leave 'nomodeset' as the last bit of the line for now. (You'll notice that each time you hit backspace, the line reprints itself. Gah, it's ugly, but stick with it [img]<___base_url___>//public/style_emoticons/default/tongue.png[/img] )
Type, leaving a space after 'nomodeset', the following:
username=root splash vga=current quiet
Here, we are asking the CD to boot into effectively the 'administrator mode' of WebConverger, so we can copy it to the hard drive. The bottom line of the command should now read:
nomodeset username=root splash vga=current quiet
Press Enter and wait a few moments for the system to boot. You should see a black screen with a grey line at the top, and 'dwm-5.8.2' written in the top right.
Press Alt-Shift-Enter, which will bring up a terminal.
Carefully type the following command, which will copy the CD to the hard drive.
Again, this deletes everything on the first hard drive of the computer. Press Enter when you have typed it out, then expect it to take quite a bit of time before it appears to have done anything (it is copying all 320 MB of the CD to the hard drive).
Code:
dd if=/dev/cdrom of=/dev/sda bs=512
Once you see a notice about how much data has been copied, it is done. Now, we just type:
You can remove the CD as the system comes back up and it should boot from the hard drive! Done!