Wubi-install på ny partition

Her kan du få hjælp til installationen af Ubuntu.
Brugeravatar
Christian.Arvai
Admin
Indlæg: 10725
Tilmeldt: 26. apr 2008, 19:27
IRC nickname: Christian_Arvai
Geografisk sted: Holeby - Lolland

Re: Wubi-install på ny partition

Indlæg af Christian.Arvai »

Prøv lige dette først :

Du kan genetablere bootmenuen ved at starte Ubuntu fra live-cd'en. Åbn et terminalvindue, skriv: sudo grub.

Skriv nu: root (hd0,0), og tryk på Enter. Skriv setup (hd0), og tryk på Enter, og afslut med at skrive quit og trykke på Enter.

Genstart computeren, og din bootmenu skulle gerne være kommet tilbage.
Med venlig hilsen Christian

"We can only see a short distance ahead, but we can see plenty there that needs to be done." -- Alan Turing
Leander
Indlæg: 17
Tilmeldt: 8. sep 2010, 15:57
Geografisk sted: Odense

Re: Wubi-install på ny partition

Indlæg af Leander »

Er denne live-cd den samme som jeg brugte til at installere Ubuntu med i første omgang?
Brugeravatar
Christian.Arvai
Admin
Indlæg: 10725
Tilmeldt: 26. apr 2008, 19:27
IRC nickname: Christian_Arvai
Geografisk sted: Holeby - Lolland

Re: Wubi-install på ny partition

Indlæg af Christian.Arvai »

ja
Med venlig hilsen Christian

"We can only see a short distance ahead, but we can see plenty there that needs to be done." -- Alan Turing
Brugeravatar
Christian.Arvai
Admin
Indlæg: 10725
Tilmeldt: 26. apr 2008, 19:27
IRC nickname: Christian_Arvai
Geografisk sted: Holeby - Lolland

Re: Wubi-install på ny partition

Indlæg af Christian.Arvai »

og terminalen finder du i programmer->tilbehør->terminal
Med venlig hilsen Christian

"We can only see a short distance ahead, but we can see plenty there that needs to be done." -- Alan Turing
Leander
Indlæg: 17
Tilmeldt: 8. sep 2010, 15:57
Geografisk sted: Odense

Re: Wubi-install på ny partition

Indlæg af Leander »

Vi er enige om at jeg ikke skal installere Ubuntu igen med blot køre fra CD'en ikke?
Jeg skulle først installere grub ved at skrive 'grub'
Når jeg skriver root (hd0,0) springer den til ny linje hvor jeg skriver setup (hd0) hvorpå den skriver 'Error 17: Cannot mount selected partition'
Brugeravatar
Christian.Arvai
Admin
Indlæg: 10725
Tilmeldt: 26. apr 2008, 19:27
IRC nickname: Christian_Arvai
Geografisk sted: Holeby - Lolland

Re: Wubi-install på ny partition

Indlæg af Christian.Arvai »

Hmmm, jeg har ikke selv prøvet det før, så jeg er lidt på gyngende grund på dette område.

Det eneste jeg har rodet med er beskrevet i denne guide http://www.freedomnotbeer.dk/index.php? ... id=102#42b og er oversat fra en svensk jeg fik et link til, jeg ved at den har virket for andre, men det er ret "nørdet" at gøre det.
root (hd0,0), og tryk på Enter. Skriv setup (hd0), og tryk på Enter, og afslut med at skrive quit og trykke på Enter.

burde ellers have virket, og det er taget fra en guide her i forum.
Med venlig hilsen Christian

"We can only see a short distance ahead, but we can see plenty there that needs to be done." -- Alan Turing
zob
Redaktør
Indlæg: 4430
Tilmeldt: 6. jan 2009, 22:01
Geografisk sted: København

Re: Wubi-install på ny partition

Indlæg af zob »

Det er ikke sikkert at at du skal skrive root(hd0,0). Du kan finde det korrekte ved at køre find /boot/grub/stage1. Se dette:
Restoring GRUB

1. Boot from a Live CD, like Ubuntu Desktop, or similar. It is recommended to use Ubuntu 9.04 or newer as this has NTFS write support.

2. Open a Terminal. Open a root terminal (For non-Ubuntu live CDs type su the terminal. For Ubuntu based distros run sudo -i) Enter root passwords as necessary.

3. Type grub which makes a GRUB prompt appear.

4. Type find /boot/grub/stage1. You'll get a response like "(hd0)" or in my case "(hd0,3)". Use the output from this command for the following commands.

Note:

You should have mounted the partition which has your Linux system before typing this command. (e.g. In Knoppix Live CD partitions are shown on the desktop but they're not mounted until you double-click on them or mount them manually)

5. Type root (hd0,3) note the space between root and (hd0,3).

6. Type setup (hd0,3) into the prompt. This is key. Other instructions say to use "(hd0)", and that's fine if you want to write GRUB to the MBR. If you want to write it to your Linux root partition, then you want the number after the comma, such as "(hd0,3)".

7. Type quit

8. At this stage you can either restart the system and install your own bootloader, or you can continue and tell the Windows bootloader where to find GRUB which will handle booting Linux.
Brugeravatar
Christian.Arvai
Admin
Indlæg: 10725
Tilmeldt: 26. apr 2008, 19:27
IRC nickname: Christian_Arvai
Geografisk sted: Holeby - Lolland

Re: Wubi-install på ny partition

Indlæg af Christian.Arvai »

Zob, hvis du har prøvet det før må du gerne overtage tråden ;)

Så kigger jeg med og skriver hvad vi finder ud af til guideskriveren her i forum, og evt ændre jeg selv min egen guide (den er for nørdet).
Med venlig hilsen Christian

