banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành *nix [Hỏi] Nạp thêm linux OS vào grub ?  XML
  [Question]   [Hỏi] Nạp thêm linux OS vào grub ? 06/01/2008 22:55:00 (+0700) | #1 | 108750
[Avatar]
meomeo_bebong
Locked

[Minus]    0    [Plus]
Joined: 27/06/2006 23:07:44
Messages: 700
Location: vô gia cư
Offline
[Profile] [PM] [WWW] [Yahoo!] [MSN] [ICQ]
Em có cài Gnome Fedora Core 8 trước trên vùng đĩa 40 Gb bên phải ( từ /dev/sda2 tới /dev/sda6 ),grub 0.97 của FC 8 đã cài lên MBR , Sau đó cài tiếp Ubuntu 7.04 lên vùng 40 Gb bên trái ( vùng /dev/sda1 và vùng unallocated ) và đã bật active vùng /dev/sda2 của FC 8 lên


Đây là /boot/grub trong Ubuntu 7.04 của em :
Code:
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default		0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout		3

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title		Windows 95/98/NT/2000
# root		(hd0,0)
# makeactive
# chainloader	+1
#
# title		Linux
# root		(hd0,1)
# kernel	/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=60655530-684d-4b01-b0e7-24cb65487586 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## ## End Default Options ##

title		Ubuntu, kernel 2.6.20-16-generic
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.20-16-generic root=UUID=60655530-684d-4b01-b0e7-24cb65487586 ro quiet splash
initrd		/boot/initrd.img-2.6.20-16-generic
quiet
savedefault

title		Ubuntu, kernel 2.6.20-16-generic (recovery mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.20-16-generic root=UUID=60655530-684d-4b01-b0e7-24cb65487586 ro single
initrd		/boot/initrd.img-2.6.20-16-generic

title		Ubuntu, kernel 2.6.20-15-generic
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.20-15-generic root=UUID=60655530-684d-4b01-b0e7-24cb65487586 ro quiet splash
initrd		/boot/initrd.img-2.6.20-15-generic
quiet
savedefault

title		Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.20-15-generic root=UUID=60655530-684d-4b01-b0e7-24cb65487586 ro single
initrd		/boot/initrd.img-2.6.20-15-generic

title		Ubuntu, memtest86+
root		(hd0,0)
kernel		/boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

và /boot của FC 8 đọc được trên Ubuntu 7.04


Và em đã đọc thấy bài này : http://www.pcworld.com.vn/pcworld/magazine_a.asp?t=mzdetail&atcl_id=5f5e5d5f595b5f
nhưng em chịu k0 biết làm sao để nạp FC8 vào grub 1.5 của Ubuntu cả smilie . Bà con giúp em với , thannkss !
PS : Nếu ai cần thêm thông tin gì nữa thì hãy nói rõ ra để em gửi lên luôn nhé , cảm ơn nhiều .
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 06/01/2008 23:06:58 (+0700) | #2 | 108751
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
1. Lúc meo cài Ubuntu mà nó không phát hiện ra Fedora à?
2. Boot vào Ubuntu, $ gedit /boot/grub/menu.lst, thêm vào một đoạn như sau (đặt ở chỗ mấy cái Title Ubuntu đó, cái nào đặt đầu tiên sẽ được boot mặc định)
Code:
title		Fedora 8, meomeo's kernel
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.23.1-42.fc8 root=/dev/sda2 ro
initrd		/boot/initrd.img-2.6.23.1-42.fc8.img
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Re:[Hỏi] Nạp thêm linux OS vào grub ? 07/01/2008 11:34:40 (+0700) | #3 | 108838
[Avatar]
meomeo_bebong
Locked

[Minus]    0    [Plus]
Joined: 27/06/2006 23:07:44
Messages: 700
Location: vô gia cư
Offline
[Profile] [PM] [WWW] [Yahoo!] [MSN] [ICQ]
PS : Em biết là phải thêm vào /boot/grub của Ubuntu vùng /boot/grub của FC 8 nhưng lại chịu k0 biết viết thế nào .
Cám ơn anh đã giúp em về /boot/grub của FC 8 này
K0 biết trong cái code anh đưa có phải thêm dòng sau mroot=UUID=60655530-684d-4b01-b0e7-24cb65487586 ro single
vào
Dạ có ạ , nhưng em tìm kĩ thì chỉ thấy mỗi phân vùng /boot của FC 8 muốn xem được cần phải mount và bắt nhập pass của root
Đây là menu.lst của /boot/grub của FC 8
[img]http://i216.photobucket.com/albums/cc320/vodanhthanh/abc.png?t=1199629061[/img]
[Up] [Print Copy]
  [Question]   Re:[Hỏi] Nạp thêm linux OS vào grub ? 07/01/2008 12:54:23 (+0700) | #4 | 108853
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
Nhấn Alt + Print Screen để chụp cái cửa sổ đang được active thôi. Tại sao lại cứ nhấn Print Screen để chụp cả màn hình làm gì?

meomeo_bebong wrote:
PS : Em biết là phải thêm vào /boot/grub của Ubuntu vùng /boot/grub của FC 8 nhưng lại chịu k0 biết viết thế nào. 

PS là viết tắt của Post Script - được dùng khi muốn viết thêm một câu gì đó ở cuối bài. Không ai lại để 2 chữ PS ngay đầu tiên cả.

Không phải là thêm /boot/grub của Fedora 8 vào /boot/grub của Ubuntu. Tôi nghĩ bạn cần tìm hiểu lại chức năng của file /boot/grub/menu.lst cũng như 2 file vmlinuzinitrd trong phân vùng /boot.

meomeo_bebong wrote:

Cám ơn anh đã giúp em về /boot/grub của FC 8 này
K0 biết trong cái code anh đưa có phải thêm dòng sau root=UUID=60655530-684d-4b01-b0e7-24cb65487586 ro single
vào không? 

Bạn hiểu ý nghĩa của dòng đó là gì không? Bạn đã thử làm theo cách trên chưa?

meomeo_bebong wrote:

quanta wrote:
1. Lúc meo cài Ubuntu mà nó không phát hiện ra Fedora à? 

Dạ có ạ , nhưng em tìm kĩ thì chỉ thấy mỗi phân vùng /boot của FC 8 muốn xem được cần phải mount và bắt nhập pass của root
 

Không hiểu bạn đang nói gì. Tớ nói lúc đang cài chứ không phải là cài xong rồi.
Thường thì khi cài Ubuntu, nó sẽ tự nhận ra tất cả các phân vùng có chứa hệ điều hành và add nó vào, bạn chỉ việc chọn và thay đổi title nếu muốn.
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 07/01/2008 14:43:54 (+0700) | #5 | 108868
[Avatar]
meomeo_bebong
Locked

[Minus]    0    [Plus]
Joined: 27/06/2006 23:07:44
Messages: 700
Location: vô gia cư
Offline
[Profile] [PM] [WWW] [Yahoo!] [MSN] [ICQ]
Quá trình cài song song Ubuntu 7 +FC 8 nó thế này ( cái này anh k0 hỏi kĩ mà em cũng k0 nghĩ ra )
B1: Em dùng CD hiren't tạo 1 phân vùng 40 Gb dạng ext3 ( chính là vùng /dev/sda1 và unallocated )
B2: Sau đó cài FC 8 mặc định lên vùng đĩa trống còn lại ( từ /dev/sda2 tới /dev/sda6 )
B3: cài ubuntu lên vùng đĩa trống dạng ext3 lúc đầu , cài từ manual ( tạo mount point / cho Ubuntu và có thể phải dùng Install format partition lại - vì đôi khi ubuntu k0 nhận partition ext3 do CD Hiren't fomat )
Sở dĩ em cài theo cách này vì nếu nhiều lần em cài mặc định ( giữ vùng đĩa đã dùng và dùng vùng trống ) thì các partition cũ - đã cài OS lên đó sẽ bị xóa sạch và cuối cùng chỉ có Ubuntu độc bá HDD
Dưới đây là cái /boot/grub/menu.lst của FC 8 mà Ubuntu k0 đọc được :
Code:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,1)
#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
#          initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23.1-42.fc8)
	root (hd0,1)
	kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
	initrd /initrd-2.6.23.1-42.fc8.img
title Other
	rootnoverify (hd1,0)
	chainloader +1

Em phải hỏi kĩ thêm vào menu.lst của Ubuntu những dòng nào của FC 8 vì em cẩn thận , k0 muốn "sảy 1 li đi vài năm ánh sáng" để rồi công cốc , anh ạ ! Anh thông cảm cho tính cẩn thận và nhát như cáy này của em
PS : Xin lỗi anh quanta , khả năng diễn đạt của em kém . Cám ơn anh đã chỉ bảo , lên đây k0 chỉ học nhiều về *.nix mà thu lượm được nhiều quá ! Cảm ơn anh nhiều .
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 07/01/2008 20:33:10 (+0700) | #6 | 108881
281
Elite Member

[Minus]    0    [Plus]
Joined: 27/05/2007 00:22:15
Messages: 228
Offline
[Profile] [PM]

meomeo_bebong wrote:

title Fedora (2.6.23.1-42.fc8)
root (hd0,1)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.23.1-42.fc8.img
 


Meo meo nên tìm hiểu ý nghĩa của các dòng này để có thể tự giải quyết vấn đề.
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 10/01/2008 10:24:11 (+0700) | #7 | 109424
[Avatar]
meomeo_bebong
Locked

[Minus]    0    [Plus]
Joined: 27/06/2006 23:07:44
Messages: 700
Location: vô gia cư
Offline
[Profile] [PM] [WWW] [Yahoo!] [MSN] [ICQ]
Dạ em chèn dòng code này vào /boot/grub/menu.lst
Code:
title		  Fedora 8, (2.6.23.1-42.fc8)
root	          (hd0,1)
kernel	        /boot/vmlinuz-2.6.23.1-42.fc8 root=/dev/sda2 ro
initrd		  /boot/initrd.img-2.6.23.1-42.fc8.img

khi reboot lại máy thì nhận được thông báo lỗi :
Error 15 :File not found .
Và reboot xong , vào ubuntu thì cái menu.lst chỉ đọc được chứ dùng quyền root gọi menu.lst ra thì load lâu lắm , màn hình chạy trắng bóc hoài
Em nghĩ chìa khóa nằm ở tên phân vùng root là gì , k0 biết bà con có tài liệu về grub cụ thể của FC và Ubuntu ở đâu nhỉ ?! Cám ơn bà con


[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 10/01/2008 10:53:32 (+0700) | #8 | 109431
[Avatar]
mudzot
Elite Member

[Minus]    0    [Plus]
Joined: 26/06/2006 14:41:27
Messages: 76
Offline
[Profile] [PM]
Cài FC8 từ sda2 đến sda6 mà sda2 chỉ có 400Mb thì chắc là dành riêng phân vùng sda2 để mount /boot rồi, menu.lst của FC8 cũng cho thấy điều đó. meobong thử cái này xem

Code:
title		  Fedora 8, Use at your own risk
 root	          (hd0,1)
 kernel	        /vmlinuz-2.6.23.1-42.fc8 root=/dev/sda2
 initrd		  /initrd.img-2.6.23.1-42.fc8.img


Lý do là đường dẫn tương đối của 2 file kia so với phân vùng root (/dev/sda2, và sẽ được mount vào /boot) chỉ có thế thôi.
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 11/01/2008 12:49:33 (+0700) | #9 | 109612
[Avatar]
meomeo_bebong
Locked

[Minus]    0    [Plus]
Joined: 27/06/2006 23:07:44
Messages: 700
Location: vô gia cư
Offline
[Profile] [PM] [WWW] [Yahoo!] [MSN] [ICQ]
Hix , xin lỗi anh mudzot , em chưa trả lời anh ngay vì em còn nghĩ rằng vấn đề k0 nằm trong dòng title ( có lẽ là tiêu đề ) mà nằm trong dòng kernel .

Em lên Google gõ : "Fedora+kernel" thì tìm được :
http://docs.fedoraproject.org/release-notes/fc6/en_US/sn-Kernel.html
và "Ubunutu+kernel" được
http://kythuatmaytinh.wordpress.com/2007/07/06/compile-kernel-tren-ubuntu/
 


nhưng lại chả thấy tại sao phân vùng gốc của FC lại có tên là VolGroup ?! smilie
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 11/01/2008 16:01:42 (+0700) | #10 | 109639
Mr.Khoai
Moderator

Joined: 27/06/2006 01:55:07
Messages: 954
Offline
[Profile] [PM]
Chào meomeo_bebong,

Phân vùng gốc của F8 lại có dạng VolGroupxx vì kernel đó có hỗ trợ Logical Volume Manager. Do đó, bạn cần có một kernel y chang để nhận thấy và đọc/ghi được trên logical volume. Kernel đó (của F8) được đặt tại (hd0,1)/vmlinuz-2.6.23.1-42.fc8. Ubuntu sẽ không nhìn thấy các logical volume của F8.

Để thêm một option cho grub từ Ubuntu, bạn thể thêm một entry sau:Code:
title F8
root (hd0,1)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd		  /initrd.img-2.6.23.1-42.fc8.img


khoai
[Up] [Print Copy]
  [Question]   Re:[Hỏi] Nạp thêm linux OS vào grub ? 11/01/2008 20:46:34 (+0700) | #11 | 109652
[Avatar]
meomeo_bebong
Locked

[Minus]    0    [Plus]
Joined: 27/06/2006 23:07:44
Messages: 700
Location: vô gia cư
Offline
[Profile] [PM] [WWW] [Yahoo!] [MSN] [ICQ]
Cám ơn anh Khoai . Đêm qua , em tưởng phải đau đầu lên project của FC để tìm LVM - Logical Volume Manager
hihihi. cám ơn anh phát nữa smilie
Cái menu.lst của FC 8 em đưa trên kia k0 đầy đủ ( em lấy bằng CD FC 8 live ) , cái này lỗi do em cài FC 8 trước ,mà k0 cop cái menu.lst của FC8 đó ra ngoài smilie mà cài Ubuntu 7 vào luôn .
Sáng nay , em mới cài lại máy và cái menu ấy đây

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file

# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,1)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img

#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23.1-42.fc8)
root (hd0,1)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.23.1-42.fc8.img
 

Em dán nguyên cái menu của FC 8 ấy vào menu.lst của Ubuntu là xong . Giờ thì Ok rồi . Cám ơn anh Khoai , anh quanta và bà con đã giúp đỡ smilie
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 29/02/2008 15:20:21 (+0700) | #12 | 117257
m3onh0x84
Member

[Minus]    0    [Plus]
Joined: 29/11/2007 15:22:21
Messages: 467
Location: lang thang 4 biển
Offline
[Profile] [PM] [WWW] [Yahoo!] [MSN]
Hix , bà con cho em hỏi : chỉnh sửa menu.lst ra sao để dualboot backtrack 3 beta và Ubuntu 7.10 đây smilie . Em đã đọc và làm theo hướng dẫn ở :
Code:
http://wiki.remote-exploit.org/index.php/Howto#Installing_BackTrack_using_the_GUI_Installer
 http://wiki.remote-exploit.org/index.php/Howto#Installing_BackTrack_to_Hard_Disk
 http://wiki.remote-exploit.org/index.php/Howto#Installing_BackTrack_in_a_dual_boot_configuration_.28movie.29
- Triple Boot Vista/Unbuntu and Backtrack 3
 http://wiki.remote-exploit.org/index.php/Howtosmilieual_Boot_Backtrack_and_Ubuntu

và đây là menu.lst hiện tại của em ( khi cài backtrack thì em ghi Lilo đè lên MBR , rồi cài Ubuntu cũng ghi Grub đè lên Lilo )
Code:
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default		0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout		10

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=4f3e0d87-c267-40ea-88fe-6b44ae463c78 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
##title Backtrack 3 KDE

##rootnoverify (hd0,0

##kernel /boot/vmlinuz vga=791 root=/dev/sda3 ro autoexec=xconf;kdm

##boot

##title Backtrack 3

##rootnoverify (hd0,0)

##kernel /boot/vmlinuz vga=791 root=/dev/sda3 ro

## makenactive boot

## e.g. groot=(hd0,0)
# groot=(hd0,4)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

# Linux bootable partition config ends
title		Ubuntu 7.10, kernel 2.6.22-14-generic
root		(hd0,4)
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=4f3e0d87-c267-40ea-88fe-6b44ae463c78 ro quiet splash
initrd		/boot/initrd.img-2.6.22-14-generic
quiet

title		Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root		(hd0,4)
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=4f3e0d87-c267-40ea-88fe-6b44ae463c78 ro single
initrd		/boot/initrd.img-2.6.22-14-generic

title		Ubuntu 7.10, memtest86+
root		(hd0,4)
kernel		/boot/memtest86+.bin
quiet

title Backtrack 3 KDE
root             noverify (hd0,0)
kernel          /boot/vmlinuz vga=791 root=/dev/sda1 ro autoexec=xconf;kdm
makeactive boot 

title            BackTrack
root             noverify (hd0,0)
kernel          /boot/vmlinuz vga=791 root=/dev/sda1 ro
boot

### END DEBIAN AUTOMAGIC KERNELS LIST

Em cứ vào boot vào dòng Backtrack là hiện ra thông báo :
Error 11 : Unrecognized device string
Press any key to continue ....
Giờ thì em phải làm gì để boot vào backtrack được bình thường ạ smilie
PS: Em post vào topic này vì k0 muốn mở 1 topic mới về 1 vấn đề cũ như thế này smilie
1/ LÀM ƠN "Đọc kĩ hướng dẫn sử dụng trước khi dùng".
2/homepage: trước khi hỏi thì LÀM ƠN tìm kiếm. Vì để biết nhiều hơn thì ai cũng phải đọc "VỪNG ƠI MỞ RA"
Hỏi FAQ thì lên asking.vn mà hỏi
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 01/03/2008 00:00:26 (+0700) | #13 | 117286
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]

I Stupid ! wrote:

Code:
title Backtrack 3 KDE
root             noverify (hd0,0)
kernel          /boot/vmlinuz vga=791 root=/dev/sda1 ro autoexec=xconf;kdm
makeactive boot 

title            BackTrack
root             noverify (hd0,0)
kernel          /boot/vmlinuz vga=791 root=/dev/sda1 ro
boot

### END DEBIAN AUTOMAGIC KERNELS LIST

Em cứ vào boot vào dòng Backtrack là hiện ra thông báo :
Error 11 : Unrecognized device string
Press any key to continue ....
Giờ thì em phải làm gì để boot vào backtrack được bình thường ạ smilie
PS: Em post vào topic này vì k0 muốn mở 1 topic mới về 1 vấn đề cũ như thế này smilie 

Xem lại dòng này root noverify (hd0,0):
1. Nó viết đúng chưa?
2. Nó chỉ được dùng khi nào?
3. Phân biệt nó với root (hd0,0)
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 02/03/2008 01:08:42 (+0700) | #14 | 117418
m3onh0x84
Member

[Minus]    0    [Plus]
Joined: 29/11/2007 15:22:21
Messages: 467
Location: lang thang 4 biển
Offline
[Profile] [PM] [WWW] [Yahoo!] [MSN]
hix hix , quả là thấm thía lời dạy của chú conmale smilie "chưa đủ công lực thì đừng nên xuống núi" . Cuối cùng thì em cũng tìm ra cách giải rất "chuối" nhưng lại hiệu quả . Em đã chép hết các entry vào menu.lst được

## ## End Default Options ##

title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,4)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=4f3e0d87-c267-40ea-88fe-6b44ae463c78 ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet

title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=4f3e0d87-c267-40ea-88fe-6b44ae463c78 ro single
initrd /boot/initrd.img-2.6.22-14-generic

title Ubuntu 7.10, memtest86+
root (hd0,4)
kernel /boot/memtest86+.bin
quiet



title backtrack 2
root (hd0,2)
kernel /boot/vmlinuz ro root=/dev/sda3 vga=791/769,771/773/792
initrd /boot/splash.initrd
chainload +1
makeactive boot

title BackTrack
root (hd0,2)noverify= /dev/sda3 / auto defaults 1 1
kernel/boot/vmlinuz vga=791 root=/dev/sda3 ro root=UUIDa612636f-624b-4378-9e72-68915fealcd1 ro quiet splash
initrd=/dev/sda3/boot/splash.initrd
password --md5 *MY MD5 HASH*
boot


title Backtrack 3 KDE
rootnoverify (hd0,2)
kernel /boot/vmlinuz vga=791/769,771/773/792 root=/dev/sda3 ro autoexec=xconf;kdm
boot

title Backtrack 3
rootnoverify (hd0,2)
kernel /boot/vmlinuz vga=791/769,771/773/792 root=/dev/sda3 ro
boot

title BackTrack3b (on /dev/sda3)
root (hd0,2)
kernel /boot/vmlinuz root=/dev/sda3 ro vga =769,771/773/792
savedefault
boo

