0
Найти на сайте: параметры поиска

 

 

[РЕШЕНО] Imac 27

Установка Linux mint на комп с видеокартой ATI
  
Сообщений: 0
Всем привет, у меня такая вот проблема, купил 2 года назад Imac 27", нет система просто прекрасная и мак ось меня тоже устраивает, просто мой путь к UNIX был довольно долгим и однажды замучившись с виндой начал пробовать разные линукса и больше всех я облюбовал именно Минт. Вот по этому мне бы хотелось поставить на мак паралельно еще и минт. Но проблема в том что установщик Минта на работает с АТИ-шной видеокартой, при запуске тупо чёрный экран все остальное как я понял работает. Знаючто в обход можно поставить Убунту алтернате через текстовый установщик, а потом на нее поставить драйвер, и все убунта будет работать. Так вот вопрос в том есть ли возможность поставить Минт ( но не через убунту, не хочу я ставить одну систему потом переустанавливать ее на Минт и.т.д. )
Вобщем вопрос в том можно ли поставить минт на машину с видюхой с которой графический установщик работать не хочет.
Сообщений: 0
А естли кому надо будут полнын тех характеристики компа то как доберусь домой, так выложу.
Сообщений: 0
C этого начните.
Сообщений: 0
Install Linux Mint 11 on a 27" iMac (11,1 late 2009)

precontitions:

    author has limited english knowledge
    27" imac i5, 11,1, late 2009
    1 TB harddisk
    ati mobility radeon hd 4850
    linux mint 11 dvd
    working internet connection
    refit 0.14 (macosx image .dmg) installed
    (at least 250GB) free space on the harddisk

installation:
    backup all your data
    open disk utility in snow leopard (Application - Utilities), go to partiton, go to volume scheme, go to the lower right corner of the volume scheme and move the lower border upwards
    configure the new space as free space and hit apply
    install refit 0.14 within macosx
    download linux mint 11 dvd 32bit and burn it to a dvd
    reboot your imac (i had to rebbot twice to get into the refit menu)
    put in your linux mint 11 dvd and reboot your imac again (the boot process is slower with refit)
    choose in the refit menu the linux mint live dvd
    IMPORTANT: hit the TAB-key in the boot option menu of the linux mint live dvd
    after hitting the TAB-key yout get a command line with two minus signs --
    use the backspace-key to remove the two minus signs and set the following two boot options: nomodeset xforcevesa
    hit the return-key and wait
    you should get into the linux mint desktop; but screen resolution will not be perfect; but you can install linux mint.
    If you have a dualboot system (like i have) do not care; linux mint will do a fine job. simly choose the option linux mint beside macosx.
    IMPORTANT: when the linux mint install procedre ends, do not reboot your imac!!!!
    go to the linux mint menu and start the application terminal (for the following install procedure you need a command line, sorry).
    all commands you have to set, i will write down in red color and bold
    command 0: sudo su
    command 1: cd /
    command 2: ls -l
    you should see a directory target
    go to the linux mint menu and look for GParted (partiton tool on the live dvd), start gparted then look for the linux partitons /dev/sdaX (X placeholder for a numeric character). there should be three new linux partition. write down /dev/sdaX of the biggest linux partition (not boot_grub, not linux-swap). Tipp: if you never used GParted run it before and after the linux mint installation, so you can see the befor and after. IMPORTANT: DO NOT CHANGE ANYTHING IN THE PARTITON SHEME!!!
    command 3: mkdir -p /target/sdaX (X placeholder for a numeric character)
    command 4: mount /dev/sdaX /target/sdaX
    command 5: cd /target/sdaX/boot/grub
    check if the grub configuratiuon file has an entry quiet
    command 6: less grub.cfg | grep quiet
    the output of the command 6 should show a single line with word quiet within; if this is the case, we are going to modify this line; if not i can't help you.
    command 7: sed -i 's/quiet/quiet nomodeset xforcevesa/g' grub.cfg
    check if the grub configuration file has an entry single
    command 8: less grub.cfg | grep single
    the output of the command 8 should show a single line with the word single; if this is the case we are going to modify this line; if not i can't help you.
    command 9: sed -i 's/single/single nomodeset xforcevesa/g' grub.cfg
    command 10: cd /target/sdaX/etc/default
    check if the file grub has an entry quiet
    command 11: less grub | grep quiet
    if yes, we are going to modify this line. otherwise ... sorry.
    command 12: sed -i 's/quiet/quiet nomodeset xforcevesa/g' grub
    check if the file grub has an entry GRUB_CMDLINE_LINUX
    command 13: less grub | grep GRUB_CMDLINE_LINUX
    if yes, we are going to modify this line. otherwise ... sorry.
    command 14 (on a single line): sed -i 's/GRUB_CMDLINE_LINUX=""/GRUB_CMDLINE_LINUX="nomodeset xforcevesa"/g' grub
    command 15: cd /
    command 16: umount /target/sdaX (don't forget X placeholder for a numeric character)
    shutdown your imac / eject the linux mint live dvd
    start your imac; choose the linux partition in the refit menu (wait the boot porcedure take a lot more time); you will get into the linux mint boot menu; hit enter or wait some seconds
    wait until yo can see the linux mint login window; log in
    unfortuantelly the screen resolution is stil wrong but there is no black screen ,-)
    update your linux installation (you should see the linux mint update icon ont the lower right corner of your desktop.
    there should also be an icon, that reminds you to install a proprietary driver. it's the amd/ati driver for your graphic card (radeon hd 4850). install it.
    if there isn't an icon for the amd/ati driver go to amd/ati driver hompage and download the latest graphic driver. install this driver: a) apt-get install build-essential b) bash ./ati-driver-installer-11-9-x86.x86_64.run
    go back to the termial and create and/or modify xorg.conf
    command 17: /usr/bin/aticonfig --initial
    command 18: cd /etc/X11
    command 19: ls -l
    there should be a file xorg.conf (generated by the command 17) and an older version xorg.conf.original-0
    backup the xorg.conf
    command 20: cp xorg.conf xorg.conf-atiorig
    go to the linux mint menu an run gedit; then open xorg.conf.original-0
    go back to the terminal and open the xorg.conf using nano (editor)
    command 21: nano xorg.conf
    remove all lines in xorg.conf you also find in xorg.conf.original-0. to do that set the coursor at the beginning of the line you have to delete; then hit control-key k-key.
    when you remove all the lines you have to delete, hit control-key x-key nad answer the following question (save) with yes.
    close Gedit, close Terminal, close GParted, shutdown your imac
    start your imac again, wait, choose the linux partition in refit, wait, hit enter in the linux mint boot menu, wait, login.
    NOW YOU SHOULD HAVE LINUX MINT IN THE WRIGHT SCREEN RESOLUTION.
THANKS TO: supidupi (ubuntuforum), jack sparrow (my blog), kulbir saini (fedora howtos, tutorials, tips and tricks)

kind regards, go4unkwn
 
В начало страницы 
|
Перейти на форум: