amilo-forum.de

Inoffizielles Forum rund um die Notebooks der Amilo- und Lifebook-Serien von Fujitsu

XI2428 - eSATA - BIOS

Alle Probleme mit Mainboard, BIOS, BIOS-Updates, Akku, Netzteil

XI2428 - eSATA - BIOS

Beitragvon knallerbse » 19.01.2012 22:36

Hi!

Ich habe folgendes Problem, fuer dessen Loesung ich noch nichts weiter gefunden habe:
Ich moechte ueber den eSATA Anschluss meines XI2428 booten. Sollte ja soweit kein Thema sein, da das ja normal SATA ist. Nur wird die Festplatte nicht im BIOS erkannt.
Im Betriebssystem (bei mir Linux) laeuft die Platte jedenfalls am Anschluss einwandfrei.
Ich dachte, dass es evtl. ein Bios-Update gibt, aber in der Changelog der Versionen habe ich keinen Hinweis darauf gefunden, dass hier etwas gemacht worden sei. Und auf Verdacht ein Bios-Update fahren ist nicht sehr ingenieurhaft ;)

Hat jemand einen Anhaltspunkt?
Danke!

Gruss

A.
knallerbse
 
Beiträge: 6
Registriert: 19.01.2012 22:31

Re: XI2428 - eSATA - BIOS

Beitragvon hikaru » 20.01.2012 09:05

Eine Lösung habe ich nicht, aber vielleicht einen Alternativvorschlag:
Installiere Grub auf die interne Festplatte und starte von dort das System auf der externen Platte. Grub sollte die externe Platte bereits kennen.
Benutzeravatar
hikaru
Moderator
 
Beiträge: 3780
Registriert: 25.10.2007 10:23
Notebook:
  • Desktop
  • Asus EEE 1018p
  • Nokia N900
  • Dell Precision M6500
  • Asus EEE 901
  • Amilo Si 1520
  • Desktop (alt)

Re: XI2428 - eSATA - BIOS

Beitragvon knallerbse » 20.01.2012 19:24

Interessante Idee, werde mich mal ransetzen und ueber Erfolg oder Miserfolg berichten!
Danke!
knallerbse
 
Beiträge: 6
Registriert: 19.01.2012 22:31

Re: XI2428 - eSATA - BIOS

Beitragvon knallerbse » 21.01.2012 20:29

Funktioniert leider nicht - Grub sucht offenbar seine Devices auf Biosebene...
knallerbse
 
Beiträge: 6
Registriert: 19.01.2012 22:31

Re: XI2428 - eSATA - BIOS

Beitragvon hikaru » 23.01.2012 08:58

Wie sieht denn der Eintrag in grub.cfg bzw menu.lst für die Platte aus?
Im Grub auf der HDD meines Amilo habe ich einen Eintrag für einen USB-Stick, und den kann ich von dort booten.
Benutzeravatar
hikaru
Moderator
 
Beiträge: 3780
Registriert: 25.10.2007 10:23
Notebook:
  • Desktop
  • Asus EEE 1018p
  • Nokia N900
  • Dell Precision M6500
  • Asus EEE 901
  • Amilo Si 1520
  • Desktop (alt)

Re: XI2428 - eSATA - BIOS

Beitragvon knallerbse » 23.01.2012 11:54

Code: Alles auswählen
# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'.  Fri Jan 20 21:33:04 2012
#
# The backup copy of the MBR for drive '/dev/sda' is
# here '/boot/grub/mbr.sda.18811'.  You can restore it like this.
# dd if=mbr.sda.18811 of=/dev/sda bs=512 count=1
#
# Start GRUB global section
#timeout 30
#color light-gray/blue black/light-gray
# End GRUB global section
# Linux bootable partition config begins
  title Linux on (/dev/sda3)
  root (hd0,2)
  kernel /boot/vmlinuz-huge-smp-2.6.37.6-smp root=/dev/sda3 ro vga=normal
# Linux bootable partition config ends
# Other bootable partition config begins
  title Windows on (/dev/sdb2)
  map (hd0) (hd1)
  map (hd1) (hd0)
  map (hd0,0) (hd1,1)
  map (hd1,1) (hd0,0)
  rootnoverify (hd1,1)
  makeactive
  chainloader +1
