Can't boot

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
Decemberdoom

Re: Can't boot

Post by Decemberdoom »

There must be SOME partitions, otherwise nothing would be able to install at all. Could you please post a screenshot of your partition table (boot up with the Live CD, then go to Menu>Administration>Partition Editor)

Also, a copy of your /boot/grub/menu.lst file would probably help us quite a bit.
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.
distoaddict

Re: Can't boot

Post by distoaddict »

That looks to me that it SHOULD boot. perhaps it is a grub problem.
we may be able to boot up in another way. i advise obtaining supergrub disk and gujin and trying them.
it might also be an idea to post your /etc/fstab
distoaddict

Re: Can't boot

Post by distoaddict »

re your fstab.
i woud edit it from what you have to this.
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
/dev/sda1 / ext3 relatime,errors=remount-ro 0 1
# /dev/sda5
/dev/sda5 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0

i had problems booting with uuids with supergrub disk
Decemberdoom

Re: Can't boot

Post by Decemberdoom »

Yea, everything DOES look in order with the configuration files...

My best guess is that something happened with the GRUB installation. I second the opinion of trying out Super Grub Disk. Try to see if you can boot into your Mint install from it, if so, that means GRUB just needs to be fixed. If you manage to boot into Mint with SGD, open up a terminal and type the following commands.

Code: Select all

grub

Code: Select all

root (hd0,0)
(From what I gather, Linux is installed on the first partition of your first hard disk)

Code: Select all

setup (hd0)

Code: Select all

quit
Now, take out the Super Grub Disk and reboot, hopefully everything will be well.
Locked

Return to “Installation & Boot”