How to make bootdisk by oneself

Posted by admin | Posted in Database tutorial | Posted on 03-08-2011

0

After some friends will touch bootdisk magnetic film starting up, it is unable to be thought the zoarium apparatus of the computer,
Give an example to say, the analogy your computer is equipped with the hard disc control card of a very outstanding brand,
The reason why numerous bootdisk of existing Slackware Linux have no driver, but
You confirm again that know that there is driver inside Linux Kernel source of the new edition. You have
At the time of this situation, can ask others to help, compile this Kernel on not a Linux machine
Key form yard, later according to one yard of making and a your own bootdisk of this core.

Make the operation of bootdisk by oneself, in practice take all in that place and already make good bootdisk
Magnetic film, hang Mount this magnetic film Under a Linux system while operating, later me
System nucleus of compiling in advance be got by magnetic film to be copied,be until there build is cores old in magnetic film in this way
Go, finally, carry out a little more starting up to presume movements are all right. The detail is as follows:

0. Compile the system nucleus, compile required Driver in
ask three to do in the test clumsily” The administration Linux/Unix of relaxation ”
1. Inserting one has already made good bootdisk magnetic film
2. mount /dev/fd0 /mnt The # is hung bootdisk
3. cat zImage > /mnt/vmlinuz The # replaces old Kernel on bootdisk
4 rdev -R /mnt/vmlinuz 0 # Can be read and written after the starting up of appointed bootdisk
5. rdev /mnt/vmlinuz /dev/fd0H1440
The # is appointed Starting up behind root / The systematic place of the file, suppose A here: It is three and a half inches of magnetic discs
# machine. On 5 1/4 inch 1.2MB magnetic disc, change piece it is /dev/fd0h1200

6. rdev -r /mnt/vmlinuz 1440
The # appoints RAMDISK magnitude, if 1.2MB magnetic film, can change for 1200

7. cp -fa /boot/* /mnt/boot The # is copied the relevant file of starting up under oneself system
8. lilo -r /mnt The # is installed LILO soft disc starting up, the firefly again
Will see on Added ramdisk # curtain These three lines of messages
Added drive2
Added mount

9. umount /mnt
A. Finish, take out your magnetic film, this is a bootdisk magnetic film made by oneself

Write a comment

You must be logged in to post a comment.