


# This grub.cfg file was created by Lance http://www.pendrivelinux.com
# Suggested Entries and the suggestor, if available, will also be noted.
set timeout=10
set default=0
menuentry 'Linux Mint 12 32-bit, 3.0.0-13-generic-pae' --class linuxmint --class gnu-linux --class gnu --class os {
set root='(hd1,msdos5)'
search --no-floppy --fs-uuid --set=root 6e038d6b-b528-48e6-ab72-06cd9205dfc9
linux /boot/vmlinuz-3.0.0-13-generic-pae root=UUID=6e038d6b-b528-48e6-ab72-06cd9205dfc9 ro quiet splash vt.handoff=7
initrd /boot/initrd.img-3.0.0-13-generic-pae
}
menuentry 'Ubuntu, with Linux 3.0.0-13-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
set root='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root c0e31085-64c6-40cb-bc36-3ad45986e65c
linux /boot/vmlinuz-3.0.0-13-generic-pae root=UUID=c0e31085-64c6-40cb-bc36-3ad45986e65c ro quiet splash vt.handoff=7
initrd /boot/initrd.img-3.0.0-13-generic-pae
}
menuentry 'Linux Mint 11, 2.6.38-8-generic (/dev/sda1) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
set root='(hd1,msdos5)'
search --no-floppy --fs-uuid --set=root 6e038d6b-b528-48e6-ab72-06cd9205dfc9
echo 'Loading Linux 3.0.0-13-generic-pae ...
linux /boot/vmlinuz-3.0.0-13-generic-pae root=UUID=6e038d6b-b528-48e6-ab72-06cd9205dfc9 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.0.0-13-generic-pae
}
menuentry "Run Ubuntu Live ISO" {
loopback loop /ubuntu-11.10-desktop-i386.iso
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/ubuntu-11.10-desktop-i386.iso splash --
initrd (loop)/casper/initrd.lz
}
menuentry "Linux Mint 10 Gnome ISO" {
loopback loop /linuxmint10.iso
linux (loop)/casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper initrd=/casper/initrd.lz iso-scan/filename=/linuxmint10.iso noeject noprompt splash --
initrd (loop)/casper/initrd.lz
}
menuentry "DBAN ISO" {
loopback loop /dban.iso
linux (loop)/DBAN.BZI nuke="dwipe" iso-scan/filename=/dban.iso silent --
}
menuentry "Tinycore ISO" {
loopback loop /tinycore.iso
linux (loop)/boot/bzImage --
initrd (loop)/boot/tinycore.gz
}
menuentry "Memtest 86+" {
linux16 /memtest86+.bin
}
menuentry "SystemRescueCd" {
loopback loop /systemrescuecd.iso
linux (loop)/isolinux/rescuecd isoloop=/systemrescuecd.iso setkmap=us docache dostartx
initrd (loop)/isolinux/initram.igz
}





sudo /usr/share/ati/fglrx-uninstall.sh # (if it exists)
sudo apt-get remove --purge fglrx*
sudo apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon
sudo apt-get install xserver-xorg-video-atisudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core








Users browsing this forum: No registered users and 3 guests