### END DEBIAN AUTOMAGIC KERNELS LIST
 

Và kiểm tra từng dòng một cho ra , em xóa đoạn màu cam đi và cũng boot được vào backtrack nhưng boot vào Ubuntu thì gặp lỗi này smilie
Code:
* Checking file system :
fsck 1.40.2 (12-Jul-2007)
fsck.ext3 : Unable to resolve "UUID= a612636f - 6246 - 4378 - 9e72 - 68915fealcd1"
/dev/sda3 : clean , 163843/3842720 files , 883774/7679070 blocks 
fsck died with exit status 8
-----------------------------------------------------  [fail]
* File system check failed 
A log is being saved in /var/log/fsck/checkfs if that location is writeable . Please repair the file system manually .
* A maintenance shell will now be started .
CONTROL - D with terminate this shell and resume system boot . Give root password for maintenance 
( or type Control - D to continue )

Và em phải gõ Ctrl + D mới vào Ubuntu được . Cụ thể nội dung file /var/log/fsck/checkfs đây :
Code:
Log of fsck -C -R -A -a 
Sat Mar  1 07:31:33 2008

fsck 1.40.2 (12-Jul-2007)
fsck.ext3: Unable to resolve 'UUID=a612636f-624b-4373-9e72-68915fea1cd1'

/dev/sda3: clean, 163843/3842720 files, 883774/7679070 blocks
fsck died with exit status 8

Sat Mar  1 07:31:34 2008
----------------

Vậy phải sửa thế nào để boot vào 2 HDH được bình thường đây smilie
1/ LÀM ƠN "Đọc kĩ hướng dẫn sử dụng trước khi dùng".
2/homepage: trước khi hỏi thì LÀM ƠN tìm kiếm. Vì để biết nhiều hơn thì ai cũng phải đọc "VỪNG ƠI MỞ RA"
Hỏi FAQ thì lên asking.vn mà hỏi
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 02/03/2008 01:31:07 (+0700) | #15 | 117427
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]

I Stupid ! wrote:
hix hix , quả là thấm thía lời dạy của chú conmale smilie "chưa đủ công lực thì đừng nên xuống núi" . Cuối cùng thì em cũng tìm ra cách giải rất "chuối" nhưng lại hiệu quả . Em đã chép hết các entry vào menu.lst được

## ## End Default Options ##

title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,4)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=4f3e0d87-c267-40ea-88fe-6b44ae463c78 ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet

title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=4f3e0d87-c267-40ea-88fe-6b44ae463c78 ro single
initrd /boot/initrd.img-2.6.22-14-generic

title Ubuntu 7.10, memtest86+
root (hd0,4)
kernel /boot/memtest86+.bin
quiet



title backtrack 2
root (hd0,2)
kernel /boot/vmlinuz ro root=/dev/sda3 vga=791/769,771/773/792
initrd /boot/splash.initrd
chainload +1
makeactive boot

title BackTrack
root (hd0,2)noverify= /dev/sda3 / auto defaults 1 1
kernel/boot/vmlinuz vga=791 root=/dev/sda3 ro root=UUIDa612636f-624b-4378-9e72-68915fealcd1 ro quiet splash
initrd=/dev/sda3/boot/splash.initrd
password --md5 *MY MD5 HASH*
boot


title Backtrack 3 KDE
rootnoverify (hd0,2)
kernel /boot/vmlinuz vga=791/769,771/773/792 root=/dev/sda3 ro autoexec=xconf;kdm
boot

title Backtrack 3
rootnoverify (hd0,2)
kernel /boot/vmlinuz vga=791/769,771/773/792 root=/dev/sda3 ro
boot

title BackTrack3b (on /dev/sda3)
root (hd0,2)
kernel /boot/vmlinuz root=/dev/sda3 ro vga =769,771/773/792
savedefault
boo

### END DEBIAN AUTOMAGIC KERNELS LIST
 

 

Chép từ đâu vào?

I Stupid ! wrote:

Và kiểm tra từng dòng một cho ra , em xóa đoạn màu cam đi và cũng boot được vào backtrack
 

Nên tìm hiểu bản chất: Tại sao lúc này lại boot vào được Backtrack. Mà cả 3 cái entries bạn paste vào đều boot được hả?

I Stupid ! wrote:

nhưng boot vào Ubuntu thì gặp lỗi này smilie
Code:
* Checking file system :
fsck 1.40.2 (12-Jul-2007)
fsck.ext3 : Unable to resolve "UUID= a612636f - 6246 - 4378 - 9e72 - 68915fealcd1"
/dev/sda3 : clean , 163843/3842720 files , 883774/7679070 blocks 
fsck died with exit status 8
-----------------------------------------------------  [fail]
* File system check failed 
A log is being saved in /var/log/fsck/checkfs if that location is writeable . Please repair the file system manually .
* A maintenance shell will now be started .
CONTROL - D with terminate this shell and resume system boot . Give root password for maintenance 
( or type Control - D to continue )

Và em phải gõ Ctrl + D mới vào Ubuntu được . Cụ thể nội dung file /var/log/fsck/checkfs đây :
Code:
Log of fsck -C -R -A -a 
Sat Mar  1 07:31:33 2008

fsck 1.40.2 (12-Jul-2007)
fsck.ext3: Unable to resolve 'UUID=a612636f-624b-4373-9e72-68915fea1cd1'

/dev/sda3: clean, 163843/3842720 files, 883774/7679070 blocks
fsck died with exit status 8

Sat Mar  1 07:31:34 2008
----------------

Vậy phải sửa thế nào để boot vào 2 HDH được bình thường đây smilie 

Vẫn là "học tiếng Anh".
Đoạn này của bạn mâu thuẫn với đoạn trên. Thử nhìn lại xem /dev/sda3 là cái gì?
Tai sao bạn lại lấy UUID của thằng Backtrack, dán lên cho Ubuntu vậy?
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 02/03/2008 05:10:34 (+0700) | #16 | 117467
m3onh0x84
Member

[Minus]    0    [Plus]
Joined: 29/11/2007 15:22:21
Messages: 467
Location: lang thang 4 biển
Offline
[Profile] [PM] [WWW] [Yahoo!] [MSN]
Thôi được rồi , để em chú thích rõ ràng thêm vậy . K0 thì anh em lại tẩu hỏa nhập ma mất smilie .
1/ Entry 1 :
Code:
title Backtrack 3 KDE
rootnoverify (hd0,2)
kernel /boot/vmlinuz vga=791 root=/dev/sda3 ro autoexec=xconf;kdm
boot

title Backtrack 3
rootnoverify (hd0,2)
kernel /boot/vmlinuz vga=791 root=/dev/sda3 ro
boot

Code:
http://wiki.remote-exploit.org/index.php/Howto#Triple_boot_Vista.2C_Unbuntu_and_BackTrack_3

2/ Entry thứ 2 :
Trên http://wiki.remote-exploit.org/index.php/Howto#Installing_BackTrack_using_the_GUI_installer em được:
Note: To keep the splashscreen in BT3, Enter the following commands after chroot during installation:
Code:
splash -s -f /etc/bootsplash/themes/Linux/config/bootsplash-1024x768.cfg >> /boot/splash.initrd

Code:
#In addition you need to append your lilo.conf file to:
initrd=/boot/splash.initrd

3/ Entry thứ 3 :
Lên Linuxquestions.org tìm với key : "Debian and Slackware Dual Boot" được :
http://www.linuxquestions.org/questions/slackware-14/debian-and-slackware-dual-boot-which-to-install-first-617949/
ra
Code:
title Slackware 12.0
root (hdx,x)
rootnoverify (hdx,x)
chainload +1


4/ Entry thứ 4
Code:
title BackTrack
rootnoverify (hd0,3)
kernel /boot/vmlinuz vga=791 root=/dev/hda4 ro
boot

trên http://wiki.remote-exploit.org/index.php/Howtosmilieual_Boot_Backtrack_and_Ubuntu

