View Single Post

  #4 (permalink)  
Old 05-15-2008, 02:05 AM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,035
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

This is known issue. All you have to do is pass correct option to grub boot loader while booting so it can mount file system and boot into a kernel. You need to modify line called root (hdX,Y).

When you see Grub boot loader hit esc key
  1. Select the kernel
  2. Press the e key to edit the entry root(hdX,Y)
  3. Press the e key to edit kernel entry
  4. Press ENTER key
  5. Now press the b key to boot
You may have to try root(hd1,0) for first slave, partition 0 and so on. Play little bit till you get success such as root(hd0,1), root(hd1,1) etc. See GNU GRUB Manual 0.97

Once booted successfully update your grub.conf with correct root(hdX,y) entry.
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote