jimihieu
Group: Members
Posts: 73
Joined: Mar. 2006 |
|
Posted: May 20 2006,08:45 |
|
Quote (mikshaw @ May 17 2006,16:40) | From Suse, as root.... 1) Mount the ISO
Code Sample | mount -o loop /path/to/dsl-2.4.iso /path/to/mountpoint |
2) Copy the contents of the mountpoint to your new ext2 or ext3 partition
Code Sample | cp -Rp /path/to/mountpoint/* /mnt/whatever/ |
3) Add entry to Suse's /boot/grub/menu.lst (this example assumes DSL is on hdb1)
Code Sample | title Damn Small Linux kernel (hd1,0)/boot/isolinux/linux24 root=/dev/hdb1 dsl <options> initrd (hd1,0)/boot/isolinux/minirt24.gz |
|
Hi mikshaw, i did like that you mention and i got the following error:
The boot lines go a few lines as normal before the error occur: Uncompress linux.....Ok! Booting the kernel ..... audit ...initialization.... RAMDISK incomplete write (-28 !=32768) 4194304 Kernel panic: not syncing . No init found: Please put some init = option into the kernel.
At first my grub was like this: root (hd0,0) kernel (hd0,0)/boot/isolinux/linux root =/dev/hda1 frugal
When see the error i add in boot line: root (hd0,0) kernel (hd0,0)/boot/isolinux/linux root =/dev/hda1 init=/etc/init frugal
Still dont works! give it 1 more try: root (hd0,0) kernel (hd0,0)/boot/isolinux/linux root =/dev/hda1 init=/sbin/init frugal
still dont works! another try: root (hd0,0) kernel (hd0,0)/boot/isolinux/linux root =/dev/hda1 init=/sbin/init frugal initrd (hd0,0)/boot/isolinux/minirt.gz (N.B: please note that all the "linux" and "minitrt.gz" are correct name according to my files names and all file structures are the same) STILL DONT WORK!
Please give me some hints on how to fix thanx
|