On Thursday 02 October 2003 00:43, you wrote: > On Wed, Oct 01, 2003 at 10:18:55PM +0200, Michael Gehm wrote: > > bash-2.05a# ./grub-install --debug /dev/hd0 > > Uhm.. why hd0? This is GNU Mach device nomenclature. :) > > > +++ grep -v '^#' /boot/grub/device.map > > +++ grep '/dev/ide/host0/bus0/target0/lun0/disc *$' > > We clearly have a pipe here. These greps are looking for a non-commented > line containing your device name. > > > +++ sed 's%.*\(([hf]d[0-9][a-g0-9,]*)\).*%\1%' > > Urgh. I should learn sed someday ;) > > > ++ echo '/dev/ide/host0/bus0/target0/lun0/disc does not have any > > corresponding B IOS drive.' > > /dev/ide/host0/bus0/target0/lun0/disc does not have any corresponding > > BIOS drive . > > ++ exit 1 > > It seems that because you have an unusual device name, some part of GRUB is > unable to recognise it. > > Please paste the contents of your /boot/grub/device.map.
Hi, here is my /dev/map and my /etc/fstab. Is there anything wrong ? ....................................... (fd0) /dev/fd0 (hd0) /dev/hda ....................................... # /etc/fstab: static file system information. # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.10 2002/11/18 19:39:22 azarah Exp $ # # noatime turns of atimes for increased performance (atimes normally aren't # needed; notail increases performance of ReiserFS (at the expense of storage # efficiency). It's safe to drop the noatime options if you want and to # switch between notail and tail freely. # <fs> <mountpoint> <type> <opts> <dump/pass> # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. /dev/hda1 /mnt/Windows vfat defaults,noauto /dev/hda3 /mnt/Yoper ext3 noauto 1 1 /dev/hda5 /mnt/Knoppix-S ext2 noauto,noatime /dev/hda6 /mnt/Knoppix ext2 noauto,noatime /dev/hda7 /boot ext2 noauto,noatime 1 1 /dev/hda8 / ext3 noatime 0 0 #/dev/SWAP none swap sw 0 0 /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0 proc /proc proc defaults 0 0 /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0 # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for # POSIX shared memory (shm_open, shm_unlink). Adding the following # line to /etc/fstab should take care of this: # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will use almost no # memory if not populated with files) tmpfs /dev/shm tmpfs defaults 0 0 /dev/ide/host0/bus1/target0/lun0/cd /mnt/cdrom auto ro,noauto,user,exec 0 0 /dev/scsi/host0/bus0/target0/lun0/cd /mnt/cdrom auto ro,noauto,user,exec 0 0 /dev/scsi/host0/bus0/target1/lun0/cd /cdrecorder auto ro,noauto,user,exec 0 0 ??????????????????????????????????????????????????????????? Thx :-) Michael -- If Linux doesn't have the solution you have the wrong problem. Registered Linux user #191 807 ICQ # 125941330 http://www.michael-gehm.de http://www.gentoo.org Against-TCPA http://www.againsttcpa.com Say NO !! Don't let them take YOUR RIGHTS !! _______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub
