HD Install :: Does frugal install have to be on master drive?
I read in a guide on doing a frugal install that it should be done on the master drive (hda). Is this true?
I'll just briefly explain my set-up:
Master contains one NTFS partition with Win XP and GRUB installed on MBR
Slave contains
- one small /boot partition (contains GRUB's menu.lst, etc.) at beginning of drive as my computer has trouble booting off any partition that is not contained within a short distance of the beginning of the drive
- one partition currently containing data which I plan to move elsewhere so I can install DSL on it
- one FAT32 partition containing data
- one Linux Swap partition
So currently computer boots using GRUB with Win XP as the only option in the boot menu. I would like to install DSL Frugal on hdb2 and boot using my existing GRUB.
I don't have much Linux experience, so nothing too difficult, please . Thanks.
It doesn't "need" to be on any particular partition, although I have no idea what restrictions the install script itself might have.
Since you already have grub working, I'd say skip the bootloader install if you run the install script.
You could also install it manually, which is extremely simple compared to practically any other OS installation procedure:
1. Boot the CD.
2. Format the target partition, if not already done, with ext2 or ext3 filesystem (you *could* use fat, but why use a Windows filesystem for a Linux installation?)
3. Mount your target partition.
4. Copy the boot and KNOPPIX directories from the cdrom to the target partition.
5. Add an entry for DSL to Grub's configuration file.
Thanks for the quick reply. I forgot to mention that I run DSL off USB, and I need to use a bootfloppy to run it, so I have DSL-embedded.
Is it still the same - copy the KNOPPIX and boot directories to the hdb2 partition? Since I already have a /boot partition on the drive, should I copy the boot directory to that partition, or put it with KNOPPIX in hdb2?
The hdb2 partition that I want to run it off is already ext3. Do I need to erase the data that is already in the partition before I copy KNOPPIX to it, or can I just leave it there and put the KNOPPIX directory in with it?
Thank you very much
Which bootfloppy? If it's the DSL-specific one, you'll only need to copy .../KNOPPIX/KNOPPIX to your hard drive. The bootfloppy then should automatically find it upon next boot.
note: you could also use the "update" option in the install scripts or the cheatcode "tohd=" instead
You don't need to delete stuff under KNOPPIX, unless it won't fit of course ;)
The KNOPPIX file is the same among the same DSL version. So copy it there.
No need for /boot directory, just copy linux24 and minirt24.gz to that boot partition..
Then edit grub to boot DSL
Next Page...
original here.