[Bug 16824] Re: incorrect groot setting after installation
Hello, I've had a similar problem in that after updating to 2.6.15-26, my grub menu.lst was incorrectly written. This is my partition table for /dev/hda: Disk /dev/hda: 120.0 GB, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 3 24066 83 Linux /dev/hda2 4 14594 117196695+ f W95 Ext'd (LBA) /dev/hda5 4 88 682731 82 Linux swap / Solaris /dev/hda61277 14594 106971322+ 83 Linux /dev/hda7 891276 9542578+ 83 Linux And my default grub boot option has been written as : ## ## End Default Options ## title Ubuntu, kernel 2.6.15-26-386 root(hd0,0) kernel /vmlinuz-2.6.15-26-386 root=/dev/hda5 ro quiet splash initrd /initrd.img-2.6.15-26-386 savedefault boot /etc/fstab is : # /etc/fstab: static file system information. # # proc/proc procdefaults0 0 /dev/hda7 / reiserfsdefaults0 1 /dev/hda1 /boot ext2defaults0 2 /dev/hda6 /data reiserfsdefaults0 1 /dev/hda5 noneswapsw 0 0 /dev/hdc/media/dvd udf,iso9660 ro,user,noauto 0 0 /dev/hdd/media/cdromudf,iso9660 ro,user,noauto 0 0 /dev/fd0/media/floppy autorw,user,noauto 0 0 /dev/casio /media/casiovfatrw,user,noauto 0 0 /dev/hp618 /media/hp618vfatrw,user,noauto 0 0 /dev/olympus/media/olympus vfatrw,user,noauto 0 0 none/proc/bus/usb usbfs defaults0 0 So on boot, grub is looking for my root partition on hda5 rather than hda7. Hope that this is in the correct place and it helps track the installation problem down - any questions, please ask. Iain. -- incorrect groot setting after installation https://launchpad.net/bugs/16824 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 71120] Installation of 6.10 requested I file a bug report.
Public bug reported: I upgraded from 6.06 LTS (ubuntu with kubuntu + xubuntu added later) with the recommended command: gksu "update-manager -c" During install, two packages (?) failed and I got a message asking me to report the problem. I'd include the log files in full, but that'd be .5MB, 71KB in tar.bz2 format. >From term.log: Setting up emifreq-applet (0.18-1ubuntu3) ... Starting CPU frequency scaling daemon: Starting CPU frequency scaling daemon: CpuFreq support not available. Check sysfs is mounted and your CPU-specific module is loaded or built in the kernel. invoke-rc.d: initscript emifreq-applet, action "start" failed. dpkg: error processing emifreq-applet (--configure): subprocess post-installation script returned error exit status 2 Setting up wireshark (0.99.3a-1ubuntu1) ... >From main.log 2006-11-07 17:20:22,699 DEBUG need additional space: 365170688.0 2006-11-07 17:20:22,701 DEBUG /usr on different fs than /var/cache/apt/archives/, free: 3579518976 2006-11-07 17:20:22,701 DEBUG using safety buffer: 104857600 2006-11-08 11:54:55,450 ERROR IOError in cache.commit(): 'Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/s/samba/samba-doc-pdf_3.0.22-1ubuntu4_all.deb Connection timed out '. Retrying (currentTry: 0) 2006-11-08 12:16:38,133 DEBUG got a conffile-prompt from dpkg for file: '/etc/login.defs' 2006-11-08 15:22:50,673 WARNING no activity on terminal for 240 seconds (Preparing to configure login) 2006-11-08 17:27:46,253 DEBUG got a conffile-prompt from dpkg for file: '/etc/qt3/qt_plugins_3.3rc' 2006-11-08 17:29:51,127 DEBUG got a conffile-prompt from dpkg for file: '/etc/cups/cupsd.conf' 2006-11-08 17:51:13,140 ERROR got an error from dpkg for pkg: 'emifreq-applet': 'subprocess post-installation script returned error exit status 2 ' 2006-11-08 18:13:24,318 DEBUG got a conffile-prompt from dpkg for file: '/etc/ntp.conf' 2006-11-08 18:28:16,155 DEBUG got a conffile-prompt from dpkg for file: '/etc/gdm/gdm.conf-custom' 2006-11-08 18:39:00,572 ERROR SystemError from cache.commit(): installArchives() failed My processor is an AMD Athlon Thunderbird 750Hz and I'm sure that it doesn't support processor frequency changes (if that is what emifreq is about). My machine failed to boot afterwards (got as far as busybox) but that seems to be a grub/menu.lst configuration setting that was wrong... I'll report that later. ** Affects: Ubuntu Importance: Undecided Status: Unconfirmed -- Installation of 6.10 requested I file a bug report. https://launchpad.net/bugs/71120 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 61578] Re: [Edgy] Wrong boot disk parameter since 2.6.17-7
I upgraded to 6.10 two days ago from 6.06. My newly installed kernel is 2.6.17-10. My grub menu.lst also was translated incorrectly, leaving me with a non- booting machine. It drops me in a busybox prompt. The error was resolved by replacing the root=UUID-not-very-human- readable-string with root=/dev/hda7. FSTAB: cat /etc/fstab # /etc/fstab: static file system information. # # proc/proc procdefaults0 0 # /dev/hda7 -- converted during upgrade to edgy UUID=8ab6cfdb-6149-4b97-89ac-42e91681f91d / reiserfs defaults 0 1 # /dev/hda1 -- converted during upgrade to edgy UUID=1bf33064-2774-4739-93ce-53728123ed7d /boot ext2 defaults 0 2 # /dev/hda6 -- converted during upgrade to edgy UUID=dae1d23a-97b0-4372-8880-c10959f27fe9 /data reiserfs defaults 0 1 # /dev/hda5 -- converted during upgrade to edgy UUID=a63febd0-537a-4471-a697-a4329ece9dea none swap sw 0 0 /dev/hdc/media/dvd udf,iso9660 ro,user,noauto 0 0 /dev/hdd/media/cdromudf,iso9660 ro,user,noauto 0 0 /dev/fd0/media/floppy autorw,user,noauto 0 0 /dev/casio /media/casiovfatrw,user,noauto 0 0 /dev/hp618 /media/hp618vfatrw,user,noauto 0 0 /dev/olympus/media/olympus vfatrw,user,noauto 0 0 none/proc/bus/usb usbfs defaults0 0 MENU.LST title Ubuntu, kernel 2.6.17-10-386 root(hd0,0) #kernel /vmlinuz-2.6.17-10-386 root=UUID=a63febd0-537a-4471-a697-a4329ece9dea ro quiet splash kernel /vmlinuz-2.6.17-10.386 root=/dev/hda7 ro quiet splash initrd /initrd.img-2.6.17-10-386 savedefault boot FDISK sudo fdisk -l /dev/hda Disk /dev/hda: 120.0 GB, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 3 24066 83 Linux /dev/hda2 4 14594 117196695+ f W95 Ext'd (LBA) /dev/hda5 4 88 682731 82 Linux swap / Solaris /dev/hda61277 14594 106971322+ 83 Linux /dev/hda7 891276 9542578+ 83 Linux Partition table entries are not in disk order This is a problem that started in 6.06 and has been carried over into 6.10. And it's probably my fault for having partitions in a wierd order? Shout if I can tell more... -- [Edgy] Wrong boot disk parameter since 2.6.17-7 https://launchpad.net/bugs/61578 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 71120] Re: Installation of 6.10 requested I file a bug report.
Oops, sorry - new to this - didn't see that I could add an attachment. ** Attachment added: "Upgrade log files" http://librarian.launchpad.net/5107159/dist-upgrade-logs.tar.bz2 -- Installation of 6.10 requested I file a bug report. https://launchpad.net/bugs/71120 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs