yeti
Group: Members
Posts: 23
Joined: Mar. 2006 |
|
Posted: May 12 2006,01:25 |
|
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
|