# Other bootable partition config ends
# Linux bootable initrd config begins
  title Linux initrd /tmp/boot/boot/initrd.gz on (/dev/sda3)
  root (hd0,2)
  kernel /boot/vmlinuz-huge-smp-2.6.37.6-smp root=/dev/sda3 ramdisk_size=756 root=/dev/ram0 rw
  initrd /tmp/boot/boot/initrd.gz
# Linux bootable initrd config ends
title --- For help press 'c', type: 'help'
root (hd0)
title --- For usage examples, type: 'cat /boot/grub/grub.txt'
root (hd0)

sda3 = Linux root partition
sdb = Platte an esata - wird unter Linux erkannt

USB Geraete werden auch vom BIOS erkannt - ich denke dass diese dann auch in GRUB bootbar sind.
Hat jemand schonmal so etwas versucht:
USB Stick mit NT Bootloader drauf mit SATA Treiber zum booten ueber eSATA? Bin leider nicht so in der Windowsmaterie drinnen...
knallerbse
 
Beiträge: 6
Registriert: 19.01.2012 22:31

Re: XI2428 - eSATA - BIOS

Beitragvon hikaru » 23.01.2012 12:30

Das sieht seltsam aus:
Code: Alles auswählen
  map (hd0) (hd1)
  map (hd1) (hd0)
  map (hd0,0) (hd1,1)
  map (hd1,1) (hd0,0)
Warum mapst du überhaupt die Partitionen wenn du vorher schon die Platten gemapt hast? Und selbst wenn das sein muss, sollten die Partitions-maps nicht eher so lauten?:
Code: Alles auswählen
  map (hd0,0) (hd1,0)
  map (hd1,1) (hd0,1)

Welchen Fehlercode kriegst du denn von Grub?
Benutzeravatar
hikaru
Moderator
 
Beiträge: 3780
Registriert: 25.10.2007 10:23
Notebook:
  • Desktop
  • Asus EEE 1018p
  • Nokia N900
  • Dell Precision M6500
  • Asus EEE 901
  • Amilo Si 1520
  • Desktop (alt)

Re: XI2428 - eSATA - BIOS

Beitragvon knallerbse » 23.01.2012 15:45

Diese Rummapperei hat das Grubconfig tool erledigt :)
Bin aber mal in die Grub console und hab einzeln die devices per
Code: Alles auswählen
root (hdX,0)
abgeklappert... ohne Erfolg fuer die eSata Platte
EDIT: Der Fehler lautet
Error 21: Selected disk does not exist
knallerbse
 
Beiträge: 6
Registriert: 19.01.2012 22:31

Re: XI2428 - eSATA - BIOS

Beitragvon hikaru » 25.01.2012 13:38

Die Mappings von Grub waren schon korrekt, da habe ich mich vertan. :oops:

Die Fehlermeldung sieht danach aus als würden beim Booten mit eingesteckter eSATA-HDD die Platten vom BIOS vertauscht. Kannst du in dem Fall Linux booten?
Benutzeravatar
hikaru
Moderator
 
Beiträge: 3780
Registriert: 25.10.2007 10:23
Notebook:
  • Desktop
  • Asus EEE 1018p
  • Nokia N900
  • Dell Precision M6500
  • Asus EEE 901
  • Amilo Si 1520
  • Desktop (alt)

Re: XI2428 - eSATA - BIOS

Beitragvon knallerbse » 25.01.2012 16:02

jop, linux laesst sich auf der internen sata platte ganz normal booten.
der esata controller ist ja ein sil 3531 und wird wohl erst nach dem bios initialisiert. selbst bringt das teil wohl kein bios mit - wie man das von vielen andern controllern gewohnt ist...
was ich also braeuchte waere eine schicht zwischen bios und bootloader - eine art plop bootloader, der auch den controller ansteuern kann. aber sowas wird wohl niemand haben, bei der vielzahl an verschiedenen controllern die so im umlauf sind...
knallerbse
 
Beiträge: 6
Registriert: 19.01.2012 22:31


Zurück zu Mainboard / BIOS / Akku