LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   New Partition >> Won't boot !! (https://www.linuxquestions.org/questions/linux-newbie-8/new-partition-wont-boot-496455/)

fernando10 10-28-2006 05:09 PM

New Partition >> Won't boot !!
 
Hello, I have a dual boot notebook (windows xp/Suse 10.1) and all was working fine, using GRUB boot lodader...but yesterday i decided to create a new partition for windows, so I resized the existing sigle windows partition and created a new one (used Acronis disk director). This action "moved" all the partitions below the new one "down" a notch, so my boot partition moved from /dev/sda6 to /dev/sda7...

Naturally, grub gave me an error msg when i tried to boot...so I went into the command line mode 'c' >> geometry (hd0) >> find /dev/fstab (answer: hd0,5) >> find /boot/vmlinuz (answer: hd0,6). Got the new addresses for the relevant partitions, edited the "SUSE Linux 10.1" line in the boot loader 'e' to match the new config...and told it to boot 'b'...the nice suse boot screen showed up and it seemd to be going ok till i get an :

"fsck failed for at least one filesystem (not /)."
"Please repair manually and reboot."
"The root filesystem is already mounted read-write."

and, after typing the root pwd, i get a promt waiting for me to do something....I ran fsck manually on all my unmounted linux partitions (/dev/sda7...11) and only /dev/sda11 failed...but this is my swap partition, it's not an ext2 filesystem...so i really don't know what to do from here... :/

Thanks for any pointers!! :)

p.s: windows will boot normally from the grub menu as before....no changes were necessary

Tuttle 10-28-2006 05:15 PM

seems like it is trying to fsck swap at boot... did you properly edit /etc/fstab? try a livecd like slax to edit fstab and /boot/grub/menu.lst and make good.

fernando10 10-28-2006 09:30 PM

Thanks 4 the quick reply! Your suggestion solved the issue, I had to edit the /etc/fstab file...

Used Knoppix Live DVD to edit the files (also changed the menu.lst)

Thanks!

Tuttle 10-29-2006 05:22 AM

Oh, glad you got it working :~]


All times are GMT -5. The time now is 04:43 PM.