PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Backtrack Boot Problem



N1gH7m4r3
21.01.2010, 20:59
hey,
habe folgendes Problem.
habe ein hp dm1-1015ez netbook und will darauf backtrack von nem usb stick booten. wenn ich jetzt vom stick boote mich dann mit admin einlogge und backtrack mit startx starten will, dann kommt:

Fatal Error:
No Screen found

beim dem normalen rechner funktioniert das booten vom stick.
weiss jemand an was das liegen könnte?
vllt hängt es ja mit den vga einstellungen zusammen.
wo kann man den die boot parameter einstellen?

gruss und danke schonmal

blackberry
21.01.2010, 21:13
Installiere dir lspci und poste die Ausgabe hier.
Ist gut möglich, dass BackTrack keinen Treiber für deine Grafikkarte hat.
Dann müsstest du die entsprechenden Treiber installieren und in /etc/X11/xorg.conf eintragen.


MfG. BlackBerry

N1gH7m4r3
21.01.2010, 21:52
00:00.0 Host bridge: Intel Corporation Mobile Memory Controler Hub(rev 07)
00:02.0 VGA compatible controller: Intel Corporation Mobile Integrated Graphics Controller (rev 07)
00:02.1 Display controller: Intel Coporation Mobile Integrated Graphics Controller (rev 07)
00:1a.0 USB Controller: Intel Corporation 828021I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.7 USB Controller: Intel Corporation 828021I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio Device: Intel Corporation 828021I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 828021I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 828021I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1d.0 USB Controller: Intel Corporation 828021I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 828021I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 828021I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 828021I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1d.7 USB Controller: Intel Corporation 828021I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCi bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation Mobile LPC Interface Controller (rev 03)
00:1f.2 SATA controller : Intel Corporation Mobile SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 828021I (ICH9 Family) SMBus Controller (rev 03)
00:1f.6 Signal processing controller: Intel Corporation 828021I (ICH9 Family) Thermal Subsystem (rev 03)
02:00.0 Network controller: Broadcom Corporation BCM4310 USB Controller (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor CO., Lts. RTL8101E PCI Express Fast Ethernet controller (rev 02)

blackberry
21.01.2010, 22:39
00:02.0 VGA compatible controller: Intel Corporation Mobile Integrated Graphics Controller (rev 07)

Versuch's mal mit:
Xorg -configure
cd
nano ./xorg.conf.new
X -config ./xorg.conf.new

Mit nano nach "Driver" suchen und eventuell den dortigen Wert hier posten.
Für intel Onboard-Karten sollte der intel-Treiber in den meißten Fällen reichen (bei meinem Netbook leider nicht, aber da ist auch eine andere Karte drin)

Insofern: sollte da nicht schon intel stehen trage dort intel ein und speichere mit STRG + O [ENTER]

echoslider
22.01.2010, 05:07
versuch bei den boot optionen eins von denen anzugeben anzugeben

nopcmcia,noacpi,acpi=off

N1gH7m4r3
22.01.2010, 18:38
hier mal die xorg konfiguration:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi/:unscaled"
EndSection

Section "Module"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
Identifier "Card0"
Driver "vesa"
VendorName "Intel Corporation"
BoardName "Unknown Board"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

niemand ne idee?

erazzor
03.02.2010, 10:02
ist das eine feste installation auf dem stick??oO
also von der live CD gebootet, dann per ubiquity(install.sh) auf den Stick installiert??oO
Oder einfach per UNetbootin auf den Stick geschoben???
Im 2. Fall würde ich mal schauen ob du eine möglichkeit hast das ganze im Safegraphicmode zu starten ..

Poste mal pls mit "lsmod" die geladenen module... vll gibts damit ja ein problem.

N1gH7m4r3
03.02.2010, 10:25
hey
ich hab das problem, dank BlackBerrys hilfe, mittlerweile gelöst. trozdem danke für den hilfeversuch
gruss