04.05.2025, 14:54 UhrDeutsch | English
Hallo Gast [ Registrierung | Anmelden ]

Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
Autor Nachricht
rs3hc
19 Titel: Problem beim booten von Vista (Asus P5B)  BeitragVerfasst am: 19.08.2007, 11:32 Uhr



Anmeldung: 15. Jun 2005
Beiträge: 118

Hi leute,

Ich habe parallel zu Vista kanotix installiert.

meine Laufwerke:

sda - sATA - Vista
hda - IDE - Kanotix

Grub habe ich auf die Rootpartition von Kanotix gelegt und habe im BIOS einfach die Bootfolge der Laufwerke geändert.

Wenn nun mein System starte, erscheint im Bootloader "Longhorn" statt Vista.
OK das ist denke ich normal.
Wenn ich nun Longhorn auswähle, erscheint "chainloader (hd1,0)+1" als Meldung.
Mehr passiert nicht.

Bitte nun um Hilfe, da ich nicht weis wie ich grub richtig konfigurieren muss damit mein Vista wieder startet.


MfG Robert

_________________
Kanotix Thorhammer RC5

  • 2.6.18.1-kanotix-1
  • Intel C2D E6300 @ 2x3 GHz
  • Asus P5B (iP965)
  • 2GB DDR-800 RAM
  • XFX GF7900 GS XXX M600 256MB
  • Pinnacle PCTV 400e USB-DVBs Receiver


Zuletzt bearbeitet von rs3hc am 24.08.2007, 04:23 Uhr, insgesamt ein Mal bearbeitet
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
ockham23
Titel: Problem beim booten von Vista  BeitragVerfasst am: 19.08.2007, 11:58 Uhr



Anmeldung: 25. Mar 2005
Beiträge: 2133

Poste mal die Ausgabe folgender Befehle:
Code:
cat /boot/grub/menu.lst
su
fdisk -l

_________________
And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
schwedenmann
Titel: grub  BeitragVerfasst am: 19.08.2007, 12:15 Uhr



Anmeldung: 22. Jun 2004
Beiträge: 463
Wohnort: Wegberg
Hallo


Und warum schreibst du grub nicht in den MBR 1. Platte ?


mfg
schwedenmann

_________________
Linux,DOS,Windows
The Good, the bad, the ugly
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
conchy
Titel: grub  BeitragVerfasst am: 19.08.2007, 13:19 Uhr



Anmeldung: 23. Jun 2005
Beiträge: 371
Wohnort: El Coronil (Sevilla)
Hallo!
Bei mir hatte mal vor langer Zeit die Einstellung in boot/grub geholfen
title Windows
rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
makeactive
chainloader (hd1,0)+1
Verwende jetzt kein XP mehr auf meinen Rechner
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
rs3hc
Titel:   BeitragVerfasst am: 20.08.2007, 17:27 Uhr



Anmeldung: 15. Jun 2005
Beiträge: 118

Hier meine menu.lst

Code:
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.
setkey y z
setkey z y
setkey Y Z
setkey Z Y
setkey equal parenright
setkey parenright parenleft
setkey parenleft asterisk
setkey doublequote at
setkey plus bracketright
setkey minus slash
setkey slash ampersand
setkey ampersand percent
setkey percent caret
setkey underscore question
setkey question underscore
setkey semicolon less
setkey less numbersign
setkey numbersign backslash
setkey colon greater
setkey greater bar
setkey asterisk braceright

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
default      0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout      5

# Pretty colours
color cyan/blue white/blue
gfxmenu (hd0,0)/boot/message

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title      Windows 95/98/NT/2000
# root      (hd0,0)
# makeactive
# chainloader   +1
#
# title      Linux
# root      (hd0,1)
# kernel   /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=97a8a7d9-2346-49ad-be1c-5f9508e67217 ro splash vga=791 quiet

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=false

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(single-user) single
# altoptions=(single-user mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## ## End Default Options ##

title      Debian GNU/Linux, kernel 2.6.18.1-kanotix-1
root      (hd0,0)
kernel      /boot/vmlinuz-2.6.18.1-kanotix-1 root=UUID=97a8a7d9-2346-49ad-be1c-5f9508e67217 ro splash vga=791 quiet
initrd      /boot/initrd.img-2.6.18.1-kanotix-1

title      Debian GNU/Linux, kernel memtest86+
root      (hd0,0)
kernel      /boot/memtest86+.bin

### END DEBIAN AUTOMAGIC KERNELS LIST
title Windows Vista/Longhorn (loader)
chainloader (hd1,0)+1



fdisk -l



Code:
root@LINUXpower:/home/robert# fdisk -l

Platte /dev/hda: 40.0 GByte, 40020664320 Byte
255 Köpfe, 63 Sektoren/Spuren, 4865 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/hda1   *           1        2611    20971520   83  Linux
/dev/hda2            2611        4605    16011264   83  Linux
/dev/hda3            4605        4866     2097152   82  Linux Swap / Solaris

Platte /dev/sda: 80.0 GByte, 80026361856 Byte
255 Köpfe, 63 Sektoren/Spuren, 9729 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1   *           1        7650    61440000    7  HPFS/NTFS
/dev/sda2            7650        9730    16708608    7  HPFS/NTFS
root@LINUXpower:/home/robert#                                         

_________________
Kanotix Thorhammer RC5

  • 2.6.18.1-kanotix-1
  • Intel C2D E6300 @ 2x3 GHz
  • Asus P5B (iP965)
  • 2GB DDR-800 RAM
  • XFX GF7900 GS XXX M600 256MB
  • Pinnacle PCTV 400e USB-DVBs Receiver
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
ockham23
Titel:   BeitragVerfasst am: 20.08.2007, 17:58 Uhr



Anmeldung: 25. Mar 2005
Beiträge: 2133

Vielleicht muss Vista auf dem primären Bootlaufwerk installiert sein. Versuch mal den Tipp von conchy mit dem map-Befehl. Der spiegelt Windows vor, es befinde sich auf hd0, obwohl es auf hd1 installiert ist. Der map-Befehl kommt wie von conchy beschrieben in die Vista-Bootstanza (grub unterscheidet nicht zwischen SATA und PATA, die Laufwerke heißen immer hdx).

_________________
And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
rs3hc
Titel:   BeitragVerfasst am: 20.08.2007, 18:31 Uhr



Anmeldung: 15. Jun 2005
Beiträge: 118

ok..
wenn ich jetzt einfach grub auf vista platte kopieren möchte.... falls es geht... wie?

_________________
Kanotix Thorhammer RC5

  • 2.6.18.1-kanotix-1
  • Intel C2D E6300 @ 2x3 GHz
  • Asus P5B (iP965)
  • 2GB DDR-800 RAM
  • XFX GF7900 GS XXX M600 256MB
  • Pinnacle PCTV 400e USB-DVBs Receiver
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
ockham23
Titel:   BeitragVerfasst am: 20.08.2007, 19:28 Uhr



Anmeldung: 25. Mar 2005
Beiträge: 2133

grub hat zwei Teile: Das Startprogramm, das im MBR abgelegt wird, und die weiteren Programmteile, die auf einer Partition im Ordner "boot" gespeichert werden. Du kannst grub nachinstallieren mit
Code:
grub-install --root-directory=/media/hdaX /dev/hdY
, wobei /dev/hdY das Ziellaufwerk für den MBR-Teil und /media/hdaX die Zielpartition für den Ordner "boot" bezeichnet.

Vorher solltest du aber wieder die "normale" Bootreihenfolge im Bios einstellen.

_________________
And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
rs3hc
Titel:   BeitragVerfasst am: 20.08.2007, 19:43 Uhr



Anmeldung: 15. Jun 2005
Beiträge: 118

Müsste das bei mir dann so lauten?

Code:

grub-install --root-directory=/media/sda1 /dev/sda1


Hier noch mal meine laufwerke:

Code:

oot@LINUXpower:/home/robert# fdisk -l

Platte /dev/hda: 40.0 GByte, 40020664320 Byte
255 Köpfe, 63 Sektoren/Spuren, 4865 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/hda1   *           1        2611    20971520   83  Linux
/dev/hda2            2611        4605    16011264   83  Linux
/dev/hda3            4605        4866     2097152   82  Linux Swap / Solaris

Platte /dev/sda: 80.0 GByte, 80026361856 Byte
255 Köpfe, 63 Sektoren/Spuren, 9729 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1   *           1        7650    61440000    7  HPFS/NTFS
/dev/sda2            7650        9730    16708608    7  HPFS/NTFS
root@LINUXpower:/home/robert#


mfg robert

_________________
Kanotix Thorhammer RC5

  • 2.6.18.1-kanotix-1
  • Intel C2D E6300 @ 2x3 GHz
  • Asus P5B (iP965)
  • 2GB DDR-800 RAM
  • XFX GF7900 GS XXX M600 256MB
  • Pinnacle PCTV 400e USB-DVBs Receiver
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Kano
Titel:   BeitragVerfasst am: 20.08.2007, 19:50 Uhr



Anmeldung: 17. Dez 2003
Beiträge: 16792

title Windows Vista/Longhorn (loader)
map (hd0) (hd1)
map (hd1) (hd0)
chainloader (hd1,0)+1
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
ockham23
Titel:   BeitragVerfasst am: 20.08.2007, 20:49 Uhr



Anmeldung: 25. Mar 2005
Beiträge: 2133

Das Ziellaufwerk für den MBR-Teil ist entweder /dev/sda oder /dev/hda. Als Zielpartition für die anderen grub-Dateien kommt /media/sda1nicht in Betracht, da es sich um eine NTFS-Partition handelt.

_________________
And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
rs3hc
Titel:   BeitragVerfasst am: 25.08.2007, 12:52 Uhr



Anmeldung: 15. Jun 2005
Beiträge: 118

Also nach allen Versuchen und Tipps von Kano, ist es mir nachwievor nicht gelungen vista aus grub zu booten.
Scheinbar echt ein Controllerproblem

_________________
Kanotix Thorhammer RC5

  • 2.6.18.1-kanotix-1
  • Intel C2D E6300 @ 2x3 GHz
  • Asus P5B (iP965)
  • 2GB DDR-800 RAM
  • XFX GF7900 GS XXX M600 256MB
  • Pinnacle PCTV 400e USB-DVBs Receiver
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Kano
Titel:   BeitragVerfasst am: 25.08.2007, 12:55 Uhr



Anmeldung: 17. Dez 2003
Beiträge: 16792

Verabschiede dich einfach on IDE Platten und häng alle an den standard Intel SATA Controller.
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
rs3hc
Titel:   BeitragVerfasst am: 26.08.2007, 09:23 Uhr



Anmeldung: 15. Jun 2005
Beiträge: 118

jo das denke ich auch... muss ich aber erst mal wieder sparen.
wollte eh einen Raid0 für win aufbauen und dann jetzt noch eine sATA für linux... das wären schon 2 platten..

naja trotzdem danke

_________________
Kanotix Thorhammer RC5

  • 2.6.18.1-kanotix-1
  • Intel C2D E6300 @ 2x3 GHz
  • Asus P5B (iP965)
  • 2GB DDR-800 RAM
  • XFX GF7900 GS XXX M600 256MB
  • Pinnacle PCTV 400e USB-DVBs Receiver
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
*michi*
Titel:   BeitragVerfasst am: 28.08.2007, 22:13 Uhr



Anmeldung: 15. Apr 2005
Beiträge: 132
Wohnort: Karlsruhe
Ich hatte ein ähnliches Problem.
Habe es so hin gekriegt, dass ich den Vista Bootloader aktiv lasse, aber eine Bootoption für den auf der 2. Platte installierten GRUB einrichtete:

