Results 1 to 3 of 3

Thread: Server 10.04 Advanced Install from LiveCD (Raid or LVM)

  1. #1
    Join Date
    Aug 2012
    Beans
    2

    Server 10.04 Advanced Install from LiveCD (Raid or LVM)

    Hi All,

    Iv'e used remastersys to create a livecd server distro. Everything works perfect with 1 exception!! I cannot get the system to boot if I choose to install to a raid or lvm setup. I have followed 3 different tutorials online using the official Ubuntu LiveCD and it has worked flawless...can anyone tell my why this is?? What would be the difference in my remastersys iso??

    After rebooting...I get this message

    "ALERT! /dev/disk/by-uuid/* does not exits. Dropping to shell.
    initramfs"

    Thanks,
    MarcJPo

    (*NOTE it does install correctly if you choose to use the whole disk option in the installer -and- I can perform all the same functions as the tutorials suggest without getting any errors)

  2. #2
    Join Date
    Mar 2012
    Beans
    8

    Re: Server 10.04 Advanced Install from LiveCD (Raid or LVM)

    Try installing the RAID or LVM after the initial installation. Also is that all of the error code? About 10 or so more lines above this code would be more helpful to grasp the situation.

  3. #3
    Join Date
    Aug 2012
    Beans
    2

    Talking Re: Server 10.04 Advanced Install from LiveCD (Raid or LVM)

    Hi, Thanks for the reply! I have gotten busy and forgot that I had posted this here... I figured out what I needed to do or at least it worked...lol

    Commands for Raid
    1) sudo mount /dev/md0 /target/
    2) sudo mount –bind /dev/ /target/dev/
    3) sudo mount –bind /sys/ /target/sys/
    4) sudo mount –bind /proc/ /target/proc/
    5) sudo cp /etc/mdadm/mdadm.conf /target/etc/mdadm/
    6) sudo chroot /target/
    7) sudo update-initramfs -u
    8) exit

    Here you can visit the project site for more info
    http://www.mattpyers.com/hyperbox/?page_id=115
    Last edited by marcjpo; October 11th, 2012 at 03:25 PM.

Tags for this Thread

Bookmarks

Posting Permissions

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