954,234 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

UBUNTU 11 Cant boot

hello,

my ubuntu 11 . cant boot . and print a message like

"no such device "

any one can help ?§ please

mools3
Newbie Poster
8 posts since Jul 2011
Reputation Points: 9
Solved Threads: 0
 

If you can't access your system, from the Grub 2 menu: Press ENTER after each line; are just clarifying comments - do not type them.

Code:

enter command line mode
set root=(hd0,1) # to set sda1 as root
linux /vmlinuz root=/dev/sda1 ro
initrd /initrd.img
boot

Once into the system, open /etc/default/grub:
Code:

sudo gedit /etc/default/grub

You can try disabling the UUID function to see if that solves things for you :

GRUB_DISABLE_LINUX_UUID=true

Update Grub2:
Code:

sudo update-grub

aFg3
Newbie Poster
16 posts since Sep 2011
Reputation Points: 10
Solved Threads: 2
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: