Dear Wolfgang or  Joerg:

Thanks your hint, I tried put "scsi-simulation (/dev/hda)"

[root@lshih /root]# cat /boot/grub/install.sh
grub --device-map=/boot/grub/device.map --batch <<EOF
scsi-emulation (/dev/hda)
install (hd0,4)/boot/grub/stage1 d (hd0) (hd0,4)/boot/grub/stage2 p
(hd0,4)/boot/grub/menu.lst
quit
EOF
[root@lshih /root]# cat /boot/grub/menu.lst
timeout 5
color black/cyan yellow/cyan
i18n (hd0,4)/boot/grub/messages
keytable (hd0,4)/boot/us.klt
scsi-emulation (/dev/hda)
altconfigfile (hd0,4)/boot/grub/menu.once
default 0
 
title linux
kernel (hd0,4)/boot/vmlinuz root=/dev/hdc5  vga=788
initrd (hd0,4)/boot/initrd.img
 
title linux-nonfb
kernel (hd0,4)/boot/vmlinuz root=/dev/hdc5
initrd (hd0,4)/boot/initrd.img
 
title failsafe
kernel (hd0,4)/boot/vmlinuz root=/dev/hdc5  failsafe
initrd (hd0,4)/boot/initrd.img
 
title floppy
root (fd0)
chainloader +1
 
title 2.4.2-11mdk
kernel (hd0,4)/boot/vmlinuz-2.4.2-11mdk root=/dev/hdc5
 
initrd=/boot/initrd-2.4.2-11mdk.img

but when I tred cdrecord -scanbus, it seem still not recognize my drive
as cdr

[root@lshih /root]# cdrecord  -scanbus
Cdrecord 1.9 (i586-mandrake-linux-gnu) Copyright (C) 1995-2000 Jörg
Schilling
cdrecord: No such file or directory. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you
are root.
You have new mail in /var/spool/mail/root
[root@lshih /root]# lsmod
Module                  Size  Used by
sg                     25808   0  (autoclean) (unused)
autofs                 10928   3  (autoclean)
af_packet              11888   1  (autoclean)
eepro100               16496   1  (autoclean)
usb-uhci               22784   0  (unused)
usbcore                48400   1  [usb-uhci]
via82cxxx_audio        17248   0 
soundcore               4112   2  [via82cxxx_audio]
ac97_codec              8848   0  [via82cxxx_audio]
ide-scsi                8016   0 
scsi_mod               90848   2  [sg ide-scsi]


I actually also modify /etc/auto.master and /etc/auto.mnt

[root@lshih /root]# cat /etc/auto.mnt
dvdrom          -fstype=auto,ro -timeout=1      :/dev/cdrom
cdrw            -fstype=auto,ro -timeout=1      :/dev/scd0[root@lshih
/root]# vi /etc/auto.mnt
[root@lshih /root]# cat /etc/auto.master
# $Id: auto.master,v 1.2 1997/10/06 21:52:03 hpa Exp $
# Sample auto.master file
# Format of this file:
# mountpoint map options
# For details of the format look at autofs(8).
/mnt    /etc/auto.mnt   --timeout=60
/misc   /etc/auto.misc  --timeout=60
/net    /etc/auto.net   --timeout=60
[root@lshih /root]#

according some article in expert mailing list to make cdrw work under
2.4.2 kernel

"/etc/auto.master":
/mnt    /etc/auto.mnt

"/etc/auto.mnt":
dvdrom          -fstype=auto,ro -timeout=1      :/dev/cdrom
cdrw            -fstype=auto,ro -timeout=1      :/dev/scd0

need help
sincere
eric



Wolfgang Bornath wrote:
> 
> Am Mittwoch,  8. März 2000 01:47 schrieb eric:
> 
> > what do you mean grubber?  in /boot/grub/ ? if that is , I had
> > following files
> >
> > [root@lshih grub]# ls
> > device.map     fat_stage1_5  install.sh  menu.once  minix_stage1_5
> > stage1
> > e2fs_stage1_5  ffs_stage1_5  menu.lst    messages   reiserfs_stage1_5
> > stage2
> >
> > which one I should modify?  then reboot?
> 
> Modify menu.lst
> Then install.sh
> Then cross yer fingers and toes, knock on wood (REAL WOOD!)
> Then sacrifice your girlfriends newest T-shirt to the fire on your
> penguin-altar (you DO have one?)
> Then reboot
> 
> Some people reboot without the magic doings and then they start asking
> Qs here. Go figure...
> 
> wobo
> --
> GPG-Fingerprint: FE5A 0891 7027 8D1B 4E3F  73C1 AD9B D732 A698 82EE
> For Public Key mailto [EMAIL PROTECTED] with Subject: GPG-Request
> -------------------------------------------------------------------
> ISDN4LINUX-FAQ -- Deutsch: http://www.wolf-b.de/i4l/i4lfaq-de.html

Reply via email to