Problem with creating a PV-ubuntu-guest with Xen on slackware
I don't know if I'm in the right place but:
i have Xen installed on slackware and i wanted to create an Ubuntu-Guest-Domain.
I created the xen-config-file(attached) manually and created a new guest domain; i use vncviewer to display the graphical interface of ubuntu and tried to install it the normal way;
problem is i got stucked right after the point where i must erase my disk etc.. erorr message also attached
i created a new partition with the command:
sudo lvcreate -L 40G -n ubuntu-database /dev/vg0
but i dont now how i join them with my config file :(
Error message in ubuntu:errormessage
configfile section DISK:
disk = [
'tap:aio:/net/p2fnas/data/xenimages/ubuntu-18.04.1_400G.img,xvda1,w',
'drbd:r0,xvda1,w',
'file:/net/p2fnas/data/xenimages/ubuntu-18.04.1-desktop-amd64.iso,hdc:cdrom,r'
]
Hopefully someone can help me out of this trouble
kind regards dfresh
virtualization xen
add a comment |
I don't know if I'm in the right place but:
i have Xen installed on slackware and i wanted to create an Ubuntu-Guest-Domain.
I created the xen-config-file(attached) manually and created a new guest domain; i use vncviewer to display the graphical interface of ubuntu and tried to install it the normal way;
problem is i got stucked right after the point where i must erase my disk etc.. erorr message also attached
i created a new partition with the command:
sudo lvcreate -L 40G -n ubuntu-database /dev/vg0
but i dont now how i join them with my config file :(
Error message in ubuntu:errormessage
configfile section DISK:
disk = [
'tap:aio:/net/p2fnas/data/xenimages/ubuntu-18.04.1_400G.img,xvda1,w',
'drbd:r0,xvda1,w',
'file:/net/p2fnas/data/xenimages/ubuntu-18.04.1-desktop-amd64.iso,hdc:cdrom,r'
]
Hopefully someone can help me out of this trouble
kind regards dfresh
virtualization xen
add a comment |
I don't know if I'm in the right place but:
i have Xen installed on slackware and i wanted to create an Ubuntu-Guest-Domain.
I created the xen-config-file(attached) manually and created a new guest domain; i use vncviewer to display the graphical interface of ubuntu and tried to install it the normal way;
problem is i got stucked right after the point where i must erase my disk etc.. erorr message also attached
i created a new partition with the command:
sudo lvcreate -L 40G -n ubuntu-database /dev/vg0
but i dont now how i join them with my config file :(
Error message in ubuntu:errormessage
configfile section DISK:
disk = [
'tap:aio:/net/p2fnas/data/xenimages/ubuntu-18.04.1_400G.img,xvda1,w',
'drbd:r0,xvda1,w',
'file:/net/p2fnas/data/xenimages/ubuntu-18.04.1-desktop-amd64.iso,hdc:cdrom,r'
]
Hopefully someone can help me out of this trouble
kind regards dfresh
virtualization xen
I don't know if I'm in the right place but:
i have Xen installed on slackware and i wanted to create an Ubuntu-Guest-Domain.
I created the xen-config-file(attached) manually and created a new guest domain; i use vncviewer to display the graphical interface of ubuntu and tried to install it the normal way;
problem is i got stucked right after the point where i must erase my disk etc.. erorr message also attached
i created a new partition with the command:
sudo lvcreate -L 40G -n ubuntu-database /dev/vg0
but i dont now how i join them with my config file :(
Error message in ubuntu:errormessage
configfile section DISK:
disk = [
'tap:aio:/net/p2fnas/data/xenimages/ubuntu-18.04.1_400G.img,xvda1,w',
'drbd:r0,xvda1,w',
'file:/net/p2fnas/data/xenimages/ubuntu-18.04.1-desktop-amd64.iso,hdc:cdrom,r'
]
Hopefully someone can help me out of this trouble
kind regards dfresh
virtualization xen
virtualization xen
edited Jan 25 at 12:19
TDK
25013
25013
asked Jan 25 at 11:11
freshdfreshd
11
11
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Nachtrag ich habe mich jetzt genau nach dieser Link gehalten und jetzt funktioniert es prinzipell...
Jedoch habe ich jetzt ein weiteres Problem:
Nachdem alles fertig installiert ist änderte ich die Bootreihenfolge in meiner config und nach erneutem hochfahren sieht meine Ubuntu so aus:
bild
add a comment |
ich habe jetzt mal anstatt der Desktopveriosn eine Serverversion benutzt..
Weiß jemand wiso meine adresse nicht im subnetz sein soll?
network settings
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1112747%2fproblem-with-creating-a-pv-ubuntu-guest-with-xen-on-slackware%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Nachtrag ich habe mich jetzt genau nach dieser Link gehalten und jetzt funktioniert es prinzipell...
Jedoch habe ich jetzt ein weiteres Problem:
Nachdem alles fertig installiert ist änderte ich die Bootreihenfolge in meiner config und nach erneutem hochfahren sieht meine Ubuntu so aus:
bild
add a comment |
Nachtrag ich habe mich jetzt genau nach dieser Link gehalten und jetzt funktioniert es prinzipell...
Jedoch habe ich jetzt ein weiteres Problem:
Nachdem alles fertig installiert ist änderte ich die Bootreihenfolge in meiner config und nach erneutem hochfahren sieht meine Ubuntu so aus:
bild
add a comment |
Nachtrag ich habe mich jetzt genau nach dieser Link gehalten und jetzt funktioniert es prinzipell...
Jedoch habe ich jetzt ein weiteres Problem:
Nachdem alles fertig installiert ist änderte ich die Bootreihenfolge in meiner config und nach erneutem hochfahren sieht meine Ubuntu so aus:
bild
Nachtrag ich habe mich jetzt genau nach dieser Link gehalten und jetzt funktioniert es prinzipell...
Jedoch habe ich jetzt ein weiteres Problem:
Nachdem alles fertig installiert ist änderte ich die Bootreihenfolge in meiner config und nach erneutem hochfahren sieht meine Ubuntu so aus:
bild
edited Jan 25 at 13:26
answered Jan 25 at 12:49
freshdfreshd
11
11
add a comment |
add a comment |
ich habe jetzt mal anstatt der Desktopveriosn eine Serverversion benutzt..
Weiß jemand wiso meine adresse nicht im subnetz sein soll?
network settings
add a comment |
ich habe jetzt mal anstatt der Desktopveriosn eine Serverversion benutzt..
Weiß jemand wiso meine adresse nicht im subnetz sein soll?
network settings
add a comment |
ich habe jetzt mal anstatt der Desktopveriosn eine Serverversion benutzt..
Weiß jemand wiso meine adresse nicht im subnetz sein soll?
network settings
ich habe jetzt mal anstatt der Desktopveriosn eine Serverversion benutzt..
Weiß jemand wiso meine adresse nicht im subnetz sein soll?
network settings
answered Jan 25 at 14:02
freshdfreshd
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1112747%2fproblem-with-creating-a-pv-ubuntu-guest-with-xen-on-slackware%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown