mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Oct. 28 2005,14:26 |
|
I just tested something yesterday which tells me that won't work. Suse uses reiserfs as its default file system, but DSL will not boot on reiser. So unless you installed suse to ext2/ext3, you'll need to make yourself a new partition.
The grub menu.lst in suse is setup fairly simply, actually. There are 3 lines for each system: 1) the title, which will be displayed when you choose your operating system. 2) the kernel line, which specifies which kernel to use, the system root for that kernel, and any config options (the F2 list). 3) the initrd is a ramdisk used during the initial setup.
Your entry would look something like this, assuming that DSL is on hda2:
Code Sample | title Damn Small Linux kernel (hd0,1)/boot/isolinux/linux24 root=/dev/hda2 dsl frugal vga=794 dma initrd (hd0,1)/boot/isolinux/minirt24.gz |
The (hd0,1) is equivalent to hda2 (0 = first drive, 1 = second partition)
You can choose which operating system to run automatically with the "default #" line at the beginning of the file.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|