User forums > General (but related to Code::Blocks)

Compilation problem of codestat plug-in

<< < (2/2)

grv575:
LFS usually has the minimal commands needed for this kind of stuff (so easier to follow than HOWTOs in general - although they make good references for changing more complicated stuff) so it's a good place to look for linux configuration docs:

http://www.linuxfromscratch.org/lfs/view/stable/chapter06/grub.html
http://www.linuxfromscratch.org/lfs/view/stable/chapter08/grub.html

basically just:
grub
root (hd0<tab><tab>) - pick bootup root partition (partition /boot is on)
setup (hd0) - install to mbr
quit

then write/edit the menu.lst/grub.conf file (name depends on distro)

takeshimiya:
I really recommend SystemRescueCD


--- Code: ---    * GNU Parted  is the best tool for editing your disk partitions under linux
    * QtParted is a Partition Magic clone for Linux.
    * Partimage is a Ghost/Drive-image clone for Linux
    * File systems tools (e2fsprogs, reiserfsprogs, xfsprogs, jfsutils, ntfsprogs, dosfstools): they allow you to format, resize, debug an existing partition of your hard disk
    * Sfdisk allows you to backup and restore your partition table
--- End code ---

http://www.sysresccd.org/

JIC: http://www.ubuntuforums.org/showthread.php?t=76652 "HOWTO: Restore GRUB (if your MBR is messed up)"

Navigation

[0] Message Index

[*] Previous page

Go to full version