Re: Question regarding using netinst ISO to boot

2021-08-05 Thread Adam Williamson
On Wed, 2021-08-04 at 17:08 +, Sampson Fung wrote: > Thank you for your help! > > Based on runtime error, the format is inst.addrepo=name,url Ah, yes, sorry, I always forget that wrinkle :) > > I used this command: > > sudo virt-install -l > http://hkg.mirror.rackspace.com/fedora/releases

Re: Question regarding using netinst ISO to boot

2021-08-04 Thread Sampson Fung
Thank you for your help! Based on runtime error, the format is inst.addrepo=name,url I used this command: sudo virt-install -l http://hkg.mirror.rackspace.com/fedora/releases/34/Everything/x86_64/os/ --disk path=/dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S21MNSAFC02148L-part4 --name f34-u

Re: Question regarding using netinst ISO to boot

2021-07-27 Thread Adam Williamson
On Tue, 2021-07-27 at 05:59 +, Sampson Fung wrote: > I am testing installation of Fedora 34 using virt-install, with this command > line > > sudo virt-install -l \ > http://hkg.mirror.rackspace.com/fedora/releases/34/Everything/x86_64/os/ \ > --disk path=/dev/disk/by-id/wwn-0x5002538da002a5

Question regarding using netinst ISO to boot

2021-07-26 Thread Sampson Fung
I am testing installation of Fedora 34 using virt-install, with this command line sudo virt-install -l \ http://hkg.mirror.rackspace.com/fedora/releases/34/Everything/x86_64/os/ \ --disk path=/dev/disk/by-id/wwn-0x5002538da002a56d \ --name f34-uefi-dpt --ram 2048 --boot uefi A few findings: -