aqua
30th March 2006, 18:53
Hello All:
I am installing the Xen/vserver howto as described by falko (excellent howto by the way!).
I am installing this setup on a pair of external harddrives, which i have setup as a software RAID1. Here is a copy of mdadm --detail /dev/md0
mdadm --detail /dev/md0
/dev/md0:
Version : 00.90.01
Creation Time : Tue Mar 28 07:11:18 2006
Raid Level : raid1
Array Size : 244195904 (232.88 GiB 250.06 GB)
Device Size : 244195904 (232.88 GiB 250.06 GB)
Raid Devices : 2
Total Devices : 2
Preferred Minor : 0
Persistence : Superblock is persistent
Update Time : Thu Mar 30 11:52:00 2006
State : clean
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
UUID : 7471b230:6584b0f0:9d586981:b9764589
Events : 0.1759
Number Major Minor RaidDevice State
0 8 1 0 active sync /dev/sda1
1 8 17 1 active sync /dev/sdb1
so now my question is, how should my /boot/grub/menu.lst look like?
i tried several variations, but my computer either keeps rebooting or gets stuck on start up:
title Xen 3.0.1 / XenLinux 2.6.12-xen0
root (md0,0)
kernel /boot/xen.gz dom0_mem=65536
module /boot/vmlinuz-2.6-xen0 root=/dev/md0 ro console=tty0
thank you
aqua
I am installing the Xen/vserver howto as described by falko (excellent howto by the way!).
I am installing this setup on a pair of external harddrives, which i have setup as a software RAID1. Here is a copy of mdadm --detail /dev/md0
mdadm --detail /dev/md0
/dev/md0:
Version : 00.90.01
Creation Time : Tue Mar 28 07:11:18 2006
Raid Level : raid1
Array Size : 244195904 (232.88 GiB 250.06 GB)
Device Size : 244195904 (232.88 GiB 250.06 GB)
Raid Devices : 2
Total Devices : 2
Preferred Minor : 0
Persistence : Superblock is persistent
Update Time : Thu Mar 30 11:52:00 2006
State : clean
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
UUID : 7471b230:6584b0f0:9d586981:b9764589
Events : 0.1759
Number Major Minor RaidDevice State
0 8 1 0 active sync /dev/sda1
1 8 17 1 active sync /dev/sdb1
so now my question is, how should my /boot/grub/menu.lst look like?
i tried several variations, but my computer either keeps rebooting or gets stuck on start up:
title Xen 3.0.1 / XenLinux 2.6.12-xen0
root (md0,0)
kernel /boot/xen.gz dom0_mem=65536
module /boot/vmlinuz-2.6-xen0 root=/dev/md0 ro console=tty0
thank you
aqua