Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Booting newly compiled kernel

  • 22-12-2001 8:33am
    #1
    Registered Users, Registered Users 2 Posts: 197 ✭✭


    I've just compile the latest linux kernel altho I want to boot my system using a floppy disk. I've read through the how-to and tried 'make bzImage' and I tried 'dd if=bzImage of=/dev/fd0' but each time when I reboot with the floppy in I get 'Loading.....................................................' and allot more dots tilll it reboots itself.

    Any help appreciated


Comments

  • Closed Accounts Posts: 5,564 ✭✭✭Typedef


    umm have you tried
    make bzdisk?


  • Registered Users, Registered Users 2 Posts: 197 ✭✭Patrick


    Yes and it compiles grand and puts something on the floppy I've in the drive. Then I reboot with the floppy in of course and it says:
    'Loading....................' with about 2 lines of dots and then reboots the system.
    If I left it, it would keep 'Loading.....' and rebooting.


  • Closed Accounts Posts: 296 ✭✭moist


    I probably can't find your root device...
    does it give any errors after all the .... (dots) ?

    try using rdev to change the root device of the kernel on the floppy,
    so, if your current root is (say) /dev/hda5

    rdev /dev/fd0 /dev/hda5


Advertisement