Weiter Zurück Inhalt

3. Installing LRP on PCM5820/L

3.1 Partitions

In this step we create partitions on the flashdisk installed in the PCM5820/L.

The partitions are named /dev/hdc, /dev/hdc1, ... on yor PCM-5820L. You should create the following partitions on your flashdisk:

       root@ternitz60:/croot/etc > fdisk /dev/hdc 

       Command (m for help): p 

       Disk /dev/hdc: 2 heads, 32 sectors, 612 cylinders 
       Units = cylinders of 64 * 512 bytes 

       Device Boot Start End Blocks Id System 
       /dev/hdc1 * 1 150 4784 83 Linux native 
       /dev/hdc2 151 612 14784 5 Extended 
       /dev/hdc5 151 612 14768 83 Linux native 

       Command (m for help): 
     

3.2 PCM-5820 Bootfloppy

Create a PCM5820 bootfloppy and the PCM-5820 LRP-Floppy (you need two floppies)

       cp pcm5820_dos_floppy.image /dev/fd0 
       cp pcm5820_lrp_floppy.image /dev/fd0 
     

You can download this floppy-images here:

pcm5820_lrp_floppy.image

pcm5820_dos_floppy.image

3.3 Boot from my PCM-5820 Bootfloppy

Now you made your Floppies and can boot now with your dos-floppy

3.4 format flashdisk

Now you can format the boot partition of the flashdisk

       format c: 
     

3.5 bootsector on flashdisk

Now create a bootsektor on the flashdisk. Don´t foreget to unlock the flashdisk before writing the bootsektor.

      lock c: 
                (note: answer the question with y) 

      syslinux c: 
     

3.6 Files to flashdisk

Now insert the lrp-files floppy and copy all lrp files to the flashdisk:

      copy a:*.* c: 
    

3.7 LRP installed

Remove floppy from floppydrive and reboot the 5820. Now 5820 is booting from your new flashdisk!!!

You should see lrp booting.


Weiter Zurück Inhalt