Hi!

I expanded a disk in vmware esx when the machine was alive. Not good. The machin will not start, and I restarted the machin with a livecd from gparted. Det whole disc was unallocated.

In gpart livecd I could restore the partition tables, and that works good. I did find sda1=boot1 and sda2=/1. I cant find the sda3 swap-disc. The machin will not start.
Only a black screen with a cursor.

Should I reinstall the grub? Or what can be my problem? Should I use red hat cd to rescue something? I dont know.
When i start supergrub livecd (1.5mb iso), it can't find any operating system, but supergrub can find my sda1 and sda2.


sda1
/boot/grub/grub.conf
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0) /grub/splash.xpm.gz
hiddenmenu
title Ret Hat Enterprise Linux Server (2.6.18-194.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18.194.el5 ro root=LABEL/1
initrd /initrd-2.6.18-194.el5.img


sda2
/etc/fstab
fstab.png


Thanks.