[14:10] how do i tell the installer .disk is not at ./disk/ [14:10] /.disk/ [17:53] JyZyXEL, .disk/casper-uuid matches the uuid in casper/initrd.lz, so one way is to fix the uuid in that initrd [17:54] there is a helper script distributed with casper called casper-new-uuid that can help you with this [17:55] how would this help? [17:55] well i guess it depends on your scenario, i assumed it was picking the wrong partition to boot [17:55] and you had two partitions with livefs's [17:56] no there is no .disk on my install media [17:56] if you just don't want it to test that uuid at all and boot it any way, casper supports a kernel command line option "ignore_uuid" [17:57] its .disk.ubuntu [17:57] casper makes some assumptions that it will be .disk, so you might have to rename that [17:57] yeah where do i have to go rename that [17:58] just rename the directory on your media and reburn the media if possible [17:58] rename to what? [17:59] mv .disk.ubuntu .disk [17:59] i can't it collides [17:59] debian installer uses .disk [18:00] you can try to change some of the casper scripts and that will get you booting, but there are other parts of the ubiquity install process that still rely on the directory being .disk