Re: [grub #13] menu.lst is ignored

2002-12-28 Thread Winfried Boettcher
On Sat, Dec 28, 2002 at 02:43:22AM +0900, Yoshinori K. Okuji wrote: I don't think we can help you, unless you give information about your machine and how you installed GRUB. grub was installed through apt-get, what do you need for informations concerning my machine? as i sayd its a P90 running

Boot from CD-ROM

2002-12-28 Thread Josep M.
Hello. I tried of boot my two computers,a desktop and a laptop from CD-ROM,both can boot from CD well,but I donĀ“t found how can do with grub, and grub --device-map only show me : (fd0) /dev/fd0 (hd0) /dev/hda Somebody knows what must i put in my grub.conf? Thanks Josep

10 SCSI Disk with 2 AIC7770 Controllers, 1 IDE

2002-12-28 Thread Sampson Fung
Dear All, I have been playing with GRUB in the past two days. Reading the Multi boot with GRUB HowTos, GRUB FAQs and INFO pages, and still cannot have my setup working. Initially, I have the following setup: GRUB v0.92 (comes with RH8.0) In BIOS, I have SCSI booted first. /dev/hda1 FAT32 data #

Multi-Disk RH config question

2002-12-28 Thread Sampson Fung
Dear All, Currently I have 3 versions of RH installed to 4 SCSI HDD of my first AIC7770 card and I have a linux software raid on my second AIC7770 card. My disk map is: /dev/sda1 ext3 /boot # only used to store menu.lst, each RH has its own boot sub-dir. /dev/sda2 ext3 /tmp /dev/sda3 swap swap

[grub #14] message to end edit misleading

2002-12-28 Thread katzj
Reporter: [EMAIL PROTECTED] Summary: message to end edit misleading Version: 0.93 Type: documentation bug Message: (Moving upstream from bugzilla) When you use the edit function to change a line (such as changing the default runlevel from 5 to 3), the message indicates (leads one to believe)

[grub #15] PATCH: clean up compile warnings

2002-12-28 Thread katzj
Reporter: [EMAIL PROTECTED] Summary: PATCH: clean up compile warnings Version: 20021229 Type: software bug Message: (Per https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=79637) str_chk *could* potentially be uninitialized when it's accessed and the compiler notices. Clean up the warnings.

[PATCH] Add support for building on x86_64

2002-12-28 Thread Jeremy Katz
The attached patch lets GRUB build on x86_64 assuming you have a multilib compatible build environment set up (ie, gcc -m32 gives you 32-bit binaries) Jeremy Index: ChangeLog === RCS file: /cvsroot/grub/grub/ChangeLog,v retrieving