I have a 9.04 script I'm trying to put up on a site I have. I am going to create one for 9.10, but until I can troubleshoot why my installer won't boot I can't create and troubleshoot a new script.
Robert On Nov 28, 2:35 pm, dmakfan <[email protected]> wrote: > Would someone be willing to update the main site with a step by step > install for 9.10? I think the one on the main site is still for 7.10. > > Just in case anyone has the time and wants to keep the info > organized. I haven't upgraded since 8.04 or something like that, and > I think a lot of the instructions are probably out of date now. > > Thanks! > Dave > > On Nov 27, 4:02 pm, scram69 <[email protected]> wrote: > > > On Nov 13, 1:16 pm, Martijn <[email protected]> wrote: > > > > Just a small hint for those who are stuck when rebooting after > > > installing Mythbuntu 9.10 (Karmic). Since the new grub uses a > > > different syntax the script probing for the kexec params cannot cope. > > > Also, menu.lst is not a symlink to grub.cfg anymore and hence isn't > > > found. Here's a small solution > > > > 1. Make sure you boot from the USB stick once more > > > 2. mount the /dev/sda4 somewhere (i.e. /mnt/ubuntu) > > > 3. go to the <mountpoint>/boot/grub dir and create the softlink: ln -s > > > grub.cfg menu.lst > > > 4. make a mock-up grub.cfg compatible with the patchstick parser: > > > > default 0 > > > timeout 3 > > > title ubuntu > > > root (hd0,4) > > > kernel /boot/vmlinuz-2.6.31-14-generic root=/dev/sda4 ro > > > initrd /boot/initrd.img-2.6.31-14-generic > > > boot > > > > 5. make a copy of this file in the same dir. Grub and kernel updates > > > will destroy it, so keep an eye out for changes. > > > 6. reboot and remove the usb stick > > > > cheers, > > > M > > > Martijn - thanks for the hint. In order to get past the "Watch > > Recordings" screen in mythfrontend, I had to add > > "processor.max_cstate=2" to the end of your kernel line in grub.cfg > > (bug details here:https://bugs.launchpad.net/ubuntu/+source/linux/+bug/ > > 206864) > > -- To post to this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/atv-bootloader?hl=en
