Skip to main content

Thread: How can i manually create grub 1.5


i want create grub 1.5 ubuntu 10.04 because ever got there doesn't work.

how can that?

in advance.

quote posted aviramof view post
i want create grub 1.5 ubuntu 10.04 because ever got there doesn't work.

how can that?

in advance.
there nothing called "grub 1.5". older ubuntu versions used grub 1, , newer versions use grub 2. grub 1.5 has never existed.
why keep posting new threads this? people trying in other 3 threads same problem (and since using lucid lynx, still in alpha, should post in 10.04 development section).
make simple you, repeat instructions got in link in @ least 1 of other threads:

1. boot live cd.
2. chroot installed ubuntu. assume have ubuntu on first partition on first hard drive (/dev/sda1) , computer's bios set boot first hard drive (/dev/sda). if have ubuntu on partition have change commands accordingly:
code:
sudo mkdir /media/sda1 sudo mount /dev/sda1 /media/sda1 sudo mount --bind /dev/ /media/sda1/dev sudo mount --bind /dev/pts /media/sda1/dev/pts sudo mount -t proc none /media/sda1/proc sudo mount -t sysfs none /media/sda1/sys sudo mount -o bind /etc/resolv.conf /media/sda1/etc/resolv.conf sudo chroot /media/sda1
3. make sure grub 2 installed:
code:
apt-get install grub-pc
4. install grub 2 in mbr of first hard drive , update grub configuration:
code:
grub-install /dev/sda update-grub
5. exit chroot:
code:
exit
6. reboot.


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How can i manually create grub 1.5


Ubuntu

Comments

Popular posts from this blog

Error compiling for board Arduino/Genuino Uno.

Installation database is corrupt

esp8266 (nodemcu 0.9) client.write très lent ???