After switching on the device it restrarts and ends up in Grub menu.
And I have to manually change
to
And manually add
right before /boot in linux and initrd commonds:
How can I fix this problem.
And I have to manually change
Code:
[FONT=arial black]set root='hd0,msdos1'[/FONT]
Code:
[FONT=arial black]set root=(hd0,msdos1)[/FONT]
- (hd0,msdos1)
right before /boot in linux and initrd commonds:
Code:
[FONT=arial black] linux (hd0,msdos1)/boot/blabla[/FONT] [FONT=arial black]initrd (hd0,msdos1)/boot/blabla [/FONT]
Comment