Help a noob again?Forum: HD Install Topic: Help a noob again? started by: smag Posted by smag on Dec. 10 2006,18:33
Me again I got DSL to boot on all my machines now, and it's awesome. I want to use it on an old (1997) Compaq, set up as an extra web surfing machine with DSL. I want DSL to boot when the machine is powered on, and I'd like the lone cd-drive free, so I think I want to install it as the main OS on this old machne. Machine: Compaq Desktop w/ 1.5Gb IDE HDD, 48Mb RAM, AMD K6 200mhz, one optical drive, 1 floppy. 2 USB jacks Going to install netcard: "Network Everywhere" (Wal-mart) 10/100 card (Model NC100)in the lone PCI slot to run from my highspeed, but the machine also has an old 56k modem. Soundcard is built into the Motherboard, "ES1888 PnP audio drive" is what Windows tells me it is. I want to erase everything currently on the HDD and start from a blank drive, but I've never formatted and partitioned a drive before, and I'm afraid I'll mess this up.. From what I've read, I'll need 3 partitions? One for DSL, one for MyDSL extensions, and a third for Data? This is where I'm unsure. For that size drive, what size partitions to make? I don't have any USB pedrives for storage on hand so I want the thing to just boot up and run, and have my settings, firefox bookmarks, etc.. already there for my daughter. I'll also need a flash player to work with firefox, because the educational kid's sites she likes to surf and lay on all seem to use flash for their reading/math learning games. It's almost crucial, and the main reason I'm setting up the box for her. Is it possible? (forgive my newbness here!) So, what's the first step, and are there any issues I need to worry about? I think this is all I need: 1. Basic DSL to boot without the Live CD (from the HD, frugal, I'm guessing), but with a place for downloading and installing extensions, and all traces of old OS and old data gone from the HDD (completely empty, starting anew.) 2. The sound to work (it doesn't on the box I'm using now) 3. Firefox with bookmarks that won;t dissappear 4. Flash player to work from firefox.with sound. 5. The netcard to work for surfing to sites on my highspeed. 6. Ability to play audio CD's (my kid had music she wants to play sometimes) I'd appreciate it if someone could help get me started in the right direction with this lil' project. Thanks! SMAG Posted by kamaradski on Dec. 10 2006,19:38
ok i'll get you strated formatting the drive:- boot DSL from cd - open terminal as root - run "cfdisk" - delete existing partitions - creat new ones as you like * 1 for OS * 1 for swap (current max is 2GB) * 1 for data if you like - make sure you set the OS partition "active" and select type 83 for the swap partition - run "mkfs -text3 /dev/hda1" for both hda 1 and 3 - you might also run "mke2fs -m0 /dev/hda3" to remove root preserved hd-space. than set swap like in the wiki, and install DSL on your drive using the script in the menu. suc6 kamaradski Posted by smag on Dec. 11 2006,02:09
Ok, that's what I'm going to do tonight. Wish me luck!Oh, btw, when I boot DSL from cd, and just open the terminal from the desktop, I'm already root, right? I'm not sure. sm Posted by ^thehatsrule^ on Dec. 11 2006,04:07
Don't think so. If you just use DSL's default behaviour, you will be logged into user 'dsl'.
Posted by kamaradski on Dec. 11 2006,11:22
next thing is to make it install on hd and tune it a little be sure you're still root - "mkswap /dev/hda2" from a terminal - "swapon /dev/hda2" from a terminal - Start the HD-install from the menu (by hand seems to messup my keyboard settings) - boot from HD - log-in as root - edit "/boot/grub/menu.lst" (vga=792 dma nofstab acpi)
- edit "/etc/init.d/knoppix-autoconfig (comment out rule 379 to 383 to prevent "regenerate cache.ld.so and modules.de" for faster booting)
use nano to edit normal config files, and use beaver to edit the "knopix-autoconfig" as it has a counter to see what rule your on. reboot and login as DSL user. of make your own user if you like. your datadisk is prolly mounted in /mnt/hda3 if not, get back to this thread and i'll help you with it. have fun ! |