Poslao: 17 Avg 2010 09:20
|
offline
- hermes_gl
- Građanin
- Nikola Mitic
- Bez zaposljenja.
- Pridružio: 06 Jan 2007
- Poruke: 142
- Gde živiš: Gnjilane
|
super_grub_disk_hybrid-1.98s1.iso
Prvo sam podigao ubuntu preko super grub diska jer drugacije nisam mogao i ukucao u terminalu sledece:
$sudo grub-install /dev/hd0
Onda:
I na kraju:
sudo update-grub
al mislim da mi je izbacio gresku, nisam zapamtio, pokusacu ponovo, sad mi nije tu laptop.[/code]
|
|
|
Registruj se da bi učestvovao u diskusiji. Registrovanim korisnicima se NE prikazuju reklame unutar poruka.
|
|
Poslao: 17 Avg 2010 10:26
|
offline
- bocke
- Moderator foruma
- Glavni moderator Linux foruma
- Pridružio: 16 Dec 2005
- Poruke: 12533
- Gde živiš: Južni pol
|
Izvini što ću te iskoristiti kao pokusnog hrčka, ali hteo bih da probamo nešto.
sudo apt-get install os-prober
sudo apt-get install grub-common
sudo /usr/sbin/grub-mkconfig
"grub-common" je verovatno već instaliran. U tom slučaju će pri izvršavanju druge linije Apt javiti grešku (paket je već instaliran ili slično). Ako se to desi, izignoriši i pređi na sledeću liniju.
Ovo bi trebalo da automatski detektuje i doda Windows u GRUB. Za svaki slučaj prekopiraj output i postavi ovde nakon što ovo probaš.
|
|
|
|
Poslao: 17 Avg 2010 16:56
|
offline
- hermes_gl
- Građanin
- Nikola Mitic
- Bez zaposljenja.
- Pridružio: 06 Jan 2007
- Poruke: 142
- Gde živiš: Gnjilane
|
Evo celog outputa:
milos@milos:~$ sudo apt-get install os-prober
[sudo] password for milos:
Reading package lists... Done
Building dependency tree
Reading state information... Done
os-prober is already the newest version.
os-prober set to manually installed.
The following packages were automatically installed and are no longer required:
sdparm
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
milos@milos:~$ sudo apt-get install grub-cammon
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package grub-cammon
milos@milos:~$ sudo /usr/sbin/grub-mkconfig
Generating grub.cfg ...
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
set saved_entry=${prev_saved_entry}
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
}
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set bba8b8b5-2539-4d21-8ef6-489ea3ccca10
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set bba8b8b5-2539-4d21-8ef6-489ea3ccca10
set locale_dir=($root)/boot/grub/locale
set lang=en
insmod gettext
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
Found linux image: /boot/vmlinuz-2.6.32-23-generic
Found initrd image: /boot/initrd.img-2.6.32-23-generic
menuentry 'Ubuntu, with Linux 2.6.32-23-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set bba8b8b5-2539-4d21-8ef6-489ea3ccca10
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=bba8b8b5-2539-4d21-8ef6-489ea3ccca10 ro quiet splash
initrd /boot/initrd.img-2.6.32-23-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set bba8b8b5-2539-4d21-8ef6-489ea3ccca10
echo 'Loading Linux 2.6.32-23-generic ...'
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=bba8b8b5-2539-4d21-8ef6-489ea3ccca10 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-23-generic
}
Found linux image: /boot/vmlinuz-2.6.31-14-generic
Found initrd image: /boot/initrd.img-2.6.31-14-generic
menuentry 'Ubuntu, with Linux 2.6.31-14-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set bba8b8b5-2539-4d21-8ef6-489ea3ccca10
linux /boot/vmlinuz-2.6.31-14-generic root=UUID=bba8b8b5-2539-4d21-8ef6-489ea3ccca10 ro quiet splash
initrd /boot/initrd.img-2.6.31-14-generic
}
menuentry 'Ubuntu, with Linux 2.6.31-14-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set bba8b8b5-2539-4d21-8ef6-489ea3ccca10
echo 'Loading Linux 2.6.31-14-generic ...'
linux /boot/vmlinuz-2.6.31-14-generic root=UUID=bba8b8b5-2539-4d21-8ef6-489ea3ccca10 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.31-14-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
Found memtest86+ image: /boot/memtest86+.bin
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set bba8b8b5-2539-4d21-8ef6-489ea3ccca10
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set bba8b8b5-2539-4d21-8ef6-489ea3ccca10
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
Found Windows 7 (loader) on /dev/sda1
menuentry "Windows 7 (loader) (on /dev/sda1)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 7822e91922e8dcde
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
done
milos@milos:~$
|
|
|
|
Poslao: 17 Avg 2010 17:44
|
offline
- bocke
- Moderator foruma
- Glavni moderator Linux foruma
- Pridružio: 16 Dec 2005
- Poruke: 12533
- Gde živiš: Južni pol
|
Dobro, i da li si restartovao računar nakon toga? Trebalo bi da je sada Sedmica dodata u meni.
Ako ne, otkucaj:
sudo update-grub
I zatim restartuj računar. To bi trebalo biti to.
|
|
|
|
Poslao: 17 Avg 2010 17:45
|
offline
- hermes_gl
- Građanin
- Nikola Mitic
- Bez zaposljenja.
- Pridružio: 06 Jan 2007
- Poruke: 142
- Gde živiš: Gnjilane
|
Ali sad postoji dodatni problem, sad se automatski prijavljuje na Ubuntu, kao da GRUB uopste ne postoji. Nisam uradio upload, javicu vam kad budem uradio.
|
|
|
|
|
Poslao: 30 Maj 2012 11:46
|
offline
- gfactory
- Super građanin
- Pridružio: 26 Okt 2007
- Poruke: 1064
- Gde živiš: u Apache
|
Pozdrav,
hteo bih da instaliram Ubuntu pored win7, s tim što bih linux instalirao na npr. E particiju.
Ako odaberem opciju specify partitions manually(Advanced) , da li ću moći automatski da imam dual boot ili je potrebno još nešto odraditi... Na C mi je win7 a na prestale 3 particije mi je na svakoj win7 recovered..
Da li prilikom instalacije linuxa to menja stvari ako mi je particija na koju bih stavio linux,particija sa tamo nekim win7 recovered,tj., particija sa OS.
Hvala unapred.
|
|
|
|
Poslao: 30 Maj 2012 12:01
|
offline
- TwinHeadedEagle
- Anti Malware Fighter
Rank 2
- Pridružio: 09 Avg 2011
- Poruke: 15879
- Gde živiš: Beograd
|
Ne bi trebalo da imas problema, prilikom paljenja racunara ces imati odabir sistema...
|
|
|
|
Poslao: 30 Maj 2012 12:05
|
offline
- gfactory
- Super građanin
- Pridružio: 26 Okt 2007
- Poruke: 1064
- Gde živiš: u Apache
|
@TwinHeadedEagle
hvala na brzom odgovoru,interesuje me samo još jedno, ako bi se u nekom slučaju desilo da posle instalacije ubuntu ne dobijem dual boot , koji je dobar programčić koji bi sa ubuntua mogao da vrati dual boot?
|
|
|
|
|