Here is how I installed the beta2 ISO manually to a partition, without burning a DVD.
Thanks - that procedure makes sense, and is certainly a little different from the one I'm using that's failing, in what seems like the relevant places. Especially since the change I made to my instructions, adding
title ISO image on sda3 (LMCE v0710b2)
kernel (hd0,2)/casper/vmlinuz root=/dev/sda3 BOOTMEDIA=cd
initrd (hd0,2)/casper/initrd.gz
boot
booted OK, except that the partition somehow was mounted on a dir called "/root", and booting halted in (initramfs) with a busybox shell and (I assume initramfs) stuff in /. When I changed it to "root=(hd0,2)/dev/sda3", I got a "init: /init 157 Error divide by zero" kernel panic when it tried to mount the root filesystem. Kind of a showstopper.
You will also need to configure a bootloader to start your partition, I used the existing GRUB install on another partititon and added extra targets to its /boot/grub/menu.lst.
Well, since that's what's killed me in my other method, would you specify the target I'd need to add to menu.lst? Thanks again for the assist.
I'm bumping this question, because someone has got to know how to specify the grub menu.lst so I can boot the beta and start testing it. I've been hung up for a week on this, even though a single-layer DVD image is now overdue, and I'm sure there are many more who are in the same boat who could be testing and speeding the release. Help?
Matthew,
Have you looked into the contents of initrd.gz. I have seen different distribution have different stuff there. In one of the distro, they re-mount / after they have loaded correct driver to access the disk.
Perhaps you may have to make an entry there to remount root to /.
I am trying to download the iso(s) and once I have it will try to see whats in there... and will also try to reproduce the problem.
Thanks