| View previous topic :: View next topic |
| Author |
Message |
CMatomic n00b

Joined: 23 Jun 2010 Posts: 15
|
Posted: Mon May 23, 2011 2:10 pm Post subject: Fail to mount root [ SOLVED ] |
|
|
After installing gentoo through live cd i reboot the system and got the following error
| Code: | Fail to mount root
mount: mounting /dev/sda3 on /NEWROOT Faild : invalid argument
could not mount specified root , try again
could no find the root block device . |
Here is my fstab
| Code: |
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
LABEL=GentooLinux / ext4 defaults,noatime 0 1
UUID=dedb8c3a-8963-45ed-854f-01d1646ae3ae /home ext4 defaults,noatime 0 2
UUID=caf039dc-dbfb-43c3-9ac2-ea9605226b2d swap swap defaults 0 0
/dev/cdrom /mnt/cdrom auto noauto,user 0 0
proc /proc proc defaults 0 0
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
|
how can I solve this problem ?
Last edited by CMatomic on Mon May 23, 2011 9:14 pm; edited 1 time in total |
|
| Back to top |
|
 |
sebaro Veteran


Joined: 03 Jul 2006 Posts: 1141 Location: Romania
|
Posted: Mon May 23, 2011 2:49 pm Post subject: |
|
|
| Did you try with UUID or /dev/sda3 for root? |
|
| Back to top |
|
 |
CMatomic n00b

Joined: 23 Jun 2010 Posts: 15
|
Posted: Mon May 23, 2011 3:26 pm Post subject: |
|
|
| sebaro wrote: | | Did you try with UUID or /dev/sda3 for root? |
yes i try with UUID
same probelm |
|
| Back to top |
|
 |
DONAHUE Watchman


Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Mon May 23, 2011 7:12 pm Post subject: |
|
|
boot the cd, mount the gentoo partitions (use your device names if not sda1 and sda3, enter the chroot, as in: | Code: | mount /dev/sda3 /mnt/gentoo
mount /dev/sda1 /mnt/gentoo/boot
mount -t proc none /mnt/gentoo/proc
mount -o bind /dev /mnt/gentoo/dev
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
export PS1="(chroot) $PS1" | then | Code: | emerge pciutils usbutils wgetpaste
lspci -k | wgetpaste
fdisk -l | wgetpaste
ls -l /boot
wgetpaste /usr/src/linux/.config
wgetpaste /boot/grub/grub.conf
wgetpaste /etc/fstab
|
post the url's returned _________________ Defund the FCC. |
|
| Back to top |
|
 |
Oerpi n00b


Joined: 20 Jun 2008 Posts: 36 Location: Germany
|
Posted: Mon May 23, 2011 7:16 pm Post subject: |
|
|
Do you use a kernel with initrd or without?
If without did you enable the SATA drivers and ext4 support as built in and not as modules?
| /usr/src/linux.config: | CONFIG_SATA_AHCI=y
CONFIG_EXT4_FS=y |
|
|
| Back to top |
|
 |
CMatomic n00b

Joined: 23 Jun 2010 Posts: 15
|
Posted: Mon May 23, 2011 8:19 pm Post subject: |
|
|
| DONAHUE wrote: | boot the cd, mount the gentoo partitions (use your device names if not sda1 and sda3, enter the chroot, as in: | Code: | mount /dev/sda3 /mnt/gentoo
mount /dev/sda1 /mnt/gentoo/boot
mount -t proc none /mnt/gentoo/proc
mount -o bind /dev /mnt/gentoo/dev
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
export PS1="(chroot) $PS1" | then | Code: | emerge pciutils usbutils wgetpaste
lspci -k | wgetpaste
fdisk -l | wgetpaste
ls -l /boot
wgetpaste /usr/src/linux/.config
wgetpaste /boot/grub/grub.conf
wgetpaste /etc/fstab
|
post the url's returned |
lspci
http://paste.pocoo.org/show/393836/
| Code: | 00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
Subsystem: ABIT Computer Corp. Device 1092
00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
Subsystem: ABIT Computer Corp. Device 1092
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
Subsystem: ABIT Computer Corp. Device 1092
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
Subsystem: ABIT Computer Corp. Device 1092
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
Subsystem: ABIT Computer Corp. Device 1092
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
Subsystem: ABIT Computer Corp. Device 1092
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
Subsystem: ABIT Computer Corp. Device 1092
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
Subsystem: ABIT Computer Corp. Device 1092
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
Subsystem: ABIT Computer Corp. Device 1092
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
Subsystem: ABIT Computer Corp. Device 1092
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
Subsystem: ABIT Computer Corp. Device 1092
01:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 9800 GT] (rev a2)
Subsystem: ASUSTeK Computer Inc. Device 829c
03:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller (rev 12)
Subsystem: ABIT Computer Corp. Device 1092 |
fdisk
http://paste.pocoo.org/show/393837/
| Code: |
Disk /dev/sda: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders, total 240121728 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x83a50620
Device Boot Start End Blocks Id System
/dev/sda1 2048 83083263 41540608 7 HPFS/NTFS
/dev/sda2 83088180 113868799 15390310 83 Linux
/dev/sda3 * 113868800 240119807 63125504 83 Linux
Disk /dev/sdb: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000cacb7
Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 51615743 25806848 83 Linux
/dev/sdb2 124055550 126984191 1464321 5 Extended
/dev/sdb3 126984192 488392064 180703936+ 83 Linux
/dev/sdb4 51616845 124053929 36218542+ 83 Linux
/dev/sdb5 124055552 126984191 1464320 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ce041
Device Boot Start End Blocks Id System
/dev/sdc2 22458931 976768064 477154567 5 Extended
/dev/sdc5 22458933 976768064 477154566 83 Linux |
ls -l /boot
| Code: | (chroot) Gentoo-11 / # ls -l /boot
total 7992
-rw-r--r-- 1 root root 1785887 May 23 18:46 System.map-genkernel-x86_64-2.6.37-gentoo-r4
lrwxrwxrwx 1 root root 1 Apr 28 01:39 boot -> .
-rw-r--r-- 1 root root 3414421 May 23 19:07 initramfs-genkernel-x86_64-2.6.37-gentoo-r4
-rw-r--r-- 1 root root 2975760 May 23 18:46 kernel-genkernel-x86_64-2.6.37-gentoo-r4 |
kernel config
http://paste.pocoo.org/show/393839/
fstab
http://paste.pocoo.org/show/393841/
| Code: | # /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
UUID=a930587f-7363-495e-9537-5cf396b3461b / ext4 defaults 0 1
UUID=dedb8c3a-8963-45ed-854f-01d1646ae3ae /home ext4 defaults,noatime 0 2
UUID=caf039dc-dbfb-43c3-9ac2-ea9605226b2d swap swap defaults 0 0
/dev/cdrom /mnt/cdrom auto noauto,user 0 0
proc /proc proc defaults 0 0
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
grub.conf
I do not use the grub manager of gentoo, I use the manager grub of ubuntu "grub2"
here is the grup conf from ubuntu
| Code: |
# DO NOT EDIT THIS FILE
#
# It is automatically generated by 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
set have_grubenv=true
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
}
function load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod ext2
set root='(/dev/sdb,msdos1)'
search --no-floppy --fs-uuid --set=root c2d31098-7180-45a8-85a7-e48f811c25ca
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(/dev/sdb,msdos1)'
search --no-floppy --fs-uuid --set=root c2d31098-7180-45a8-85a7-e48f811c25ca
set locale_dir=($root)/boot/grub/locale
set lang=pt_PT
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
if background_color 44,0,30; then
clear
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
if [ ${recordfail} != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Ubuntu, com Linux 2.6.38-8-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod part_msdos
insmod ext2
set root='(/dev/sdb,msdos1)'
search --no-floppy --fs-uuid --set=root c2d31098-7180-45a8-85a7-e48f811c25ca
linux /boot/vmlinuz-2.6.38-8-generic root=UUID=c2d31098-7180-45a8-85a7-e48f811c25ca ro quiet splash vt.handoff=7
initrd /boot/initrd.img-2.6.38-8-generic
}
menuentry 'Ubuntu, com Linux 2.6.38-8-generic (modo de recuperação)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod part_msdos
insmod ext2
set root='(/dev/sdb,msdos1)'
search --no-floppy --fs-uuid --set=root c2d31098-7180-45a8-85a7-e48f811c25ca
echo 'Loading Linux 2.6.38-8-generic ...'
linux /boot/vmlinuz-2.6.38-8-generic root=UUID=c2d31098-7180-45a8-85a7-e48f811c25ca ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.38-8-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(/dev/sdb,msdos1)'
search --no-floppy --fs-uuid --set=root c2d31098-7180-45a8-85a7-e48f811c25ca
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(/dev/sdb,msdos1)'
search --no-floppy --fs-uuid --set=root c2d31098-7180-45a8-85a7-e48f811c25ca
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root 60CD04CC5F4CD4A6
chainloader +1
}
menuentry "Desktop -- openSUSE 11.4 - 2.6.37.6-0.5 (on /dev/sda2)" --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos2)'
search --no-floppy --fs-uuid --set=root e2d25807-4bd0-4578-b19e-e4368058d4f6
linux /boot/vmlinuz-2.6.37.6-0.5-desktop root=/dev/disk/by-id/ata-Maxtor_6Y120L0_Y35SEA0E-part2 resume=/dev/disk/by-id/ata-Hitachi_HTS545025B9A300_091016PB42001SCB942M-part5 splash=silent quiet showopts vga=0x317
initrd /boot/initrd-2.6.37.6-0.5-desktop
}
menuentry "Failsafe -- openSUSE 11.4 - 2.6.37.6-0.5 (on /dev/sda2)" --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos2)'
search --no-floppy --fs-uuid --set=root e2d25807-4bd0-4578-b19e-e4368058d4f6
linux /boot/vmlinuz-2.6.37.6-0.5-desktop root=/dev/disk/by-id/ata-Maxtor_6Y120L0_Y35SEA0E-part2 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x317
initrd /boot/initrd-2.6.37.6-0.5-desktop
}
menuentry "Gentoo Base System release 1.12.14 (on /dev/sda3)" --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos3)'
search --no-floppy --fs-uuid --set=root a930587f-7363-495e-9537-5cf396b3461b
linux /boot/kernel-genkernel-x86_64-2.6.37-gentoo-r4 root=/dev/sda3
initrd /boot/initramfs-genkernel-x86_64-2.6.37-gentoo-r4
}
menuentry "Arch Linux (on /dev/sdb3)" --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(/dev/sdb,msdos3)'
search --no-floppy --fs-uuid --set=root e42b2aaf-ee91-4ea9-a954-71be639ab38c
linux /boot/vmlinuz26 root=/dev/sdb3
initrd /boot/kernel26.img
}
menuentry "Arch Linux (on /dev/sdb3)" --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(/dev/sdb,msdos3)'
search --no-floppy --fs-uuid --set=root e42b2aaf-ee91-4ea9-a954-71be639ab38c
linux /boot/vmlinuz26-lts root=/dev/sdb3
initrd /boot/kernel26-lts.img
}
menuentry "Funtoo Linux genkernel - kernel-2.6.37-gentoo-r4 (on /dev/sdb4)" --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(/dev/sdb,msdos4)'
search --no-floppy --fs-uuid --set=root 1853c464-041e-4e81-81f0-fdb77121e6c1
linux /boot/kernel-2.6.37-gentoo-r4 real_root=UUID=1853c464-041e-4e81-81f0-fdb77121e6c1
}
### 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 ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ### |
|
|
| Back to top |
|
 |
CMatomic n00b

Joined: 23 Jun 2010 Posts: 15
|
Posted: Mon May 23, 2011 8:44 pm Post subject: |
|
|
| Oerpi wrote: | Do you use a kernel with initrd or without?
If without did you enable the SATA drivers and ext4 support as built in and not as modules?
| /usr/src/linux.config: | CONFIG_SATA_AHCI=y
CONFIG_EXT4_FS=y |
|
ok and now I noticed it had not enabled ext4 in the kernel, I thought it was automatically enable in genkernel
I compile again the kernel |
|
| Back to top |
|
 |
Oerpi n00b


Joined: 20 Jun 2008 Posts: 36 Location: Germany
|
Posted: Mon May 23, 2011 8:45 pm Post subject: |
|
|
| .config: | | # CONFIG_EXT4_FS is not set |
You will have no luck mounting ext4 partitions without support in the kernel (although why genkernel doesn't set this as a default is beyond me), also at least for me genkernel seems to prefer the old PATA drivers resulting in partitions being named /dev/hd* and in the kernel not finding the root device as it's looking for sda.
Run | Code: | | genkernel --menuconfig all |
Goto "Device Drivers" and uncheck ATA/ATAPI/...
Goto "File Systems" und set ext4 support to yes. |
|
| Back to top |
|
 |
DONAHUE Watchman


Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Mon May 23, 2011 9:01 pm Post subject: |
|
|
enter the chroot as before
| Code: | | genkernel --oldconfig --menuconfig all | when in menuconfig edit to include:
| Quote: | Device Drivers --->
< > ATA/ATAPI/MFM/RLL support --->
SCSI device support --->
*** SCSI support type (disk, tape, CD-ROM) ***
<*> SCSI disk support
< > SCSI tape support
< > SCSI OnStream SC-x0 tape support
<*> SCSI CDROM support
<*> Serial ATA (prod) and Parallel ATA (experimental) drivers --->
--- Serial ATA and Parallel ATA drivers
[ ] Verbose ATA error reporting
[*] ATA ACPI Support
[ ] SATA Port Multiplier support
*** Controllers with non-SFF native interface ***
<*> AHCI SATA support
< > Platform AHCI SATA support
< > Initio 162x SATA support
< > Silicon Image 3124/3132 SATA support
[*] ATA SFF support
*** SFF controllers with custom DMA interface ***
< > Pacific Digital ADMA support
< > Pacific Digital SATA QStor support
< > Promise SATA SX4 support (Experimental)
[*] ATA BMDMA support
*** SATA SFF controllers with BMDMA ***
<*> Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support
< > Marvell SATA support
<*> NVIDIA SATA support
< > Promise SATA TX2/TX4 support
< > Silicon Image SATA support
< > SiS 964/965/966/180 SATA support
< > ServerWorks Frodo / Apple K2 SATA support
< > ULi Electronics SATA support
< > VIA SATA support
< > VITESSE VSC-7174 / INTEL 31244 SATA support
*** PATA SFF controllers with BMDMA ***
< > ALi PATA support
< > AMD/NVidia PATA support
< > ARTOP 6210/6260 PATA support
< > ATI PATA support
< > ARTOP/Acard ATP867X PATA support
< > CMD64x PATA support
< > CS5510/5520 PATA support
< > CS5530 PATA support
< > Cypress CY82C693 PATA support (Very Experimental)
< > EFAR SLC90E66 support
< > HPT 366/368 PATA support
< > HPT 370/370A/371/372/374/302 PATA support
< > HPT 372N/302N PATA support
< > HPT 343/363 PATA support
< > IT8213 PATA support (Experimental)
< > IT8211/2 PATA support
<*> JMicron PATA support
< > Marvell PATA support via legacy mode
< > NETCELL Revolution RAID support
< > Ninja32/Delkin Cardbus ATA support
< > Nat Semi NS87415 PATA support
< > Intel PATA old PIIX support
< > OPTI FireStar PATA support (Very Experimental)
< > Promise PATA 2027x support
< > Older Promise PATA controller support
< > RADISYS 82600 PATA support (Experimental)
< > RDC PATA support
< > SC1200 PATA support
< > Intel SCH PATA support
< > SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support
< > CMD / Silicon Image 680 PATA support
< > SiS PATA support
< > Toshiba Piccolo support (Experimental)
< > Compaq Triflex PATA support
< > VIA PATA support
< > Winbond SL82C105 PATA support
*** PIO-only SFF controllers ***
< > CMD640 PCI PATA support (Experimental)
< > Intel PATA MPIIX support
< > Nat Semi NS87410 PATA support
< > OPTI621/6215 PATA support (Very Experimental)
< > PC Tech RZ1000 PATA support
*** Generic fallback / legacy drivers ***
< > ACPI firmware driver for PATA
< > Generic ATA support
< > Legacy ISA PATA support (Experimental)
File systems --->
<*> Second extended fs support
[*] Ext2 extended attributes
[*] Ext2 POSIX Access Control Lists
[*] Ext2 Security Labels
[ ] Ext2 execute in place support
<*> Ext3 journalling file system support
[*] Default to 'data=ordered' in ext3
[*] Ext3 extended attributes
[*] Ext3 POSIX Access Control Lists
[*] Ext3 Security Labels
<*> The Extended 4 (ext4) filesystem
[*] Ext4 extended attributes (NEW)
[*] Ext4 POSIX Access Control Lists
[*] Ext4 Security Labels
[ ] EXT4 debugging support (NEW) | Please post the ls -l of the ubuntu boot partition and the ubuntu menu.lst.
IMHO grub2 works ok with debian based distros but is not so good with others. If you have expertise with grub2 and non debian systems feel free to ignore the following:
suggest following the handbook to install legacy grub in the gentoo partition and then to setup the MBR in the gentoo / partition with legacy grub. then make a menu item in grub2 to chain load the gentoo partition MBR. _________________ Defund the FCC.
Last edited by DONAHUE on Mon May 23, 2011 9:59 pm; edited 1 time in total |
|
| Back to top |
|
 |
CMatomic n00b

Joined: 23 Jun 2010 Posts: 15
|
Posted: Mon May 23, 2011 9:13 pm Post subject: |
|
|
problem solved was that ext4 was not active
thanks for your help  |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|