You are not logged in.
Pages: 1
Well i followed this guide - https://wiki.archlinux.org/index.php/Beginners'_guide
used the os-prober to check for the preinstalled oem windows 8.1, do not know if it did successfully.
Anywho, then i finished up making the grub config file and then rebooting. Now its loading up the Grub 2.2 Beta 2 Shell, instead of the menu. I kind of did follow everything. and when i did an only linux install on vm, a month back it worked. I dont know the commands to the shell, and i need to fix thius. can anyone guide me on how to do this?
My device is a new Lenovo Z510 Laptop.
Offline
Maybe you can use Live CD to repair your configuraion.
For manually boot just type these commands(worked for me):
insmod ext2
set root='(hd0,msdos1)'
linux /vmlinuz... root=/dev/sdaX ro quiet
initrd /initrd.img...
boot
For list set root (hdX,Y) use 'ls' command.
And for /vmlinuz... and /initrd... you can use autocomplete with TAB.
Last edited by hradecek (2014-03-20 08:21:55)
$ perl -wle '$_ = 1; (1 x $_) !~ /^(11+)\1+$/ && print while $_++'
Offline
Pages: 1