Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

Hi,

Because I am using one of the new WD disks I am trying to aling my root partition with the real sectors, as described here:

http://community.wdc.com/t5/Desktop/Problem-with-WD-Advanced-Format-drive-in-LINUX-WD15EARS/m-p/10920#M631

So I copied all files to a temp location, deleted my partition (/dev/sda3), recreated it a few cylinders later (same name) and copied the files to the newly created partition. But now when I try to boot, I get my old grub menu but after selecting my kernel version it hangs... Any idea how I can fix it?

asked 15 May '10, 22:05

Grzenio's gravatar image

Grzenio
6115
accept rate: 100%




Fixed now - the problem was that the partitions UUID has changed as an effect of my actions so I had to update /boot/grub/grub.cfg with the new ids, which I got by running (as root):

blkid
link

answered 16 May '10, 17:31

Grzenio's gravatar image

Grzenio
6115
accept rate: 100%

Glad to see that you fixed it. Don't forget that you can also use labels or just the partition name (ie. root=/dev/sda3).

link

answered 18 May '10, 13:38

JD50's gravatar image

JD50
512
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×90
×26
×7

Asked: 15 May '10, 22:05

Seen: 3,853 times

Last updated: 18 May '10, 13:38

powered by OSQA