HD Install :: Use an existing GRUB install
Hi!
I'd like to make a frugal install of DSL on my HD, I've already win xp and ubuntu and I'd like to use the ubuntu GRUB install,
how can I make the frugal install without replacing GRUB and then list DSL in menu.lst?
thanks
kochab
Please see the wiki or search this forum for 'grub'. There are many examples for setting up DSL on grub. You could also look in /boot/grub in the DSL filesystem to see how DSL is setup in menu.lst using the DSL version of grub.
Chris
thanks for your reply,
I had already searched both in wiki and forum,
what I haven't understood is:
if I launch the frugal install grub script from DSL doesnt it overwrite the existing grub? if so how can I make a frugal install without overwriting grub?
thanks
Essentially the frugal install script simply automates the process of copying the contents of the CD onto your harddrive and installs the bootloader. I couldn't say anything about the specifics of the script, so i have no idea if the bootloader install can be skipped (perhaps using an "upgrade" option?). Since you already have a working Linux system you can use that to copy the KNOPPIX and boot directories from the cd onto an ext2 or ext3 partition and manually add an entry for it into your existing grub menu.lst. This will give you a fully-functioning frugal system.
Concerning frugal install:
FWIW I have hacked my Fedora/Windows multi-boot to include DSL using a Fedora grub implentation by adding the obvious DSL entry amongst the others. Salient points are:
1. KNOPPIX from the DSL el torito goes to / and both minirt24.gz and linuxl24 go to /boot in hda6, an otherwise Fedora Core 4 partition;
2. The modified grub.conf is in whatever partition that Fedora last installed grub, in my case /boot/grub on hda5, a partition with Fedora Core 5 on it; and
3. I use the Windows partition, hda1 to save mydsl, backup, and opt files.
DSL seems to work ok excepting some hesitation during boot looking for but soon giving up on the cdrom, somehow finding hda6 ultimately.
The pertinent parts of my grub.conf look like the following:
title FC5 on hda5, kernel 2111
root (hd0,4)
kernel /boot/vmlinuz-2.6.16-1.2111_FC5 ro root=/dev/hda5 rhgb quiet
initrd /boot/initrd-2.6.16-1.2111_FC5.img
title DSL to ramdisk, 'KNOPPIX' on hda6
root (hd0,5)
kernel /boot/linux24 ramdisk_size=100000 vga=788 frugal toram nousb nosound
initrd /boot/minirt24.gz
title win98 on hda1
rootnoverify (hd0,0)
chainloader +1
title FC4 on hda6, Kernel 1833
root (hd0,5)
kernel /boot/vmlinuz-2.6.15-1.1833_FC4 ro root=/dev/hda6 rhgb quiet
initrd /boot/initrd-2.6.15-1.1833_FC4.img
I'd be interested to know if anyone else gets it done this way.
yeti
Next Page...
original here.