Skip to main content

Thread: "No root file system defined"


all right, round two. got ubuntu 10.10 install on other computer, i'm working on one. went through same processes had last time, got different error, says no root system defined. (shown in image) partitioning menu (i'm assuming it's screen above "boot loader") doesn't offer me options, , drop-down arrow won't let me select other /dev/sda.

http://i53.tinypic.com/25u14q9.png

i'm installing same flash drive containing info i'd gotten unetbootin, same 1 in thread: http://ubuntuforums.org/showthread.php?t=1788706 (though i'm installing on different computer, installation on 1 mentioned in thread completed.)

here's results.txt:

boot info script 0.60 17 may 2011


============================= boot info summary: ===============================

=> acer pqservice mbr installed in mbr of /dev/sda.
=> syslinux mbr (3.61-4.03) installed in mbr of /dev/sdf.
=> acer pqservice mbr installed in mbr of /dev/mapper/nvidia_fadaaaai.

sda1: __________________________________________________ ________________________

file system: ntfs
boot sector type: windows vista/7
boot sector info: no errors found in boot parameter block.
mounting failed: fuse: mount failed: device or resource busy
fuse: mount failed: device or resource busy

sda2: __________________________________________________ ________________________

file system: ntfs
boot sector type: windows vista/7
boot sector info: no errors found in boot parameter block.
mounting failed: fuse: mount failed: device or resource busy
fuse: mount failed: device or resource busy
fuse: mount failed: device or resource busy
fuse: mount failed: device or resource busy

sdf1: __________________________________________________ ________________________

file system: vfat
boot sector type: syslinux 4.03 2010-10-22 ........>..sr>..........9...0...~.....~...f...m.f. f....f..0~....>e}.u......
boot sector info: syslinux looks @ sector 1473688 of /dev/sdf1
second stage. syslinux installed in directory.
integrity check of adv area failed. no errors
found in boot parameter block.
operating system:
boot files: /boot/grub/grub.cfg /syslinux.cfg /ldlinux.sys

nvidia_fadaaaai1: __________________________________________________ ____________

file system: ntfs
boot sector type: windows vista/7
boot sector info: no errors found in boot parameter block.
operating system:
boot files: /bootmgr /boot/bcd

nvidia_fadaaaai2: __________________________________________________ ____________

file system: ntfs
boot sector type: windows vista/7
boot sector info: no errors found in boot parameter block.
operating system: windows vista
boot files: /bootmgr /boot/bcd /windows/system32/winload.exe

============================ drive/partition info: =============================

drive: sda __________________________________________________ ___________________

disk /dev/sda: 640.1 gb, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 sectors
units = sectors of 1 * 512 = 512 bytes
sector size (logical/physical): 512 bytes / 512 bytes

partition boot start sector end sector # of sectors id system

/dev/sda1 63 30,732,344 30,732,282 27 hidden ntfs (recovery environment)
/dev/sda2 * 30,734,336 1,250,260,991 1,219,526,656 7 ntfs / exfat / hpfs


drive: sdf __________________________________________________ ___________________

disk /dev/sdf: 2056 mb, 2056257536 bytes
16 heads, 32 sectors/track, 7844 cylinders, total 4016128 sectors
units = sectors of 1 * 512 = 512 bytes
sector size (logical/physical): 512 bytes / 512 bytes

partition boot start sector end sector # of sectors id system

/dev/sdf1 * 32 4,016,127 4,016,096 e w95 fat16 (lba)


drive: nvidia_fadaaaai __________________________________________________ ___________________

disk /dev/mapper/nvidia_fadaaaai: 640.1 gb, 640135004160 bytes
255 heads, 63 sectors/track, 77825 cylinders, total 1250263680 sectors
units = sectors of 1 * 512 = 512 bytes
sector size (logical/physical): 512 bytes / 512 bytes

partition boot start sector end sector # of sectors id system

/dev/mapper/nvidia_fadaaaai1 63 30,732,344 30,732,282 27 hidden ntfs (recovery environment)
/dev/mapper/nvidia_fadaaaai2 * 30,734,336 1,250,260,991 1,219,526,656 7 ntfs / exfat / hpfs


"blkid" output: __________________________________________________ ______________

device uuid type label

/dev/loop0 squashfs
/dev/sda1 02341caa341ca329 ntfs pqservice
/dev/sda2 342ecc5a2ecc16b0 ntfs os
/dev/sdf1 6b89-3230 vfat traveldrive

================================ mount points: =================================

device mount_point type options

/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sdf1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,i ocharset=iso8859-1,shortname=mixed,errors=remount-ro)


=========================== sdf1/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------

if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi

set menu_color_normal=white/black
set menu_color_highlight=black/light-gray

menuentry "try ubuntu without installing" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --
initrd /casper/initrd.lz
}
menuentry "install ubuntu" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash --
initrd /casper/initrd.lz
}
menuentry "check disc defects" {
set gfxpayload=keep
linux /casper/vmlinuz boot=casper integrity-check quiet splash --
initrd /casper/initrd.lz
}
--------------------------------------------------------------------------------

============================== sdf1/syslinux.cfg: ==============================

--------------------------------------------------------------------------------
default menu.c32
prompt 0
menu title unetbootin
timeout 100

label unetbootindefault
menu label default
kernel /ubnkern
append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --

label ubnentry0
menu label ^help
kernel /ubnkern
append initrd=/ubninit

label ubnentry1
menu label ^try ubuntu without installing
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --

label ubnentry2
menu label ^install ubuntu
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash --

label ubnentry3
menu label ^check disc defects
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash --

label ubnentry4
menu label test ^memory
kernel /install/mt86plus
append initrd=/ubninit

label ubnentry5
menu label ^boot first hard disk
kernel /ubnkern
append initrd=/ubninit

label ubnentry6
menu label try ubuntu without installing
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --

label ubnentry7
menu label install ubuntu
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash --

label ubnentry8
menu label check disc defects
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash --

--------------------------------------------------------------------------------

=================== sdf1: location of files loaded grub: ====================

gib - gb file fragment(s)

?? = ?? boot/grub/grub.cfg 1

================= sdf1: location of files loaded syslinux: ==================

gib - gb file fragment(s)

?? = ?? ldlinux.sys 1
?? = ?? menu.c32 1
?? = ?? syslinux.cfg 1

============== sdf1: version of com32(r) files used syslinux: ===============

menu.c32 : com32r module (v4.xx)

you have dedicate free space ubuntu installation , format ext4 , mount point should / root.when continue install.


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] "No root file system defined"


Ubuntu

Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support