được cái entry thứ 5 :
Code:
title BackTrack3b (on /dev/hda2)
root (hd0,1)
kernel /boot/vmlinuz root=/dev/hda2 ro vga = 769
savedefault
boot

http://forums.remote-exploit.org/showthread.php?t=10544
cái entry thứ 6
title Back|Track 2
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=919e75f9-2aee-4076-8b67-5e95f9a42bc1 ro quiet splash
initrd /boot/initrd.img-2.5.22-14-generic
password --md5 *MY MD5 HASH*
http://ubuntuforums.org/showthread.php?t=635436
Sau đó em chép từng tên một vào menu.lst , và ghép chúng lại với chúng rồi reboot kiểm tra , Em nghĩ chúng em boot vào backtrack được là nhờ 3 cái entry đã nói ở trên . chúng có chung phần : vga=791/769,771/773/792 .
Nhưng bây giờ Ubuntu đọc phân vùng /dev/sda3 k0 được ( check file system failed ) chắc là chưa được giải mã MD5 của kernel backtrack .
. Lần trước , em cố gắng cài backtrack lên /dev/sda1 nhưng k0 được , Và trong tất cả các hướng dẫn đều k0 thấy nói cài backtrack lên /dev/sda1 . Việc này em nghĩ do "giới hạn 1024 cylinder của BIOS" .Nên em đã cài lại backtrack lên /dev/sda3 ( format dạng ext3 )
1/ LÀM ƠN "Đọc kĩ hướng dẫn sử dụng trước khi dùng".
2/homepage: trước khi hỏi thì LÀM ƠN tìm kiếm. Vì để biết nhiều hơn thì ai cũng phải đọc "VỪNG ƠI MỞ RA"
Hỏi FAQ thì lên asking.vn mà hỏi
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 06/03/2008 06:35:37 (+0700) | #17 | 118060
slack
Member

[Minus]    0    [Plus]
Joined: 03/02/2008 21:46:19
Messages: 15
Offline
[Profile] [PM]
Hey, nếu mà mình không nhầm thì GRUB có thể gõ vài lệnh về setup của nó là nó sẽ tự động tìm ra các OS mới trong ổ cứng, và tự đưa nó vào menu boot.
Đâu cần phải thêm vào file menu.lst phức tạp như trên.


Mình nói vậy có đúng không ? Bởi vì mình chưa bao giờ cài 2 Linux trên 1 máy
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 07/03/2008 13:26:03 (+0700) | #18 | 118344
m3onh0x84
Member

[Minus]    0    [Plus]
Joined: 29/11/2007 15:22:21
Messages: 467
Location: lang thang 4 biển
Offline
[Profile] [PM] [WWW] [Yahoo!] [MSN]

slack wrote:
Hey, nếu mà mình không nhầm thì GRUB có thể gõ vài lệnh về setup của nó là nó sẽ tự động tìm ra các OS mới trong ổ cứng, và tự đưa nó vào menu boot .
 

Tớ đang đau đầu với câu trả lời này của bạn đây . K0 biết tìm thế nào nữa smilie . K0 biết vấn đề của tớ hiện nay có nằm ở grub hay ở fsck nữa smilie .
Grub thì có thể tham khảo ở mấy links sau .
Code:
https://help.ubuntu.com/community/GrubHowto?highlight=%28Grub%29%7C%28config%29 : Grub trong Ubuntu 
 http://www.gnu.org/software/grub/manual/grub.html - GNU GRUB Manual 0.97
 http://grub.enbug.org/ : FrontPage - GRUB Wiki 
 http://grub4dos.sourceforge.net/wiki/index.php/Grub4dos_tutorial#Disk_emulation : Grub4dos tutorial - Grub4Dos Wiki
 http://www.gnu.org/software/grub/grub.en.html - tổng hợp về Grub smilie

Đọc hết mấy cái links này chắc em k0 ngủ được dài dài smilie
1/ LÀM ƠN "Đọc kĩ hướng dẫn sử dụng trước khi dùng".
2/homepage: trước khi hỏi thì LÀM ƠN tìm kiếm. Vì để biết nhiều hơn thì ai cũng phải đọc "VỪNG ƠI MỞ RA"
Hỏi FAQ thì lên asking.vn mà hỏi
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 17/03/2008 03:39:09 (+0700) | #19 | 119648
neogeo
Member

[Minus]    0    [Plus]
Joined: 03/05/2007 19:13:49
Messages: 1
Offline
[Profile] [PM]
Em là newbie. Cho em hỏi có tài liệu nào nói chi tiết về cái menu.lst này ko. Tại em muốn tìm hiểu kỹ hơn để nạp thử cái Ubuntu vào. Do em cài XP rùi thêm Ubuntu rùi thêm Fedora 8 nên giờ ko hiểu sao nó ko nhận dc cái Ubuntu trong grub. Có gì mấy anh chỉ giáo
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 22/03/2008 03:16:23 (+0700) | #20 | 120496
m3onh0x84
Member

