Results 1 to 4 of 4

Thread: How can you make a backup of Linux LiLo boot disk?

  1. #1
    WireChief
    Guest

    How can you make a backup of Linux LiLo boot disk?

    There must be a way to make a backup copy of the Lilo boot disk I dont want to get locked out because the disk goes bad.

  2. #2

    Re: How can you make a backup of Linux LiLo boot d

    When you get a bit more advanced, I'll show you how to write a script that will do this for you, until then you have to do a few commands....first

    <insert original disk>
    dd if=/dev/fd0 of=/tmp/disk.img
    <insert backup disk>
    dd if=/tmp/disk.img of=/dev/fd0

    There ya go!

    Aragorn
    If you give a man a fire he'll be warm, if you light the man on fire he'll be warm for life.

  3. #3
    WireChief
    Guest

    Re: How can you make a backup of Linux LiLo boot d

    Ahh.. I love it when something simple works..very good..now I tried it this am. I used a terminal and entered the commands as given, it wrote out the records and then said hit any key to continue. I put the target disk in and it wrote the files to it. I rebooted and Viola! it worked...

  4. #4
    johnqpublic
    Guest

    Re: How can you make a backup of Linux LiLo boot d

    You can also go to KDE control center,Yast2 modules,System,and create a boot disk there.This is for SuSE 7.2.For SuSE 7.1 instead of System click on Boot Configuration to make a Boot Floppy.

Similar Threads

  1. Linux security is a 'myth', claims Microsoft
    By genesis in forum Windows - General Topics
    Replies: 4
    Last Post: 01-30-2005, 11:51 PM
  2. problem with windows linux network
    By grooverider in forum Linux - Hardware, Networking & Security
    Replies: 0
    Last Post: 01-29-2005, 01:36 AM
  3. How Do I start GUI Based Service during Linux boot process
    By uday in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 07-22-2004, 02:40 PM
  4. Booting multiple Linuxes from 1 single boot partition
    By mwettach in forum Linux - General Topics
    Replies: 4
    Last Post: 04-28-2004, 03:51 PM
  5. PCMCIA nic on peanut linux
    By rioguia in forum Linux - Hardware, Networking & Security
    Replies: 3
    Last Post: 07-05-2002, 05:46 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •