Re: no /dev/root when doing remote install using the netinstall iso...

2015-08-14 Thread dwoody5654
On 08/14/2015 09:43 AM, Kamil Paral wrote: On 08/14/2015 02:48 AM, Kamil Paral wrote: During the boot process it now finds the iso file. I initially had an error in the menu entry. Great. When it tries to mount the iso the error line is: mount: /run/install/isodir/Fedora-Server-netinst-i386-

Re: no /dev/root when doing remote install using the netinstall iso...

2015-08-14 Thread Kamil Paral
> On 08/14/2015 02:48 AM, Kamil Paral wrote: > >> During the boot process it now finds the iso file. I initially had an > >> error in the menu entry. > > Great. > > > >> When it tries to mount the iso the error line is: > >> > >> mount: /run/install/isodir/Fedora-Server-netinst-i386-23_Alpha failed

Re: no /dev/root when doing remote install using the netinstall iso...

2015-08-14 Thread dwoody5654
On 08/14/2015 02:48 AM, Kamil Paral wrote: During the boot process it now finds the iso file. I initially had an error in the menu entry. Great. When it tries to mount the iso the error line is: mount: /run/install/isodir/Fedora-Server-netinst-i386-23_Alpha failed to setup loop device: no suc

Re: no /dev/root when doing remote install using the netinstall iso...

2015-08-14 Thread Kamil Paral
> During the boot process it now finds the iso file. I initially had an > error in the menu entry. Great. > > When it tries to mount the iso the error line is: > > mount: /run/install/isodir/Fedora-Server-netinst-i386-23_Alpha failed to > setup loop device: no such file or directory. Try a sho

Re: no /dev/root when doing remote install using the netinstall iso...

2015-08-13 Thread dwoody5654
On 08/13/2015 11:27 PM, Samuel Sieb wrote: On 08/13/2015 07:55 PM, dwoody5654 wrote: The error that comes up is that /dev/root can not be found. So I get a better understanding of the problem, exactly what is /dev/root supposed to be? The target drive to install to, the drive that is doing the i

Re: no /dev/root when doing remote install using the netinstall iso...

2015-08-13 Thread Samuel Sieb
On 08/13/2015 07:55 PM, dwoody5654 wrote: The error that comes up is that /dev/root can not be found. So I get a better understanding of the problem, exactly what is /dev/root supposed to be? The target drive to install to, the drive that is doing the installing or something else? It's the root

Re: no /dev/root when doing remote install using the netinstall iso...

2015-08-13 Thread dwoody5654
On 08/13/2015 10:02 AM, Kamil Paral wrote: Is there any additional tests I can run or information I can provide to help isolate the problem? David I don't have any experience with loading anaconda from grub. But there's this: https://fedoraproject.org/wiki/How_to_debug_Dracut_problems This see

Re: no /dev/root when doing remote install using the netinstall iso...

2015-08-13 Thread Kamil Paral
> Is there any additional tests I can run or information I can provide to > help isolate the problem? > > David I don't have any experience with loading anaconda from grub. But there's this: https://fedoraproject.org/wiki/How_to_debug_Dracut_problems As the first step, I'd suggest trying inst.re

Re: no /dev/root when doing remote install using the netinstall iso...

2015-08-13 Thread dwoody5654
On 08/13/2015 03:13 AM, Kamil Paral wrote: I downloaded the netinstall 23-Alpha from http://mirrors.kernel.org/fedora/releases/test/23_Alpha/Server/i386/iso/. The grub menu I created is: menuentry 'Remote Install' { set root='hd0,msdos1' echo'Loading Linux' linux /boot/vmlinuz-remote repo=hd

Re: no /dev/root when doing remote install using the netinstall iso...

2015-08-13 Thread Kamil Paral
> I downloaded the netinstall 23-Alpha from > http://mirrors.kernel.org/fedora/releases/test/23_Alpha/Server/i386/iso/. > > The grub menu I created is: > menuentry 'Remote Install' { > set root='hd0,msdos1' > echo'Loading Linux' > linux /boot/vmlinuz-remote > repo=hd:sda2:/Fedora-Server-netins