[Bug 1000219] Re: cobbler does not recognise 12.04 server iso

2012-10-20 Thread Bryan Taylor
Use the alternate build

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in Ubuntu.
https://bugs.launchpad.net/bugs/1000219

Title:
  cobbler does not recognise 12.04 server iso

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1000219/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1000219] Re: cobbler does not recognise 12.04 server iso

2012-07-11 Thread truman plaisted
I think i found a workaround here. I copied the file;
/var/lib/cobbler/kickstarts/sample.seed to another file and configured
that file to be the kickstart file. I then went down to the line that
said d-i   mirror/suitestring $suite  (ignore the spacing I
put in, it was for illustrative purposes only). I then replaced $suite
with precise. Then I resynced cobbler and everything fell into place.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in Ubuntu.
https://bugs.launchpad.net/bugs/1000219

Title:
  cobbler does not recognise 12.04 server iso

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1000219/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1000219] Re: cobbler does not recognise 12.04 server iso

2012-05-16 Thread Pierre Amadio
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in Ubuntu.
https://bugs.launchpad.net/bugs/1000219

Title:
  cobbler does not recognise 12.04 server iso

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1000219/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1000219] Re: cobbler does not recognise 12.04 server iso

2012-05-16 Thread Scott Moser
I can reproduce within a precise amd64 cloud image using:

iso_url=http://releases.ubuntu.com/12.04/ubuntu-12.04-server-amd64.iso
iso=${iso_url##*/}

pkgs=cobbler-web kvm
v=$(uname -r)  [ ${v%-virtual} != ${v} ] 
  pkgs=$pkgs linux-image-extra-virtual

sudo apt-get install $pkgs

sudo modprobe kvm_intel
sudo modprobe kvm_amd
sudo chmod 666 /dev/kvm

wget $iso_url -O $iso
mkdir mp
sudo mount -o loop,ro $iso $PWD/mp
sudo cobbler import --path=$PWD/mp --name=precise
sudo umount $PWD/mp

qemu-img create -f qcow2 disk.img 4G
kvm -m 256 -boot n -display vnc=:1 \
   -drive file=disk.img,if=virtio \
   -net user,tftp=/var/lib/tftpboot,bootfile=/pxelinux.0 \
   -net nic,model=virtio


** Changed in: cobbler (Ubuntu)
   Importance: Undecided = Medium

** Changed in: cobbler (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in Ubuntu.
https://bugs.launchpad.net/bugs/1000219

Title:
  cobbler does not recognise 12.04 server iso

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1000219/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs