On Wednesday 13 December 2006 09:59, adrian15 wrote:
> For them their first hard disk (Who is going to have a zero-hard disk in
> the real world. It has no sense) is C:, but you could name it 1.
> And when they partition their hard disk they suppose that the first cut
> it is the 1 not the 0.
A
adrian15 <[EMAIL PROTECTED]> writes:
>> On Wednesday 13 December 2006 09:59, adrian15 wrote:
>>> > For them their first hard disk (Who is going to have a zero-hard disk in
>>> > the real world. It has no sense) is C:, but you could name it 1.
>>> > And when they partition their hard disk they supp
Thomas Schwinge <[EMAIL PROTECTED]> writes:
Hi Thomas,
> On request / suggestion / whatever ;-) of Marco I created the following
> patch.
Thanks a lot for doing this!
[...]
> The only remaining problem --- which only happens if building without
> having `grub-emu' enabled --- is the following
bibo,mao wrote:
>> menuentry "MacOSX" {
>> set root=(hd0,2)
>> chainloader /System/Library/CoreServices/boot.efi
>> }
>>
>> menuentry "GNU/Linux" {
>> set root=(hd0,5)
>> linux /boot/vmlinuz root=/dev/sda5
>> }
>>
> There is no initrd option in your menu, I do not know whether it can
> succ
Marco Gerards wrote:
with counting. No one starts counting with 0. Except when you count
partitions, of course. ;-)
what about arrays in C/C++ ?
Damon Register
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gr
Dne 13 Prosinec 2006, 22:00, Yoshinori K. Okuji napsal(a):
> On Wednesday 13 December 2006 09:14, James Lockie wrote:
>
>> I take that back, software should work without having to read the
>> manual, grub legacy was NOT like that for me.
>
> Exactly. It is ideal that one can use software without r
Eeri Kask wrote:
bibo,mao wrote:
>> menuentry "MacOSX" {
>> set root=(hd0,2)
>> chainloader /System/Library/CoreServices/boot.efi
>> }
>>
>> menuentry "GNU/Linux" {
>> set root=(hd0,5)
>> linux /boot/vmlinuz root=/dev/sda5
>> }
>>
> There is no initrd option in your menu, I do