Re: Installing Feisty on a disk as a 3rd Linux OS
Oh yes, I've changed GRUB's menu quite a few times already. And no, I don't need Feisty's GRUB anyway. I just need to know what entry I have to put into my current GRUB to start up Kubuntu, that is, if I have all the necessary files to run it. Actually, that's one of the plus sides of SuSe's installation, you can skip GRUB altogether.
There are no UUID's in my SuSe fstab, that's for sure, and not in my GRUB config either so I'm still going to need some of your help. This is Kubuntu's fstab:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sdb7
UUID=7744256b-ef9c-4f2b-9d3e-e313a7b5921f / reiserfs notail 0 1
# /dev/sda1
UUID=48B0C05AB0C04FDC /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/sdb2
UUID=b223ea1a-6bcd-461b-be5f-c9e6ba82bfd8 /media/sdb2 reiserfs defaults 0 2
# /dev/sdb3
UUID=c2f15255-e07f-4cde-a6f8-b48a27b55e77 /media/sdb3 reiserfs defaults 0 2
# /dev/sdb5
UUID=bbdc260d-102c-453b-8d34-7eca03003a6a /media/sdb5 reiserfs defaults 0 2
# /dev/sdb6
UUID=f5e53d22-28d2-4887-8a62-a6818ccc0ba0 /media/sdb6 reiserfs defaults 0 2
# /dev/sdb1
UUID=2b42a9fe-ac8b-43a9-87eb-b4e4fb21eaf1 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdb /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0[/quote]
So, how do I go from there to my GRUB (in /boot/grub) config file, which atm looks like this?:
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 9.2
kernel (hd1,2)/boot/vmlinuz root=/dev/sdb3 vga=0x31a selinux=0 splash=silent console=tty0 resume=/dev/sdb1 desktop elevator=as showopts
initrd (hd1,2)/boot/initrd
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows XP
root (hd0,0)
chainloader +1
### SuSE Linux version 9.1 ###
title SUSE LINUX 9.1
kernel (hd1,1)/boot/vmlinuz root=/dev/sdb2 vga=0x31a selinux=0 splash=silent console=tty0 resume=/dev/sdb1 desktop elevator=as showopts
initrd (hd1,1)/boot/initrd
###Don't change this comment - YaST2 identifier: Original name: floppy###
title Diskette
root (fd0)
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE LINUX 9.2
kernel (hd1,2)/boot/vmlinuz root=/dev/sdb3 showopts ide=nodma apm=off acpi=off vga=normal noresume selinux=0 barrier=off iommu=noforce maxcpus=0 3
initrd (hd1,2)/boot/initrd
Also, I've only got 'vmlinuz-2.6.20-15-generic' and an 'initrd.img-2.6.20-15-generic'.
Tell me if these look OK to you:
title Ubuntu, kernel 2.6.20-15-generic
kernel (hd1,6)/boot/vmlinuz-2.6.20-15-generic root=UUID=7744256b-ef9c-4f2b-9d3e-e313a7b5921f ro quiet splash
initrd (hd1,6)/boot/initrd.img-2.6.20-15-generic
quiet
savedefault
title Ubuntu, kernel 2.6.20-16 generic (recovery mode)
kernel (hd1,6)/boot/vmlinuz-2.6.20-15-generic root=UUID=7744256b-ef9c-4f2b-9d3e-e313a7b5921f single
initrd (hd1,6)/boot/initrd.img-2.6.20-15-generic
What do 'quiet' and 'safedefault' do and what's the difference between 'ro quiet splash' and 'ro single'? And what's more important, do they work in my current GRUB?
Originally posted by Qqmike
Originally posted by Qqmike
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sdb7
UUID=7744256b-ef9c-4f2b-9d3e-e313a7b5921f / reiserfs notail 0 1
# /dev/sda1
UUID=48B0C05AB0C04FDC /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/sdb2
UUID=b223ea1a-6bcd-461b-be5f-c9e6ba82bfd8 /media/sdb2 reiserfs defaults 0 2
# /dev/sdb3
UUID=c2f15255-e07f-4cde-a6f8-b48a27b55e77 /media/sdb3 reiserfs defaults 0 2
# /dev/sdb5
UUID=bbdc260d-102c-453b-8d34-7eca03003a6a /media/sdb5 reiserfs defaults 0 2
# /dev/sdb6
UUID=f5e53d22-28d2-4887-8a62-a6818ccc0ba0 /media/sdb6 reiserfs defaults 0 2
# /dev/sdb1
UUID=2b42a9fe-ac8b-43a9-87eb-b4e4fb21eaf1 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdb /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0[/quote]
So, how do I go from there to my GRUB (in /boot/grub) config file, which atm looks like this?:
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 9.2
kernel (hd1,2)/boot/vmlinuz root=/dev/sdb3 vga=0x31a selinux=0 splash=silent console=tty0 resume=/dev/sdb1 desktop elevator=as showopts
initrd (hd1,2)/boot/initrd
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows XP
root (hd0,0)
chainloader +1
### SuSE Linux version 9.1 ###
title SUSE LINUX 9.1
kernel (hd1,1)/boot/vmlinuz root=/dev/sdb2 vga=0x31a selinux=0 splash=silent console=tty0 resume=/dev/sdb1 desktop elevator=as showopts
initrd (hd1,1)/boot/initrd
###Don't change this comment - YaST2 identifier: Original name: floppy###
title Diskette
root (fd0)
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE LINUX 9.2
kernel (hd1,2)/boot/vmlinuz root=/dev/sdb3 showopts ide=nodma apm=off acpi=off vga=normal noresume selinux=0 barrier=off iommu=noforce maxcpus=0 3
initrd (hd1,2)/boot/initrd
Also, I've only got 'vmlinuz-2.6.20-15-generic' and an 'initrd.img-2.6.20-15-generic'.
Tell me if these look OK to you:
title Ubuntu, kernel 2.6.20-15-generic
kernel (hd1,6)/boot/vmlinuz-2.6.20-15-generic root=UUID=7744256b-ef9c-4f2b-9d3e-e313a7b5921f ro quiet splash
initrd (hd1,6)/boot/initrd.img-2.6.20-15-generic
quiet
savedefault
title Ubuntu, kernel 2.6.20-16 generic (recovery mode)
kernel (hd1,6)/boot/vmlinuz-2.6.20-15-generic root=UUID=7744256b-ef9c-4f2b-9d3e-e313a7b5921f single
initrd (hd1,6)/boot/initrd.img-2.6.20-15-generic
What do 'quiet' and 'safedefault' do and what's the difference between 'ro quiet splash' and 'ro single'? And what's more important, do they work in my current GRUB?
Comment