after live cd boot
{{{
sudo su -
}}}
= prepare chroot =
{{{
mount /dev/sda3 /mnt
mount /dev/sda1 /mnt/boot
mount -t proc /proc /mnt/proc
mount -o bind /dev /mnt/dev
}}}
== chroot ==
{{{
chroot /mnt 
}}}
== remount boot ==
for some unknown reason this was neccesary
{{{
umount /boot
mount /dev/sda1 /boot
}}}


= grub =
start grub
{{{
grub
}}}
the important part is to figure where stage1 is. then you can call setup
{{{
root (hd0,0)
grub> find /grub/stage1
find /grub/stage1
 (hd0,0)
grub> setup (hd0)
setup (hd0)
 Checking if "/boot/grub/stage1" exists... no
 Checking if "/grub/stage1" exists... yes
 Checking if "/grub/stage2" exists... yes
 Checking if "/grub/e2fs_stage1_5" exists... yes
 Running "embed /grub/e2fs_stage1_5 (hd0)"... failed (this is not fatal)
 Running "embed /grub/e2fs_stage1_5 (hd0,0)"... failed (this is not fatal)
 Running "install /grub/stage1 (hd0) /grub/stage2 p /grub/menu.lst "... 
succeeded
Done.
grub>
}}}

= reboot =
just reboot

-- 
initrd image is read really slowly when booting from USB2.0 HDD
https://bugs.launchpad.net/bugs/247960
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to