2010年4月4日 星期日

解決ubuntu 9.10 用wubi安裝,upgrade kernel 後GRUB2毀損的問題




insmod ntfs


set root=(hd0,1)

loopback loop0 /ubuntu/disks/root.disk

set root=(loop0)

linux /boot/vmlinuz-2.6.31-20-generic root=/dev/sda3 loop=/ubuntu/disks/root.disk ro

initrd /boot/initrd/initrd.img-2.6.31-20-generic

boot


開機完成後執行 "sudo update-grub2" 即可

沒有留言:

張貼留言

How to repair and clone disk with ddrescue

  ddrescue  is a tool that can be used to repair and clone disks on a  Linux system . This includes hard drives, partitions, DVD discs, flas...