Mailinglist Archive: opensuse-de (4027 mails)

< Previous Next >
Re: [Suse 9.0] Bootloader editieren für Brenn er=ide-scsi
  • From: Juergen Dengg <er-ist-ein@xxxxxxxxxxxxxxxxxxx>
  • Date: Fri, 02 Apr 2004 18:38:49 +0200
  • Message-id: <406D9719.1070801@xxxxxxxxxxxxxxxxxxx>
Martin Schmitz wrote:

Hallo zusammen!

Erstmal großes Danke für eure Hilfe soweit!

Das ist *nicht* nötig. Am besten, der OP trägt für *alle* CD/DVD
Laufwerke die entsprechenden Einträge _mit einem Editor_ in
/boot/grub/menu.lst ein. Also z.B.:

hdc=ide-scsi hdd=ide-scsi

Ich habe jetzt zwei Zeilen in /boot/grub/menu.lst eingefügt:
----

# Modified by YaST2. Last modification on Fri Apr 2 17:22:59 2004


color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,1)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux
kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 vga=0x317
hdc=ide-scsi
hdd=ide-scsi
splash silent desktop showopts
initrd (hd0,1)/boot/initrd

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe
kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 showopts ide=nodma apm=off acpi=off vga=normal nosmp noapic maxcpus=0 3
initrd (hd0,1)/boot/initrd
~
~

Evtl. hat er irgendwas bei der Bedienung von YaST falsch verstanden, so
daß YaST das '=' unterschlägt, weil er das für 2 Parameter hält. Oder
so.

Überprüfen kann man das dann ganz einfach mit:

apollo:~ # dmesg | grep scsi0
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
Attached scsi CD-ROM sr1 at scsi0, channel 0, id 1, lun 0


jsmith@linux:~> dmesg | grep scsi0
jsmith@linux:~> dmesg | grep hdd
ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:DMA
hdd: TOSHIBA ODD-DVD SD-M1802, ATAPI CD/DVD-ROM drive
hdd: attached ide-cdrom driver.
hdd: ATAPI 48X DVD-ROM drive, 512kB Cache
hdd: DMA disabled
jsmith@linux:~> dmesg | grep hdc
ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:DMA
hdc: RICOH DVD+RW MP5240, ATAPI CD/DVD-ROM drive
hdc: attached ide-cdrom driver.
hdc: ATAPI 40X DVD-ROM CD-R/RW drive, 2048kB Cache
hdc: DMA disabled
jsmith@linux:~>

Naja also da hat er anscheinend nichts mit dem ide-scsi gemacht. :-((

DMA steht auf disabled, weil ich mal probiert habe, ob es was ändert, wenn ich DMA deaktiviere.

Any ideas?

Ciao
Jürgen

< Previous Next >