Toon posts:

[Suse 8.0] boot.msg

Pagina: 1
Acties:
  • 123 views sinds 30-01-2008
  • Reageer

Verwijderd

Topicstarter
Als ik de file /var/log/boot.msg aanpas om mijn cdrom/dvd als scsi te emuleren (hdc=ide-scsi)
is het aangepaste regeltje na het rebooten weer verdwenen.
Hierdoor is allen mijn cd-w in xcdroast bekend. Rest van de aanpassingen werkt goed.
Dus een cd rechtstreeks kopieren lukt niet.
Iemand een tip c.q. suggestie.

8)7

  • XTerm
  • Registratie: Juli 2001
  • Laatst online: 10-06-2025
Hehe :) Je zegt het zelf al, het is een LOG bestand.
Je moet dat regeltje in /etc/lilo.conf aanpassen
code:
1
append=hdc=ide-scsi

  • Blubber
  • Registratie: Mei 2000
  • Niet online
en niet vergeten dan ff /sbin/lilo te draaien, anders wordt je weiziging niet doorgevoerd.

Verwijderd

idd even in /etc/lilo.conf aanpassen..

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
As root (su -) do the following: Enable SCSI-emulation for your CD-RW device.
In my case, the CD-RW is on master/secondary, the DVD is on slave/secondary.
SCSI-emulation is done by appending info to the boot loader (here LILO):
In the file /etc/lilo.conf you will find an entry:
  append = " hdc=ide-scsi"
If you have a second cd- or dvd-device, add it, so it reads:
  append = " hdc=ide-scsi hdd=ide-scsi"
Then enter:

   lilo
   SuSEconfig
   shutdown -r 0
   (and the machine will reboot)


Now check, whether things are ok and use 'hwinfo' for more information:
hwinfo --cdrom
You should now get something like:

   ...
  Driver: "ide-scsi"
  Device File: /dev/sr0
  ...
  Driver: "ide-scsi"
  Device File: /dev/sr1
  ...

  • JointFillah
  • Registratie: Juli 2000
  • Laatst online: 10-08 18:07

JointFillah

Techno Addict

~* Peace, Love & XTC *~