Closed Lawri-van-Buel closed 8 years ago
Not sure how you build your bootable stick. I've tested it by installing a grub2 in the MBR of the usb drive. Just booting in a persistent live environment on that stick works fine on my machine with a drive with 7 partitions.
So, to be clear: you should NOT run the installer on actual hardware. We don't want students to accidently whipe their disks. I've even removed the install feature from the desktop.
Steps to reproduce
This result about halfwAy of the process in a infinity loop while searching for the install disc on /dev/sdb
I suspect the install disc should be addressed through its UUID and not its variable mount location (the /dev/sd?)
this is not a supported setup. closing
It seems the installer makes some assumptions about the disc that are available.
for example, on my system the /dev/sda holds a few partions (swap,Ubuntu,Arch,home) it claims /dev/sdb for the possibly mounted SD-card and any USB-drive gets /dev/sdc and further.
but the installer / starter of the image can not handle a disc not beeing present and fails with a loop of "failure to read /dev/sdb"