Jump to content

Can't boot Linux after Re-installing WinXP[solved]


TwoFace
 Share

Recommended Posts

If the information is correct, your root partition is sda3 and swap is sda4. And so your grub entry should be:

title linux 2.6.22.12-1
kernel (hd0,2)/boot/vmlinuz-2.6.22.12-desktop-1mdv BOOT_IMAGE=linux_2.6.22.12-1 root=/dev/sda3 resume=/dev/sda4 splash=silent mem=1024M vga=788
initrd (hd0,2)/boot/initrd-2.6.22.12-desktop-1mdv.img

 

Note that the resume entry. I keep a live distro around (PCLinuxOS) so that I can get into my file system when I mess it up. I use several different distros and the installation process occasionally messes things up.

Link to comment
Share on other sites

I changed the resume entry and now I have the grub entry exactly as in your post, but I have the same error.

Maybe the system thinks that my root partition is sda4? How can I check this and correct?

Link to comment
Share on other sites

Actually, I've used Partition Magic only for viewing partition table.

OK, then I'll reinstall Linux :((( Oh... My CVS server, my MBs of updates... :(

Oh, this stupid Windows, now I really hate it... gr...

 

Thank you guys for your time and help!

Edited by TwoFace
Link to comment
Share on other sites

The superblock problem usually means you've got a big filesystem problem. So, you can restore from the second superblock:

 

e2fsck -b 8193 /dev/sdb1

 

but you need to boot the system in rescue mode or single user mode to do this. And do it for the partition that was reporting the problem. Then try booting the system again.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...