Ok, well my computer won't boot anymore (Due to me messing around with partitions and mbr's ). I was pretty much having the same problem as the guy in this article.
http://encodable.com/tech/blog/2006/..._Drive_Upgrade
I figured that menu.lst and /etc/fstab had the wrong ssid and could not boot because of that. I tried to find the ssid of my root partition (dev/sda2). I used "vol_id /dev/sda2" and the ssid field was empty and I also saw "ID_FS_VERSION=FAT12" I thought this was weird since it was an ext3 partition. The guy in that article got his ssid from /dev/disk/by-uuid/. In that folder I found an ssid that matched my swap partition.
So my main questions here is
-How can I get the ssid on my menu.lst to match up with my hard drive (which doesn't seem to have one)?
-Why does my partition say it is a Fat12 when it is an ext3?
-Why was my did the ssid in /dev/disk/by-uuid/ match my swap partition instead of my root partition?
I will post back and let you know the error I get which will probably be really helpful.
http://encodable.com/tech/blog/2006/..._Drive_Upgrade
I figured that menu.lst and /etc/fstab had the wrong ssid and could not boot because of that. I tried to find the ssid of my root partition (dev/sda2). I used "vol_id /dev/sda2" and the ssid field was empty and I also saw "ID_FS_VERSION=FAT12" I thought this was weird since it was an ext3 partition. The guy in that article got his ssid from /dev/disk/by-uuid/. In that folder I found an ssid that matched my swap partition.
So my main questions here is
-How can I get the ssid on my menu.lst to match up with my hard drive (which doesn't seem to have one)?
-Why does my partition say it is a Fat12 when it is an ext3?
-Why was my did the ssid in /dev/disk/by-uuid/ match my swap partition instead of my root partition?
I will post back and let you know the error I get which will probably be really helpful.
Comment