[Minus]    0    [Plus]
Joined: 29/11/2007 15:22:21
Messages: 467
Location: lang thang 4 biển
Offline
[Profile] [PM] [WWW] [Yahoo!] [MSN]
@neogeo : Cài ubuntu song song với Win hay ngược lại ( dùng kiểu dualboot ) thì đã có khá nhiều hướng dẫn trên HVA , VNOSS , vnlinux.org , quantrimang.com.vn .... rồi . bạn đọc đọc kĩ những hướng dẫn đó thì sẽ cài được hết . có lỗi thì báo cho mọi người để bà con tìm cách sửa smilie
Menu.lst này chỉ là 1 phần nhỏ xíu trong grub thôi . Tốt hơn nên đọc kĩ về Grub để tránh sai sót khi cài đặt , chỉnh sửa máy móc .
Tớ nghĩ bạn dùng Ubuntu thì đọc

https://help.ubuntu.com/community/GrubHowto?highlight=%28Grub%29%7C%28config%29
 

chắc là đủ dùng rồi . ( Hy vọng tớ k0 bày sai smilie )
Còn chỉnh sửa Grub trong ubuntu ở giao diện đồ họa (GUI) thì có thể cài Grub đồ họa (Visual Grub )theo hướng dẫn ở trang :
Code:
http://www.ubuntugeek.com/qgrubeditor-a-visual-grub-configuration-editor.html
- hướng dẫn cài Visual 
 http://www.qt-apps.org/content/show.php/QGRUBEditor?content=60391- nguồn down
1/ LÀM ƠN "Đọc kĩ hướng dẫn sử dụng trước khi dùng".
2/homepage: trước khi hỏi thì LÀM ƠN tìm kiếm. Vì để biết nhiều hơn thì ai cũng phải đọc "VỪNG ƠI MỞ RA"
Hỏi FAQ thì lên asking.vn mà hỏi
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 03/04/2008 03:54:52 (+0700) | #21 | 122863
m3onh0x84
Member

[Minus]    0    [Plus]
Joined: 29/11/2007 15:22:21
Messages: 467
Location: lang thang 4 biển
Offline
[Profile] [PM] [WWW] [Yahoo!] [MSN]
Em đọc hướng dẫn trên

http://www.gnu.org/software/grub/manual/grub.html#Chain_002dloading
http://www.gnu.org/software/grub/manual/grub.html
 

thì k0 hiểu Slackware thuộc chi phái nào trong các chi phái : GNU/Hurd ; GNU/Linux ; SCO UnixWare ; QNX smilie Em thật sự k0 tìm thấy tài liệu về chuyện này smilie
1/ LÀM ƠN "Đọc kĩ hướng dẫn sử dụng trước khi dùng".
2/homepage: trước khi hỏi thì LÀM ƠN tìm kiếm. Vì để biết nhiều hơn thì ai cũng phải đọc "VỪNG ƠI MỞ RA"
Hỏi FAQ thì lên asking.vn mà hỏi
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Nạp thêm linux OS vào grub ? 07/08/2008 11:15:21 (+0700) | #22 | 145536
[Avatar]
meomeo_bebong
Locked

[Minus]    0    [Plus]
Joined: 27/06/2006 23:07:44
Messages: 700
Location: vô gia cư
Offline
[Profile] [PM] [WWW] [Yahoo!] [MSN] [ICQ]
Em mới đổi sang main mới và đọc "How to" trên các trang wiki/forum của remote-exploit thì ra cái entry của backtrack cho máy em . Chia vui cùng bà con tí smilie :
Code:
title		Backtrack3 (on /dev/sda3)
root		(hd0,2)
kernel		/boot/vmlinuz root=/dev/sda3 ro vga = 773 
savedefault
boot

và sơ đồ hdd của em :
Code:
Name           Flags          Part Type    FS Type               [Label]            Size (MB)
 -----------------------------------------------------------------------------------------------------
     sda1                           Primary     Linux swap                                10001.95
     sda4                           Primary     Linux ext3                                25893.19
     sda2                           Primary     W95 FAT32 (LBA)                           16244.93
     sda3           Boot            Primary     Linux ext3            [BACKTRACK]         27883.70


Và chỉnh sửa cái /etc/fstab/ như sau:
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sda4
UUID=cbb8afd2-a569-4e56-8549-852ba3faba07 /               ext3    relatime,errors=remount-ro 0       0
# /dev/sda1
UUID=4c1a8bef-ab06-4867-86d7-9723ed3a52b4 none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0

ghi dòng này :
# /dev/sda4
UUID=cbb8afd2-a569-4e56-8549-852ba3faba07 / ext3 relatime,errors=remount-ro 0 0
Cuối cùng sửa 1 lại thành 0 như ở trên.
PS: Bà con có vấn đề gì về dual boot của grub thì mời vào đây (đỡ mang tiếng spam)
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|