^thehatsrule^
Group: Members
Posts: 3275
Joined: July 2006 |
|
Posted: April 18 2007,16:28 |
|
If you have a ext2/3 partition you can manually install it from xubuntu and dual-boot, if you don't want to use the script.
Download the iso/embedded zip Extract contents.. copy these to the root of partition (you can mount iso with `mount -o loop file.iso /mnt/mountpoint`
Code Sample | KNOPPIX/KNOPPIX minirt24.gz linux24 |
Of course if you use /boot already somewhere, you can place minirt24.gz and linux24 there.
Edit your bootloader configuration - I'm guessing with xubuntu it'll probably be grub. So, using a text editor, open up /boot/grub/menu.lst
Add in an entry for DSL: (this is a general one from wiki - edit it to your setup)
Code Sample | title DSL root (hd0,0) kernel /boot/linux24 root=/dev/hda1 frugal initrd /boot/minirt24.gz | Or see the {iso|sys}linux.cfg for the default entries.
|