1.) Zuerst mit der Wiederherstellungs CD den Vista Bootloader wieder auf sda (vermutich ist sda Deine primäre Boot Platte) installieren. Dies mußt Du natürlich nur tun, falls Du Vista immer noch nicht booten kannst, was an sich nicht so schlimm wäre.... Sehr böse
2.) Auf hda GRUB installieren
3.) Das Tool "EasyBCD" downloaden. Mit dem kannst Du den Bootloader von Vista konfigurieren und den auf hda installierten GRUB als Boot Option konfigurieren.

Dann startet der eine Bootloader (Vista) den anderen (GRUB).

Good Luck!
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
hoogewoud
Titel:   BeitragVerfasst am: 29.08.2007, 10:21 Uhr



Anmeldung: 18. Apr 2005
Beiträge: 112

schaue mal nach:
http://www.sidux.com/PNphpBB2-viewtopic ... vista.html

Ich hatte dasselbe Problem: Eintrag ändern in grub menu.list

Schreibe rootnoverify hd0,0) anstelle von root (hd0,0)

title Windows Vista
rootnoverify (hd0,0)
makeactive
chainloader +1

hd0 anpassen für Dein System!!


Bei mir klapt's
mfg Grüssen
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Kano
Titel:   BeitragVerfasst am: 29.08.2007, 14:20 Uhr



Anmeldung: 17. Dez 2003
Beiträge: 16792

Wenn man es in 2 Zeilen (root.../chainloader) schreiben will, dann müsst man rootnoverify bei ntfs nehmen, das ist scho klar. Aber warum sollte

chainloader (hd0,0)+1

alleine nicht gehen. makeactive setzt nur die Partition aktiv, die kann man aber auch so aktiv gesetzt lassen, wenn GRUB im mbr ist, ansonsten wärs suboptimal, weil dann nur noch Win booten würde.
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
rs3hc
Titel:   BeitragVerfasst am: 30.08.2007, 19:50 Uhr



Anmeldung: 15. Jun 2005
Beiträge: 118

angenommen ich wöllte mir grub auf die sata (win) platte werfen... wie müsste ich vorgehen??
Übrigens habe ich erst jetzt germerkt das ich unter kanotix garnicht auf die platte zugreifen kann!
Auch in gparted wird das device nicht angezeigt.

Hier noch mal meine Laufwerksstruktur:

Code:

sATA
  |==> Vista
             |==> C: (System) - /dev/sda1 ??
             |==> D: (Daten) - /dev/sda2 ??
IDE
  |==> Kanotix
  |          |==> /dev/hda1 - /
  |          |==> /dev/hda2 - /home
  |          |==> /dev/hda3 - swap
  |
  |==> DVD-RW



fstab

Code:

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/hda1
UUID=97a8a7d9-2346-49ad-be1c-5f9508e67217 /               ext3    errors=remount-ro 0       1
# /dev/hda2
UUID=349df276-5135-4598-9d4e-a21e71e022f0 /home           ext3    defaults        0       2
# /dev/sda1
/dev/disk/by-uuid/90B45018B44FFF62 /media/win1     ntfs    noauto,users,ro,umask=000,utf8 0       0
# /dev/sda2
/dev/disk/by-uuid/92BAC8BCBAC89DDB /media/win2     ntfs    noauto,users,ro,umask=000,utf8 0       0
/dev/hdb        /media/cdrom0   udf,iso9660 user,noauto     0       0


dmesg@root

Code:

root@LINUXpower:/home/robert# dmesg
ting Table [\_SB_.PCI0.P0P2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 *15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 *14 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 14 devices
Generic PHY: Registered new driver
SCSI subsystem initialized
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
pnp: 00:07: ioport range 0x290-0x297 has been reserved
PCI: Bridge: 0000:00:01.0
  IO window: 7000-9fff
  MEM window: ff700000-ff7fffff
  PREFETCH window: bfe00000-dfdfffff
PCI: Bridge: 0000:00:1c.0
  IO window: disabled.
  MEM window: disabled.
  PREFETCH window: dfe00000-dfefffff
PCI: Bridge: 0000:00:1c.3
  IO window: b000-bfff
  MEM window: ff900000-ff9fffff
  PREFETCH window: disabled.
PCI: Bridge: 0000:00:1c.4
  IO window: a000-afff
  MEM window: ff800000-ff8fffff
  PREFETCH window: disabled.
PCI: Bridge: 0000:00:1e.0
  IO window: disabled.
  MEM window: disabled.
  PREFETCH window: disabled.
ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 169
PCI: Setting latency timer of device 0000:00:01.0 to 64
ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 169
PCI: Setting latency timer of device 0000:00:1c.0 to 64
ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 177
PCI: Setting latency timer of device 0000:00:1c.3 to 64
ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 16 (level, low) -> IRQ 169
PCI: Setting latency timer of device 0000:00:1c.4 to 64
PCI: Setting latency timer of device 0000:00:1e.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 262144 (order: 9, 3145728 bytes)
TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
Machine check exception polling timer started.
highmem bounce pool size: 64 pages
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
SGI XFS with ACLs, security attributes, realtime, no debug enabled
SGI XFS Quota Management subsystem
Initializing Cryptographic API
io scheduler noop registered
io scheduler anticipatory registered (default)
io scheduler deadline registered
io scheduler cfq registered
PCI: Setting latency timer of device 0000:00:01.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:01.0:pcie00]
PCI: Setting latency timer of device 0000:00:1c.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.0:pcie00]
Allocate Port Service[0000:00:1c.0:pcie02]
PCI: Setting latency timer of device 0000:00:1c.3 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.3:pcie00]
Allocate Port Service[0000:00:1c.3:pcie02]
PCI: Setting latency timer of device 0000:00:1c.4 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.4:pcie00]
Allocate Port Service[0000:00:1c.4:pcie02]
vesafb: framebuffer at 0xc0000000, mapped to 0xf8880000, using 3072k, total 16384k
vesafb: mode is 1024x768x16, linelength=2048, pages=9
vesafb: protected mode interface info at c000:a0d6
vesafb: pmi: set display start = c00ca164, set palette = c00ca226
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Real Time Clock Driver v1.12ac
hpet_resources: 0xfed00000 is busy
floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
JMB361: IDE controller at PCI slot 0000:02:00.1
PCI: Enabling device 0000:02:00.1 (0000 -> 0001)
ACPI: PCI Interrupt 0000:02:00.1[B] -> GSI 17 (level, low) -> IRQ 225
JMB361: chipset revision 2
JMB361: 100% native mode on irq 225
PCI: Setting latency timer of device 0000:02:00.1 to 64
    ide0: BM-DMA at 0xa400-0xa407, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xa408-0xa40f, BIOS settings: hdc:pio, hdd:pio
