Find the answer to your Linux question:
Results 1 to 7 of 7
Is it possible to move the boot and OS drive to another controller and still boot machine? I moved the boot drive sdb1 to a different controller and I can ...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    25

    Can I move boot drive to different controller?

    Is it possible to move the boot and OS drive to another controller and still boot machine?

    I moved the boot drive sdb1 to a different controller and I can figure out how to make the machine boot from it.

    I changed the bios and get a brief boot indication, I then editted menu.lst in the grub folder and pointed it to the new device but still the machine won't boot.

    Is there something I need to do, other than reinstall?

    thanks

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,097
    When you do anything that makes critical changes the partition layout, you need to edit the grub configuration file and the fstab file accordingly.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Sep 2007
    Posts
    25
    But I'm not changing the partition layout, I'm simply moving the drive from the motherboard sata port to a hot swap cage and controller. When I try to boot the machine it doesn't fully boot, after a few seconds of selecting the menu item to boot from the boot process stops.

    Any ideas what I need to edit to fix this?

    here is a listing of menu.lst / grub.conf

    title Fedora (2.6.29.4-167.fc11.i586)
    root (hd0,0)
    kernel /vmlinuz-2.6.29.4-167.fc11.i586 ro root=/dev/VolGroup00/LogVol00 rhgb quiet vmalloc=256M
    initrd /initrd-2.6.29.4-167.fc11.i586.img

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    The problem is likely due to a change in the drive's identifier, from /dev/sda to /dev/something-else. If you label the partitions on the drive, such as "/", "swap", "/boot", and use the labels in the /etc/fstab, it might work.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by toddb
    I changed the bios and get a brief boot indication, I then editted menu.lst in the grub folder and pointed it to the new device but still the machine won't boot.

    Is there something I need to do, other than reinstall?
    Which version of RedHat/Fedora are you using?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Sep 2007
    Posts
    25
    I'm running F11 - i386 mode

    The drive I wish to relocate to a different controller is a ext3 boot and a LVM 2 / & swap partition

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Could you post contents of its /etc/fstab file? If Fedora 11 is using UUID instead of device names, there won't be any problem.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...