Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I make a Slackware bootdisk with this new kernel I made?

bootdisk Kernel Slackware
0
Posted

How do I make a Slackware bootdisk with this new kernel I made?

0

OK, well you grab an existing one (preferably one of the larger ones like “scsinet.s”), put it on a floppy, and do this: mount /dev/fd0 /mnt (this mounts it) cat zImage > /mnt/vmlinuz (put the new kernel in place) rdev -R /mnt/vmlinuz 0 (mount read-write) rdev /mnt/vmlinuz /dev/fd0u1440 (use that drive, or /dev/fd0h1200) rdev -r /mnt/vmlinuz 49152 (enable the ramdisk) lilo -r /mnt (reinstall lilo) umount /mnt (that’s it! you’re done!

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123