Re: disk vs partition numbering

2006-12-14 Thread adrian15
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

Re: disk vs partition numbering

2006-12-14 Thread Marco Gerards
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

Re: Conditionally building `grub-emu'

2006-12-14 Thread Marco Gerards
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

Re: EFI-dualbooting OSX and Linux on iMac with T7400-CPU

2006-12-14 Thread Eeri Kask
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

Re: disk vs partition numbering

2006-12-14 Thread Damon Register
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

Re: disk vs partition numbering

2006-12-14 Thread Tomáš Ebenlendr
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

Re: EFI-dualbooting OSX and Linux on iMac with T7400-CPU

2006-12-14 Thread bibo,mao
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