grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Grub overview/tutorial available


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: Grub overview/tutorial available
Date: Sat, 17 Apr 2010 17:39:49 +0200
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109)

Simon Kitching wrote:
> Hi All,
>
> Just FYI, I've written up what I've learned about Grub during the last
> few weeks and put it up here:
>
> http://people.apache.org/~skitching/MineOfInformation/linux/Booting_Linux_on_x86_with_Grub2.html
>
> This is more detailed than simple "user level", but doesn't get into any
> code details. More at the "advanced sysadmin" level perhaps.
>
> Any feedback/corrections welcome; I'm fairly new to Grub so probably
> have some mistakes in there.
>   
"This tool(grub-emu) can be used to install Grub." <--- wrong (outdated)
" Note also that there are a few commands that can be run in the “grub
shell” that are not available in a real Grub environment (because they
would be pointless)," <--- likewise
insmod /boot/grub/normal.mod normal <-- only one of 2 arguments and it
won't set prefix resulting in further problems. Correct action is:

set prefix=(<disk>)/boot/grub
insmod normal
normal

'Grub “legacy” (the 0.x series) could only boot kernels that support the
“multiboot” specification.' <--- grub legacy has a linux loader too
'As Grub2 boots kernels by invoking a helper module (“linux”, “xnu”,
“bsd”), it can boot any kernel for which the appropriate helper module
has been written. Of course if a kernel supports multiboot, then writing
such a helper module is much simpler!'
Modules are NOT ''helpers'. They are separate loaders. and multiboot
needs no 'helpers'

    linux $root/mykernel root=xyz ---->  linux ($root)/mykernel root=xyz

' search –set=MYDEV – search.label mylabel MYDEV' at very least actually
try the commands you supply

> Regards,
> Simon
>
>
>
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
>   


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]