[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] xen server install on Fedora 21
On Wed, 2015-01-07 at 09:06 +0000, Colin Durrant wrote: Do you have both Fedora and XenServer installed on this machine? I doubt the presence of XenServer will be interfering with Fedora here. > ### BEGIN /etc/grub.d/20_linux_xen ### > menuentry 'Fedora, with Xen hypervisor' --class fedora --class gnu-linux > --class gnu --class os --class xen $menuentry_id_option > 'xen-gnulinux-simple-8a46c987-bac9-4664-9a73-aff7890f050a' { I think this is the option you need to be selecting from the grub menu on boot, are you? Did you check for other failing systemd modules? Since you are installing from the Fedora packages you might find more people who are familiar with your specific configuration on the fedora-xen mailing list. > insmod part_gpt > insmod ext2 > set root='hd4,gpt2' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt2 > --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 > 3b4a4399-2fc2-43d1-a263-db5ca27c91f7 > i=hd4,gpt2 --hint-baremetal=ahci4,gpt2 3b4a4399-2fc2-43d1-a263-db5ca27c91f7 > else > search --no-floppy --fs-uuid --set=root > 3b4a4399-2fc2-43d1-a263-db5ca27c91f7 > fi > echo 'Loading Xen xen ...' > if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then > xen_rm_opts= > else > xen_rm_opts="no-real-mode edd=off" > fi > multiboot /xen.gz placeholder ${xen_rm_opts} > echo 'Loading Linux 3.17.7-300.fc21.x86_64 ...' > module /vmlinuz-3.17.7-300.fc21.x86_64 placeholder > root=/dev/mapper/fedora--server-root ro rd.lvm.lv=fedora-server/root > rd.lvm.lv=fedora-server/swap rhgb quiet > echo 'Loading initial ramdisk ...' > module --nounzip /initramfs-3.17.7-300.fc21.x86_64.img > } _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |