Canoot find partision
This is a discussion about Canoot find partision in the Linux Software category; well just modifing my comp by changing my linux HDD from secondry master to Primary slave and mandrake didn't like it. error log - mounting root filesystem VFS: Can't find ext3 filesystem on dev idel(22,1) Mount: error 22 mounting ext3 flags default well, lets try that again without option flags mounting root files ...
well just modifing my comp by changing my linux HDD from secondry master to Primary slave and mandrake didn't like it.
error log
---------------------------------------------------
mounting root filesystem
VFS: Can't find ext3 filesystem on dev idel(22,1)
Mount: error 22 mounting ext3 flags default
well, lets try that again without option flags
mounting root filesystem
VFS: Can't find ext3 filesystem on dev idel(22,1)
Mount: error 22 mounting ext3 flags default
well, lets try that again with read only flags
mounting root filesystem
VFS: Can't find ext3 filesystem on dev idel(22,1)
Mount: error 22 mounting ext3 flags default
pivot root: pivot-root (/sysroot,/sysroos/intred) failed: 2
remounting defs at correct place if neccercery mounted defs on /dev
freeing unused kernel
memory: 156k freed
kernel panic: no int found.
Try passing init = option to kernel
--------------------------------------
It exactly like XP, you change your computer and suddenly it doesn't boot.
error log
---------------------------------------------------
mounting root filesystem
VFS: Can't find ext3 filesystem on dev idel(22,1)
Mount: error 22 mounting ext3 flags default
well, lets try that again without option flags
mounting root filesystem
VFS: Can't find ext3 filesystem on dev idel(22,1)
Mount: error 22 mounting ext3 flags default
well, lets try that again with read only flags
mounting root filesystem
VFS: Can't find ext3 filesystem on dev idel(22,1)
Mount: error 22 mounting ext3 flags default
pivot root: pivot-root (/sysroot,/sysroos/intred) failed: 2
remounting defs at correct place if neccercery mounted defs on /dev
freeing unused kernel
memory: 156k freed
kernel panic: no int found.
Try passing init = option to kernel
--------------------------------------
It exactly like XP, you change your computer and suddenly it doesn't boot.
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Aug 12
Aug 13
0
2 minutes
Responses to this topic
This can probaly be fixed by changing /etc/fstab or /etc/mtab, depending on how mandrake is setup;I think this is universal, but I've only worked with Arch,Suse, and Gentoo. This(these) files, control how you drives are mounted. The first section of each line in /etc/fstab is the device(my root filesystem):
<fs> <mountpoint> <type> <opts> <dump/pass>
/dev/hda2 / reiserfs noatime 0 0
So in your /etc/fstab you probaly need to change /dev/hdd to /dev/hd(X), from a liveCD or other working distro. Hope this helps.
<fs> <mountpoint> <type> <opts> <dump/pass>
/dev/hda2 / reiserfs noatime 0 0
So in your /etc/fstab you probaly need to change /dev/hdd to /dev/hd(X), from a liveCD or other working distro. Hope this helps.
It is like any OS. You change the location of where the bootloader tries to look for the boot and system files, then you need to tell the system where you changed the files to.
You will also need to change your entries in Grub or Lilo, whichever bootloader that you are using.
You will also need to change your entries in Grub or Lilo, whichever bootloader that you are using.
i boot off lilo from a 3.5 floppy. I tryed changing lilos syslinux.cfg life to point to hdb1 where the root is located but makes no difrence. Any more suggestions? i tryed using grub but only found allot of confusion.
Also what file does lilo actually point to.
Also what file does lilo actually point to.
Syslinux.cfg?
Let's start from the beginning.
How did you make the boot floppy? Did you make it during the install and tell Mandrake to use Lilo at /dev/fd0?
Let's start from the beginning.
How did you make the boot floppy? Did you make it during the install and tell Mandrake to use Lilo at /dev/fd0?
don't worry about it. I grudgenly reinstalled mdk. Now i have another problem that ill post on the general board.