This is a question relative to the post How to fix "error: unknown filesystem. grub rescue
I've follow the post of virpara step by step on an Asus EeePC 1015PEM (don't know if it's usefull to presice this, in fact yes, it's to say that I can't insert a CD in this computer...) and i'm stuck on step 5 (Load the Linux kernel and initrd image)
I've typed, in this order :
set prefix=(hd1,msdos1)/usr/lib/grub/i386-pc
insmod linux
normal
//seen that on an other website
loopback loop (hd2,msdos1)/Setup/ubuntu-12.04.1-desktop-i386.iso
//the image is on an external hard disk (does it matter ?)
set root=(loop)
and had no return message (no error message), then when I typed :
linux /casper/vmlinuz boot=casper iso-scan/filename=/ubuntu-12.04.1-desktop-i386.iso noprompt noeject
here, I have the famous message:
error: unknown filesystem
I don't really know were is my mistake but I suppose it makes impossible for me to reach further steps and achieve grub recuperation.
I'll be grateful if someone could explain were seem to be my problem.
loopback loop
step to that where the disk is. – nanofarad Oct 02 '12 at 23:51I had verify (using combinations of ls commands) the path.
I'm not sure to understand your question... the image is on the external (hd2) and on the parttion msdos1 (there is only one partition on this external disk) and the partition where i want to install (reinstall in facts) precise pangolin id (hd1,msdos1)
I don't understand what's the problem since I think I've followed correctly the steps.
– Teurkidosh Oct 03 '12 at 12:34insmod fat 32
and i wonder if there an equivalent to the commandnormal
to activate line edition and auto-completion – Teurkidosh Oct 03 '12 at 23:13