I've added support for symbolic color names to GRUB. No documentation is
written yet, but it works as follows:
* You can give numeric values, just like before. Example:
color=0x17 0x70
* You can give symbolic names, with syntax:
color=foreground/background [highlight-foreground/highlight-backgr
Straight from my Linux kernel bootup:
PIIX3: IDE controller on PCI bus 00 dev 39
PIIX3: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio
hda: FUJITSU MPB3043ATU, ATA DI
> I don't know what "hide a partition" means exactly. Is there any
> document or any sample source code?
>From what I've heard, hiding a partition means setting its partitiontype
to zero. This seems a bit dangerous, because you have to store the
original type-id somewhere. I'm not sure about t
From: Jeff Sheinberg <[EMAIL PROTECTED]>
Subject: bug in grub-0.5
Date: Sun, 4 Jul 1999 19:37:08 -0400 (EDT)
> I would be happy to download the latest grub stage[12] and see
> if I can duplicate this problem, if you could make these stage[12]
> binaries available somewhere for me to get my ha
Hello,
I've uploaded GNU GRUB webpages to www.gnu.org, and put them under
the directory /software/grub/. Please link from the software pages.
Thanks,
OKUJI
P.S. What I don't know is who should update the What's New page. If I
should do, let me know.
-