Re: Can't boot

Originally Posted by
Boppy3125
OK, so nothing interesting that I see under the /var/log directory that is getting updated on this boot, all timestamps here look like they are from the day I did the initial reboot. What can I do with grub to help me see what is happening? I don't think I mentioned that I am on 12.04 Mythbuntu.
Boppy- No-one seems to be assisting you with this, so I'll stick my 5 eggs in. Have you tried update-grub? It may be as simple as running this. You will have to do it from a live cd/dvd and a chroot environment to make it work. run blkid or fdisk -l as root to see which sd(x) is.
Code:
mount /dev/sdx /mnt
mount --bind /dev /mnt/dev
mount --bind /dev/pts /mnt/dev/pts
mount --bind /sys /mnt/sys
mount --bind /proc /mnt/proc
chroot /mnt
#I think, trying to remember off top of my head
this gets you into your system, then you can run andGet out of the chroot environment with cntl-d
and gracefully unmount
Code:
umount /mnt/dev/pts
umount /mnt/dev
umount /mnt/sys
umount /mnt/proc
umount /mnt
reboot.
Let us know.
Tony.
Gigabyte Z68XUD43B i7 16gb ram 8tb GTS450 Compro U300/Divico 64-bit Mint Nadia Be/FE
Asrock G41C-S Quad 8gb ram GTS250 Windaz 8 64-bit/Lucid hr2200 E900F Magica usb
Laptop Toshiba Sat Pro Windows 8 64-bit
Bookmarks