On 2012-11-01 07:48 (GMT+0100) Oddball composed:
Op 11/1/2012 12:42 AM, Felix Miata schreef:
If it's a separate boot partition rather than a /boot directory on your / partition, this will probably do it:
grub> linux (hd0,msdos3)/vmlinuz root=/dev/sda3 noresume 3 grub> initrd (hd0,msdos3)/initrd grub> boot
If /boot is part of / on a normal partition rather than LVM, then: grub> linux (hd0,msdos3)/boot/vmlinuz root=/dev/sda3 noresume 3 grub> initrd (hd0,msdos3)/boot/initrd grub> boot
Above is for Grub2 #########################################################
Note the above wouldn't work with Grub Legacy. Instead: ######################################################### Below is for Grub Legacy, which I included because of your incomplete installation of Grub Legacy, and for comparison, and an expectation you might eventually need it.
If it's a separate boot partition rather than a /boot directory on your / partition, this will probably do it:
grub> kernel (hd0,2)/vmlinuz root=/dev/sda3 noresume 3
error: can't find command 'kernel'
Kernel is for Grub Legacy. Grub2, which is what you still have, wants linux instead, as above.
grub> initrd (hd0,2)/initrd grub> boot
If /boot is part of / on a normal partition rather than LVM, then: grub> kernel (hd0,2)/boot/vmlinuz root=/dev/sda3 noresume 3 grub> initrd (hd0,2/boot/initrd grub> boot -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org