Probing IDE interface ide0...
hda: WDC WD400EB-75CPF0, ATA DISK drive
hdb: _NEC DVD_RW ND-3500AG, ATAPI CD/DVD-ROM drive
ide0 at 0xac00-0xac07,0xa882 on irq 225
Probing IDE interface ide1...
JMB361: IDE controller at PCI slot 0000:02:00.0
ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 169
JMB361: chipset revision 2
JMB361: 100% native mode on irq 169
JMB361: dma_base is invalid
ide2: JMB361 Bus-Master DMA disabled (BIOS)
JMB361: dma_base is invalid
ide3: JMB361 Bus-Master DMA disabled (BIOS)
Probing IDE interface ide2...
Probing IDE interface ide3...
Probing IDE interface ide1...
Probing IDE interface ide2...
Probing IDE interface ide3...
hda: max request size: 128KiB
hda: 78165360 sectors (40020 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(33)
hda: cache flushes not supported
 hda: hda1 hda2 hda3
hdb: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
3ware Storage Controller device driver for Linux v1.26.02.001.
3ware 9000 Storage Controller device driver for Linux v2.26.02.007.
libata version 2.00 loaded.
ata_piix 0000:00:1f.2: version 2.00
ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 177
PCI: Setting latency timer of device 0000:00:1f.2 to 64
ata1: SATA max UDMA/133 cmd 0xEC00 ctl 0xE882 bmdma 0xE400 irq 177
ata2: SATA max UDMA/133 cmd 0xE800 ctl 0xE482 bmdma 0xE408 irq 177
scsi0 : ata_piix
ATA: abnormal status 0x7F on port 0xEC07
scsi1 : ata_piix
ATA: abnormal status 0x7F on port 0xE807
ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 19 (level, low) -> IRQ 177
PCI: Setting latency timer of device 0000:00:1f.5 to 64
ata3: SATA max UDMA/133 cmd 0xD400 ctl 0xD082 bmdma 0xC880 irq 177
ata4: SATA max UDMA/133 cmd 0xD000 ctl 0xCC02 bmdma 0xC888 irq 177
scsi2 : ata_piix
ATA: abnormal status 0x7F on port 0xD407
scsi3 : ata_piix
ATA: abnormal status 0x7F on port 0xD007
RocketRAID 3xxx SATA Controller driver v1.0 (060426)
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
md: linear personality registered for level -1
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
md: raid10 personality registered for level 10
raid6: int32x1   1142 MB/s
raid6: int32x2   1150 MB/s
raid6: int32x4    855 MB/s
raid6: int32x8    753 MB/s
raid6: mmxx1     3248 MB/s
raid6: mmxx2     4088 MB/s
raid6: sse1x1    2499 MB/s
raid6: sse1x2    3154 MB/s
raid6: sse2x1    4725 MB/s
raid6: sse2x2    5638 MB/s
raid6: using algorithm sse2x2 (5638 MB/s)
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
raid5: automatically using best checksumming function: pIII_sse
   pIII_sse  : 10383.000 MB/sec
raid5: using function: pIII_sse (10383.000 MB/sec)
md: multipath personality registered for level -4
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 4.39
device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com
device-mapper: multipath: version 1.0.4 loaded
device-mapper: multipath round-robin: version 1.0.0 loaded
device-mapper: multipath emc: version 0.0.3 loaded
EDAC MC: Ver: 2.0.1 Oct 17 2006
EISA: Probing bus 0 at eisa.0
Cannot allocate resource for EISA slot 7
Cannot allocate resource for EISA slot 8
EISA: Detected 0 cards.
NET: Registered protocol family 1
Starting balanced_irq
Using IPI No-Shortcut mode
Suspend2 Core.
Suspend2 Compression Driver loading.
Suspend2 Encryption Driver loading.
Suspend2 Swap Writer loading.
Suspend2 FileWriter loading.
ACPI: (supports S0 S1 S3 S4 S5)
Freeing unused kernel memory: 312k freed
Time: tsc clocksource has been installed.
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not present [20060707]
ACPI: Getting cpuindex for acpiid 0x3
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not present [20060707]
ACPI: Getting cpuindex for acpiid 0x4
usbcore: registered new driver usbfs
usbcore: registered new driver hub
ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 18 (level, low) -> IRQ 233
PCI: Setting latency timer of device 0000:00:1a.7 to 64
ehci_hcd 0000:00:1a.7: EHCI Host Controller
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.7: debug port 1
PCI: cache line size of 32 is not supported by device 0000:00:1a.7
ehci_hcd 0000:00:1a.7: irq 233, io mem 0xffaffc00
ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 50
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 50, io mem 0xffaff800
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 16 (level, low) -> IRQ 169
PCI: Setting latency timer of device 0000:00:1a.0 to 64
uhci_hcd 0000:00:1a.0: UHCI Host Controller
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.0: irq 169, io base 0x0000dc00
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1a.1[B] -> GSI 17 (level, low) -> IRQ 225
PCI: Setting latency timer of device 0000:00:1a.1 to 64
uhci_hcd 0000:00:1a.1: UHCI Host Controller
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1a.1: irq 225, io base 0x0000e000
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 50
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.0: irq 50, io base 0x0000d480
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 177
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
uhci_hcd 0000:00:1d.1: irq 177, io base 0x0000d800
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 233
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
uhci_hcd 0000:00:1d.2: irq 233, io base 0x0000d880
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
r8169 Gigabit Ethernet driver 2.2LK-NAPI loaded
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 19 (level, low) -> IRQ 177
PCI: Setting latency timer of device 0000:03:00.0 to 64
eth0: RTL8168b/8111b at 0xf8850000, 00:18:f3:07:60:15, IRQ 177
usb 5-1: new low speed USB device using uhci_hcd and address 2
usb 5-1: configuration #1 chosen from 1 choice
usb 5-2: new low speed USB device using uhci_hcd and address 3
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
usb 5-2: configuration #1 chosen from 1 choice
usbcore: registered new driver hiddev
input: Razer Razer Diamondback Optical Mouse as /class/input/input0
input: USB HID v1.10 Mouse [Razer Razer Diamondback Optical Mouse] on usb-0000:00:1d.0-1
input: HID 0566:3002 as /class/input/input1
input: USB HID v1.10 Keyboard [HID 0566:3002] on usb-0000:00:1d.0-2
input: HID 0566:3002 as /class/input/input2
input,hiddev96: USB HID v1.10 Device [HID 0566:3002] on usb-0000:00:1d.0-2
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
input: PC Speaker as /class/input/input3
ts: Compaq touchscreen protocol output
Intel 82802 RNG detected
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
PCI: Enabling device 0000:00:1f.3 (0001 -> 0003)
ACPI: PCI Interrupt 0000:00:1f.3[C] -> GSI 18 (level, low) -> IRQ 233
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 58
PCI: Setting latency timer of device 0000:00:1b.0 to 64
EXT3 FS on hda1, internal journal
Capability LSM initialized
fuse init (API version 7.8)
fuse distribution version: 2.6.5
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
r8169: eth0: link up
r8169: eth0: link up
NET: Registered protocol family 17
r8169: eth0: link up
Intel ISA PCIC probe: not found.
capifs: Rev 1.1.2.3
ACPI: Power Button (FF) [PWRF]
ACPI: Power Button (CM) [PWRB]
lp0: using parport0 (interrupt-driven).
lp0: console ready
ppdev: user-space parallel port driver
powernow: This module only works with AMD K7 CPUs
Linux agpgart interface v0.101 (c) Dave Jones
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 1898 MBytes.
[fglrx] USWC is disabled in module parameters
[fglrx] PAT is disabled!
[fglrx] module loaded - fglrx 8.40.4 [Jul 31 2007] on minor 0
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 169
[fglrx] total      GART = 130023424
[fglrx] free       GART = 114032640
[fglrx] max single GART = 114032640
[fglrx] total      LFB  = 268304384
[fglrx] free       LFB  = 250474496
[fglrx] max single LFB  = 250474496
[fglrx] total      Inv  = 0
[fglrx] free       Inv  = 0
[fglrx] max single Inv  = 0
[fglrx] total      TIM  = 0

_________________
Kanotix Thorhammer RC5

  • 2.6.18.1-kanotix-1
  • Intel C2D E6300 @ 2x3 GHz
  • Asus P5B (iP965)
  • 2GB DDR-800 RAM
  • XFX GF7900 GS XXX M600 256MB
  • Pinnacle PCTV 400e USB-DVBs Receiver
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Beiträge vom vorherigen Thema anzeigen:     
Gehe zu:  
Alle Zeiten sind GMT + 1 Stunde
Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
PNphpBB2 © 2003-2007 
 
Deutsch | English
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2004 - 2006 by Jörg Schirottke (Kano).
Consult Impressum and Legal Terms for details. Kanotix is Free Software released under the GNU/GPL license.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed and hosted by w3you. Our web server is running on Kanotix64-2006.