-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Yes you must recompile the kernel,
zcat /proc/config.gz | grep AMIGA # CONFIG_AMIGA_PARTITION is not set install kernel-source cd /usr/src/linux make menuconfig #activate the AmigaFS (Filesystems --> Miscellaneous filesystems ---> <M> Amiga FFS file system support) M for support as module or * to built in make rpm rpm -i /usr/src/packages/RPM/<arch>/kernel-*.rpm cd /boot #check the symlinks (ls -l) create the initrd an have fun. If you unsure uninstall the original kernel only from the rpmdb with rpm -e --justdb kernel-default or your kernel and change /boot/grub/menu.lst cp the original entry and append the kernel version like: title SUSE LINUX 10.0 (default) kernel (hd0,7)/vmlinuz-2.6.13-15-default root=/dev/hda9 vga=791 selinux=0 splash=silent resume=/dev/hda6 video=vesa:ywrap,mtrr showopts initrd (hd0,7)/initrd-2.6.13-15-default If you speak German here is a HowTo to build a vanilla-kernel http://linux-club.de/viewtopic.php?t=10810 and a HowTo for 2 Kernel http://linux-club.de/viewtopic.php?t=21685 Oliver Bengs On Tue, 7 Feb 2006 14:17:11 +0100 Franziskus Meier <[EMAIL PROTECTED]> wrote: > On 3. Februar 2006 02:52 wrote Oliver Bengs: > >Hello, > > > >for default is in the initrd only what is needed for boot, > >i mean you haven't your root filesystem as amigafs. This module can > >be later. > > Yes, i need the amiga partition only for working, but: > Does the suse kernel handle amgiga partitioned disks? > The option for this had been deactivated in the kernel-config in my > fresh installed system. > > >i compile my kernel with "make rpm" then i install the rpm, cd /boot > rpm? > >and create the initrd only with "mkinitrd -k vmlinuz -i initrd" then > >already the rootfilesystem and the bootsplash is in initrd. > > > >On Thu, 2 Feb > > > >2006 16:17:57 +0100 Franziskus Meier <[EMAIL PROTECTED]> wrote: > >> Hello, > >> > >> while trying to built my first own kernel I've got a problem. Maybe > >> it's more simple for this mailing-list. > >> > >> Simple tech-stats of system: > >> OpenSuse 10.0 with Update to 2006-01-31 > >> > >> After configuring kernel-plan (I need additionally to handle amiga > >> and apple harddiscs on i386 system and added under "partition > >> types" -> "amiga partitioning" or so) I compiled the kernel and > >> modules. This steps created also an addtional > >> directory /lib/modules/2.6.13amgia-15.7.default. Then I copied the > >> kernel-file vmlinuz.bin from /usr/src/linux/arch/i386/boot/ to / > >> boot/. Due to the entry amiga in Makefile the above mentioned > >> modules directory resulted. After adding the kernel via yast in > >> grub with origin initrd-file the first start with new kernel > >> failed.Trying to create a new initrd via > >> > >> mkinitrd -i initrd-amigardb -k vmlinuz-2.6.13amiga-15.7-default -m > >> "via82cxxx tmscsim processor thermal fan affs" > >> > >> the system replied: > >> > >> Root device: /dev/hda3 (mounted on / as ext2) > >> Module list: via82cxxx tmscsim processor thermal fan affs > >> > >> Kernel image: /boot/vmlinuz-2.6.13amiga-15.7-default > >> Initrd image: /boot/initrd-amigardb > >> No modules found for kernel > >> > >> What does the system need? > >> > >> If more information needed, feel free to ask. > >> > >> Greetz > >> > >> Franz > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFD7ScZj/glEAdJRAMRAkB6AJ0TXVWafGtZ+6FZLH7Bump6E2ED4QCfQqvI ryF98N1bA8+mYebBRlLO0aQ= =BOGB -----END PGP SIGNATURE-----
