• 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.

Please help my linux boot up correctly.

Jhill

Diamond Member
I installed linux on a second hard drive. Windows xp is on the first. When I set my bios to boot to my second hard drive. (ide1) I get an eror message when booting linux. It says Can't find ext3 filesystem on DEV ide0 (3.1). What causes this?
When I physically put my linux hard drive on the first connector of my ide cable (ido 0) and set my bios to boot to ide 0 it will boot up fine but I want it to be on the second connector because I will be booting to windows mostly.
Please help.

ps: I changed the jumpers so I don't think that is the problem.
 
In Linux, the filesystems are enumerated in

/etc/fstab

So when you're moving a disk to a different IDE position, you have to edit that file (and possibly reconfigure LILO). You should have created a Linux bootdisk that allows you to get into single-user mode where you can do basic configuration tasks. There are quite a few Linux on a floppy (or CDR) systems out there designed just for this task.

Generally speaking, you do NOT need to reinstall Linux to fix problems. In fact, I highly recommend fixing it in place so that you find real solutions to your questions.
 
Back
Top