devils_casper:
Quote:
Quote: |
1) The root of problem is NOT related to /etc/fstab file and its format. Even, I think that in this stage of booting, the fstab file does not play any role.
| /etc/fstab file plays a major role while booting up any Linux OS. Init Scripts read /etc/fstab file to mount partitions during boot up.
|
OK, you're right. But, I told "in
this stage of booting". In my case, the boot process even does not arrive to "Welcome to Fedora" message, until the control be delegated to init scripts and the fstab file be read to mount user partitions. To check and test my inference, I booted by Fedora CD Live and renamed the /etc/fstab file! What was the result in your opinion?! Nothing, the error and boot messages repeated without any difference!
devils_casper:
Quote:
Quote:
mount: could not find filesystem '/dev/root/'
setting up other filesystems.
setting up new root fs.
setuproot: moving /dev failed: No such file or directory.
no fstab.sys, mounting internal defaults.
| Its not finding root partition and throwing errors while reading fstab.sys file.
Is it throwing Label error right now? Have you tried adding (hd0,6) in kernel and initrd path?
|
About the message "no fstab.sys...", I think this is not so important. Because accidently, I saw this message in Live-CD booting too, and it did not make any problem.
About Label error, as far as I remember, we had one label error about swap and resuming: "
Unable to access resume device (LABEL=SWAP-sda8 )", that I mentioned in my previous post that it wiped out by passing "noresume" parameter to kernel.
There is one "root (hd0,6)" line in my grub file that refers to /boot partition.
Thank you my friend.