Treiberdiskette/USB erstellen ... aber wie ?

Bernett22

New Member
Hallo Forum,

ich habe mal eine Frage, da ich nicht weiß, wie ich folgendes Problem beseitigen kann.

Und zwar muss ich einen onboard Raid Treiber installieren, sodass SLES10 diesen erkennt. Der Treiber liegt mir als .img Datei vor. Diesen habe ich runtergeladen und auf einen USB Stick 1:1 kopiert, nur leider erkennt SLES10 den Treiber irgendwie nicht. Muss ich doch mit Diskette arbeiten ? Habe leider kein Floppy-Laufwerk. Gibt es andere Möglichkeiten ?

Laut der README-Datei muss ich wie folgt vorgehen:

Code:
================
Driver Installation Instructions
================
This updated driver can be applied using the normal OS installation options.

1 The purpose of this document is to provide clear instructions on how to install OS on drives attached to the Intel(R) Embedded Server RAID Technology II Software RAID device.

2 Prepare Installation disk(s)
2.1 Driver files are available on the CD that shipped with the product or can be downloaded from http://support.intel.com. 
2.2 Create install disk(s)
User requires a system with either Microsoft Windows or a Linux based Operating System and fresh floppy diskette(s) to prepare the install disk(s).  The required Installation Diskettes can be created on any system. Extract the disk image to a floppy disk using rawrite or another image extraction utility.


3 Installation methods
There are different types of installation possible with the installation package provided. Those are explained in different sections.

-----------------
3.1.5 Installing SLES10 on RAID
-----------------

1) Create a RAID array using the Intel(R) Embedded Server RAID Technology II RAID BIOS Console.
2) Connect USB floppy drive and insert the floppy disk with RAID driver
3) Boot your system using SLES CD 
4) When first screen comes up press F5 key to load a driver and select 'Yes'
5) In the text tab type brokenmodules=ahci
6) Select Installation menu option
7) Press Enter
8) The following message should be displayed: 'Driver Updates added - LSI MegaRAID Software RAID module'. Press Enter.
9) The following message should be displayed: 'Select Driver Update Medium'. Press 'Esc'
10) Proceed with installation until it gets to the 'Installation Settings' screen
11) Click on 'Partitioning' link
12) Select 'Base Partition Setup on This Proposal' if you want to keep default partitions. Click Next.
13) Whether you need to change default partitions or not, you need to change Fstab options for each partition on /dev/sdb
    a) Select partition /dev/sdb1
    b) Click 'Edit'
    c) click 'Fstab Options'
    d) Select 'Volume label' for 'Mount in /etc/fstab by'
    e) Enter a name for the volume into 'Volume Label' field, for example 'vol1', 'vol2', ...
    f) Click OK
    g) Repeat steps a-f for partition /dev/sdb2 and for any other partitions on /dev/sdb device
    h) Click Finish
14) Proceed with the installation
 
Die .img-Datei wird wohl das "Image" sein, dass die Floppy darstellt und mit dd auf die Floppy kopiert werden sollte. Insofern wundert es mich nicht, dass es den Treiber nicht findet.
Ich würde mal versuchen, die Datei mit
Code:
mount -o loop -ro datei.img /mnt
zu mounten und zu hoffen, dass der Kernel das Dateisystem dabei erkennt. Dann kannst Du die darin enthaltenen Dateien (in /mnt) auf den USB-Stick kopieren und nochmal Dein Glück mit der Installation versuchen.
 
Back
Top