• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

can't boot [slackware linux]

I have a dual boot between Slackware and Windows XP. XP was installed after linux (before was Windows 98), so the master boot record was overwritten when XP was installed. I hadn't used linux in a few months, and when I went to boot last night, I would get a kernel panic message. The only thing I can figure from it is that since I had the Windows 98 partition visible in linux, it's freaking out because the fat32 partition is no longer there, and it can't mount it like it wants to. Is there any way I can get this to work?

Thanks,
 
boot off a linux disk or cdrom, mount the hard drive partition r/w, and get rid of the line in /etc/fstab that mounts that fat32 partition. then just try booting it again normal.

bart
 
I dont think that would cause that big of a problem, but Mr. Bart has the right idea on fixing that particular problem.
 

you can also just boot into single user mode, which wont mount anything but /
at the lilo prompt, hit tab to see the label for your kernel, then (here pretending
your label is "linux") type:

linux 1

and hit return. when/if it comes up you can edit the /etc/fstab

but i really doubt a failed mount would cause a kernel panic...unless its / that
can't be mounted...that would do it.

did you move the disk around? like change it from master to slave or delete or
add a partition that would change the partition number / is on?
 
Back
Top