search for: fooinitrd

Displaying 7 results from an estimated 7 matches for "fooinitrd".

2020 Aug 05
3
Re: Installing Kali Linux using KVM virt-install tool
...virt-install/ libosinfo doesn't know where to > find the kernel in the specified --location. > > For example, if you have an ISO that libosinfo doesn't know about > called my-unknown.iso, with a kernel at 'kernel/fookernel' and > initrd at 'kernel/fooinitrd', you can make this work with: > > --location > my-unknown.iso,kernel=kernel/fookernel,initrd=kernel/fooinitrd > > > You can use isoinfo to get the content of your ISO image: > > isoinfo -J -i /path/to/your.iso -f > > and use the --location with kernel...
2020 Aug 05
2
Installing Kali Linux using KVM virt-install tool
Hi, I am trying to install kali-linux-2020.2-installer-amd64.iso ( https://www.kali.org/downloads/) using KVM virt-install tool #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 --os-type=linux --os-variant=debian9 --graphics none --location=/linuxkvmaddgbdisk/kali-linux-2020.2-installer-amd64.iso
2020 Aug 07
2
Re: Installing Kali Linux using KVM virt-install tool
...> > > find the kernel in the specified --location. > > > > > > For example, if you have an ISO that libosinfo doesn't know about > > > called my-unknown.iso, with a kernel at 'kernel/fookernel' and > > > initrd at 'kernel/fooinitrd', you can make this work with: > > > > > > --location > > > my-unknown.iso,kernel=kernel/fookernel,initrd=kernel/fooinitrd > > > > > > > > > You can use isoinfo to get the content of your ISO image: > > > > > >...
2020 Aug 07
0
Re: Installing Kali Linux using KVM virt-install tool
...doesn't know where to > > find the kernel in the specified --location. > > > > For example, if you have an ISO that libosinfo doesn't know about > > called my-unknown.iso, with a kernel at 'kernel/fookernel' and > > initrd at 'kernel/fooinitrd', you can make this work with: > > > > --location > > my-unknown.iso,kernel=kernel/fookernel,initrd=kernel/fooinitrd > > > > > > You can use isoinfo to get the content of your ISO image: > > > > isoinfo -J -i /path/to/your.iso -f >...
2020 Aug 05
0
Re: Installing Kali Linux using KVM virt-install tool
...This can be useful if virt-install/ libosinfo doesn't know where to find the kernel in the specified --location. For example, if you have an ISO that libosinfo doesn't know about called my-unknown.iso, with a kernel at 'kernel/fookernel' and initrd at 'kernel/fooinitrd', you can make this work with: --location my-unknown.iso,kernel=kernel/fookernel,initrd=kernel/fooinitrd You can use isoinfo to get the content of your ISO image: isoinfo -J -i /path/to/your.iso -f and use the --location with kernel and initrd parameters which will make it work...
2020 Aug 07
0
Re: Installing Kali Linux using KVM virt-install tool
...find the kernel in the specified --location. > > > > > > > > For example, if you have an ISO that libosinfo doesn't know about > > > > called my-unknown.iso, with a kernel at 'kernel/fookernel' and > > > > initrd at 'kernel/fooinitrd', you can make this work with: > > > > > > > > --location > > > > my-unknown.iso,kernel=kernel/fookernel,initrd=kernel/fooinitrd > > > > > > > > > > > > You can use isoinfo to get the content of your ISO image: >...
2020 Aug 07
1
Re: Installing Kali Linux using KVM virt-install tool
...ecified --location. > > > > > > > > > > For example, if you have an ISO that libosinfo doesn't know > about > > > > > called my-unknown.iso, with a kernel at 'kernel/fookernel' and > > > > > initrd at 'kernel/fooinitrd', you can make this work with: > > > > > > > > > > --location > > > > > my-unknown.iso,kernel=kernel/fookernel,initrd=kernel/fooinitrd > > > > > > > > > > > > > > > You can use isoinfo to get the c...