PDA

View Full Version : Arrgghh! It should be so easy but it is not



honest_abe
08-25-2011, 11:17 PM
Let me start off by saying I have 15 years of UNIX (but stopped the continuous use 9 years ago). Now its mainly Windows.

Here is what I want:



I want to make a CD based linux with just a browser and video player in it for the small mineral museum I volunteer at.
I'd like to restrict the browser to certain URLs. The video player is to play downloaded youtube and/or other videos (possibly through the browser)
The eventual screen would be a touchscreen but I haven't got one yet.
The idea is that visitors can go to certain web site (only) to get info on minerals or play "pre-loaded" videos. Anything else would be locked out. I want the system to be CD-based so visitors (and unsophisticated volunteers) can't screw it up.

So where am I? Step 3 and lost.


I downloaded and burned 6.70 knoppix to CD. Booted it. Installed it "to flashdrive" using the hard disk as the flash drive (don't care if data gets wiped out. That worked but after booting, the browser is messed up (top is at bottom of screen. Rebooting the HD system makes it work fine. Not sure why but I can live with it for now. Note that running browser from CD-based original knoppix looks fine.


Since I want to make changes dynamically and test those changes - removing unwanted software like the office software and configuring to write protect config files from knoppix user as well as testing passworded knoppix and root users, I figured creating a HD knoppix would be best. I would then burn that back onto a CD.


So I tried "install knoppix to harddisk". "auto" "disk" and "gparted" do nothing on this once-windows XP disk. The only thing it says is "not enough swap space" and "no usable partition". Agghh!



I mounted the two old windows partitions. OK. Unmounted and create file system on one. cool. unmounted then created a huge swap with mkswap and swapon on one. Still the same problem.


Help an old geezer get past step 3?


Am I even going in the right direction?



I can't get past step 3

honest_abe
08-26-2011, 02:06 AM
Additional info. (and by the way, I have been reading and searching for as much info as I can).

I brought up X then ran a root terminal then ran gparted and it came up. I then set up two primary partitions but still no way to do an install. In my old age, I must be missing something obvious.

honest_abe
08-26-2011, 03:18 AM
Aha! I am beginning to see the light. I found I had to unallocate some of the disk space with gparted. Then when I specified "auto", it tried to work. Unfortunately it failed but it did create 2 partitions. So in rereading the "help", I understood it needed both a swap and a reiserfs partition (they didn't have them in my day). So using gparted, I made one of the partitions created by auto into swap and the other into reiserfs. Then the HD installer allowed me to select the partition and install. It is doing it right now.

Until I hit the next point of contention, any suggestions about my objective are truly appreciated.