Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

VFS Woes

  • 01-10-2005 10:32am
    #1
    Closed Accounts Posts: 7,230 ✭✭✭


    Hey guys,
    So originally I had my entire hard drive dedicated to Linux (Ubuntu), and as I was going back to college I needed to throw windows on it. So originally my root partition / was /dev/hda1, but with all the resizing and partitioning I had to do the root partition is now /dev/hda3, and windows is /dev/hda1 and /dev/hda2. I've updated grub and /etc/fstab accordingly, but when I try to boot into linux, VFS is still looking at /dev/hda1, and gives an error saying that no ext3 filesystem was found on /dev/hda1. Then I get a kernel panic and the bootup hangs. Is there some way that I can tell VFS to look at /dev/hda3 instead of /dev/hda1?

    Thanks for your help!


Comments

  • Registered Users, Registered Users 2 Posts: 1,862 ✭✭✭flamegrill


    /me thinks you didn't edit /boot/grub/menu.lst with the correct root partition

    Regards,

    Paul


  • Closed Accounts Posts: 7,230 ✭✭✭scojones


    Nevermind guys, I fixed it.

    Note to self: Make sure you change menu.lst PROPERLY. Being hungover sure slows me down.

    root=/dev/hda1 was still in menu.lst, I changed root (hd0,0) to root (hd0,2) but never changed root=/dev/hda1 to root=/dev/hda3. I should be blonde!


  • Closed Accounts Posts: 7,230 ✭✭✭scojones


    flamegrill wrote:
    /me thinks you didn't edit /boot/grub/menu.lst with the correct root partition

    Regards,

    Paul

    Smartarse! :p


Advertisement