Frugal HD installForum: HD Install Topic: Frugal HD install started by: dslrgm Posted by dslrgm on Aug. 14 2007,14:36
I have a 10Gb hard drive. I used cfdisk from the LIve CD to setup 3 partitions:hda1 bootable Linux ext2 80Mb hda3 Linux ext3 9Gb hda2 Linux swap 1Gb I did the Frugal grub install and booted from the HD, DSL came up fine. Where is my swap drive? Why is grub starting the kernel with "noapci noapm" when the LiveCD boot found apci? How do I change this, hte /boot/grub/menu.lst is readonly. I can save my config to /dev/hda3 (what is it doing? I want that to be /home). When I boot from HD or LiveCD it gets around to reading that. How do I save /etc/fstab It seems I can change /etc/ssh/sshd_config.... What is the equiv command to Redhat's service: service sshd restart service network restart etc. I boot from LiveCD with DSL home=hda3 and the boot restores my config from hda3 as I backed it up, and sets /home to be on hda3. Huh? How can the config be backed up to hda3 and it also be /home ? So I backup the config so it will remember that /home is mounted on hda3? I reboot from the HD, and /home is on the ramdrive Oh, and at some point I want to install some MyDSL extensions. The wiki says that they are install first to /tmp and it must be in group staff not root. Well /tmp is right now on the ramdisk and it is in group root. How do I 'fix' this? Whew! And this is only for getting started!!! Posted by curaga on Aug. 14 2007,14:54
The menu.lst you should edit is in /cdrom/boot/grub/menu.lst. Mess with the first options kernel line, like removing noacpi and adding home=hda3 to make it use it as your home and remember your backup.. Also add "sshd" to the long line to make it start sshd automatically on boot.You don't need to change anything with /tmp, the wiki is partly outdated.. Posted by ^thehatsrule^ on Aug. 14 2007,15:58
swap is on hda2 from the list...?Debian style: i.e. /etc/init.d/ssh start or you can use DSLPanel See cheatcodes for the rest of your questions. Posted by dslrgm on Aug. 14 2007,16:09
Excellent progress!How do I get it to use hda2 as my swap drive? What about noapm and nodma? How do I determine if those are needed? Thanks for showing me how to start ssh. But I still at times need to restart network. And on Centos I just: service network restart How do I do that in DSL? There is probably something I still don't get about /etc/fstab and /etc/modprobe.conf But I am still enough in the dark that I don't know what to ask... And I want to get Bluetooth working. For a mouse and for PAN. In fact with PAN, I would like it to auto connect so I can the run, say VNC from my DSL Libretto to my DSL headless workstatioin/server... Posted by curaga on Aug. 14 2007,16:48
Your swap partition will be automatically used if you formatted it (you did, right?)format it with "mkswap /dev/hda2" if you hadn't already Posted by curaga on Aug. 14 2007,16:49
DSL does not really have a network script like that, but you could do a "ifconfig eth0 down" and then "ifconfig eth0 up"
Posted by dslrgm on Aug. 14 2007,17:09
Well I guess I didn't format it. I run the mkswap command (boy that ran fast), rebooted, and had my swap drive. And yes, hda2 from the list. The wiki advised creating the swap partition at the end of the drive, then using everything in the middle for your /home partition. Doing it this way, makes swap as hda2. And I will go off and read the cheatcodes... |