Installing GNOME UBUNTU on ASUS Transformer T100TAM
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
So far I've (almost) successfully installed ubuntu except grub failed to install (as expected by this tutorial and now I need to install the bootloader. I've booted from the USB stick, hitted 'c' and tried:
linux (hd2,gpt5)/boot/vmlinuz-3.13-xxxx root=/dev/mmcblk0p5
initrd (hd2,gpt5)/boot/initrd-3.13-xxxx
without success. I've found in the comments that one had the same problem that he fixed with:
linux (hd2,gpt5)/boot/vm root=/dev/mmcblk0p2
initrd (hd2,gpt5)/boot/ini
boot
but that didn't work for me.
error: file 'boot/vmlinuz' not found
error: file 'vm' not found
Do you have any idea on solving this one?
ubuntu grub2
add a comment |Â
up vote
0
down vote
favorite
So far I've (almost) successfully installed ubuntu except grub failed to install (as expected by this tutorial and now I need to install the bootloader. I've booted from the USB stick, hitted 'c' and tried:
linux (hd2,gpt5)/boot/vmlinuz-3.13-xxxx root=/dev/mmcblk0p5
initrd (hd2,gpt5)/boot/initrd-3.13-xxxx
without success. I've found in the comments that one had the same problem that he fixed with:
linux (hd2,gpt5)/boot/vm root=/dev/mmcblk0p2
initrd (hd2,gpt5)/boot/ini
boot
but that didn't work for me.
error: file 'boot/vmlinuz' not found
error: file 'vm' not found
Do you have any idea on solving this one?
ubuntu grub2
You should check the exact file names for the kernel image and initrd in/boot
. Also, make sure that the root partition is named correctly. You seem to be following the instructions quite literally. Instead try and understand what they are and adjust the commands accordingly for your system.
â Munir
Sep 16 '16 at 17:23
You need to discover which device contains your boot partition and what isthe exact name of the kernel that is located therein is named. A good starting point is to use the lsblk utility to find the boot partition.
â fpmurphy1
Sep 16 '16 at 18:27
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
So far I've (almost) successfully installed ubuntu except grub failed to install (as expected by this tutorial and now I need to install the bootloader. I've booted from the USB stick, hitted 'c' and tried:
linux (hd2,gpt5)/boot/vmlinuz-3.13-xxxx root=/dev/mmcblk0p5
initrd (hd2,gpt5)/boot/initrd-3.13-xxxx
without success. I've found in the comments that one had the same problem that he fixed with:
linux (hd2,gpt5)/boot/vm root=/dev/mmcblk0p2
initrd (hd2,gpt5)/boot/ini
boot
but that didn't work for me.
error: file 'boot/vmlinuz' not found
error: file 'vm' not found
Do you have any idea on solving this one?
ubuntu grub2
So far I've (almost) successfully installed ubuntu except grub failed to install (as expected by this tutorial and now I need to install the bootloader. I've booted from the USB stick, hitted 'c' and tried:
linux (hd2,gpt5)/boot/vmlinuz-3.13-xxxx root=/dev/mmcblk0p5
initrd (hd2,gpt5)/boot/initrd-3.13-xxxx
without success. I've found in the comments that one had the same problem that he fixed with:
linux (hd2,gpt5)/boot/vm root=/dev/mmcblk0p2
initrd (hd2,gpt5)/boot/ini
boot
but that didn't work for me.
error: file 'boot/vmlinuz' not found
error: file 'vm' not found
Do you have any idea on solving this one?
ubuntu grub2
ubuntu grub2
asked Sep 16 '16 at 15:24
Quest
101
101
You should check the exact file names for the kernel image and initrd in/boot
. Also, make sure that the root partition is named correctly. You seem to be following the instructions quite literally. Instead try and understand what they are and adjust the commands accordingly for your system.
â Munir
Sep 16 '16 at 17:23
You need to discover which device contains your boot partition and what isthe exact name of the kernel that is located therein is named. A good starting point is to use the lsblk utility to find the boot partition.
â fpmurphy1
Sep 16 '16 at 18:27
add a comment |Â
You should check the exact file names for the kernel image and initrd in/boot
. Also, make sure that the root partition is named correctly. You seem to be following the instructions quite literally. Instead try and understand what they are and adjust the commands accordingly for your system.
â Munir
Sep 16 '16 at 17:23
You need to discover which device contains your boot partition and what isthe exact name of the kernel that is located therein is named. A good starting point is to use the lsblk utility to find the boot partition.
â fpmurphy1
Sep 16 '16 at 18:27
You should check the exact file names for the kernel image and initrd in
/boot
. Also, make sure that the root partition is named correctly. You seem to be following the instructions quite literally. Instead try and understand what they are and adjust the commands accordingly for your system.â Munir
Sep 16 '16 at 17:23
You should check the exact file names for the kernel image and initrd in
/boot
. Also, make sure that the root partition is named correctly. You seem to be following the instructions quite literally. Instead try and understand what they are and adjust the commands accordingly for your system.â Munir
Sep 16 '16 at 17:23
You need to discover which device contains your boot partition and what isthe exact name of the kernel that is located therein is named. A good starting point is to use the lsblk utility to find the boot partition.
â fpmurphy1
Sep 16 '16 at 18:27
You need to discover which device contains your boot partition and what isthe exact name of the kernel that is located therein is named. A good starting point is to use the lsblk utility to find the boot partition.
â fpmurphy1
Sep 16 '16 at 18:27
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
First of all there is more up to date guid.
Try it out
But it was useful for me even with newest guide so:
You did everything right but forget about this(from the yours guide):
Fortunately, grub has good auto-completion features, so you can hit twice as you type, and grub will list possible completions for you â just keep trying until you see the various vmlinuz kernels.
Hit twice =
Tab button
For you vmlinuz
is located in another disk or may be you just copied and pasted whole command in prompt, it is a mistake. You should find where is your /boot
located by changing this linux (hd#,gpt#)
part of the command properly for your machine. Then when you will find on which disk your /boot
part located you should write correct version of the kernel by hitting tab on this stage:
linux (hd#,gpt#)/boot/vmlinuz-
grub
will list possible completions for you during all way.
Also don't forget about this:
The
root=/dev/mmcblk0p5
will also depend on the partition you installed to. It will be your root partition.[...] Only the number after the âÂÂpâ will change â and it will probably be p5, p6 or p7.
In my case it was p2.
Good luck! And remember:
DonâÂÂt be disheartened â keep trying.
New contributor
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
First of all there is more up to date guid.
Try it out
But it was useful for me even with newest guide so:
You did everything right but forget about this(from the yours guide):
Fortunately, grub has good auto-completion features, so you can hit twice as you type, and grub will list possible completions for you â just keep trying until you see the various vmlinuz kernels.
Hit twice =
Tab button
For you vmlinuz
is located in another disk or may be you just copied and pasted whole command in prompt, it is a mistake. You should find where is your /boot
located by changing this linux (hd#,gpt#)
part of the command properly for your machine. Then when you will find on which disk your /boot
part located you should write correct version of the kernel by hitting tab on this stage:
linux (hd#,gpt#)/boot/vmlinuz-
grub
will list possible completions for you during all way.
Also don't forget about this:
The
root=/dev/mmcblk0p5
will also depend on the partition you installed to. It will be your root partition.[...] Only the number after the âÂÂpâ will change â and it will probably be p5, p6 or p7.
In my case it was p2.
Good luck! And remember:
DonâÂÂt be disheartened â keep trying.
New contributor
add a comment |Â
up vote
0
down vote
First of all there is more up to date guid.
Try it out
But it was useful for me even with newest guide so:
You did everything right but forget about this(from the yours guide):
Fortunately, grub has good auto-completion features, so you can hit twice as you type, and grub will list possible completions for you â just keep trying until you see the various vmlinuz kernels.
Hit twice =
Tab button
For you vmlinuz
is located in another disk or may be you just copied and pasted whole command in prompt, it is a mistake. You should find where is your /boot
located by changing this linux (hd#,gpt#)
part of the command properly for your machine. Then when you will find on which disk your /boot
part located you should write correct version of the kernel by hitting tab on this stage:
linux (hd#,gpt#)/boot/vmlinuz-
grub
will list possible completions for you during all way.
Also don't forget about this:
The
root=/dev/mmcblk0p5
will also depend on the partition you installed to. It will be your root partition.[...] Only the number after the âÂÂpâ will change â and it will probably be p5, p6 or p7.
In my case it was p2.
Good luck! And remember:
DonâÂÂt be disheartened â keep trying.
New contributor
add a comment |Â
up vote
0
down vote
up vote
0
down vote
First of all there is more up to date guid.
Try it out
But it was useful for me even with newest guide so:
You did everything right but forget about this(from the yours guide):
Fortunately, grub has good auto-completion features, so you can hit twice as you type, and grub will list possible completions for you â just keep trying until you see the various vmlinuz kernels.
Hit twice =
Tab button
For you vmlinuz
is located in another disk or may be you just copied and pasted whole command in prompt, it is a mistake. You should find where is your /boot
located by changing this linux (hd#,gpt#)
part of the command properly for your machine. Then when you will find on which disk your /boot
part located you should write correct version of the kernel by hitting tab on this stage:
linux (hd#,gpt#)/boot/vmlinuz-
grub
will list possible completions for you during all way.
Also don't forget about this:
The
root=/dev/mmcblk0p5
will also depend on the partition you installed to. It will be your root partition.[...] Only the number after the âÂÂpâ will change â and it will probably be p5, p6 or p7.
In my case it was p2.
Good luck! And remember:
DonâÂÂt be disheartened â keep trying.
New contributor
First of all there is more up to date guid.
Try it out
But it was useful for me even with newest guide so:
You did everything right but forget about this(from the yours guide):
Fortunately, grub has good auto-completion features, so you can hit twice as you type, and grub will list possible completions for you â just keep trying until you see the various vmlinuz kernels.
Hit twice =
Tab button
For you vmlinuz
is located in another disk or may be you just copied and pasted whole command in prompt, it is a mistake. You should find where is your /boot
located by changing this linux (hd#,gpt#)
part of the command properly for your machine. Then when you will find on which disk your /boot
part located you should write correct version of the kernel by hitting tab on this stage:
linux (hd#,gpt#)/boot/vmlinuz-
grub
will list possible completions for you during all way.
Also don't forget about this:
The
root=/dev/mmcblk0p5
will also depend on the partition you installed to. It will be your root partition.[...] Only the number after the âÂÂpâ will change â and it will probably be p5, p6 or p7.
In my case it was p2.
Good luck! And remember:
DonâÂÂt be disheartened â keep trying.
New contributor
New contributor
answered 8 mins ago
do_While
1
1
New contributor
New contributor
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f310381%2finstalling-gnome-ubuntu-on-asus-transformer-t100tam%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
You should check the exact file names for the kernel image and initrd in
/boot
. Also, make sure that the root partition is named correctly. You seem to be following the instructions quite literally. Instead try and understand what they are and adjust the commands accordingly for your system.â Munir
Sep 16 '16 at 17:23
You need to discover which device contains your boot partition and what isthe exact name of the kernel that is located therein is named. A good starting point is to use the lsblk utility to find the boot partition.
â fpmurphy1
Sep 16 '16 at 18:27