Op 01-11-12 07:59, Felix Miata schreef:
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 It booted up to the stage where 'no init' was found.
These are the last words:
/dev/sda3: clean, 295/38760 files, 46394/154624 blocks fsck succeeded. Monting root device read-write. Mounting root /dev/sda3 mount -o rw,acl,user_xattr -t ext4 /dev/sda3 /root [ 2.866574] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: acl,user_xattr No init found. Try passing init= option to the kernel. umount: /dev/pts: target is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1) umount: /dev: target is busy.
I tried it it 3 times, the break shows the first and third attempt.
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
-- Enjoy your time around, Oddball (M9.) (Now or never...) OS: Linux 2.6.37.1-1.2-desktop x86_64 Huidige gebruiker: oddball@AMD64x2sfn1 Systeem: openSUSE 11.4 (x86_64) KDE: 4.6.00 (4.6.0) "release 6" -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org