"We can only see a short distance ahead, but we can see plenty there that needs to be done." -- Alan Turing
zob
Redaktør
Indlæg: 4430
Tilmeldt: 6. jan 2009, 22:01
Geografisk sted: København

Re: Wubi-install på ny partition

Indlæg af zob »

Arvai. Vi skal nok også advare folk der installerer ubuntu efter windows som dualboot første gang (evt. i din guide). Så vidt jeg husker, men det er lidt svært at tjekke, så får man et spørgsmål mod slutningen af sådan en installation om man vil installere GRUB bootloader og slette windowsbootloader, så vidt jeg husker...
Hvis det er sådan det forholder sig, så er det i hvert fald nok nogle nye der vil ryste på hånden og vælge nej, og derefter ende uden styresystem. Men jeg kan ikke med min bedste vilje huske om jeg har ret, måske Leander kan hjælpe her...?
Leander
Indlæg: 17
Tilmeldt: 8. sep 2010, 15:57
Geografisk sted: Odense

Re: Wubi-install på ny partition

Indlæg af Leander »

Til 'find /boot/grub/stage1' får jeg Error 15: File not found
Leander
Indlæg: 17
Tilmeldt: 8. sep 2010, 15:57
Geografisk sted: Odense

Re: Wubi-install på ny partition

Indlæg af Leander »

Jeg har intet fået om 'om man vil installere GRUB bootloader og slette windowsbootloader' da jeg installerede.
Brugeravatar
Christian.Arvai
Admin
Indlæg: 10725
Tilmeldt: 26. apr 2008, 19:27
IRC nickname: Christian_Arvai
Geografisk sted: Holeby - Lolland

Re: Wubi-install på ny partition

Indlæg af Christian.Arvai »

prøv at give mig hele resultatet af denne kommando :

Kode: Vælg alt

sudo blkid

så laver jeg lige en kommando ud fra resultatet (om den så virker kan jeg ikke lige gennemskue nu).
Med venlig hilsen Christian

"We can only see a short distance ahead, but we can see plenty there that needs to be done." -- Alan Turing
zob
Redaktør
Indlæg: 4430
Tilmeldt: 6. jan 2009, 22:01
Geografisk sted: København

Re: Wubi-install på ny partition

Indlæg af zob »

Jeg har intet fået om 'om man vil installere GRUB bootloader og slette windowsbootloader' da jeg installerede.


Så er det bare mig der husker spøgelser.

Men øh, kan du måske have sat noget RAID op?

Du må også gerne, i forlængelse af den kommando du fik af Arvai, fortælle hvad du får hvis du kører denne her:

Kode: Vælg alt

sudo fdisk -l
zob
Redaktør
Indlæg: 4430
Tilmeldt: 6. jan 2009, 22:01
Geografisk sted: København

Re: Wubi-install på ny partition

Indlæg af zob »

Se dette:
NOTE:

Sometimes, when Grub has not been installed properly, the file “/boot/grub/stage1″ may not exist. So, the output will be “Error 15: File not found”. In such a case, come out of the grub-shell by pressing “Ctrl+c”. Then, at the shell prompt, give this command at the terminal:

$ fdisk -l

Again, if you are not logged in as root, give this command at the terminal:

$ sudo fdisk -l

The output will list all the partitions and it’s properties, including the file system type.

e.g.,

Device Boot Start End Blocks Id System
/dev/sda1 1 654 5253223+ b W95 FAT32
/dev/sda2 * 655 1962 10506510 7 HPFS/NTFS
/dev/sda3 1963 3924 15759765 83 Linux

The “System” attribute of your GNU/Linux operating system will be “Linux”. So note down that partition number.

e.g., sda3

Since it’s array numbering, sdaN is mapped to (hd0,N-1).

Just (hd0) will be the Master Boot Record(MBR).

sda1 will be (hd0,0) and so on.

So, sda3 will be (hd0,2)

Now, log into the grub-shell prompt again.



Before reinstalling Grub, you will have to notify the partition that your Grub i.e. GNU/Linux is resided in. So, give this command at the terminal:

grub> root (returned value)

e.g.,

grub> root (hd0,2)



Now, reinstall grub in the MBR i.e. the returned value without number part.

e.g., (hd0)

So, give this command at the terminal:

grub> setup (returned value without number part)

e.g.,

grub> setup (hd0)



Exit the grub-shell prompt using “Ctrl+c”.

Exit the shell prompt using “Ctrl+d”.


PS:

You can also reinstall Grub in your GNU/Linux partition, only if this GNU/Linux partition is “primary” and you have another boot loader installed at the MBR(in case of more than one GNU/Linux operating systems) through which you can boot this primary partition. To do that, give this command at the terminal:

grub> setup (returned value)

e.g.,

grub> setup (hd0,2)

Leander
Indlæg: 17
Tilmeldt: 8. sep 2010, 15:57
Geografisk sted: Odense

Re: Wubi-install på ny partition

Indlæg af Leander »

sudo blkid:

Kode: Vælg alt

/dev/loop0: TYPE="squashfs"
/dev/sda1: SEC_TYPE="msdos" LABEL="DellUtility" UUID="3030-3030" TYPE="vfat"
/dev/sda2: LABEL="RECOVERY" UUID="36FAA5ADFAA56A37" TYPE="ntfs"
/dev/sda3: LABEL="OS" UUID="BA92A7C492A7840B" TYPE="ntfs"
/dev/sda5: UUID="a8233288-ffd4-4e0b-aa6c-b87c7c6e111f" TYPE="ext4"
/dev/sda6: UUID="47c3b170-82da-410b-b8b7-e9acba221524" TYPE="swap"


sudo fdisk -1:

Kode: Vælg alt

fdisk: invalid option -- '1'

Efterfulgt af en menu omhandlende Usage og Options