![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Jaunty Jackalope Testing and Discussion (CLOSED) This forum is for the discussion of Ubuntu Jaunty Jackalope. Jaunty is in development and will be out in Spring 2009. Please note: Ubuntu Developers do not usually read the forums, to report a problem found in Jaunty please report the bug in Launchpad. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Quad Shot of Ubuntu
![]() Join Date: Sep 2008
Location: The Sun
Beans: 411
Ubuntu 9.10 Karmic Koala
|
This might sound dumb, and unstable, but is there currently a way to install Jaunty with ext4? I know you need GRUB 2, but from the cd is there an option?
__________________
HP pavilion dv 6910us, 2.0 GHZ AMD turion 64 X2, 3 GB of RAM, Nvidia GeForce 7150M. cool tongue dude!
|
|
|
|
|
#2 |
|
Chocolate-Covered Ubuntu Beans
![]() Join Date: Nov 2006
Location: Sweden
Beans: 2,075
Ubuntu Development Release
|
Re: Is there a way to install Jaunty as ext4?
Nope you don't need Grub2 for non boot partitions.
I have one test partition for EXT4. Code:
plun@plun:~$ sudo blkid /dev/sda1: UUID="9E7864E67864BEA1" TYPE="ntfs" /dev/sda2: UUID="431b36fe-46dd-4ee6-94ce-ab65eabdc770" TYPE="ext3" /dev/sda3: UUID="1bd53d0e-a190-4358-a24f-cdea59941581" TYPE="ext4" /dev/sda4: UUID="ea60a35d-3a50-4b02-8eda-60da18ad08fd" TYPE="ext3" /dev/sdb1: SEC_TYPE="msdos" UUID="BABA-9F89" TYPE="vfat" Info http://ext4.wiki.kernel.org/index.php/Main_Page Still a unsolved bug about blkid or vol_id for Ubuntu....but it works without any fixes, just to convert a partion and add it to fstab. |
|
|
|
|
#3 |
|
Quad Shot of Ubuntu
![]() Join Date: Sep 2008
Location: The Sun
Beans: 411
Ubuntu 9.10 Karmic Koala
|
well, it looks very unstable, so I am simply going to leave it alone for now.
__________________
HP pavilion dv 6910us, 2.0 GHZ AMD turion 64 X2, 3 GB of RAM, Nvidia GeForce 7150M. cool tongue dude!
|
|
|
|
|
#4 |
|
Way Too Much Ubuntu
![]() Join Date: Sep 2006
Location: Tempe Arizona USA
My beans are hidden!
Ubuntu 9.10 Karmic Koala
|
Re: [SOLVED] Is there a way to install Jaunty as ext4?
The newest release of the Kernel included a stabilized ext4. I'm not sure what that exactly means, and if JJ will use it.
http://www.phoronix.com/scan.php?pag...item&px=Njk1Nw
__________________
-AKA SlickMcRunfast Ubuntu Game Night #ugn | AZLOCO System: Custom C2D 3.0ghz 4gb ram nVidia 8800 GTS Ubuntu 9.04 Last edited by Technophobia; December 31st, 2008 at 01:30 PM.. |
|
|
|
|
#5 |
|
A Carafe of Ubuntu
![]() Join Date: Jul 2005
Location: Berlin, Germany
Beans: 107
Ubuntu Karmic Koala (testing)
|
Re: [SOLVED] Is there a way to install Jaunty as ext4?
I just installed Jaunty on a spare laptop using ext4 as the root filesystem, and a separate ext3 /boot partition. I think messing about with both ext4 and grub2 simultaneously is tempting fate a little bit
Running ext4 as your root filesystem gets a bit fiddly with initramfs (which doesn't correctly identify the filesystem as ext4, and then fails to mount it as ext3 (if you have enabled extents or some other new ext4 filesystem feature)). I needed to add a custom script in /etc/initramfs-tools/scripts/local-bottom: Code:
#! /bin/sh mount -t ext4 /dev/sda1 /root mount -t ext4 /dev/disk/by-uuid/[ADD YOUR ROOT PARTITION UUID HERE] /root Code:
sudo update-initramfs -u -k all Note: you will not need the above custom script if you're not going to enable extents.
__________________
Linux user since Slackware 3.4 |
|
|
|
|
#6 |
|
Quad Shot of Ubuntu
![]() Join Date: Sep 2008
Location: The Sun
Beans: 411
Ubuntu 9.10 Karmic Koala
|
Okay, I just got all of that, but I don't know how to move the /boot to another partition. I <3 BLEEDING EDGE
__________________
HP pavilion dv 6910us, 2.0 GHZ AMD turion 64 X2, 3 GB of RAM, Nvidia GeForce 7150M. cool tongue dude!
|
|
|
|
|
#7 |
|
Ubuntu Extra Shot
![]() Join Date: Apr 2006
Location: Slovenia
Beans: 356
Ubuntu Karmic Koala (testing)
|
Re: [SOLVED] Is there a way to install Jaunty as ext4?
I have solved this by adding "rootfstype=ext4" to boot options (manualy in grub but later in temporary in grub's "menu.lst").
|
|
|
|
|
#8 |
|
Ubuntu Extra Shot
![]() Join Date: Apr 2006
Location: Slovenia
Beans: 356
Ubuntu Karmic Koala (testing)
|
Re: [SOLVED] Is there a way to install Jaunty as ext4?
I have solved this by adding "rootfstype=ext4" to boot options (manualy in grub but later permanent in grub's "menu.lst").
|
|
|
|
|
#9 | |
|
A Carafe of Ubuntu
![]() Join Date: Jul 2005
Location: Berlin, Germany
Beans: 107
Ubuntu Karmic Koala (testing)
|
Re: [SOLVED] Is there a way to install Jaunty as ext4?
Quote:
Once you've created the /boot partition, mount it somewhere temporarily, copy the contents of your existing /boot directory onto the new /boot partition (wherever it's mounted), and update your /etc/fstab accordingly.
__________________
Linux user since Slackware 3.4 |
|
|
|
|
|
#10 | |
|
A Carafe of Ubuntu
![]() Join Date: Jul 2005
Location: Berlin, Germany
Beans: 107
Ubuntu Karmic Koala (testing)
|
Re: [SOLVED] Is there a way to install Jaunty as ext4?
Quote:
For anyone reading this who isn't quite sure what Quikee meant, edit your /boot/grub/menu.lst file (as root), find the "kopt" option, and append "rootfstype=ext4" to that line, eg. Code:
# kopt=root=UUID=422cead6-da03-473f-a2dc-1a551da53d2f ro rootfstype=ext4
__________________
Linux user since Slackware 3.4 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|