Help me!!!

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
trollkiller32

Help me!!!

Post by trollkiller32 »

I am using Mint 14 mate.After a while of using it, I tried changing bootloaders.When I changed bootloader syslinux can't find my kernel image.It is at my hard drive...Help Me!!!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Help me!!!

Post by catweazel »

Trollkiller hahahaha pah.

Start from a live cd then in a terminal:

Code: Select all

$ sudo mount /dev/sdX /mnt
$ for i in /dev /dev/pts /proc /sys; do sudo mount -B $i /mnt$i; done
$ sudo chroot /mnt
$ update-initramfs -u
$ dpkg-reconfigure grub-pc
$ exit
$ for i in /dev/pts /dev /proc /sys; do sudo umount /mnt$i; done
$ sudo umount /mnt
$ sudo reboot
Replace X /dev/sdX with the partition letter and number of where your installation is located, eg /dev/sda1.

The dpkg-reconfigure grub-pc command will popup an interactive, text-based application. Choose the drive, not the partition, where you want to install grub. eg /dev/sda.

Trollkiller hahahaha - helped by a troll. I hope you never live it down :mrgreen:
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Spinnekop

Re: Help me!!!

Post by Spinnekop »

Off topic but Catweazel you are a delight
:lol:
trollkiller32

Re: Help me!!!

Post by trollkiller32 »

[img]http://img.tapatalk.com/d/13/04/24/9enu3e4u.jpg[/img]

I cannot boot from liveCD What happen is Peter.... syslinux 4.03?What to do???

Sent from my GT-S5570 using Tapatalk 2
Last edited by trollkiller32 on Wed Apr 24, 2013 11:00 am, edited 2 times in total.
trollkiller32

Re: Help me!!!

Post by trollkiller32 »

uploadfromtaptalk1366814084357.jpg
Tapatalk 2
Locked

Return to “Installation & Boot”