Computing.Net > Forums > Linux > boot disk from command line

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

Reply to Message Icon

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.

thanks

shahzin



Sponsored Link
Ads by Google

Response Number 1
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.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: boot disk from command line

How to create a boot disk www.computing.net/answers/linux/how-to-create-a-boot-disk/13127.html

can i create a bootdsk from cmndlne www.computing.net/answers/linux/can-i-create-a-bootdsk-from-cmndlne/17565.html

can not create boot disk from setup www.computing.net/answers/linux/can-not-create-boot-disk-from-setup/17269.html