I have an HCL ME laptop which has a built in windows 7 os.
3 days before I have installed windows 8 along with windows7.
Yesterday I have downloaded ubuntu 14.04 iso and installed it using portable usb which created a new harddisk drive, but today when I opened it, it shows
unknown file system grub rescue error.
Asked
Active
Viewed 1,296 times
1
Anon
- 12,339
2 Answers
1
After installing Windows 8 windows Removes Other bootloader (Ubuntu's) You can Reinstall Grub by following Documentation from ubuntu:- here
Ashu_FalcoN
- 2,118
0
unknown filesystem
grub rescue>
This error is due to deletion of the Ubuntu drive where your Ubuntu OS was installed, so set the Windows boot loader by typing the following commands at the grub rescue prompt:
set boot=(hd0,msdos6)
set prefix=(hd0,msdos6)/boot/grub
insmod normal
normal
The drive msdos 7/6/5/4 depends upon the system user.
karel
- 122,292
- 133
- 301
- 332