









|
[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[NMLUG] grub help
On Sun, 2004-10-31 at 16:19 -0700, Aaron NMLUG wrote:
> I know that /boot is /dev/hda2
> / is /dev/hda3
> Kernel is /boot/SMP2.4.8HM (among other things)
> map is /boot/System.map-SMP2.4.8HM (and some other
> "automagic" stuff too)
>
> I'd hope this is all I would need to boot.
> /boot is ext2
> / is ext3
>
> Is there a sequence of grub commands I can issue to
> boot this kernel?
use:
root (hd0,1)
kernel /SMP2.4.8HM ro root=/dev/hda3 (add any other kernel params you
need here)
boot
That should do it. If you built an initrd you'll have to do:
initrd /initrd.SMP2-blah-blah
between the kernel and the boot arguments.
Notice there is no /boot before the kernel or initrd name since they are
on /dev/hda2 (hd0,1) which we're using as the grub root.
Grub has tab-completion so that will help.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.b9.com/pipermail/nmlug/attachments/20041102/807304a2/attachment.pgp
|
|