Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
boot disk from command line
Name: shahzin Date: September 8, 2003 at 22:59:54 Pacific OS: linux CPU/Ram: P3
Comment:
hello friends, can u pls let me know how to make boot disk from command line. actually i was trying to make boot disk from linux 7.1 but i could not find option in GUI.
Name: taurus Date: September 9, 2003 at 02:31:58 Pacific
Reply:
Okay, here it is...
Log in as root and insert a blank floppy disk in your drive. Then type the following commands at the prompt to create a bootable disk.
cd /boot dd if=vmlinuz of=/dev/fd0 (Assuming that your kernel is called vmlinuz...)
taurus
0
Response Number 2
Name: 3Dave Date: September 9, 2003 at 03:22:53 Pacific
Reply:
Alternatively, use the "mkbootdisk" command (if installed).
If you want to create a floppy that will just boot your system (ie just have the bootloader on but it will boot a current install), edit /etc/lilo.conf, alter the line at the top that says "boot = /dev/hda" to "boot = /dev/fd0" and thenb just run "lilo" to write it to the disk.
Summary: Hi! 1) I would like to know how to create a boot disk from command line?? Is it possible or is there some other way to do that? 2) Does it affect something if I update my kernel and use the boot disk ...
Summary: im having a slack-ware problem.. im not completely firmiliar with linux at all but am willing to deal with the problems i encounter and try to work them out. the issue i am currently having is that du...